Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
CLEDController* addController() {
155
CLEDController* controller = &FastLED.addLeds<APA102HD, PIN_DATA, PIN_CLOCK, BGR>(leds, NUM_LEDS);
156
return controller;
157
}
158
159
void setup() {
160
pinMode(PIN_GRND, OUTPUT);
Callers
1
setup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected