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:
trotFunky 2023-09-24 18:04:27 +01:00
parent 821814e7f6
commit 06d157a5b4
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