summaryrefslogtreecommitdiffstats
path: root/esp32/main/ntp.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-11-01 09:46:52 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-11-01 09:46:52 +0800
commit9f938ab8ba5af561bd44dbc7142f338ce317a01a (patch)
tree7104ce2ac9456c5895f752eff26bad31f8436978 /esp32/main/ntp.h
downloadetlas-9f938ab8ba5af561bd44dbc7142f338ce317a01a.tar.gz
Etlas project.
Diffstat (limited to 'esp32/main/ntp.h')
-rw-r--r--esp32/main/ntp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/esp32/main/ntp.h b/esp32/main/ntp.h
new file mode 100644
index 0000000..c8b5767
--- /dev/null
+++ b/esp32/main/ntp.h
@@ -0,0 +1,8 @@
+#ifndef NTP_H
+#define NTP_H
+
+void ntp_init(void);
+
+int ntp_sync(void);
+
+#endif /* NTP_H */