adafruit / Adafruit_CircuitPlayground

library for Circuit Playground board
171 stars 77 forks source link

consider removing NeoPixel destructor #16

Closed tballmsft closed 7 years ago

tballmsft commented 7 years ago

It creates serious problems for anyone working with malloc and I don't see it serving any purpose here since there is only one NeoPixel strip on the board and it is statically allocated. For more info, see:

https://forums.adafruit.com/viewtopic.php?f=58&t=105660

ladyada commented 7 years ago

fixed with latest push!