RX basestation controller of the NERF demo. Designed for use with the FRDM-K64F and the nRF24L01P module.
Fork of NerfGun_nRF24L01P_RX by
Revision 3:fb5f79ff292b, committed 2014-05-21
- Comitter:
- johnmc
- Date:
- Wed May 21 13:44:54 2014 +0000
- Parent:
- 2:9caef35c5062
- Commit message:
- NerfDemo RX (base) side.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 9caef35c5062 -r fb5f79ff292b main.cpp --- 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