I got a co-routine that calls my_peripheral.list() problem is, it seems to yield and my main event loop catches the event. what is the intended way to handle this?
I got a co-routine that calls my_peripheral.list()
problem is, it seems to yield and my main event loop catches the event.
what is the intended way to handle this?