You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aside from LED fading, it would be useful for adjusting servos more slowly.
Describe the solution you'd like
I would like esp32-hal-ledc.c to also include functions to wrap the existing fading functionality present in ESP-IDF's ledc.c driver
Describe alternatives you've considered
This can be done with a for loop using a specified delay, as in the LEDCSoftwareFade.ino example, but since this functionality exists at a hardware level, implementation of this would be nice, especially since it can also work in a non-blocking manner.
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
I confirm I have checked existing list of Feature requests and Contribution Guide.
The text was updated successfully, but these errors were encountered:
Related area
LEDC, PWM
Hardware specification
ESP32
Is your feature request related to a problem?
Aside from LED fading, it would be useful for adjusting servos more slowly.
Describe the solution you'd like
I would like
esp32-hal-ledc.c
to also include functions to wrap the existing fading functionality present in ESP-IDF'sledc.c
driverDescribe alternatives you've considered
This can be done with a for loop using a specified delay, as in the
LEDCSoftwareFade.ino
example, but since this functionality exists at a hardware level, implementation of this would be nice, especially since it can also work in a non-blocking manner.Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: