#ifndef __MOTORCTRL_H #define __MOTORCTRL_H #include "Mcu.h" void MotorCtrl_Init(McuType *obj); void MotorCtrl_Maintask(McuType *obj); #endif