Skip to content

Commit 3fcacc6

Browse files
canchebagurTaddyHC
andauthored
Update content/hardware/03.nano/boards/nano-r4/tutorials/04.external-interrupts/content.md
Co-authored-by: TaddyHC <94547080+TaddyHC@users.noreply.github.com>
1 parent 3fae9c1 commit 3fcacc6

File tree

1 file changed

+2
-1
lines changed
  • content/hardware/03.nano/boards/nano-r4/tutorials/04.external-interrupts

1 file changed

+2
-1
lines changed

content/hardware/03.nano/boards/nano-r4/tutorials/04.external-interrupts/content.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ In this tutorial, you will learn how to use external interrupts on the Nano R4 b
4848

4949
### What Are Interrupts?
5050

51-
An **interrupt** is **a hardware mechanism that allows external events to pause your program's normal execution and run a special function immediately**. Think of it like your phone ringing while you are reading; you stop reading, answer the call, then return to where you left off.
51+
An **interrupt** is **a hardware mechanism that allows external events to pause your program's normal execution and run a special function immediately**. Think of it like a phone ringing while you are reading; you stop reading, answer the call, then return to where you left off.
52+
5253

5354
The key advantage is that your program does not waste time constantly checking if something happened. Instead, the hardware monitors the pins for you and only interrupts when necessary, making your code both more efficient and more responsive.
5455

0 commit comments

Comments
 (0)