Skip to content

Commit 055374f

Browse files
authored
Merge pull request #826 from rohoog/patch-1
Update ifSerial.adoc
2 parents a1c1496 + 9866b8a commit 055374f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Language/Functions/Communication/Serial/ifSerial.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ None
3636
=== Returns
3737
Returns true if the specified serial port is available. This will only return false if querying the Leonardo's USB CDC serial connection before it is ready. Data type: `bool`.
3838

39+
3940
--
4041
// OVERVIEW SECTION ENDS
4142

@@ -66,5 +67,9 @@ void loop() {
6667
}
6768
----
6869

70+
[float]
71+
=== Notes and Warnings
72+
This function adds a delay of 10ms in an attempt to solve "open but not quite" situations. Don't use it in tight loops.
73+
6974
--
7075
// HOW TO USE SECTION ENDS

0 commit comments

Comments
 (0)