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.
Dependencies: DebounceIn FXOS8700Q mbed nRF24L01P
Dependents: NerfGun_nRF24L01P_TX_9dof
Fork of NerfGun_nRF24L01P_TX by
Revision 1:ebfa9cb235de, committed 2014-05-21
- Comitter:
- johnmc
- Date:
- Wed May 21 13:47:07 2014 +0000
- Parent:
- 0:b5e995814400
- Commit message:
- TX (remote) side of Nerf demo
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:50:58 2014 +0000
+++ b/main.cpp Wed May 21 13:47:07 2014 +0000
@@ -38,7 +38,7 @@
pc.baud(115200);
- my_nrf24l01p.setTxAddress(0xDEADBEEF01);
+ my_nrf24l01p.setTxAddress(0xDEADBEEF0F);
my_nrf24l01p.powerUp();
myled1 = 1;
myled2 = 1;
