mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 02:10:52 +02:00
- 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.