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