TX (remote) side of the Nerf demo. Uses the FRDM-K64F and nRF24L01P to take acceleration data and send it wirelessly to the base unit.
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 |
diff -r b5e995814400 -r ebfa9cb235de main.cpp --- 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;