NEW_bubing4_chassis/application/gimbal/gimbal.h

16 lines
190 B
C

#ifndef GIMBAL_H
#define GIMBAL_H
/**
* @brief 初始化云台,会被RobotInit()调用
*
*/
void GimbalInit();
/**
* @brief 云台任务
*
*/
void GimbalTask();
#endif // GIMBAL_H