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 1:00706a42491e, committed 2015-07-06
- Comitter:
- akashvibhute
- Date:
- Mon Jul 06 05:16:37 2015 +0000
- Parent:
- 0:bb74812ac6bb
- Child:
- 2:3bdf0d9bb71f
- Commit message:
- RF24 library by maniac, modified to work on mbed nucleo-411
Changed in this revision
| RF24.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/RF24.cpp Mon Jul 06 05:10:50 2015 +0000 +++ b/RF24.cpp Mon Jul 06 05:16:37 2015 +0000 @@ -389,8 +389,8 @@ // Set up default configuration. Callers can always change it later. // This channel should be universally safe and not bleed over into adjacent // spectrum. - //setChannel(76); - setChannel(90); + setChannel(76); + //setChannel(90); // Flush buffers flush_rx();
