Go to file
Kumi 800d003761
feat: add buzzer feedback for RFID reads
Introduced an optional buzzer parameter to `read_task` and `do_read`
functions to provide audible feedback when an RFID/NFC card is
successfully read. This enhancement is aimed at improving user
interaction by providing immediate auditory confirmation of a successful
card scan. The buzzer is triggered for a short duration upon successful
card detection. This feature offers a more intuitive experience,
especially in environments where visual confirmation might be
challenging to notice.

A GPIO pin is configured as output for the buzzer control, ensuring
minimal impact on the code's structure and maintaining backward
compatibility by keeping the buzzer parameter optional.
2024-03-19 20:21:47 +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 feat: add buzzer feedback for RFID reads 2024-03-19 20:21:47 +01:00
pn532_i2c.py Current status 2024-03-02 18:10:17 +01:00