This commit is contained in:
Glz
2024-08-14 20:22:55 +08:00
parent 2db1937c89
commit dccfedc74c
3 changed files with 13 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ extern float curvature;
extern int8_t turn_flag ;
extern float curvature;
extern float turn_threshold;
void aim_distance_select(void);
void tracking(void);
void ElementJudge(void);