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

◆ OutputPin()

OutputPin::OutputPin ( int pin)
inline

Constructor.

Parameters
pinArduino digital pin number

Definition at line 126 of file fastpin.h.

126: Pin(pin) { setOutput(); }
void setOutput()
Set the pin mode as OUTPUT
Definition fastpin.h:73
Pin(int pin)
Constructor.
Definition fastpin.h:64

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

+ Here is the call graph for this function: