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

Files at this revision

API Documentation at this revision

Comitter:
akashvibhute
Date:
Thu Apr 21 04:10:31 2016 +0000
Parent:
4:75c5aa56411f
Commit message:
Library re-ported with all the latest and greatest stuff from Manicbug; Synced with TMRh20's RF24 library on Apr/18/2015 from https://github.com/TMRh20

Changed in this revision

RF24Network.cpp Show annotated file Show diff for this revision Revisions of this file
RF24Network.h Show annotated file Show diff for this revision Revisions of this file
RF24Network_config.h Show annotated file Show diff for this revision Revisions of this file
Sync.cpp Show annotated file Show diff for this revision Revisions of this file
Sync.h Show annotated file Show diff for this revision Revisions of this file
--- a/RF24Network.cpp	Thu Apr 21 03:43:13 2016 +0000
+++ b/RF24Network.cpp	Thu Apr 21 04:10:31 2016 +0000
@@ -15,6 +15,7 @@
  *
  */
  
+ 
 #include "RF24Network_config.h"
 #include "RF24.h"
 #include "RF24Network.h"
--- a/RF24Network.h	Thu Apr 21 03:43:13 2016 +0000
+++ b/RF24Network.h	Thu Apr 21 04:10:31 2016 +0000
@@ -15,6 +15,7 @@
  *
  */
  
+ 
 #ifndef __RF24NETWORK_H__
 #define __RF24NETWORK_H__
 
--- a/RF24Network_config.h	Thu Apr 21 03:43:13 2016 +0000
+++ b/RF24Network_config.h	Thu Apr 21 04:10:31 2016 +0000
@@ -16,6 +16,7 @@
  *
  */
  
+ 
 #ifndef __RF24NETWORK_CONFIG_H__
 #define __RF24NETWORK_CONFIG_H__
 
--- a/Sync.cpp	Thu Apr 21 03:43:13 2016 +0000
+++ b/Sync.cpp	Thu Apr 21 04:10:31 2016 +0000
@@ -15,6 +15,7 @@
  *
  */
  
+ 
 // STL headers
 // C headers
 #include <stdlib.h>
--- a/Sync.h	Thu Apr 21 03:43:13 2016 +0000
+++ b/Sync.h	Thu Apr 21 04:10:31 2016 +0000
@@ -15,6 +15,7 @@
  *
  */
  
+ 
 #ifndef __SYNC_H__
 #define __SYNC_H__