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

◆ InputPin()

InputPin::InputPin ( int pin)
inline

Constructor.

Parameters
pinArduino digital pin number

Definition at line 135 of file fastpin.h.

135: Pin(pin) { setInput(); }
void setInput()
Set the pin mode as INPUT
Definition fastpin.h:78
Pin(int pin)
Constructor.
Definition fastpin.h:66

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

+ Here is the call graph for this function: