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 236 of file fastpin.h.

236{ _init(); pinMode(PIN, OUTPUT); }
static void _init()
Definition fastpin.h:223
The simplest level of Pin class.
Definition fastpin.h:219

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

+ Here is the caller graph for this function: