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:
95:97621bfbedfa
Parent:
48:6eac12df3ad5
--- a/heating/program.c	Thu Jun 11 08:52:01 2020 +0000
+++ b/heating/program.c	Fri Oct 02 15:40:53 2020 +0000
@@ -2,10 +2,10 @@
 #include <stdlib.h>
 #include <stdbool.h>
 
-#include  "rtc.h"
+#include "rtc.h"
 #include "clktime.h"
-#include  "clk.h"
-#include  "log.h"
+#include "clk.h"
+#include "log.h"
 #include "fram.h"
 #include "http.h"