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

◆ lanes()

template<EOrder RGB_ORDER, int LANES = 1, uint32_t MASK = 0xFFFFFFFF>
int CPixelLEDController< RGB_ORDER, LANES, MASK >::lanes ( )
inlineoverridevirtual

Get the number of lanes of the Controller.

Returns
LANES from template

Reimplemented from CLEDController.

Definition at line 69 of file cpixel_ledcontroller.h.

69{ return LANES; }
Template extension of the CLEDController class.