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.
 
 
 
 

17 lines
383 B

#ifndef _PWM_MODULE_H_
#define _PWM_MODULE_H_
#include "lib_config.h"
#include "light.h"
#include "port.h"
#include "system_ES8P5066.h"
void set_pwm_modbul_freq_duty(uint32_t frequencyhz, uint32_t duty);
void set_pwm_mat2(uint16_t mat2);
void set_pwm_modbul_freq_duty2(uint32_t frequencyhz, double duty);
void stop_pwm_output();
void t16_pa4_init(void);
#endif