esp8266/ESP8266_NONOS_SDK/include/pwm.h
Go to the documentation of this file.
uint32 duty[PWM_CHANNEL_NUM_MAX]
Definition: esp8266/ESP8266_NONOS_SDK/include/pwm.h:41
void set_pwm_debug_en(uint8 print_en)
void pwm_init(uint32 period, uint32 *duty, uint32 pwm_channel_num, uint32(*pin_info_list)[3])
Initialize PWM function, including GPIO selection, period and duty cycle.
#define PWM_CHANNEL_NUM_MAX
Definition: esp8266/ESP8266_NONOS_SDK/include/pwm.h:36
Definition: esp8266/ESP8266_NONOS_SDK/include/pwm.h:38