Maniacbug's RF24 arduino library ported to mbed. Tested, it works for Nucleo F411

Dependents:   RF24Network_Send RF24Network_Receive maple_chotobot_rf_motores Thesis_Verzender ... more

Revision:
1:caf146ffe8b0
Parent:
0:c3db0798d9aa
Child:
2:a5f8e04bd02b
--- 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();