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

◆ setOutput()

void Pin::setOutput ( )
inline

Set the pin mode as OUTPUT

Definition at line 73 of file fastpin.h.

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

References mPin.

Referenced by OutputPin::OutputPin().

+ Here is the caller graph for this function: