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

Committer:
Overdrivr
Date:
Fri Oct 16 16:16:19 2015 +0000
Revision:
6:72d46dbdbe7a
Parent:
1:aaffeb93f99b
removed 'static' keyword in front arrays that just increase RAM usage (premature optimization)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Overdrivr 1:aaffeb93f99b 1 The MIT License (MIT)
Overdrivr 1:aaffeb93f99b 2
Overdrivr 1:aaffeb93f99b 3 Copyright (c) 2015 Rémi Bèges
Overdrivr 1:aaffeb93f99b 4
Overdrivr 1:aaffeb93f99b 5 Permission is hereby granted, free of charge, to any person obtaining a copy
Overdrivr 1:aaffeb93f99b 6 of this software and associated documentation files (the "Software"), to deal
Overdrivr 1:aaffeb93f99b 7 in the Software without restriction, including without limitation the rights
Overdrivr 1:aaffeb93f99b 8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Overdrivr 1:aaffeb93f99b 9 copies of the Software, and to permit persons to whom the Software is
Overdrivr 1:aaffeb93f99b 10 furnished to do so, subject to the following conditions:
Overdrivr 1:aaffeb93f99b 11
Overdrivr 1:aaffeb93f99b 12 The above copyright notice and this permission notice shall be included in all
Overdrivr 1:aaffeb93f99b 13 copies or substantial portions of the Software.
Overdrivr 1:aaffeb93f99b 14
Overdrivr 1:aaffeb93f99b 15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Overdrivr 1:aaffeb93f99b 16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Overdrivr 1:aaffeb93f99b 17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Overdrivr 1:aaffeb93f99b 18 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Overdrivr 1:aaffeb93f99b 19 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
Overdrivr 1:aaffeb93f99b 20 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
Overdrivr 1:aaffeb93f99b 21 SOFTWARE.