sentry_chassis_hzz/application/gimbal/gimbal.h

16 lines
190 B
C
Raw Normal View History

#ifndef GIMBAL_H
#define GIMBAL_H
2023-01-01 17:32:22 +08:00
/**
2023-01-02 23:50:04 +08:00
* @brief ,RobotInit()
2023-01-01 17:32:22 +08:00
*
*/
void GimbalInit();
2023-01-01 17:32:22 +08:00
/**
* @brief
*
*/
void GimbalTask();
#endif // GIMBAL_H