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:
1:ccc66fdf858d
Parent:
0:3c04f4b47041
Child:
5:82197a6997fd
--- a/heating/radiator.c	Thu Jan 11 17:40:08 2018 +0000
+++ b/heating/radiator.c	Sun Jan 28 14:41:12 2018 +0000
@@ -2,7 +2,7 @@
 #include <string.h>
 #include <stdbool.h>
 
-#include "peripherals.h"
+#include     "defs.h"
 #include  "program.h"
 #include  "ds18b20.h"
 #include     "fram.h"