You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
387 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. #ifndef _PWM_MODULE_H_
  2. #define _PWM_MODULE_H_
  3. #include "lib_config.h"
  4. #include "light.h"
  5. #include "port.h"
  6. #include "system_ES8P5066.h"
  7. void set_pwm_modbul_freq_duty(uint32_t frequencyhz, uint32_t duty);
  8. void set_pwm_mat2(uint16_t mat2);
  9. void set_pwm_modbul_freq_duty2(uint32_t frequencyhz, double duty);
  10. void stop_pwm_output();
  11. void t16_pa4_init(void);
  12. #endif