Controls the central heating system and the lights.

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

lpc1768-this/restart-this.h

Committer:
andrewboyson
Date:
2022-11-12
Revision:
8:8ac076ce51af
Parent:
0:22b158d3c76f

File content as of revision 8:8ac076ce51af:

#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