gpio_sleep_set_pull_mode() function
Configure GPIO pull-up/pull-down resistors at sleep
Arguments
gpio_num
GPIO number. If you want to set pull up or down mode for e.g. GPIO16, gpio_num should be GPIO_NUM_16 (16);
pull
GPIO pull up/down mode.
Return value
- ESP_OK Success - ESP_ERR_INVALID_ARG : Parameter error
Notes
ESP32: Only pins that support both input & output have integrated pull-up and pull-down resistors. Input-only GPIOs 34-39 do not.
Examples
gpio_sleep_set_pull_mode() is referenced by 1 libraries and example projects: