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.
Fork of nRF24L01P_Hello_World by
Diff: main.cpp
- Revision:
- 3:61afd8d17063
- Parent:
- 2:1199904d820e
- Child:
- 4:458f974bb580
--- a/main.cpp Sat May 06 04:46:18 2017 +0000 +++ b/main.cpp Wed Oct 11 06:29:40 2017 +0000 @@ -3,7 +3,8 @@ Serial pc(USBTX, USBRX, 115200); // tx, rx -nRF24L01P my_nrf24l01p(D4, D5, D3, D7, D8, D6); // mosi, miso, sck, csn, ce, irq +// mosi, miso, sck, csn, ce, irq +nRF24L01P my_nrf24l01p(D4, D5, D3, D7, D8, D6); DigitalOut myled1(LED1); DigitalOut myled2(LED2);
