I have I2C GPIO expander. I used to generate PWM using
Code: Select all
ledc_channel_configCode: Select all
ledc_set_duty Code: Select all
ledc_update_dutyIs it possible to use those function to generate PWM at GPIO in the expander? If not, what s the best way to do this manually? I tried to start new task
Code: Select all
xCreateTaskAny suggestion?
Thanks!