We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43cab7c commit 1d191fdCopy full SHA for 1d191fd
1 file changed
docs/pyboard/tutorial/switch.rst
@@ -99,3 +99,9 @@ The above sequence of events gets a bit more complicated when multiple
99
interrupts occur at the same time. In that case, the interrupt with the
100
highest priority goes first, then the others in order of their priority.
101
The switch interrupt is set at the lowest priority.
102
+
103
+Further reading
104
+---------------
105
106
+For further information about using hardware interrupts see
107
+:ref:`writing interrupt handlers <isr_rules>`.
0 commit comments