sentry_gimbal_hzz/application/cmd/robot_cmd.h

8 lines
110 B
C
Raw Normal View History

2022-12-02 22:17:10 +08:00
#ifndef GIMBAL_CMD_H
#define GIMBAL_CMD_H
2023-01-01 17:32:22 +08:00
void RobotCMDInit();
2022-12-19 17:15:42 +08:00
void RobotCMDTask();
2022-12-02 22:17:10 +08:00
#endif // !GIMBAL_CMD_H