#include "stm32f10x.h" extern void MyTimer_PWM(TIM_TypeDef *Timer, char Channel); extern void MyTimer_Set_DutyCycle(TIM_TypeDef *Timer, char Channel, float DutyCycle_Percent);