Skip to content

Commit 960e7f0

Browse files
authored
Merge pull request #823 from mtedaldi/patch-1
Update serialEvent.adoc
2 parents a73855e + ac442c9 commit 960e7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/serialEvent.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: serialEvent()
1414

1515
[float]
1616
=== Description
17-
Called when data is available. Use `Serial.read()` to capture this data.
17+
Called at the end of link:../../../../structure/sketch/loop[`loop()`] when data is available. Use `Serial.read()` to capture this data.
1818
[%hardbreaks]
1919

2020

0 commit comments

Comments
 (0)