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 BAE_CODE_MARCH_2017 by
Diff: BCN.cpp
- Revision:
- 45:b5bd48ffbb67
- Parent:
- 39:670133e7ffd8
--- a/BCN.cpp Tue Jul 05 13:44:15 2016 +0000 +++ b/BCN.cpp Wed Jul 06 09:18:03 2016 +0000 @@ -7,7 +7,7 @@ Serial pc_bcn(USBTX, USBRX); //tx,rx SPI spi(D11, D12, D13); // mosi, miso, sclk -DigitalInOut cs(D10); //slave select or chip select +DigitalOut cs(D10); //slave select or chip select //SPI spi(PIN16, PIN17, PIN15); // mosi, miso, sclk //DigitalOut cs(PIN6); //slave select or chip select Timer t_i;//timer for checking the time taken by (temp.calc. + long_beacon + short_beacon) @@ -599,7 +599,7 @@ } */ -void FCTN_BCN_SPND_TX() +void FCTN_BCN_SPND_TX() { BCN_SPND_TX = 1; if( BCN_TX_MAIN_STATUS == 1 && BCN_TX_SW_STATUS == 1 )