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
main/userfault.h@20:904a4f043f2c, 2019-01-08 (annotated)
- Committer:
- andrewboyson
- Date:
- Tue Jan 08 14:08:33 2019 +0000
- Revision:
- 20:904a4f043f2c
Updated clock library
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 20:904a4f043f2c | 1 | #include "fault.h" |
andrewboyson | 20:904a4f043f2c | 2 | |
andrewboyson | 20:904a4f043f2c | 3 | #define FAULT_ZONE_NTP_CLIENT FAULT_ZONE_USER + 0 |
andrewboyson | 20:904a4f043f2c | 4 | #define FAULT_ZONE_VALUES FAULT_ZONE_USER + 1 |
andrewboyson | 20:904a4f043f2c | 5 | #define FAULT_ZONE_ONE_WIRE FAULT_ZONE_USER + 2 |
andrewboyson | 20:904a4f043f2c | 6 | #define FAULT_ZONE_DEVICE FAULT_ZONE_USER + 3 |
andrewboyson | 20:904a4f043f2c | 7 | #define FAULT_ZONE_HEATING FAULT_ZONE_USER + 4 |