Arduino – Libraries

The Arduino Software (IDE) can be extended through the use of Libraries, just like most programming platforms, to provide extra functionality to your sketches. These tutorials walk your through the Examples of a number of libraries that come installed with the IDE, to open them click on the toolbar menu: File > Examples.
To see the complete list of Libraries for Arduino boards (including Arduino Due, Arduino Zero and common contributed Libraries) visit the Library Reference page.

Servo Library
Allows Arduino boards to control a variety of servo motors, more informations at the Reference for the Servo Library page. For all Arduino boards.
  • Knob: Control the position of a servo with a potentiometer.
  • Sweep: Sweep the shaft of a servo motor back and forth.
Stepper Library
Allows Arduino boards to control a variety of stepper motors, more informations at the Reference for the Stepper Library page. For all Arduino boards.

floppy-internals

Ethernet Library
Enables network connection (local and Internet) using the Arduino Ethernet board or shield, more informations at the Reference for the Ethernet Library page. For all Arduino boards.

Row-columm Scanning to control an 8×8 LED Matrix

These links will show you how to connect your 8×8 LED Matrix and control it like an Etch-A-Sketch:

  1. https://www.arduino.cc/en/Tutorial/RowColumnScanning
  2. http://sigma.octopart.com/140413/datasheet/Lumex-LDM-24488NI.pdf