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 NerfGun_nRF24L01P_RX by
Revision 3:fb5f79ff292b, committed 2014-05-21
- Comitter:
- johnmc
- Date:
- Wed May 21 13:44:54 2014 +0000
- Parent:
- 2:9caef35c5062
- Commit message:
- NerfDemo RX (base) side.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon May 12 18:47:06 2014 +0000
+++ b/main.cpp Wed May 21 13:44:54 2014 +0000
@@ -34,7 +34,7 @@
char rxData[TRANSFER_SIZE];
int rxDataCnt = 0;
- my_nrf24l01p.setRxAddress(0xDEADBEEF01);
+ my_nrf24l01p.setRxAddress(0xDEADBEEF0F);
my_nrf24l01p.powerUp();
// Display the (default) setup of the nRF24L01+ chip
