SmartCar-V1/Code/app/inc/app_motor.h

11 lines
167 B
C

#ifndef __APP_MOTOR_H__
#define __APP_MOTOR_H__
#include "mw_motor.h"
void app_motor_mainProcess(void);
void app_motor_changeState(motor_state_ENUM e_val);
#endif