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.
Fork of fault_man by
Diff: fault.h
- Revision:
- 3:417a2fd0f03b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fault.h Wed Dec 03 10:36:36 2014 +0000 @@ -0,0 +1,23 @@ +#include "mbed.h" + +#define FAULT1 D0 +#define FAULT2 PTB18 +#define FAULT3 D2 +#define FAULT4 D3 +#define FAULT5 D4 +#define FAULT6 D5 +#define FAULT7 D6 +#define FAULT8 D7 + +#define FAULT_CLEAR1 D8 +#define FAULT_CLEAR2 D9 +#define FAULT_CLEAR3 D10 +#define FAULT_CLEAR4 D11 +#define FAULT_CLEAR5 D12 +#define FAULT_CLEAR6 D13 +#define FAULT_CLEAR7 PTC10 +#define FAULT_CLEAR8 PTC11 + + + +void FAULTS(); \ No newline at end of file