sakthi priya amirtharaj
/
BAE_vr2_1_3
i2c working with old hk
Fork of BAE_vr2_1_1 by
Diff: fault.h
- Revision:
- 4:8f6c24eca109
- Parent:
- 2:80b8a2e999f7
- Child:
- 5:255b43e8e21a
diff -r 02b45de29c0f -r 8f6c24eca109 fault.h --- a/fault.h Wed Dec 03 06:25:50 2014 +0000 +++ b/fault.h Wed Dec 03 11:23:37 2014 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" -#define FAULT1 D0 -#define FAULT2 PTB18 +#define FAULT1 PTB18 +#define FAULT2 PTB19 #define FAULT3 D2 #define FAULT4 D3 #define FAULT5 D4 @@ -18,6 +18,10 @@ #define FAULT_CLEAR7 PTC10 #define FAULT_CLEAR8 PTC11 +#define ACS PTC4 +#define TX PTC6 +#define PAYLOAD PTC7 -void FAULTS(); \ No newline at end of file +void FAULTS(); +void POWER(); \ No newline at end of file