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

Dependents:   RF24Network_Send RF24Network_Receive WeatherStation maple_chotobot_rf_motores ... more

Revision:
1:00706a42491e
Parent:
0:bb74812ac6bb
Child:
2:3bdf0d9bb71f
--- 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();