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

Method setOutput

src/fl/system/fastpin_base.h:87–87  ·  view source on GitHub ↗

@copydoc Pin::setOutput()

Source from the content-addressed store, hash-verified

85
86 /// @copydoc Pin::setOutput()
87 inline static void setOutput() { _init(); pinMode(PIN, PinMode::Output); }
88 /// @copydoc Pin::setInput()
89 inline static void setInput() { _init(); pinMode(PIN, PinMode::Input); }
90

Callers

nothing calls this directly

Calls 1

pinModeFunction · 0.70

Tested by

no test coverage detected