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 f9f1c8a commit c56c7bfCopy full SHA for c56c7bf
mdbook/src/15-interrupts/README.md
@@ -54,7 +54,7 @@ decorated with `#[interrupt]` so that it returns using a return-from-interrupt i
54
than the normal way. The function may not take arguments and must return `()`.
55
56
There are two steps to configure the interrupt. First, the GPIOTE must be set up to generate an
57
-interrupt when the wire connect to Button A goes from high to low voltage. Second, the NVIC must be
+interrupt when the pin connected to Button A goes from high to low voltage. Second, the NVIC must be
58
configured to allow the interrupt. Order matters a bit: doing things in the "wrong" order may
59
generate a bogus interrupt before you are ready to handle it.
60
0 commit comments