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

◆ setInput()

void Pin::setInput ( )
inline

Set the pin mode as INPUT

Definition at line 78 of file fastpin.h.

78{ pinMode(mPin, INPUT); }
uint8_t mPin
Arduino digital pin number.
Definition fastpin.h:53

References mPin.

Referenced by InputPin::InputPin().

+ Here is the caller graph for this function: