13 lines
148 B
C
13 lines
148 B
C
|
#ifndef __MOTORCTRL_H
|
||
|
#define __MOTORCTRL_H
|
||
|
|
||
|
#include "Mcu.h"
|
||
|
|
||
|
void MotorCtrl_Init(McuType *obj);
|
||
|
void MotorCtrl_Maintask(McuType *obj);
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|