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

Files at this revision

API Documentation at this revision

Comitter:
akashvibhute
Date:
Wed Dec 30 01:47:37 2015 +0000
Parent:
3:e94be00fd19e
Child:
5:ee34c2837c4c
Commit message:
corrected documentation for swapped miso, mosi pins

Changed in this revision

RF24.h Show annotated file Show diff for this revision Revisions of this file
--- 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);
 
 
     /**