RAII object for disabling, then restoring the deep sleep mode Usage: More...
#include <DeepSleepLock.h>
Public Member Functions | |
void | lock () |
Mark the start of a locked deep sleep section. More... | |
void | unlock () |
Mark the end of a locked deep sleep section. More... | |
RAII object for disabling, then restoring the deep sleep mode Usage:
Definition at line 47 of file DeepSleepLock.h.
void lock | ( | void | ) |
Mark the start of a locked deep sleep section.
Definition at line 66 of file DeepSleepLock.h.
void unlock | ( | void | ) |
Mark the end of a locked deep sleep section.
Definition at line 79 of file DeepSleepLock.h.