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 1211 of file chipsets.h.

1211 {
1212 mController.init();
1213 mController.setEnabled(false);
1214 }

References mController.