<h1>How to add Libraries to the Software Environment</h1>

<p class="abstract">
This article illustrates how to import contributed libraries to the Arduino Environment.
</p>

## Install Library

* Close Arduino IDE.
* Clone Daisy-like libraries from our git repository.
<pre class="minicom">
git clone https://github.com/Madefree/Bee-Libraries.git
</pre>
* Create a directory called *libraries* within your *sketchbook directory*.
* Copy the library there.

For example, to install the Daisy5 library, its files should be in the */libraries/Daisy5* sub-folder of your *sketchbook folder*.

## Import Library in a sketch

* Open Arduino IDE.
* Select library from the *Sketch > Import Library* menu.

<img src="./ide_import_library.png"/>

<p class="info">
Arduino 1.0 is now supported by Bee Libraries! [info](http://www.acmesystems.it/beeboard_getting_started)
</p>

## Related links

* [Madefree web site](http://beeboard.madefree.eu/doku.php/software_tools:add_library_to_the_ide)
* [BEE Board PINOUT](http://www.acmesystems.it/beeboard_pinout)


@shop='BEEBOARD'
@shop='BEEKIT-1'
@shop='BEEKIT-2'

