arduino / arduino-alvik-mpy

Alvik Robot library
Mozilla Public License 2.0
9 stars 2 forks source link

Thread fix #2

Closed eigen-value closed 9 months ago

eigen-value commented 9 months ago

This should be merged in dev ArduinoAlvik is made a singleton class and the update_thread has been made singleton to prevent firing multiple threads on repeated .begin calls

more: Some fixes about exiting from examples and calling alvik.stop on exit