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

Committer:
andrewboyson
Date:
Fri Apr 23 08:36:42 2021 +0000
Revision:
106:41ed3ea0bbba
Parent:
59:593ed054a439
Not working, crashes.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 59:593ed054a439 1 #include "restart.h"
andrewboyson 59:593ed054a439 2
andrewboyson 59:593ed054a439 3 extern const char* RestartThisGetZoneString(void);
andrewboyson 59:593ed054a439 4 #define RESTART_ZONE_NTP_CLIENT RESTART_ZONE_DERIVED + 0
andrewboyson 59:593ed054a439 5 #define RESTART_ZONE_VALUES RESTART_ZONE_DERIVED + 1
andrewboyson 59:593ed054a439 6 #define RESTART_ZONE_ONE_WIRE RESTART_ZONE_DERIVED + 2
andrewboyson 59:593ed054a439 7 #define RESTART_ZONE_DEVICE RESTART_ZONE_DERIVED + 3
andrewboyson 59:593ed054a439 8 #define RESTART_ZONE_HEATING RESTART_ZONE_DERIVED + 4