Skip to content

Commit bf882e5

Browse files
canchebagurTaddyHC
andauthored
Update content/hardware/03.nano/boards/nano-r4/tutorials/04.external-interrupts/content.md
Co-authored-by: TaddyHC <[email protected]>
1 parent 869191a commit bf882e5

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
@@ -97,7 +97,8 @@ void loop() {
9797
}
9898
```
9999

100-
The problem becomes clear when you consider timing. If your loop takes 65 milliseconds to complete, a quick button tap of 30 milliseconds will be missed entirely. Even worse, the processor wastes energy checking the button thousands of times when it is not being pressed.
100+
The problem becomes clear when you consider timing. If your loop takes 65 milliseconds to complete, a quick button tap of 30 milliseconds would be missed entirely. Even worse, the processor wastes energy checking the button thousands of times when it is not being pressed.
101+
101102

102103
#### Interrupt Approach
103104

0 commit comments

Comments
 (0)