更新了当前进度

This commit is contained in:
Beyond-Stars-ai
2025-12-22 17:06:53 +08:00
parent bc088348bd
commit 0621b4b81b
28 changed files with 5004 additions and 0 deletions

13
Core/Bsp/CToC.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef __CTOC_H
#define __CTOC_H
#define CToC_MasterID1 0x019//主机ID1
#define CToC_SlaveID1 0x149//从机ID1
#define CToC_SlaveID2 0x189//从机ID2
uint8_t CToC_MasterSendData(uint16_t Remote_R_RL, uint16_t Remote_R_UD, uint16_t Remote_L_RL, uint16_t Remote_L_UD);//板间通讯主机发送遥控器摇杆数据
// uint8_t CToC_MasterSendControl(void);//板间通讯主机发送遥控器控制数据
void CToC_CANDataProcess(uint32_t ID,uint8_t *Data);//板间通讯数据处理
#endif