Simple version of COM_MNG_TMTC_CODE for IITMSAT.

Dependencies:   mbed-rtos mbed FreescaleIAP SimpleDMA

Revision:
147:7fd1ca3a35a1
Parent:
130:d5b53088270b
Child:
151:e6c7d4f87704
--- a/DefinitionsAndGlobals.h	Thu Mar 10 15:26:50 2016 +0000
+++ b/DefinitionsAndGlobals.h	Sat Apr 02 13:54:24 2016 +0000
@@ -29,6 +29,10 @@
 I2C master(D7,D6);
 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