mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-11 14:44:26 +02:00
Updated Home (markdown)
6
Home.md
6
Home.md
@@ -3,7 +3,13 @@ _**(please excuse the mess, this Wiki is still under construction)**_
|
|||||||
This is an Arduino Library that supports sending out data to update a series of color smart LEDs commonly known as NeoPixels. This Wiki is for V2 of the library only, which replaces all previous different versions and branches.
|
This is an Arduino Library that supports sending out data to update a series of color smart LEDs commonly known as NeoPixels. This Wiki is for V2 of the library only, which replaces all previous different versions and branches.
|
||||||
|
|
||||||
## Supported Platforms
|
## Supported Platforms
|
||||||
|
* AVR 8 bit Arduino
|
||||||
|
* Esp8266 (ESP-01 must use NeoEsp8266UartMethod due to pin restrictions)
|
||||||
|
|
||||||
## Supported Pixels
|
## Supported Pixels
|
||||||
|
* WS2811 & WS2812
|
||||||
|
* SK6812rgb and SK6812rgbw
|
||||||
|
|
||||||
# Objects exposed
|
# Objects exposed
|
||||||
## [NeoPixelBus object](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBus-object)
|
## [NeoPixelBus object](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBus-object)
|
||||||
This object will be used to set colors on the pixels. When constructed a "feature" and a "method" object must be supplied to define which pixels you are using and how they are updated.
|
This object will be used to set colors on the pixels. When constructed a "feature" and a "method" object must be supplied to define which pixels you are using and how they are updated.
|
||||||
|
Reference in New Issue
Block a user