Andrew Boyson / oldheating

Dependencies:   net 1-wire lpc1768 crypto clock web fram log

Revision:
6:b325de442777
Parent:
4:9e1c6ac4ef06
Child:
8:8b5e0bb28da0
--- a/main/main.c	Fri Feb 16 19:43:06 2018 +0000
+++ b/main/main.c	Thu Feb 22 18:33:44 2018 +0000
@@ -15,6 +15,7 @@
 #include "server-http.h"
 #include "trace.h"
 #include "values.h"
+#include "debounce.h"
 
 int main()
 {
@@ -31,6 +32,7 @@
           OneWireInit();
            DeviceInit();
           HeatingInit();
+         DebounceInit();
     if ( SettingsInit()) goto end;
     if (    TraceInit()) goto end;
     if (   ValuesInit()) goto end;