espressif / esp-mdf

Espressif Mesh Development Framework, limited maintain, recommend to use https://github.com/espressif/esp-mesh-lite
Other
774 stars 253 forks source link

Fade loop within the code #280

Open ThatBigPrint opened 2 years ago

ThatBigPrint commented 2 years ago

where is the fade loop within the code, please? we have implemented addressable leds we just need to get to fade location?

ThatBigPrint commented 2 years ago

?

Jiangyafeng commented 2 years ago

@ThatBigPrint You can see the ledc demo link: https://github.com/espressif/esp-idf/tree/master/examples/peripherals/ledc/ledc_fade

This will fulfill your needs. I'm not sure this will satisfy your requirements.