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

Method init

src/chipsets.h:123–126  ·  view source on GitHub ↗

Initialize the controller

Source from the content-addressed store, hash-verified

121protected:
122 /// Initialize the controller
123 virtual void init() {
124 Serial.begin(115200);
125 mWait.mark();
126 }
127
128 /// @copydoc CPixelLEDController::showPixels()
129 virtual void showPixels(PixelController<RGB_ORDER> & pixels) {

Callers 1

chipsets.hFile · 0.45

Calls 2

markMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected