Added board command to host protocol

This commit is contained in:
Mark Qvist 2022-01-22 22:34:03 +01:00
parent c4f7767b4f
commit 9bb6d34ef4
4 changed files with 14 additions and 4 deletions

View file

@ -27,6 +27,7 @@
#define CMD_BLINK 0x30
#define CMD_RANDOM 0x40
#define CMD_BOARD 0x47
#define CMD_PLATFORM 0x48
#define CMD_MCU 0x49
#define CMD_FW_VERSION 0x50