Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.2 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.2 KB

led-effects

A effects library for LED strips (neopixels).

Based on https://learn.adafruit.com/multi-tasking-the-arduino-part-3

Use

Install the Adafruit Neopixel library. In the Arduino IDE, choose "Include Library" from the "Sketch" menu. Then select "Manage Libraries" and filter by "Adafruit NeoPixel". Install the "Adafruit NeoPixel" by Adafruit library (currently version 1.1.3).

Download the led-effects.zip file.

In the Arduino IDE, choose "Include Library" from the "Sketch" menu. Then select "Add ZIP Library" and choose the downloaded zip file.

Simple wiring diagram:

Circuit Diagram

Some sample code: example project.

Wiring with a distance sensor:

Circuit Diagram with a distance sensor

Some sample code: example project.