timer2.h 114 B

1234567
  1. #ifndef _TIMER2_H
  2. #define _TIMER2_H
  3. #include "common.h"
  4. void TIM2_INIT(void);
  5. void TIM2_PWM(char v);
  6. #endif