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: mbed-os nRF24L01P
Diff: main.cpp
- Revision:
- 7:cc8f8fd07dcd
- Parent:
- 5:e0a364225ab5
- Child:
- 8:523758201315
- Child:
- 10:c24908236b2d
--- a/main.cpp Fri Oct 29 08:37:24 2021 +0000
+++ b/main.cpp Fri Dec 10 08:27:30 2021 +0000
@@ -56,7 +56,7 @@
pc.printf( "Type keys to test transfers:\r\n (transfers are grouped into %d characters)\r\n", TRANSFER_SIZE );
my_nrf24l01p.setTransferSize( TRANSFER_SIZE );
- my_nrf24l01p.setReceiveMode();
+ my_nrf24l01p.setTransmitMode();
my_nrf24l01p.enable();
while (1) {