Search found 1 match
- Thu Jul 19, 2018 8:27 pm
- Forum: ESP-IDF
- Topic: Deepsleep with 2 reed switch
- Replies: 1
- Views: 4357
Deepsleep with 2 reed switch
Hello, I have 2 reed switch (or buttons) on 34 and 35 (connected with pull pin-> 10k/3.3V ->GND) using esp_sleep_enable_ext0_wakeup(34,LOW) is working fine -> wake up the board using esp_sleep_enable_ext0_wakeup(35,LOW) is working fine -> wake up the board but when I want or 34 or 35 to wake the boa...