Book Image

Internet of Things with Intel Galileo

By : Miguel de Sousa, Ricardo Miguel F de Sousa
Book Image

Internet of Things with Intel Galileo

By: Miguel de Sousa, Ricardo Miguel F de Sousa

Overview of this book

Table of Contents (17 chapters)
Internet of Things with Intel Galileo
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The MRAA library


Galileo IoT Developer Kit image brings a very useful library named MRAA (https://github.com/intel-iot-devkit/mraa). It is a low-level skeleton for the I/O communication, helping you stay away from the GPIOs direct manipulation, which can be harmful if you don't know what you are doing. Like the Arduino methods to control or read from the board pins, this library offers similar methods, comprising the following submodules:

Let's test this library by...