LoRa_APRS_iGate/include/sleep_utils.h
richonguzman 10798d2c9a 8.45mA
2025-05-08 12:53:55 -04:00

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