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

◆ sm16716()

static SpiEncoder fl::SpiEncoder::sm16716 ( u32 clock_hz = 16000000)
inlinestatic

Create SM16716 encoder configuration.

Parameters
clock_hzClock frequency (default 16MHz)

Definition at line 142 of file spi.h.

142 {
143 SpiEncoder config = {SpiChipset::SM16716, clock_hz};
144 return config;
145 }
@ SM16716
SM16716 LED chipset.
u32 clock_hz
SPI clock frequency in Hz (e.g., 6000000 for 6MHz)
Definition spi.h:40

References clock_hz, FL_NOEXCEPT, and fl::SM16716.

Referenced by spiEncoderForChipset().

+ Here is the caller graph for this function: