mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 10:51:10 +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.