LoRa_APRS_iGate/include/sleep_utils.h
richonguzman eb5b3aaa25 cambio4
2025-04-24 10:36:08 -04:00

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