仓库提交练习
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
391 B

/*
* swing_action.h
*
* Created on: Mar 4, 2026
* Author: 42961
*/
#ifndef FSM_INC_SWING_ACTION_H_
#define FSM_INC_SWING_ACTION_H_
extern int limit_record;
extern float left_compare_value;
extern float right_compare_value;
extern float left_compare_updata;
extern float right_compare_updata;
extern void Robot_Swing_Operation_Function();
#endif /* FSM_INC_SWING_ACTION_H_ */