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

◆ setInput()

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

Set the pin mode as INPUT

Definition at line 315 of file fastpin.h.

315{ _init(); pinMode(PIN, INPUT); }
static void _init()
Definition fastpin.h:300
The simplest level of Pin class.
Definition fastpin.h:296