Files
micropython/ports/esp32/machine_rtc.c
Meir Armon b4ab3a893c esp32/modesp32: Add esp32.wake_on_gpio() function.
Some boards support waking up via GPIO pins, but this is not currently
supported by MicroPython.  This commit adds support for waking with GPIO in
a similar interface to waking with ext0, ext1, touch and ulp.  This commit
adds documentation for this new function as well.

Signed-off-by: Meir Armon <meirarmon@gmail.com>
2025-11-13 14:27:30 +11:00

7.0 KiB