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
8d80dd2604
commit
bedd1f4f95
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