Specialized interface code for the nRF24L01P wireless transceiver.
Dependents: WalkingRobot PcRadioBridge FzeroXcontroller WalkingRobot ... more
Revision 4:7953b5fa8aae, committed 2013-01-17
- Comitter:
- pclary
- Date:
- Thu Jan 17 18:33:18 2013 +0000
- Parent:
- 3:245faa365852
- Commit message:
- Removed unnecessary 1ms pause in receive interrupt.
Changed in this revision
Radio.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 245faa365852 -r 7953b5fa8aae Radio.cpp --- a/Radio.cpp Sun Jan 13 08:39:28 2013 +0000 +++ b/Radio.cpp Thu Jan 17 18:33:18 2013 +0000 @@ -125,7 +125,7 @@ while (!(getRegister(FIFO_STATUS) & FIFO_STATUS_RX_EMPTY)) { // Check data pipe - wait_us(1000); + //wait_us(1000); pipe = getStatus() & STATUS_RN_P_MASK; // Read data