what is confusing me in the setup using the arduino ide can i use
ledcSetup(pwmChannel, freq, resolution); ledcSetup(pwmChannel01, freq, resolution);
multiple “ledcSetup”s
3 Answers
Hi Richard.
Yes.
You can use multiple ledcSetup-s to set up different pwm channels.
Let me know if you have more doubts about this subject.
Regards,
Sara
many thanks for your reply. was finding it hard to find any example code using multiple channels. now to see if i can get this thing working. Thanks Again.