FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ setInput()

void Pin::setInput ( )
inline

Set the pin mode as INPUT

Definition at line 76 of file fastpin.h.

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

References mPin.

Referenced by InputPin::InputPin().

+ Here is the caller graph for this function: