同步步兵代码,暂时关闭底盘跟随
This commit is contained in:
12
云台/云台-old/CarBody/RefereeSystem.h
Normal file
12
云台/云台-old/CarBody/RefereeSystem.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __REFEREESYSTEM_H
|
||||
#define __REFEREESYSTEM_H
|
||||
|
||||
extern uint8_t RefereeSystem_ShooterStatus;//裁判系统接收数据缓冲区
|
||||
|
||||
extern uint8_t RefereeSystem_ShooterOpenFlag;//发射机构上电标志位,1-发射机构正在上电,0-其他
|
||||
extern uint16_t RefereeSystem_ShooterOpenCounter;//发射机构上电读秒等待设备启动
|
||||
extern uint8_t RefereeSystem_Status;//图传链路连接状态
|
||||
|
||||
void RefereeSystem_Init(void);//裁判系统接收初始化
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user