LoRa_APRS_iGate/include/ntp_utils.h
richonguzman 9801545965 update1
2024-12-04 13:59:46 -03:00

15 lines
173 B
C++

#ifndef NTP_UTILS_H_
#define NTP_UTILS_H_
#include <Arduino.h>
namespace NTP_Utils {
void setup();
void update();
String getFormatedTime();
}
#endif