1
0
Fork 0
Projet_Barbapapa_Firmware/include
Teo-CD 324cf50653 RFID: Implement writing to blocks
In order to set the ID to the tag, we need to be able to write blocks.
Implement writeBlock() similarly to readBlock() to allow that.

Make sure to clean the communication buffer and handle failure states,
this will become more important for dual RFID readers as will allow
'chaining' calls and cover both readers without keeping track of
what reader sees what tag.

Only allow to write a byte for now, we don't need more.
2024-01-06 00:25:46 +00:00
..
Com.h Com: Make the comment length explicit 2023-10-22 21:16:49 +01:00
IDs.h IDs: Introduce ID handling functions and data 2023-10-21 18:23:43 +01:00
LCD.h Speaker: Introduce audio playback 2023-10-22 21:19:29 +01:00
Pinout.h Add pinout 2023-09-09 18:19:57 +01:00
RFID.h RFID: Implement writing to blocks 2024-01-06 00:25:46 +00:00
Speaker.h Speaker: Introduce audio playback 2023-10-22 21:19:29 +01:00