AlanUS / Arduino-LEDEffects

Arduino Library to handle multiple LED effects in parallel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LEDEffects

An Arduino library to handle multiple LEDs in parallel without blocking the Arduino.

Turn on, off, blink, either permanently or during a given time.

Works with the millis() timebase, expressed in milliseconds. As this is an "unsigned long" (32 bits) variable type, this allows to get an absolute timebase lasting about 50 days, which is sufficient for non permanent applications.

See page https://github.com/AlanUS/Arduino-LEDEffects/wiki for details.

About

Arduino Library to handle multiple LED effects in parallel

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%