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

◆ init()

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

Initialize the LED controller.

Implements CLEDController.

Definition at line 1209 of file chipsets.h.

1209 {
1210 mController.init();
1211 mController.setEnabled(false);
1212 }

References mController.