We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4001e28 commit 84c70cbCopy full SHA for 84c70cb
v3/docs/INTERRUPTS.md
@@ -8,7 +8,7 @@ interrupts in `asyncio` applications.
8
Writing an interrupt service routine (ISR) requires care: see the
9
[official docs](https://docs.micropython.org/en/latest/reference/isr_rules.html).
10
There are restrictions (detailed below) on the way an ISR can interface with
11
-`asyncio`. Finally, on many platformasyncioupts are a limited resource. In
+`asyncio`. Finally, on many platforms interrupts are a limited resource. In
12
short interrupts are extremely useful but, if a practical alternative exists,
13
it should be seriously considered.
14
0 commit comments