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

Method setInput

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

Set the pin mode as `INPUT`

Source from the content-addressed store, hash-verified

63
64 /// Set the pin mode as `INPUT`
65 inline void setInput() { pinMode(mPin, PinMode::Input); }
66
67 inline void setInputPullup() { pinMode(mPin, PinMode::InputPullup); }
68

Callers

nothing calls this directly

Calls 1

pinModeFunction · 0.50

Tested by

no test coverage detected