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

◆ setOutput()

void Pin::setOutput ( )
inline

Set the pin mode as OUTPUT

Definition at line 75 of file fastpin.h.

75{ pinMode(mPin, OUTPUT); }
uint8_t mPin
Arduino digital pin number.
Definition fastpin.h:53

References mPin.

Referenced by OutputPin::OutputPin().

+ Here is the caller graph for this function: