engineering/application/gimbal/gimbal.h

23 lines
258 B
C
Raw Normal View History

2024-04-25 23:12:31 +08:00
#ifndef GIMBAL_H
#define GIMBAL_H
2024-04-28 19:22:24 +08:00
#ifdef __cplusplus
extern "C" {
#endif
2024-04-25 23:12:31 +08:00
/**
* @brief ,RobotInit()
*
*/
void GimbalInit();
/**
* @brief
*
*/
void GimbalTask();
2024-04-28 19:22:24 +08:00
#ifdef __cplusplus
}
#endif
2024-04-25 23:12:31 +08:00
#endif // GIMBAL_H