Reference Language | Libraries | Comparison | Changes
The Arduino Esplora has a set of functions for easily interfacing with the sensors and actuators mounted on the board. The functions are accessible through the Esplora class. The library offers easy access to the data from the onboard sensors, and provides the ability to change the state of the outputs. The sensors available on the board are:
The actuators available on the board are:
For more information about the Esplora, vist the getting started guide and the hardware page. NOTE: If you're using the Arduino IDE version 1.0.3 or earlier, you will need to download the latest version of this library, or get it from the Arduino gitHub repository. ExamplesThe Esplora Beginners examples show the functionality of the inputs and outputs of the board. They are a good place to start experimenting with the Esplora's capabilities. The Expert examples are more detailed sketches that illustrate project ideas that utilize the board features in novel ways. Beginners
Experts
|
Functions |
Corrections, suggestions, and new documentation should be posted to the Forum.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.