Skip to content

Commit 673cfa3

Browse files
committed
Fix misspelled words in Interrupt example's comment
1 parent e1c89e5 commit 673cfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎examples/01.Basics/Interrupt/Interrupt.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
This sample uses an interrupt service routine (ISR) named `blink` to toggle
66
a global state variable and then uses the built-in LED to display the value
77
of the cached state to the user. The work of updating the cached state happens
8-
asychronously in the interrupt service routine.
8+
asynchronously in the interrupt service routine.
99
1010
This sample can easily be modified from behaving as a button into behaving as
11-
a switch, by changing the interrupt mode from CHANGE to LOW. Futhermore, this
11+
a switch, by changing the interrupt mode from CHANGE to LOW. Furthermore, this
1212
example can be modified to update the built-in LED from inside in the ISR,
1313
which would allow the loop function to be empty yet still allow actions and
1414
reactions to occur.

0 commit comments

Comments
 (0)