添加文件1和文件2
This commit is contained in:
16
PTZ/Core/Inc/CToC.h
Normal file
16
PTZ/Core/Inc/CToC.h
Normal 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
|
||||
Reference in New Issue
Block a user