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:
- 33:76f2b8735501
- Parent:
- 27:61c856be467e
- Child:
- 74:2c82080db98b
--- a/BCN.h Sat Jul 02 14:06:34 2016 +0000 +++ b/BCN.h Mon Jul 04 04:29:59 2016 +0000 @@ -4,12 +4,14 @@ #define BCN_RF_SILENCE 0 #define BCN_TX_DISABLED 1 #define BCN_TX_STANDBY 2 -#define BCN_TX_FAILURE 3 +#define BCN_TX_SUSPENDED 2 +#define BCN_TX_SUCCESS 3 +#define BCN_TX_FAILURE 4 //#define BCN_TX_SUCCESS 4 //#define BCN_TX_INITIALIZED 5 -#define BCN_INIT_SUCCESS 4 -#define BCN_INIT_INITIALIZED 5 +#define BCN_INIT_SUCCESS 5 +#define BCN_INIT_FAILURE 6 //Size of tx data /*