Implemented PACKET_RX,PACKET_TX and Heartbeat of GobotRPC_CtrlInterface

This commit is contained in:
AlexanderHD27
2025-01-03 02:24:34 +01:00
parent 894d5f4380
commit cbf702c6d5
45 changed files with 653 additions and 843 deletions

View File

@@ -0,0 +1,2 @@
#pragma once
unsigned short crc16(char *data_p, unsigned short length);