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

heating/program.h

Committer:
andrewboyson
Date:
2019-04-23
Revision:
47:229338b3adcb
Parent:
0:3c04f4b47041
Child:
48:6eac12df3ad5

File content as of revision 47:229338b3adcb:

#include <stdbool.h>

extern int     ProgramGetDay       (int i); extern void ProgramSetDay       (int i, int value);
extern int     ProgramGetNewDayHour(void ); extern void ProgramSetNewDayHour(       int value);

extern void    ProgramToString(int i, int buflen, char* buffer);
extern void    ProgramParse   (int i, char* text);

extern bool    ProgramTimerOutput;

extern  int    ProgramMain(void);
extern  int    ProgramInit(void);