12 lines
174 B
C
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
|