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

◆ operator==()

bool fl::SpiEncoder::operator== ( const SpiEncoder & other) const
inlineconstexpr

Equality operator (required for hash map key)

Definition at line 178 of file spi.h.

178 {
179 return chipset == other.chipset &&
180 clock_hz == other.clock_hz;
181 }
u32 clock_hz
SPI clock frequency in Hz (e.g., 6000000 for 6MHz)
Definition spi.h:40
SpiChipset chipset
LED chipset type (determines all encoding behavior)
Definition spi.h:39

References chipset, clock_hz, and FL_NOEXCEPT.