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.cpp
- Revision:
- 80:da657c390c27
- Parent:
- 79:bc093fd525d7
- Child:
- 82:9117fc24d09d
--- a/BCN.cpp Sat Dec 10 14:08:36 2016 +0000 +++ b/BCN.cpp Sat Dec 10 14:28:29 2016 +0000 @@ -683,7 +683,7 @@ writereg(RF22_REG_07_OPERATING_MODE1,0x00); //standby mode if( readreg(RF22_REG_07_OPERATING_MODE1) & 0x08 == 0x08 ) { - BCN_SW = 0; + BCN_SW = 0; //active low BCN_TX_SW_STATUS = 3; } }