Framework for reading and writing variables in real time on any MBED platform.

DistantIO

This is the C implementation of the DistantIO slave framework.

Library is working but slight API breaks may occur in the future. C++ version is also in development.

To get the master-side implementation, see https://github.com/Overdrivr/DistantIO

Revision:
1:aaffeb93f99b
Parent:
0:c4676d32d381
Child:
2:f2c816b681e3
--- a/distantio.h	Tue Sep 15 15:27:55 2015 +0000
+++ b/distantio.h	Thu Oct 08 12:27:20 2015 +0000
@@ -1,10 +1,11 @@
+// Copyright (C) 2015 Rémi Bèges
+// For conditions of distribution and use, see copyright notice in the LICENSE.md file
+
 /*
- * distantio.h
- *
- *  Created on: Oct 13, 2014
- *      Author: B48923
+ * WARNING : IMPLEMENTATION FOR LITTLE-ENDIAN PROCESSOR
+ * TODO : HANDLE BOTH
  */
-
+ 
 #ifndef DISTANTIO_H_
 #define DISTANTIO_H_