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

◆ setOutput()

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

Set the pin mode as OUTPUT

Definition at line 313 of file fastpin.h.

313{ _init(); pinMode(PIN, OUTPUT); }
static void _init()
Definition fastpin.h:300
The simplest level of Pin class.
Definition fastpin.h:296

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

+ Here is the caller graph for this function: