docs: Fixed typos
[contrib/mraa.git] / README.md
1 MRAA - Low Level Skeleton Library for Communication on GNU/Linux platforms
2 ==============
3
4 Library in C/C++ to interface with Galileo & other Intel platforms, in a
5 structured and sane API with port names/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 Galileo Rev H
17
18 Compiling
19 =========
20
21 See docs/building.md.
22
23 Examples
24 ========
25
26 See examples/
27
28 INFORMATION
29 ===========
30
31 See docs/index.md for more information.