#ifndef MYPWMVOILE_H #define MYPWMVOILE_H #include "stm32f10x.h" #include "GPIO.h" #include "TIMER.h" void init_pwm_voile(void); #endif