2025-05-06 22:53:45 +08:00
|
|
|
#ifndef __APP_MOTOR_H__
|
|
|
|
#define __APP_MOTOR_H__
|
|
|
|
|
2025-05-10 22:01:27 +08:00
|
|
|
#include "mw_motor.h"
|
|
|
|
|
2025-05-06 22:53:45 +08:00
|
|
|
void app_motor_mainProcess(void);
|
|
|
|
|
2025-05-10 22:01:27 +08:00
|
|
|
void app_motor_changeState(motor_state_ENUM e_val);
|
2025-05-06 22:53:45 +08:00
|
|
|
|
|
|
|
#endif
|