Private
Public Access
2
0
Files
mraa/README.md
Brendan Le Foll 44f55cfdc8 mraa: update description of libmraa
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-06-30 11:49:06 +01:00

31 lines
694 B
Markdown

MRAA - Low Level Skeleton Library for Communication on GNU/Linux platforms
==============
Library in C/C++ to interface with Galileo & other Intel platforms, in a
structured and sane API with port nanmes/numbering that match boards & with
bindings to javascript & python.
The intent is to make it easier for developers and sensor manufacturers to map
their sensors & actuators on top of supported hardware and to allow control of
low level communication protocol by high level languages & constructs.
Supported Boards
================
Galileo Rev D
Compiling
=========
See docs/build.md.
Examples
========
See examples/
INFORMATION
===========
See docs/index.md for more information.