pwm_in.h 85 B

12345678
  1. #ifndef __PWM_IN_H
  2. #define __PWM_IN_H
  3. //
  4. void tim_pwm_in_init(void);
  5. #endif