#ifndef __MOTOR_CONTROLLER_H__ #define __MOTOR_CONTROLLER_H__ #include "main.h" void mc_init(void); void mc_service(void); #endif