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 mbed-rtos mbed
Fork of workinQM_10thDec by
Diff: BCN.h
- Revision:
- 23:c65456ec5e61
- Parent:
- 20:949d13045431
- Child:
- 26:c8655e0ec73a
--- a/BCN.h Fri Jul 01 18:14:34 2016 +0000 +++ b/BCN.h Sat Jul 02 10:09:35 2016 +0000 @@ -4,9 +4,9 @@ #define BCN_RF_SILENCE 0 #define BCN_TX_DISABLED 1 #define BCN_TX_STANDBY 2 -#define BCN_TX_FAILURE 3 -#define BCN_TX_SUCCESS 4 -#define BCN_TX_INITIALIZED 5 +#define BCN_TX_SUCCESS 3 +#define BCN_INIT_SUCCESS 4 +#define BCN_INIT_FAILURE 5 //Size of tx data /* @@ -15,7 +15,7 @@ */ #define SHORT_TX_DATA 480 //in bytes -#define LONG_TX_DATA 127 //in bytes +#define LONG_TX_DATA 134 //in bytes //#define RF_SILENCE_TIME 35*60 #define RF_SILENCE_TIME 5 //changed for testing