sentry_gimbal_hzz/application/cmd/robot_cmd.h

17 lines
291 B
C
Raw Normal View History

#ifndef ROBOT_CMD_H
#define ROBOT_CMD_H
2023-01-02 23:50:04 +08:00
/**
* @brief ,RobotInit()
*
*/
2023-01-01 17:32:22 +08:00
void RobotCMDInit();
2023-01-02 23:50:04 +08:00
/**
* @brief ,200Hz频率运行()
*
*/
2022-12-19 17:15:42 +08:00
void RobotCMDTask();
#endif // !ROBOT_CMD_H