FastLED 3.9.15
Loading...
Searching...
No Matches

◆ B [4/11]

Initial value:
static ::CLEDController &addLeds(CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset);
}
template<template<fl::EOrder RGB_ORDER> class CHIPSET
#define CHIPSET
::CLEDController & addLeds(::CLEDController *pLed, CRGB *data, int nLedsOrOffset, int nLedsIfOffset=0)
Add a CLEDController instance to the world.
fl::CRGB CRGB
Definition crgb.h:25
@ AUTO
Sentinel: defer to DefaultBus<Chipset>::value.
Definition bus.h:61
void busKeepAlive() FL_NOEXCEPT
Definition bus_traits.h:117

Definition at line 1222 of file FastLED.h.

1223 {
1225 static CHIPSET<RGB_ORDER> c;
1226 return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset);
1227 }