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:
parent
821814e7f6
commit
06d157a5b4
5 changed files with 126 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue