SofaPirate / Plaquette

Object-oriented Arduino library for creative physical computing
https://sofapirate.github.io/Plaquette/
GNU General Public License v3.0
15 stars 4 forks source link

Dynamic allocation of Plaquette units space #71

Open sofian opened 1 year ago

sofian commented 1 year ago

Currently PlaquetteEnv allocates memory statically for the Units. Modern microcontrollers are more able to manage dynamic memory, so it would be good if we could allocate memory that way (especially since the memory will typically not be deallocated and is only allocated at startup so it seems pretty safe).