1
0
Fork 0
Projet_Barbapapa_Firmware/include
Teo-CD b5b5268b79 Com: Implement tag programming
Define the protocol allowing the software to track tags
and program them, in the README.

The data structure is shared between a programming command and an
information message, so create a new struct for it and an array
to keep track of it and expose to the rest of the program.
The goal is to keep the protocol core and message construction
entirely inside Com, so this intermediary buffer allows exposing
it outside while hiding the protocol details.

This means that we are starting to receive data from the software,
so implement generic functions to check and receive data as well
as receiveMessage() which parses the message and handles them.
2024-01-06 00:32: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 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