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 kl25Z_nRF_TX by
Diff: Transmitter.cpp
- Revision:
- 1:c5c9925140b7
- Parent:
- 0:19a03658bf70
diff -r 19a03658bf70 -r c5c9925140b7 Transmitter.cpp
--- a/Transmitter.cpp Mon Jun 01 05:20:18 2015 +0000
+++ b/Transmitter.cpp Sat Jun 04 05:34:31 2016 +0000
@@ -3,8 +3,8 @@
Serial pc(USBTX, USBRX); // tx, rx
-nRF24L01P my_nrf24l01p(PTD6, PTE3, PTE2, PTB8, PTB9, PTD0); // mosi, miso, sck, csn, ce, irq
-DigitalOut RedLED(LED1);
+nRF24L01P my_nrf24l01p(PTD2, PTD3, PTD1, PTD0, PTD5, PTD4); // mosi, miso, sck, csn, ce, irq
+DigitalOut RedLED(PTA5);
int main()
{
