Skip to content

Commit 4b3844d

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 0850553 commit 4b3844d

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
@@ -423,7 +423,8 @@ void loop() {
423423

424424
Even experienced developers fall into these traps when working with interrupts. Understanding these common mistakes will save you hours of debugging:
425425

426-
- **Channel conflicts on the Nano R4 board**: The most frustrating error is when interrupts mysteriously stop working because you have accidentally used two pins on the same channel.The second attachment silently overwrites the first with no warning:
426+
- **Channel conflicts on the Nano R4 board**: The most frustrating error is when interrupts mysteriously stop working because you have accidentally used two pins on the same channel. The second attachment silently overwrites the first with no warning:
427+
427428

428429
```arduino
429430
// This creates a silent failure, no error message!

0 commit comments

Comments
 (0)