Search found 1 match

by maurospi
Fri Jul 19, 2024 2:35 pm
Forum: ESP-IDF
Topic: LEDC Fade
Replies: 3
Views: 5020

Re: LEDC Fade

Check `ledc.c:1222-1244`.

The warning means that in order to fade the duty cycle in the time you specified (LEDC_TEST_FADE_TIME) you would have to increase the duty in smaller steps than the minimum.

You can fix this by either:
- lowering your PWM freq so that each cycle takes longer.
- lowering ...

Go to advanced search