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:
3:e94be00fd19e
Parent:
2:3bdf0d9bb71f
Child:
6:5cc7136648d1
--- a/RF24_config.h	Thu Nov 05 05:40:23 2015 +0000
+++ b/RF24_config.h	Thu Nov 05 05:45:58 2015 +0000
@@ -6,9 +6,11 @@
  version 2 as published by the Free Software Foundation.
  */
 
-/* Akash Vibhute <akash.roboticist@gmail.com>
+/*
+ * Mbed support added by Akash Vibhute <akash.roboticist@gmail.com>
+ * Porting completed on Nov/05/2015
  *
- * Modified for mbed support. Base code taken from TMRh20's github as on 04/Nov/2015
+ * Updated with TMRh20's RF24 library on Nov/04/2015 from https://github.com/TMRh20
  *
  */
 
@@ -59,4 +61,3 @@
 #define PRIPSTR "%s"
 
 #endif // __RF24_CONFIG_H__
-