fd

Dependents:   xtoff3 CYS_Receiver

Fork of RF24Network by Akash Vibhute

Revision:
4:75c5aa56411f
Parent:
0:c3db0798d9aa
Child:
5:b1110d26a900
--- a/Sync.h	Thu Nov 05 05:54:47 2015 +0000
+++ b/Sync.h	Thu Apr 21 03:43:13 2016 +0000
@@ -5,7 +5,16 @@
  modify it under the terms of the GNU General Public License
  version 2 as published by the Free Software Foundation.
  */
-
+ 
+/*
+ * Mbed support added by Akash Vibhute <akash.roboticist@gmail.com>
+ * Porting completed on Nov/05/2015
+ *
+ * Updated 1: Synced with TMRh20's RF24 library on Nov/04/2015 from https://github.com/TMRh20
+ * Updated 2: Synced with TMRh20's RF24 library on Apr/18/2015 from https://github.com/TMRh20
+ *
+ */
+ 
 #ifndef __SYNC_H__
 #define __SYNC_H__
 
@@ -83,3 +92,5 @@
 
 #endif // __SYNC_H__
 // vim:cin:ai:sts=2 sw=2 ft=cpp
+
+