Page 1 of 1

how To use the LEDC/PWM functions

Posted: Sat Dec 22, 2018 11:06 pm
by khalil_dz
can we use the function "" ledc_timer_config() "" on arduino ;because the function" ledcSetup " does not give access for the timer choice (timer1, .... or speed_mode).
I want to generate 4 pwm per timer.
can you help me .

Re: how To use the LEDC/PWM functions

Posted: Sun Dec 23, 2018 7:34 am
by ESP_krzychb
khalil_dz wrote:can we use the function "" ledc_timer_config() "" on arduino ;

Hi khalil_dz,

Yes, here is an example how.

Re: how To use the LEDC/PWM functions

Posted: Tue Dec 25, 2018 5:52 pm
by khalil_dz
  1. thanks a lot ;)  krzychb

Re: how To use the LEDC/PWM functions

Posted: Wed Dec 26, 2018 12:23 am
by khalil_dz
thanks a lot ;) krzychb