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

Method select

src/platforms/generic_pin.h:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142 /// @copydoc Pin::hi()
143 virtual void select() override { hi(); }
144 /// @copydoc Pin::lo()
145 virtual void release() override { lo(); }
146 /// Checks if the pin is currently `HIGH`

Callers 6

writeHeaderMethod · 0.45
showPixelsDefaultMethod · 0.45
showPixelsMethod · 0.45
showPixelsMethod · 0.45
p9813.hFile · 0.45

Calls 1

hiFunction · 0.50

Tested by

no test coverage detected