Search found 2 matches
- Wed Nov 28, 2018 5:11 pm
- Forum: ESP-IDF
- Topic: Threading and LED fade
- Replies: 4
- Views: 6537
Re: Threading and LED fade
I am using IDF version 3.1.1 if memory serves, and no, I'm trying to call ledc_fade_func_install once if I can. I am using a dual core board though.
- Tue Nov 27, 2018 10:57 pm
- Forum: ESP-IDF
- Topic: Threading and LED fade
- Replies: 4
- Views: 6537
Threading and LED fade
Hello. I am currently working with esp-idf and ran into an error. I am trying to set up an LED to fade in and out in a breath like fashion, but I also need the board to do other things, rather than waiting because the way I have it written, other functions get blocked, since if I don't wait for the ...