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:
6:72d46dbdbe7a
--- a/protocol.cpp	Tue Sep 15 15:27:55 2015 +0000
+++ b/protocol.cpp	Thu Oct 08 12:27:20 2015 +0000
@@ -1,9 +1,5 @@
-/*
- * serial_protocol.c
- *
- *  Created on: Oct 22, 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 "protocol.h"