#ifndef _PWM_H #define _PWM_H #include "tim.h" void Tim_PWM(TIM_HandleTypeDef *htim,uint32_t channel,uint32_t arr,uint32_t crr); #endif