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

◆ operator==()

bool fl::SpiChipsetConfig::operator== ( const SpiChipsetConfig & other) const
inline

Equality operator.

Examples
/home/runner/work/FastLED/FastLED/src/fl/channels/config.h.

Definition at line 128 of file config.h.

128 {
129 return dataPin == other.dataPin &&
130 clockPin == other.clockPin &&
131 timing == other.timing;
132 }
SpiEncoder timing
SPI encoder configuration.
Definition config.h:105
int clockPin
GPIO clock pin (SCK)
Definition config.h:104
int dataPin
GPIO data pin (MOSI)
Definition config.h:103

References SpiChipsetConfig(), clockPin, dataPin, FL_NOEXCEPT, and timing.

+ Here is the call graph for this function: