2014-12-15 19:28:41 -08:00
|
|
|
# NeoPixelBus
|
|
|
|
|
|
2015-06-14 17:32:09 -07:00
|
|
|
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6AA97KE54UJR4)
|
2015-05-27 01:21:14 +00:00
|
|
|
|
2014-12-15 18:51:52 -08:00
|
|
|
Arduino NeoPixel library
|
|
|
|
|
|
2016-02-28 22:09:31 -08:00
|
|
|
A library to control one wire protocol RGB and RGBW leds like SK6812, WS2811, and WS2812 that are commonly refered to as NeoPixels.
|
|
|
|
|
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.
|
2015-05-05 17:19:59 -07:00
|
|
|
|
2016-03-20 10:06:58 -07:00
|
|
|
|
2016-02-28 22:09:31 -08:00
|
|
|
Please read this best practices link before connecting your NeoPixels, it will save you alot of time and effort.
|
|
|
|
|
[Adafruit NeoPixel Best Practices](https://learn.adafruit.com/adafruit-neopixel-uberguide/best-practices)
|
|
|
|
|
|
|
|
|
|
For quick questions jump on Gitter and ask away.
|
2015-05-26 18:25:58 -07:00
|
|
|
[](https://gitter.im/Makuna/NeoPixelBus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
|
|
|
|
|
2016-02-28 22:09:31 -08:00
|
|
|
For bugs, make sure there isn't an active issue and then create one.
|
2014-12-15 18:51:52 -08:00
|
|
|
|
2016-03-20 10:06:58 -07:00
|
|
|
## Documentation
|
|
|
|
|
[See Wiki](https://github.com/Makuna/NeoPixelBus/wiki)
|
2014-12-15 18:51:52 -08:00
|
|
|
|
2016-03-20 10:06:58 -07:00
|
|
|
## Installing This Library (prefered, you just want to use it)
|
2016-02-28 22:09:31 -08:00
|
|
|
Open the Library Manager and search for "NeoPixelBus by Makuna" and install
|
|
|
|
|
|
2016-03-20 10:06:58 -07:00
|
|
|
## Installing This Library From GitHub (advanced, you want to contribute)
|
2014-12-15 18:51:52 -08:00
|
|
|
Create a directory in your Arduino\Library folder named "NeoPixelBus"
|
|
|
|
|
Clone (Git) this project into that folder.
|
2016-02-28 22:09:31 -08:00
|
|
|
It should now show up in the import list when you restart Arduino IDE.
|
2014-12-15 18:51:52 -08:00
|
|
|
|
2016-03-20 10:06:58 -07:00
|
|
|
|
2014-12-15 18:51:52 -08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|