This commit is contained in:
2025-01-20 11:12:05 +08:00
parent a5c1c857a9
commit 39d800cb1b
5 changed files with 73 additions and 7 deletions

View File

@@ -23,8 +23,10 @@
#define PROTOCOL_BOARD_TYPE 0x04
#define PROTOCOL_PACKAGE_LENGTH 0x02
#define PACKET_START_BYTE 0xD5
#define MAX_SERIAL_CMD_SIZE 16
#define MAX_SERIAL_CMD_COUNT 8
#define BUF_SIZE 8
/******************************************************************************/