Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 580 Bytes

deepsleep.rst

File metadata and controls

25 lines (17 loc) · 580 Bytes

Deep Sleep

About

Note

This is a work in progress project and this section is still missing. If you want to contribute, please see the Contributions Guide.

Examples

To get started with Hall sensor, you can try:

ExternalWakeUp

.. literalinclude:: ../../../libraries/ESP32/examples/DeepSleep/ExternalWakeUp/ExternalWakeUp.ino
    :language: arduino

Timer Wake Up

.. literalinclude:: ../../../libraries/ESP32/examples/DeepSleep/TimerWakeUp/TimerWakeUp.ino
    :language: arduino