You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-r4/tutorials/04.external-interrupts/content.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,8 @@ The interrupt process follows these steps:
59
59
3. A special function called an Interrupt Service Routine (ISR) executes
60
60
4. The processor restores its state and continues where it left off
61
61
62
-
This entire sequence completes in just a few microseconds, so fast that your main program appears to run continuously while still catching every event. It is this speed that makes interrupts perfect for capturing brief signals that would otherwise be missed.
62
+
This entire sequence completes in just a few microseconds. It's so fast that your main program appears to run continuously while still catching every event. It is this speed that makes interrupts perfect for capturing brief signals that would otherwise be missed.
0 commit comments