mirror of
https://github.com/micropython/micropython.git
synced 2026-05-03 06:10:14 +02:00
dab0f316d2
- Refers to the technique of instantiating an object for use in an ISR by specifying it as a default argument. - Footnote detailing the fact that interrupt handlers continue to be executed at the REPL.