Search found 1 match

by 0ldG33z3r
Sun Mar 10, 2019 7:20 pm
Forum: ESP32 Arduino
Topic: Enabling RTC GPIO Pullup resistors
Replies: 1
Views: 6947

Enabling RTC GPIO Pullup resistors

Goal: to enable RTC GPIO pullup resistors in deep sleep (to save a lot of potentially extra resistors). As best I can tell, in the Espressif IDF one can use rtc_gpio_pullup_enable(pin) to enable the pullup resistor, and keep it enabled in deep sleep. There are similar functions for the pulldown resi...