Controls the central heating system and the lights.

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

Committer:
andrewboyson
Date:
Mon May 10 10:23:48 2021 +0000
Revision:
0:22b158d3c76f
Child:
3:f1464bf461c1
New version as old one would not commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 0:22b158d3c76f 1 #include <stdbool.h>
andrewboyson 0:22b158d3c76f 2
andrewboyson 0:22b158d3c76f 3 extern int ProgramGetDay (int i); extern void ProgramSetDay (int i, int value);
andrewboyson 0:22b158d3c76f 4 extern int ProgramGetNewDayHour(void ); extern void ProgramSetNewDayHour( int value);
andrewboyson 0:22b158d3c76f 5
andrewboyson 0:22b158d3c76f 6 extern void ProgramToString(int i, int buflen, char* buffer);
andrewboyson 0:22b158d3c76f 7 extern void ProgramSendAjax(void);
andrewboyson 0:22b158d3c76f 8 extern void ProgramParse (int i, char* text);
andrewboyson 0:22b158d3c76f 9
andrewboyson 0:22b158d3c76f 10 extern bool ProgramTimerOutput;
andrewboyson 0:22b158d3c76f 11
andrewboyson 0:22b158d3c76f 12 extern int ProgramMain(void);
andrewboyson 0:22b158d3c76f 13 extern int ProgramInit(void);