template<uint8_t DATA_PIN,
EOrder RGB_ORDER>
class WS2811< DATA_PIN, RGB_ORDER >
WS2811 controller class.
- Template Parameters
-
DATA_PIN | the data pin for these LEDs |
RGB_ORDER | the RGB ordering for these LEDs |
- Examples
- FirstLight.ino, Noise.ino, and NoisePlayground.ino.
Definition at line 234 of file FastLED.h.