Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setInputPullup
Method
setInputPullup
src/platforms/generic_pin.h:67–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
inline void setInput() { pinMode(mPin, PinMode::Input); }
66
67
inline void setInputPullup() { pinMode(mPin, PinMode::InputPullup); }
68
69
/// Set the pin state to `HIGH`
70
FL_DISABLE_WARNING_PUSH
Callers
nothing calls this directly
Calls
1
pinMode
Function · 0.50
Tested by
no test coverage detected