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 236 of file fastpin.h.

236{ _init(); pinMode(PIN, INPUT); }
static void _init()
Definition fastpin.h:221
The simplest level of Pin class.
Definition fastpin.h:217