Ma Xiaobing / Mbed 2 deprecated nRF24L01Preceive

Dependencies:   BufferedSerial mbed nRF24L01P

Fork of nRF24L01P_Hello_World by YX ZHANG

Files at this revision

API Documentation at this revision

Comitter:
zhangyx
Date:
Wed Oct 11 06:29:40 2017 +0000
Parent:
2:1199904d820e
Child:
4:3bbadb5f1a00
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);