CDMS code for testing sbc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Committer:
aniruddhv
Date:
Thu Mar 24 04:04:33 2016 +0000
Revision:
137:489a93a04d6b
Child:
144:4c20fcc105ce
Updated POWER_ON_TX, POWER_OFF_TX

Who changed what in which revision?

UserRevisionLine numberNew contents of line
aniruddhv 137:489a93a04d6b 1 #define P_COM_INIT {\
aniruddhv 137:489a93a04d6b 2 gFLAGS = gFLAGS | COM_INIT_STATUS_FLAG;\
aniruddhv 137:489a93a04d6b 3 /*PENDING: SWITCH RF RELAY TO BEACON*/\
aniruddhv 137:489a93a04d6b 4 gFLAGS = gFLAGS | RF_SW_STATUS_FLAG;\
aniruddhv 137:489a93a04d6b 5 /*PENDING: Reset COM receiver (0.2 seconds)*/\
aniruddhv 137:489a93a04d6b 6 gFLAGS = gFLAGS & (~COM_INIT_STATUS_FLAG);\
aniruddhv 137:489a93a04d6b 7 }