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
Revision 3:61afd8d17063, committed 2017-10-11
- Comitter:
- zhangyx
- Date:
- Wed Oct 11 06:29:40 2017 +0000
- Parent:
- 2:1199904d820e
- Child:
- 4:d6e5433bcbf6
- Child:
- 5:458f974bb580
- Commit message:
- comment
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);
