Skip to content

Commit bcfaf95

Browse files
committed
Content update (assets)
1 parent 84143cf commit bcfaf95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
432 KB
Loading

content/hardware/03.nano/boards/nano-r4/tutorials/01.user-manual/content.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,6 +2411,8 @@ To test this example, connect a push button to the Nano R4 board as follows:
24112411

24122412
You can open the Arduino IDE's Serial Monitor (Tools > Serial Monitor) to see the interrupt count increase with each button press.
24132413

2414+
![Interrupt pins test circuit on the Nano R4 board](assets/interrupt-pins-2.png)
2415+
24142416
When working with interrupts on the Nano R4 board, there are several key points to keep in mind for successful implementation:
24152417

24162418
- Keep ISR functions short and fast; avoid `delay()`, `Serial.print()`, or complex calculations inside ISRs as they block other interrupts.

0 commit comments

Comments
 (0)