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

◆ InputPin()

InputPin::InputPin ( int pin)
inline

Constructor.

Parameters
pinArduino digital pin number

Definition at line 133 of file fastpin.h.

133: Pin(pin) { setInput(); }
void setInput()
Set the pin mode as INPUT
Definition fastpin.h:76
Pin(int pin)
Constructor.
Definition fastpin.h:64

References Pin::Pin(), and Pin::setInput().

+ Here is the call graph for this function: