A time interface class. This class replicates the normal time functions, but goes a couple of steps further. mbed library 82 and prior has a defective gmtime function. Also, this class enables access to setting the time, and adjusting the accuracy of the RTC.

Dependencies:   CalendarPage

Dependents:   CI-data-logger-server WattEye X10Svr SSDP_Server

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Sun Sep 13 14:55:01 2020 +0000
Parent:
29:28180961841f
Parent:
31:c692c48e79bb
Child:
33:e49b25bdbfa5
Commit message:
Minor revision to debug setting.

Changed in this revision

NTPClient/NTPClient.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/NTPClient/NTPClient.cpp	Sat Jul 18 18:43:49 2020 +0000
+++ b/NTPClient/NTPClient.cpp	Sun Sep 13 14:55:01 2020 +0000
@@ -24,7 +24,7 @@
 #include "NTPClient.h"
 
 
-#define DEBUG "NTPc"
+//#define DEBUG "NTPc"
 
 #if (defined(DEBUG))
 #include <cstdio>