forked from iarv/LoRa_APRS_iGate
15 lines
204 B
C++
15 lines
204 B
C++
#ifndef SLEEP_UTILS_H_
|
|
#define SLEEP_UTILS_H_
|
|
|
|
#include <Arduino.h>
|
|
|
|
namespace SLEEP_Utils {
|
|
|
|
void setup();
|
|
void checkWakeUpFlag();
|
|
void startSleeping();
|
|
void checkSerial();
|
|
|
|
}
|
|
|
|
#endif |