Tasmota/lib/NeoPixelBus-2.2.9
arendst 299bed1c05 v5.9.1f - Update libraries and a fix
5.9.1f
 * Upgrade library ArduinoJson to 5.11.2
 * Upgrade library
IRRemoteEsp8266 to 2.2.1 + 2 commits but tweaked some protocols to keep
code usage small
 * Upgrade library NeoPixelBus to 2.2.9
 * Upgrade
library OneWire to 2.3.3 + 6 commits
 * Formalize library PubSubClient
to 2.6 + 9 commits and additional delay
 * Add optional ADS1115 driver
as alternative for unsupported I2Cdevlib in esp8266-core 2.4.0-rc2
 *
Fix wrong response name for command HlwISet (#1214)
2017-11-19 18:02:03 +01:00
..
examples v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
src v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
.gitattributes v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
.gitignore v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
COPYING v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
ReadMe.md v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
keywords.txt v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
library.json v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
library.properties v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00

ReadMe.md

NeoPixelBus

Donate

Arduino NeoPixel library

A library to control one wire protocol RGB and RGBW leds like SK6812, WS2811, WS2812 and WS2813 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.