feat: 增加接口

This commit is contained in:
bmy
2024-05-21 15:05:54 +08:00
parent c98bf44c8d
commit 76ea73bae2
2 changed files with 89 additions and 7 deletions

View File

@@ -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);