Andrew Boyson / oldheating

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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers restart-this.h Source File

restart-this.h

00001 #include "restart.h"
00002 
00003 extern const char* RestartThisGetZoneString(void);
00004 #define RESTART_ZONE_NTP_CLIENT RESTART_ZONE_DERIVED + 0
00005 #define RESTART_ZONE_VALUES     RESTART_ZONE_DERIVED + 1
00006 #define RESTART_ZONE_ONE_WIRE   RESTART_ZONE_DERIVED + 2
00007 #define RESTART_ZONE_DEVICE     RESTART_ZONE_DERIVED + 3
00008 #define RESTART_ZONE_HEATING    RESTART_ZONE_DERIVED + 4