IoT_SCV_CH584M/bsp/inc/bsp_motor.h

17 lines
270 B
C

/*
* 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_ */