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

◆ setOutput()

template<uint8_t PIN>
static void FastPin< PIN >::setOutput ( )
inlinestatic

Set the pin mode as OUTPUT

Definition at line 234 of file fastpin.h.

234{ _init(); pinMode(PIN, OUTPUT); }
static void _init()
Definition fastpin.h:221
The simplest level of Pin class.
Definition fastpin.h:217

Referenced by AVRSoftwareSPIOutput< DATA_PIN, CLOCK_PIN, SPI_SPEED >::init().

+ Here is the caller graph for this function: