RGBLed
RGBLed copied to clipboard
Add support for ESP32 3.0 API
I added support for the new ESP32 API
. There were some breaking changes with the LEDC API
.
I implemented the @The39thBit suggestion in #16 and replaced ledcWrite
(that now only works with a PIN
number) for ledcWriteChannel
.
Additionally, it would be nice to add a note informing people about this breaking change.