Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
1d191fdf
Commit
1d191fdf
authored
Jan 04, 2016
by
Damien George
Browse files
docs: Add link from pyboard switch tutorial to ISR rules document.
parent
43cab7c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/pyboard/tutorial/switch.rst
View file @
1d191fdf
...
...
@@ -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>`.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment