RP-01/cva_asw_m0146/src/MotorCtrl.h

13 lines
148 B
C
Raw Normal View History

2024-05-14 16:05:43 +08:00
#ifndef __MOTORCTRL_H
#define __MOTORCTRL_H
#include "Mcu.h"
void MotorCtrl_Init(McuType *obj);
void MotorCtrl_Maintask(McuType *obj);
#endif