Controls the central heating system and the lights.

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

Committer:
andrewboyson
Date:
Sat Nov 12 10:03:38 2022 +0000
Revision:
8:8ac076ce51af
Parent:
0:22b158d3c76f
Updated LPC1768 library

Who changed what in which revision?

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