infantry_gimbal/application/cmd/robot_cmd.h

19 lines
320 B
C
Raw Normal View History

2024-03-27 00:09:20 +08:00
#ifndef ROBOT_CMD_H
#define ROBOT_CMD_H
#include "remote_control.h"
2024-03-27 00:09:20 +08:00
/**
* @brief ,RobotInit()
*
*/
void RobotCMDInit();
/**
* @brief ,200Hz频率运行()
*
*/
void RobotCMDTask();
#endif // !ROBOT_CMD_H