Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ init
Method
init
src/fl/chipsets/ws2801.h:34–37 ·
view source on GitHub ↗
Initialize the controller
Source
from the content-addressed store, hash-verified
32
33
/// Initialize the controller
34
virtual void init() {
35
mSPI.init();
36
mWaitDelay.mark();
37
}
38
39
protected:
40
Callers
nothing calls this directly
Calls
1
mark
Method · 0.80
Tested by
no test coverage detected