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

◆ ~WS2816Controller()

template<fl::u8 DATA_PIN, EOrder RGB_ORDER = GRB>
WS2816Controller< DATA_PIN, RGB_ORDER >::~WS2816Controller ( )
inline

Definition at line 1157 of file chipsets.h.

1157 {
1158 mController.setLeds(nullptr, 0);
1159 delete [] mData;
1160 }

References mController, and mData.