pwm_in.h 120 B

12345678910
  1. #ifndef __PWM_IN_H
  2. #define __PWM_IN_H
  3. //
  4. void tim_pwm_in_init(void);
  5. //
  6. void tim_print_out_pwm(void);
  7. #endif