sentry_chassis_hzz/application/cmd/robot_cmd.h

8 lines
111 B
C
Raw Normal View History

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