Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit673cfa3

Browse files
committed
Fix misspelled words in Interrupt example's comment
1 parente1c89e5 commit673cfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp