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:
- 161:a63672bf4423
- Parent:
- 139:1018e1dc82e9
- Child:
- 162:48fda0b8d573
diff -r 9aec89c8cdc7 -r a63672bf4423 DefinitionsAndGlobals.h
--- a/DefinitionsAndGlobals.h	Mon Apr 11 16:04:55 2016 +0000
+++ b/DefinitionsAndGlobals.h	Thu Apr 14 04:14:21 2016 +0000
@@ -24,6 +24,11 @@
 
 // ADF INTERRUPUT
     #define ADF_IRQ PTA14
+    
+    
+//I2C - Payload to CDMS (need to change while using CDMS hardware)
+I2C master(D7,D6);
+InterruptIn PYLD_I2C_Int(PTA13);
 
 // TC LIST
     #define TCL_STATE_INCOMPLETE 0x00
    