Commit 138850
2026-03-29 13:55:51 Bob Green: -/-| /dev/null .. programming/handling interrupts.md | |
| @@ 0,0 1,3 @@ | |
| + | # Handling Interrupts |
| + | |
| + | This actually is very simple. gcc provides the means to mark a function as an interrupt service routine, namely `__attribute__(interrupt)` |