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:
- 227:05e929bdd4dc
- Parent:
- 224:3ac1f91e0ebc
--- a/DefinitionsAndGlobals.h Mon Jul 04 14:31:30 2016 +0000
+++ b/DefinitionsAndGlobals.h Mon Jul 04 20:27:37 2016 +0000
@@ -31,8 +31,8 @@
DigitalOut PL_I2C_GPIO(PTC1);
//I2C - CDMS to BAE
- DigitalIn BAE_I2C_GPIO(PIN39);
- DigitalOut CDMS_I2C_GPIO(PIN67);
+ DigitalIn BAE_I2C_GPIO(PIN67);
+ DigitalOut CDMS_I2C_GPIO(PIN39);
// TC LIST
#define TCL_STATE_INCOMPLETE 0x00
@@ -102,8 +102,8 @@
// Add more entries above
// SIZE of tc in bytes
- #define TC_SHORT_SIZE 11
- #define TC_LONG_SIZE 135
+// #define TC_SHORT_SIZE 11
+// #define TC_LONG_SIZE 135
// TMID list
#define TMID_ACK_L1 0xA
