I have I2C GPIO expander. I used to generate PWM using
Code: Select all
ledc_channel_config
Code: Select all
ledc_set_duty
Code: Select all
ledc_update_duty
Is 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
xCreateTask
Any suggestion?
Thanks!