mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-22 08:40:16 +01:00
14 lines
180 B
C++
14 lines
180 B
C++
#ifndef SLEEP_UTILS_H_
|
|
#define SLEEP_UTILS_H_
|
|
|
|
#include <Arduino.h>
|
|
|
|
namespace SLEEP_Utils {
|
|
|
|
void setup();
|
|
void checkWakeUpFlag();
|
|
void startSleeping();
|
|
|
|
}
|
|
|
|
#endif |