1
0
Fork 0
Projet_Barbapapa_Firmware/include
Teo-CD 38e4982aac RFID: Implement tag programming
The software needs tag data to be able to send programming requests, so
go through the active tags and extract the data in the new Com structs.

programTag() handles tag wakeup and selection, so might fail if the
requested tag is on another reader. This allows chaining them together
and not keeping track of which tag which reader sees.

Add an assert in case the communication buffer would get too small to
send all active tags as the protocol does not define a multi-message
response.
2024-01-06 00:36:19 +00:00
..
Com.h Com: Implement tag programming 2024-01-06 00:32:19 +00: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 tag programming 2024-01-06 00:36:19 +00:00
Speaker.h Speaker: Introduce audio playback 2023-10-22 21:19:29 +01:00