Fixed a typo

David Brochart
2025-02-09 10:05:31 +01:00
parent 5f0de766b2
commit fb4eff4bbe

@@ -61,7 +61,7 @@ as cooperative multi-tasking and the Python implementation is a library called
Either way you probably have some reading to do. Learn `asyncio` or learn how
to write reliable code using the magic features.
* [Asyncio official docs](http://docs.micropython.org/en/latest/library/asyncio.html).
* [Asyncio unofiicial tutorial](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/TUTORIAL.md).
* [Asyncio unofficial tutorial](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/TUTORIAL.md).
* [Interrupts official guide](http://docs.micropython.org/en/latest/reference/isr_rules.html) - also applies to timer callbacks.
Writing code for threading and multi-core is particularly challenging. There is no