NEW_bubing4_gimbal/application/cmd/robot_cmd.h

19 lines
320 B
C
Raw Permalink Normal View History

2024-12-25 15:26:39 +08:00
#ifndef ROBOT_CMD_H
#define ROBOT_CMD_H
#include "remote_control.h"
/**
* @brief ,RobotInit()
*
*/
void RobotCMDInit();
/**
* @brief ,200Hz频率运行()
*
*/
void RobotCMDTask();
#endif // !ROBOT_CMD_H