Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Diff: DefinitionsAndGlobals.h
- Revision:
- 162:48fda0b8d573
- Parent:
- 161:a63672bf4423
- Child:
- 164:be3b4b760d0c
diff -r a63672bf4423 -r 48fda0b8d573 DefinitionsAndGlobals.h --- a/DefinitionsAndGlobals.h Thu Apr 14 04:14:21 2016 +0000 +++ b/DefinitionsAndGlobals.h Thu Apr 14 04:34:58 2016 +0000 @@ -26,10 +26,14 @@ #define ADF_IRQ PTA14 -//I2C - Payload to CDMS (need to change while using CDMS hardware) -I2C master(D7,D6); +//I2C - Payload to CDMS (need to change while using CDMS hardware); +I2C master(PIN32,PIN31); InterruptIn PYLD_I2C_Int(PTA13); +//I2C - CDMS to BAE +DigitalIn BAE_I2C_GPIO(PIN39); +DigitalOut CDMS_I2C_GPIO(PIN67); + // TC LIST #define TCL_STATE_INCOMPLETE 0x00 #define TCL_STATE_ABORTED 0x03