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 John Mc

Revision:
1:ebfa9cb235de
Parent:
0:b5e995814400
Child:
2:c66f049c90d4
--- 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;