Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: DefinitionsAndGlobals.h
- Revision:
- 147:7fd1ca3a35a1
- Parent:
- 130:d5b53088270b
- Child:
- 151:e6c7d4f87704
diff -r 8074893cd24e -r 7fd1ca3a35a1 DefinitionsAndGlobals.h
--- 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
    