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

◆ OutputPin()

OutputPin::OutputPin ( int pin)
inline

Constructor.

Parameters
pinArduino digital pin number

Definition at line 128 of file fastpin.h.

128: Pin(pin) { setOutput(); }
void setOutput()
Set the pin mode as OUTPUT
Definition fastpin.h:75
Pin(int pin)
Constructor.
Definition fastpin.h:66

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

+ Here is the call graph for this function: