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
30
int
setLowPowerMode
(
void
);
31
void
enterDeepSleep
(
void
);
32
33
#endif
// _DEEPSLEEP_H_
34
enterDeepSleep
void enterDeepSleep(void)
setLowPowerMode
int setLowPowerMode(void)
deepSleep.h
Generated by
1.9.8