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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,6 @@ None
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
-
[float]
41
-
=== Warning
42
-
This function adds a delay of 10ms in an attempt to solve "open but not quite" situations. Don't use it in tight loops.
43
-
44
40
--
45
41
// OVERVIEW SECTION ENDS
46
42
@@ -71,5 +67,9 @@ void loop() {
71
67
}
72
68
----
73
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