Using the _thread module in Micropyhton
How do I properly exit a thread ?
So far I tried using a global variable which seems to work. But Is there a better way / p