MCPcopy Create free account
hub / github.com/FastLED/FastLED / addController

Function addController

examples/FestivalStick/old.h:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153
154CLEDController* addController() {
155 CLEDController* controller = &FastLED.addLeds<APA102HD, PIN_DATA, PIN_CLOCK, BGR>(leds, NUM_LEDS);
156 return controller;
157}
158
159void setup() {
160 pinMode(PIN_GRND, OUTPUT);

Callers 1

setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected