You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Language/Functions/Communication/Serial/ifSerial.adoc
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ None
36
36
=== Returns
37
37
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`.
38
38
39
+
39
40
--
40
41
// OVERVIEW SECTION ENDS
41
42
@@ -66,5 +67,9 @@ void loop() {
66
67
}
67
68
----
68
69
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.
0 commit comments