Search found 1 match

by Medrano
Wed Aug 30, 2017 7:42 am
Forum: ESP32 Arduino
Topic: Holding digital pins state in sleep mode
Replies: 2
Views: 4562

Holding digital pins state in sleep mode

Dear all, I am programming an ESP32 using the Arduino core. I understand from the documentation that it is possible to hold a digital pin state while in sleeping mode, but I did not find how to do it. I have a pin, configured as output, that has a strong pull-up, I set it to LOW before going to slee...