[SPCA] Update code imports

This commit is contained in:
2026-01-22 07:35:37 +01:00
parent f92b002524
commit 5dffd7391c
18 changed files with 28 additions and 30 deletions

View File

@@ -26,7 +26,7 @@ The specific way this interaction works is device-specific.
\content{Example} A very simple device driver in \texttt{C} may look like this:
\inputcodewithfilename{c}{code-examples/03_hw/}{00_driver.c}
\inputcodewithfilename{c}{}{code-examples/03_hw/00_driver.c}
Of course, a proper driver would also include error handling, initialization and wouldn't spin to wait. To avoid waiting, interrupts are usually used.