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

Revision:
59:593ed054a439
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lpc1768-this/restart-this.h	Thu May 09 07:49:30 2019 +0000
@@ -0,0 +1,8 @@
+#include "restart.h"
+
+extern const char* RestartThisGetZoneString(void);
+#define RESTART_ZONE_NTP_CLIENT RESTART_ZONE_DERIVED + 0
+#define RESTART_ZONE_VALUES     RESTART_ZONE_DERIVED + 1
+#define RESTART_ZONE_ONE_WIRE   RESTART_ZONE_DERIVED + 2
+#define RESTART_ZONE_DEVICE     RESTART_ZONE_DERIVED + 3
+#define RESTART_ZONE_HEATING    RESTART_ZONE_DERIVED + 4
\ No newline at end of file