Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Sync.h
- 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 + +