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:
0:3c04f4b47041
Child:
8:8b5e0bb28da0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/settings/settings.h	Thu Jan 11 17:40:08 2018 +0000
@@ -0,0 +1,14 @@
+#include <stdbool.h>
+
+extern void SetClockSlewDivisor      (int  value);
+extern void SetClockSlewMaxMs        (int  value);
+extern void SetClockPpbDivisor       (int  value);
+extern void SetClockPpbChangeMax     (int  value);
+extern void SetClockSyncedLimitNs    (int  value);
+extern void SetClockSyncedLimitPpb   (int  value);
+extern void SetClockSyncedHysterisNs (int  value);
+extern void SetClockSyncedHysterisPpb(int  value);
+extern void SetClockMaxOffsetSecs    (int  value);
+extern void SetNetPreferIp4Polled    (bool value);
+
+extern int  SettingsInit(void);
\ No newline at end of file