MartinNohr / MagicImageWand

Paints Images in the Air with LEDs
Apache License 2.0
20 stars 7 forks source link

StackArray.h missing #8

Closed dirkessl closed 3 years ago

dirkessl commented 3 years ago

when trying to compile on a Vanilla Arduino IDE Installation, StackArray.h is missing and is not installable through the Library Manager.

https://github.com/Ridhwanluthra/StackArray

needs to be installed manually to make it compile

MartinNohr commented 3 years ago

I just checked in some new code that doesn't need StackArray anymore. You can delete it. I don't remember why I even used it. I guess I forgot that C++ has stacks in std already.

MartinNohr commented 3 years ago

Working fine with std lib, stackarray no longer used.