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

◆ InputPin()

InputPin::InputPin ( int pin)
inline

Constructor.

Parameters
pinArduino digital pin number

Definition at line 202 of file fastpin.h.

202: Pin(pin) { setInput(); }
void setInput()
Set the pin mode as INPUT
Definition fastpin.h:140
Pin(int pin)
Constructor.
Definition fastpin.h:128

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

+ Here is the call graph for this function: