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

◆ apa102()

static SpiEncoder fl::SpiEncoder::apa102 ( u32 clock_hz = 6000000)
inlinestatic

Create APA102 encoder configuration.

Parameters
clock_hzClock frequency (default 6MHz)

Definition at line 44 of file spi.h.

44 {
45 SpiEncoder config = {SpiChipset::APA102, clock_hz};
46 return config;
47 }
@ APA102
APA102 LED chipset.
u32 clock_hz
SPI clock frequency in Hz (e.g., 6000000 for 6MHz)
Definition spi.h:40

References fl::APA102, clock_hz, and FL_NOEXCEPT.

Referenced by AutoResearchRemoteControl::runSingleTestImpl(), and spiEncoderForChipset().

+ Here is the caller graph for this function: