Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

lpc1768-this/restart-this.h

Committer:
andrewboyson
Date:
23 months ago
Revision:
10:a97a7cb7aa82
Parent:
0:b843d647695c

File content as of revision 10:a97a7cb7aa82:

#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