FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setInput()

template<uint8_t PIN>
static void FastPin< PIN >::setInput ( )
inlinestatic

Set the pin mode as INPUT

Definition at line 241 of file fastpin.h.

241{ _init(); pinMode(PIN, INPUT); }
static void _init()
Definition fastpin.h:226
The simplest level of Pin class.
Definition fastpin.h:222