Controls the central heating system and the lights.

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

Revision:
3:f1464bf461c1
Parent:
0:22b158d3c76f
--- a/heating/program.h	Mon May 10 11:45:04 2021 +0000
+++ b/heating/program.h	Thu May 13 16:49:56 2021 +0000
@@ -10,4 +10,7 @@
 extern bool ProgramTimerOutput;
 
 extern  int ProgramMain(void);
-extern  int ProgramInit(void);
\ No newline at end of file
+extern  int ProgramInit(void);
+
+#define PROGRAM_COUNT             3
+#define PROGRAM_TRANSITIONS_COUNT 4
\ No newline at end of file