fed217298ec69be7071a965e5e98102397526790
[contrib/mraa.git] / README.md
1 MAA - Low Level Skeleton Library for Communication on Intel platforms
2 ==============
3
4 Library in C/C++ to interface with Galileo & other Intel platforms, in a
5 structured and sane API with port nanmes/numbering that match boards & with
6 bindings to javascript & python.
7
8 The intent is to make it easier for developers and sensor manufacturers to map
9 their sensors & actuators on top of supported hardware and to allow control of
10 low level communication protocol by high level languages & constructs.
11
12 Supported Boards
13 ================
14
15 Galileo Rev D
16
17 Compiling
18 =========
19
20 See docs/build.md.
21
22 Examples
23 ========
24
25 See examples/
26
27 INFORMATION
28 ===========
29
30 See docs/index.md for more information.