Search found 1 match
- Thu May 04, 2017 3:40 pm
- Forum: General Discussion
- Topic: Configuring and using RTC GPIOs as outputs in stub
- Replies: 1
- Views: 4987
Configuring and using RTC GPIOs as outputs in stub
Hi There, I'm able to put the esp32 to sleep and wake it up on RTC pin level change. What I need next is a stub function that acts before the processors boot up configuring an RTC pin as output and setting it high until the main tasks take over. Is there an example out there that does that or could ...