mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Fixed a typo
2
Home.md
2
Home.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user