4 lines
190 B
C
4 lines
190 B
C
#include "stm32f10x.h"
|
|
// Config
|
|
extern void MyTimer_PWM(TIM_TypeDef *Timer, char Channel);
|
|
extern void MyTimer_Set_DutyCycle(TIM_TypeDef *Timer, char Channel, float DutyCycle_Percent);
|