M20/APP/user/MotorCtrl.h

12 lines
174 B
C
Raw Normal View History

2024-05-19 17:07:18 +08:00
#ifndef __MOTORCTRL_H__
#define __MOTORCTRL_H__
#include "r_cg_macrodriver.h"
2024-05-19 20:26:03 +08:00
void amCtrl_Task(void);
void amCtrl_SetState(uint8_t state);
void amCtrl_Init(void);
2024-05-19 17:07:18 +08:00
#endif