This repository has been archived on 2026-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
hero/PTZ/Core/Inc/CToC.h
2025-11-27 20:08:38 +08:00

16 lines
333 B
C

#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