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.
Diff: master.cpp
- Revision:
- 27:27cffdb2e9d3
- Parent:
- 10:869163c7929d
- Child:
- 32:a6017128e999
--- a/master.cpp Mon Jan 09 17:12:34 2017 +0100 +++ b/master.cpp Mon Jan 09 23:26:52 2017 +0000 @@ -8,7 +8,7 @@ nRF24L01P radio(PB_15, PB_14, PB_13, PB_12, PB_1, PB_2); // mosi, miso, sck, csn, ce, irq const unsigned long long RX_ADDRESS = MASTER_ADDRESS; - const unsigned long long TX_ADDRESS = PIR1_ADDRESS; + const unsigned long long TX_ADDRESS = BOARD1_ADDRESS; char rxData[TRANSFER_SIZE];