MCPcopy 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
39protected:
40

Callers

nothing calls this directly

Calls 1

markMethod · 0.80

Tested by

no test coverage detected