User Manual

Lesson 3 Add Libraries
What are Libraries?
The Arduino environment can be extended through the use of libraries, just like
most programming platforms. Libraries can come from many places, often
from hardware manufacturers who supply libraries to allow the Arduino IDE to
support their specific hardware. For example, our Infrared Temperature Sensor
Module has a matching library available called "IRremote" that you can install
in the IDE to make it easy to use the module in your projects.
How to Install a Library?
To use a library in a sketch, select it from Sketch > Import Library> Manage
Libraries. Then you can now find the new library available in the Include
Library menu.