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,6 @@
#pragma once
#define GOBOTRPC_CI_UART_RX 0
#define GOBOTRPC_CI_UART_TX 1
#define GOBOTRPC_HEARTBEAT_INTERVAL 3000