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:
58:d968191f46f2
Parent:
51:c7c6ce0d57ad
Child:
59:593ed054a439
--- a/main/main.c	Mon May 06 07:55:09 2019 +0000
+++ b/main/main.c	Tue May 07 07:42:24 2019 +0000
@@ -12,9 +12,8 @@
 #include "web.h"
 #include "settings.h"
 #include "values.h"
-#include "debounce.h"
 #include "fault.h"
-#include "fault-derived.h"
+#include "fault-this.h"
 
 int main()
 {
@@ -32,7 +31,6 @@
             OneWireInit();           //No FRAM
              DeviceInit();           //No FRAM
             HeatingInit();           //Loads of FRAM
-           DebounceInit();           //No Fram
     if (   SettingsInit()) goto end;
     if (     ValuesInit()) goto end;
     while (1)