Tasmota/lib/NeoPixelBus_by_Makuna
arendst aaabe37f15 Add correct libraries
Arduino IDE: Place libraries in portable/sketchbook/libraries folder.
PlatformIO: Place libraries in your projects lib folder.
2017-02-21 09:50:32 +01:00
..
examples Add correct libraries 2017-02-21 09:50:32 +01:00
src Add correct libraries 2017-02-21 09:50:32 +01:00
COPYING Add correct libraries 2017-02-21 09:50:32 +01:00
ReadMe.md Add correct libraries 2017-02-21 09:50:32 +01:00
keywords.txt Add correct libraries 2017-02-21 09:50:32 +01:00
library.json Add correct libraries 2017-02-21 09:50:32 +01:00
library.properties Add correct libraries 2017-02-21 09:50:32 +01:00

ReadMe.md

NeoPixelBus

Donate

Arduino NeoPixel library

A library to control one wire protocol RGB and RGBW leds like SK6812, WS2811, and WS2812 that are commonly refered to as NeoPixels and two wire protocol RGB like APA102 commonly refered to as DotStars. Supports most Arduino platforms.
This is the most funtional library for the Esp8266 as it provides solutions for all Esp8266 module types even when WiFi is used.

Please read this best practices link before connecting your NeoPixels, it will save you alot of time and effort.
Adafruit NeoPixel Best Practices

For quick questions jump on Gitter and ask away.
Gitter

For bugs, make sure there isn't an active issue and then create one.

Documentation

See Wiki

Installing This Library (prefered, you just want to use it)

Open the Library Manager and search for "NeoPixelBus by Makuna" and install

Installing This Library From GitHub (advanced, you want to contribute)

Create a directory in your Arduino\Library folder named "NeoPixelBus" Clone (Git) this project into that folder.
It should now show up in the import list when you restart Arduino IDE.