Skip to content

Commit 1d191fd

Browse files
committed
docs: Add link from pyboard switch tutorial to ISR rules document.
1 parent 43cab7c commit 1d191fd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/pyboard/tutorial/switch.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,9 @@ The above sequence of events gets a bit more complicated when multiple
9999
interrupts occur at the same time. In that case, the interrupt with the
100100
highest priority goes first, then the others in order of their priority.
101101
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

Comments
 (0)