#ifndef __MOTOR_H #define __MOTOR_H #include #define PWMA TIM1->CCR4 //PA11 void PWM_Init(u16 arr,u16 psc); #endif