Central Heating controller using the real time clock, PHY module for internet, 1-wire interface for temperature sensors, a system log and a configuration file

Dependencies:   net 1-wire lpc1768 crypto clock web fram log

/media/uploads/andrewboyson/heating.sch

/media/uploads/andrewboyson/heating.brd

/media/uploads/andrewboyson/eagle.epf

Revision:
28:bb55def47737
Parent:
8:8b5e0bb28da0
Child:
103:15583327fcdd
--- a/settings/settings.h	Sun Jan 20 20:34:25 2019 +0000
+++ b/settings/settings.h	Fri Jan 25 17:42:55 2019 +0000
@@ -48,4 +48,14 @@
 extern void ChgTraceHttp      (void);
 extern void ChgTraceTftp      (void);
 
+
+extern void SetNtpClientServerName      ( char* value);
+extern void SetNtpClientInitialInterval ( int   value);
+extern void SetNtpClientNormalInterval  ( int   value);
+extern void SetNtpClientRetryInterval   ( int   value);
+extern void SetNtpClientOffsetMs        ( int   value);
+extern void SetNtpClientMaxDelayMs      ( int   value);
+
+
+extern int  SettingsNtpInit(void);
 extern int  SettingsInit(void);
\ No newline at end of file