1
0
Fork 0

Com: Implement proper communications

Implement a set of functions to create messages following the protocols
defined in the README for communication.
Handle HID, which is used to communicate with the interactive application.

Update README with details on the message structures.
This commit is contained in:
Teo-CD 2023-09-24 18:00:42 +01:00
parent 8d80dd2604
commit bedd1f4f95
5 changed files with 126 additions and 7 deletions

View file

@ -17,3 +17,5 @@ lib_deps =
adafruit/Adafruit PCD8544 Nokia 5110 LCD library
adafruit/Adafruit GFX Library
adafruit/Adafruit BusIO
; Should be uncommented in production in order to use HID.
;build_flags = -D USB_RAWHID