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

◆ maxLaneLeds()

uint32_t anonymous_namespace{AutoResearchRemote.cpp}::maxLaneLeds ( const fl::vector< fl::ChannelConfig > & tx_configs)

Definition at line 120 of file AutoResearchRemote.cpp.

120 {
121 uint32_t max_leds = 0;
122 for (fl::size i = 0; i < tx_configs.size(); i++) {
123 const uint32_t count =
124 static_cast<uint32_t>(tx_configs[i].mLeds.size());
125 if (count > max_leds) {
126 max_leds = count;
127 }
128 }
129 return max_leds;
130}
fl::size size() const FL_NOEXCEPT

References fl::vector_basic::size().

Referenced by measureTightTiming().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: