uasyncio missing on stm32f407vgt6

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
tecdroid
Posts: 27
Joined: Thu Apr 08, 2021 6:22 am

uasyncio missing on stm32f407vgt6

Post by tecdroid » Tue Jun 01, 2021 6:35 pm

Hi,

i managed to compile mp for my board but cannot find uasynio.
all i find is the import _uasyncio which only contains a Task and TaskQueue class but no functions..
how do i get my uasyncio loop, etc?

tecdroid
Posts: 27
Joined: Thu Apr 08, 2021 6:22 am

Re: uasyncio missing on stm32f407vgt6

Post by tecdroid » Tue Jun 01, 2021 7:27 pm

i just copied uasyncio folder into a newly created lib folder. this did the trick I think

Post Reply