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

◆ p9813()

static SpiEncoder fl::SpiEncoder::p9813 ( u32 clock_hz = 10000000)
inlinestatic

Create P9813 encoder configuration.

Parameters
clock_hzClock frequency (default 10MHz)

Definition at line 121 of file spi.h.

121 {
122 SpiEncoder config = {SpiChipset::P9813, clock_hz};
123 return config;
124 }
@ P9813
P9813 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::P9813.

Referenced by spiEncoderForChipset().

+ Here is the caller graph for this function: