Go to file
Kumi d90ac6b12f
refactor: optimize sleep durations for RFID reading
Reduced initial sleep time before card detection and adjusted sleep
intervals within read loops to enhance responsiveness and resource
efficiency in RFID/NFC reading routines. This adjustment aims to
minimize unnecessary delays, improving the user experience by making
card detection more prompt without compromising system stability. Moved
consistent sleeping to a `finally` block in `do_read` to ensure regular
timing intervals, regardless of read success or exceptions, contributing
to a more predictable and reliable operation.
2024-03-19 20:42:32 +01:00
.gitignore Current status 2024-03-02 18:10:17 +01:00
adafruit_pn532.py Current status 2024-03-02 18:10:17 +01:00
boot.py Current status 2024-03-02 18:10:17 +01:00
digitalio.py Current status 2024-03-02 18:10:17 +01:00
install.sh Current status 2024-03-02 18:10:17 +01:00
main.py refactor: optimize sleep durations for RFID reading 2024-03-19 20:42:32 +01:00
pn532_i2c.py Current status 2024-03-02 18:10:17 +01:00