同步步兵代码,暂时关闭底盘跟随
This commit is contained in:
11
云台/云台-old/Function/LinkCheck.h
Normal file
11
云台/云台-old/Function/LinkCheck.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __LINKCHECK_H
|
||||
#define __LINKCHECK_H
|
||||
|
||||
extern uint8_t LinkCheck_Error;//连接错误标志位
|
||||
extern int8_t LinkCheck_ErrorID;//故障设备ID编号
|
||||
|
||||
void LinkCheck_Init(void);//CAN设备连接检测初始化
|
||||
void LinkCheck_ON(void);//开启掉线检查
|
||||
void LinkCheck_OFF(void);//关闭掉线检测
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user