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:
4:a35313611c1c
Parent:
3:e94be00fd19e
Child:
6:5cc7136648d1
--- a/RF24.h	Thu Nov 05 05:45:58 2015 +0000
+++ b/RF24.h	Wed Dec 30 01:47:37 2015 +0000
@@ -93,7 +93,7 @@
      */
     /**@{*/
 
-    RF24(PinName miso, PinName mosi, PinName sck, PinName _cepin, PinName _csnpin);
+    RF24(PinName mosi, PinName miso, PinName sck, PinName _cepin, PinName _csnpin);
 
 
     /**