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

◆ B [3/11]

Definition at line 1090 of file FastLED.h.

1091 {
1094 FL_STATIC_ASSERT(CHIP::IS_VALID, "Unsupported chipset");
1095 typedef typename CHIP::template CONTROLLER_CLASS_WITH_ORDER<RGB_ORDER>::ControllerType ControllerTypeWithOrder;
1096 static ControllerTypeWithOrder c;
1097 return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset);
1098 }
::CLEDController & addLeds(::CLEDController *pLed, CRGB *data, int nLedsOrOffset, int nLedsIfOffset=0)
Add a CLEDController instance to the world.
void busKeepAlive() FL_NOEXCEPT
Definition bus_traits.h:117
#define FL_STATIC_ASSERT(...)