Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of RF24 by
Revision 8:b70b1d82f1d7, committed 2016-08-23
- Comitter:
- akashvibhute
- Date:
- Tue Aug 23 09:25:48 2016 +0000
- Parent:
- 6:5cc7136648d1
- Child:
- 9:ef74df512fed
- Commit message:
- disabled radio details printing
Changed in this revision
| RF24.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/RF24.cpp Thu Apr 21 04:10:58 2016 +0000 +++ b/RF24.cpp Tue Aug 23 09:25:48 2016 +0000 @@ -692,7 +692,7 @@ // Enable PTX, do not write CE high so radio will remain in standby I mode ( 130us max to transition to RX or TX instead of 1500us from powerUp ) // PTX should use only 22uA of power write_register(NRF_CONFIG, ( read_register(NRF_CONFIG) ) & ~_BV(PRIM_RX) ); - printDetails(); + //printDetails(); // if setup is 0 or ff then there was no response from module return ( setup != 0 && setup != 0xff ); }
