Makuna / NeoPixelBus

An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
GNU Lesser General Public License v3.0
1.18k stars 261 forks source link

PixieStream - Add stream flush to destructor #753

Closed nick-diel closed 9 months ago

nick-diel commented 9 months ago

Added a stream flush to the Pixie destructor.

(Thanks for cleaning up the initializer list, originally was going to include that in this PR as well)