添加文件1和文件2

This commit is contained in:
2025-11-27 20:08:38 +08:00
parent 5d4099938c
commit edc427c423
1675 changed files with 1068907 additions and 2830 deletions

16
PTZ/Core/Inc/CToC.h Normal file
View File

@@ -0,0 +1,16 @@
#ifndef __CToC_H
#define __CToC_H
#include "main.h"
#define CToC_MasterID1 0x019
#define CToC_SlaveID1 0x149
#define CToC_SlaveID2 0x189
extern uint8_t CToC_MasterSendData();
extern void can_filter_init();
extern uint8_t CToC_MasterSendControl();
extern void CToC_CANDataProcess();
extern uint8_t CToC_MasterSendControl();
#endif