esp-idf/examples/peripherals/pcnt/rotary_encoder/main/Kconfig.projbuild

9 lines
341 B
Plaintext
Raw Normal View History

menu "Example Configuration"
config EXAMPLE_WAKE_UP_LIGHT_SLEEP
bool "Configure the EC11 to wake up light sleep"
default "n"
help
Whether to use one of the EC11 channel to wake up the chip from light sleep.
The wake up is not triggered by PCNT peripheral, but by the digital GPIO.
endmenu