/* * bsp_motor.h * * Created on: 2024Äê11ÔÂ30ÈÕ * Author: 123 */ #ifndef INC_BSP_MOTOR_H_ #define INC_BSP_MOTOR_H_ #include "CH58x_common.h" void MOTOR_FORWARD_TURN(void); void MOTOR_RESERVE_TURN(void); void MOTOR_STOP(void); #endif /* INC_BSP_MOTOR_H_ */