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

◆ init()

template<fl::u8 DATA_PIN, EOrder RGB_ORDER = GRB>
void WS2816Controller< DATA_PIN, RGB_ORDER >::init ( )
inlineoverrideprivatevirtual

Initialize the LED controller.

Implements CLEDController.

Definition at line 1216 of file chipsets.h.

1216 {
1217 mController.init();
1218 mController.setEnabled(false);
1219 }

References mController.