sakthi priya amirtharaj
/
BAE_vr2_1_3
i2c working with old hk
Fork of BAE_vr2_1_1 by
Diff: fault.h
- Revision:
- 8:69475d16d23d
- Parent:
- 7:f06840d848e3
--- a/fault.h Wed Dec 10 06:34:17 2014 +0000 +++ b/fault.h Thu Dec 11 07:34:17 2014 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" #include "pin_config.h" - +#define FAULT0 PIN31 #define FAULT1 PIN42 // FAULTBAR #define FAULT2 PIN40 // 3V3APGOOD #define FAULT3 PIN39 // 3V3BPGOOD @@ -31,4 +31,5 @@ void FAULTS(); -void POWER(char flag); \ No newline at end of file +void POWER(char flag); +void interrupt_fault(); \ No newline at end of file