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

Method clearSegment

src/fl/control/wled/adapter.cpp.hpp:130–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void FastLEDAdapter::clearSegment() {
131 CLEDController& controller = FastLED[mControllerIndex];
132 mSegmentEnd = controller.size();
133 mSegmentStart = 0;
134 mHasSegment = false;
135}
136
137// Helper function implementation
138fl::shared_ptr<IFastLED> createFastLEDController(u8 controllerIndex) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected