Flying Silicon Sensor
deepSleep.h
Go to the documentation of this file.
1
23#ifndef _DEEPSLEEP_H_
24#define _DEEPSLEEP_H_
25
26#ifndef ARDUINO_ARCH_NRF52
27#error Not compatible with active board
28#endif
29
31void enterDeepSleep(void);
32
33#endif // _DEEPSLEEP_H_
34
void enterDeepSleep(void)
int setLowPowerMode(void)