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

Units created after call to begin() never get their begin() called #105

Open sofian opened 8 months ago

sofian commented 8 months ago

cf. PqCore.cpp:48-51 If I create a unit during of after call to PlaquetteEnv::begin() the unit's begin() function will never be called.