#ifndef PWMOUT_H #define PWMOUT_H #include "system.h" void TIM2_Init(void); void PWM_OUT(void); void TimePwm_init(int arr,int psc);// #endif