RX basestation controller of the NERF demo. Designed for use with the FRDM-K64F and the nRF24L01P module.

Dependencies:   mbed nRF24L01P

Fork of NerfGun_nRF24L01P_RX by Clark Jarvis

Revision:
3:fb5f79ff292b
Parent:
2:9caef35c5062
--- 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