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.cpp	Tue Sep 15 15:27:55 2015 +0000
+++ b/distantio.cpp	Thu Oct 08 12:27:20 2015 +0000
@@ -1,19 +1,12 @@
-/*
- * distantio.c
- *
- *  Created on: Oct 13, 2014
- *      Author: B48923
- */
+// Copyright (C) 2015 Rémi Bèges
+// For conditions of distribution and use, see copyright notice in the LICENSE.md file
 
 #include "distantio.h"
 #include "crc.h"
 #include "string.h"
 #include "protocol.h"
 
-/*
- * WARNING : IMPLEMENTATION FOR LITTLE-ENDIAN PROCESSOR
- * TODO : HANDLE BOTH
- */
+
 
 static log Log;
 uint32_t tmp;