
This code includes FRDM-STBC-AGM01 in order to add 9dof Sensor Fusion to Nerf Gun Demo. 9dof = accelerometer, magnetometer and gyro.
Dependencies: DebounceIn FXOS8700Q NerfGun_nRF24L01P_TX mbed nRF24L01P
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
- Child:
- 2:c66f049c90d4
- 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;