sakthi priya amirtharaj
/
BAE_vr2_1_3
i2c working with old hk
Fork of BAE_vr2_1_1 by
Diff: fault.h
- Revision:
- 2:80b8a2e999f7
- Child:
- 4:8f6c24eca109
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fault.h Tue Dec 02 10:43:24 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