-
Notifications
You must be signed in to change notification settings - Fork 21
Implement LEDs using ledc method #49
Open
Milestone
Description
As commented, currently the LEDs (ledChar and ledFinish) are using analogWrite, which are by convenience supplied by the ESP32Servo library. This might be bad for modularity in case another library is used, or any changes in the architecture are made.
And, maybe there are other opportunities by using this official method.