pieter Berteloot / RF24Network

Dependents:   xtoff3 CYS_Receiver

Fork of RF24Network by Akash Vibhute

Files at this revision

API Documentation at this revision

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();