#ifndef __MOTOR_CONTROLLER_H__ #define __MOTOR_CONTROLLER_H__ #include "main.h" void mc_init(TIM_HandleTypeDef* tim); void mc_service(uint16_t degrees, uint8_t speed); #endif