feat: 增加接口
This commit is contained in:
3
by_cmd.h
3
by_cmd.h
@@ -26,6 +26,9 @@ int by_cmd_send_position_axis_z(uint8_t speed, float position);
|
||||
|
||||
int by_cmd_send_angle_claw_arm(float angle);
|
||||
int by_cmd_send_angle_claw(float angle);
|
||||
int by_cmd_send_angle_camera(float angle);
|
||||
int by_cmd_send_angle_scoop(float angle);
|
||||
int by_cmd_send_angle_storage(float angle);
|
||||
|
||||
int by_cmd_send_ranging_start(void);
|
||||
int by_cmd_recv_ranging_data(float *distance);
|
||||
|
||||
Reference in New Issue
Block a user