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

Method setInput

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

@copydoc Pin::setInput()

Source from the content-addressed store, hash-verified

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
91 /// @copydoc Pin::hi()
92 inline static void hi() __attribute__ ((always_inline)) { *sPort |= sPinMask; }

Callers

nothing calls this directly

Calls 1

pinModeFunction · 0.70

Tested by

no test coverage detected