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

◆ setInput()

void Pin::setInput ( )
inline

Set the pin mode as INPUT

Definition at line 140 of file fastpin.h.

140{ pinMode(mPin, INPUT); }
fl::u8 mPin
Arduino digital pin number.
Definition fastpin.h:115

References mPin.

Referenced by InputPin::InputPin().

+ Here is the caller graph for this function: