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.
Dependents: xtoff3 CYS_Receiver
Fork of RF24Network by
Revision 1:caf146ffe8b0, committed 2015-07-06
- Comitter:
- akashvibhute
- Date:
- Mon Jul 06 05:18:22 2015 +0000
- Parent:
- 0:c3db0798d9aa
- Child:
- 2:a5f8e04bd02b
- Commit message:
- Maniacbug's RF24Network arduino library ported to mbed. Tested, it works for Nucleo F411
Changed in this revision
| RF24Network.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/RF24Network.cpp Mon Jul 06 05:11:06 2015 +0000
+++ b/RF24Network.cpp Mon Jul 06 05:18:22 2015 +0000
@@ -35,7 +35,8 @@
radio.setDataRate(RF24_1MBPS);
radio.setCRCLength(RF24_CRC_16);
- radio.setAutoAck(1); /*****/
+ // Setup Auto ack enabled as it is required by nodes
+ radio.setAutoAck(1);
// Setup our address helper cache
setup_address();
