peterhinch / micropython-async

Application of uasyncio to hardware interfaces. Tutorial and code.
MIT License
742 stars 168 forks source link

`uasyncio` is now renamed to `asyncio` in latest #110

Closed dburles closed 1 year ago

dburles commented 1 year ago

Just a heads up. uasyncio is now renamed to asyncio in latest version of MicroPython (see PR). Found a broken link here. There may be other areas that need updating.

peterhinch commented 1 year ago

Thank you. I'm aware of the renaming - I intend to update the docs after the next MP release (1.21). I've fixed the broken link.

dburles commented 1 year ago

No problem. Figured that it might be worth resolving the broken link in the meantime. Thanks.