mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-22 16:50:16 +01:00
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 |