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

◆ numLanes()

size_t fl::spi::MultiLaneDevice::numLanes ( ) const

Get number of lanes.

Returns
Number of data pins (2-8)

Definition at line 297 of file multi_lane_device.cpp.hpp.

297 {
298 return pImpl ? pImpl->lanes.size() : 0;
299}
fl::unique_ptr< Impl > pImpl

References pImpl.

Referenced by operator=().

+ Here is the caller graph for this function: