Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setOutput
Method
setOutput
src/platforms/generic_pin.h:62–62 ·
view source on GitHub ↗
Set the pin mode as `OUTPUT`
Source
from the content-addressed store, hash-verified
60
61
/// Set the pin mode as `OUTPUT`
62
inline void setOutput() { pinMode(mPin, PinMode::Output); }
63
64
/// Set the pin mode as `INPUT`
65
inline void setInput() { pinMode(mPin, PinMode::Input); }
Callers
nothing calls this directly
Calls
1
pinMode
Function · 0.50
Tested by
no test coverage detected