#ifndef _TIMER2_H #define _TIMER2_H #include "common.h" void TIM2_INIT(void); void TIM2_PWM(char v); #endif