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

Method size

src/platforms/arm/k20/octows2811_controller.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34public:
35 COctoWS2811Controller() { pocto = nullptr; }
36 virtual int size() { return CLEDController::size() * 8; }
37
38 virtual void init() { /* do nothing yet */ }
39

Callers 15

clockless_avr.hFile · 0.45
addSpiHardwareIfPossibleFunction · 0.45
transmitMethod · 0.45
showPixelsMethod · 0.45
showPixelsMethod · 0.45
addSpiHardwareIfPossibleFunction · 0.45
finalizeTransmissionMethod · 0.45
addSpiHardwareIfPossibleFunction · 0.45
showRGBInternalMethod · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected