rtc_gpio_wakeup_enable() function
Enable wakeup from sleep mode using specific GPIO
Arguments
intr_type
Wakeup on high level (GPIO_INTR_HIGH_LEVEL) or low level (GPIO_INTR_LOW_LEVEL)
Return value
- ESP_OK on success - ESP_ERR_INVALID_ARG if gpio_num is not an RTC IO, or intr_type is not one of GPIO_INTR_HIGH_LEVEL, GPIO_INTR_LOW_LEVEL.
Examples
rtc_gpio_wakeup_enable() is referenced by 1 libraries and example projects: