M20/APP/user/MotorCtrl.h
2024-05-19 20:26:03 +08:00

12 lines
174 B
C

#ifndef __MOTORCTRL_H__
#define __MOTORCTRL_H__
#include "r_cg_macrodriver.h"
void amCtrl_Task(void);
void amCtrl_SetState(uint8_t state);
void amCtrl_Init(void);
#endif