Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: net 1-wire lpc1768 crypto clock web fram log
Diff: lpc1768-derived/fault-derived.h
- Revision:
- 47:229338b3adcb
- Parent:
- 20:904a4f043f2c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lpc1768-derived/fault-derived.h Tue Apr 23 18:47:47 2019 +0000 @@ -0,0 +1,7 @@ +#include "fault.h" + +#define FAULT_ZONE_NTP_CLIENT FAULT_ZONE_DERIVED + 0 +#define FAULT_ZONE_VALUES FAULT_ZONE_DERIVED + 1 +#define FAULT_ZONE_ONE_WIRE FAULT_ZONE_DERIVED + 2 +#define FAULT_ZONE_DEVICE FAULT_ZONE_DERIVED + 3 +#define FAULT_ZONE_HEATING FAULT_ZONE_DERIVED + 4 \ No newline at end of file