docs: Add link from pyboard switch tutorial to ISR rules document.

pull/1767/head
Damien George 2016-01-04 16:18:44 +00:00
rodzic 43cab7c283
commit 1d191fdf03
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -99,3 +99,9 @@ The above sequence of events gets a bit more complicated when multiple
interrupts occur at the same time. In that case, the interrupt with the
highest priority goes first, then the others in order of their priority.
The switch interrupt is set at the lowest priority.
Further reading
---------------
For further information about using hardware interrupts see
:ref:`writing interrupt handlers <isr_rules>`.