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:
- 155:ca7365c03fd7
- Parent:
- 144:4c20fcc105ce
- Child:
- 160:ef280e6dda44
--- a/DefinitionsAndGlobals.h Fri Apr 01 19:57:02 2016 +0000
+++ b/DefinitionsAndGlobals.h Mon Apr 11 12:10:59 2016 +0000
@@ -47,6 +47,7 @@
#define BAE_SW_EN_FLAG 0x0800
#define RF_SW_STATUS_FLAG 0x1000
#define COM_INIT_STATUS_FLAG 0x2000
+ #define COM_TX_STATUS_FLAG 0x4000
//RF relay STATUS
#define RF_COM_TX 0
@@ -165,6 +166,9 @@
DigitalOut RF_SW_CNTRL_BCN(RF_RELAY_CNTRL_BCN);
DigitalOut RF_SW_CNTRL_TX(RF_RELAY_CNTRL_TX);
+//COM_RX
+DigitalOut COM_RX_CNTRL(PIN72);
+DigitalOut COM_TX_CNTRL(PIN56);
// TC LIST
Base_tc* gHEAD_NODE_TCL = NULL;
