1st

Dependencies:   mbed nRF24L01P

Files at this revision

API Documentation at this revision

Comitter:
voltxd
Date:
Fri Dec 04 07:35:46 2020 +0000
Parent:
1:5be2682710c6
Commit message:
1st

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 5be2682710c6 -r b57a1cf4d5a7 main.cpp
--- a/main.cpp	Wed Jan 19 23:53:19 2011 +0000
+++ b/main.cpp	Fri Dec 04 07:35:46 2020 +0000
@@ -3,7 +3,7 @@
 
 Serial pc(USBTX, USBRX); // tx, rx
 
-nRF24L01P my_nrf24l01p(p5, p6, p7, p8, p9, p10);    // mosi, miso, sck, csn, ce, irq
+nRF24L01P my_nrf24l01p(PD_4, PD_3, PD_1, D9, D8, D1);    // mosi, miso, sck, csn, ce, irq
 
 DigitalOut myled1(LED1);
 DigitalOut myled2(LED2);
diff -r 5be2682710c6 -r b57a1cf4d5a7 mbed.bld
--- a/mbed.bld	Wed Jan 19 23:53:19 2011 +0000
+++ b/mbed.bld	Fri Dec 04 07:35:46 2020 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/e2ac27c8e93e
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file