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:
11:fa01ea25b62d
Parent:
8:8b5e0bb28da0
Child:
13:2ca12dd42e91
--- a/settings/settings.c	Mon Nov 26 14:06:44 2018 +0000
+++ b/settings/settings.c	Sun Dec 02 19:17:40 2018 +0000
@@ -1,7 +1,7 @@
 #include <stdbool.h>
 #include <stdlib.h>
 
-#include      "clock.h"
+#include   "clkstate.h"
 #include       "fram.h"
 #include        "log.h"
 #include        "net.h"
@@ -16,7 +16,7 @@
 #include        "nr4.h"
 #include        "nr6.h"
 #include "ntp-client.h"
-#include       "sync.h"
+#include    "clksync.h"
 #include     "1-wire.h"
 #include      "echo4.h"
 #include      "echo6.h"