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/Time/delayMicroseconds.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Nothing
50
50
[float]
51
51
=== Example Code
52
52
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
53
-
The code configures pin number 8 to work as an output pin. It sends a train of pulses with 100 microseconds period.
53
+
The code configures pin number 8 to work as an output pin. It sends a train of pulses of approximately 100 microseconds period. The approximation is due to execution of the other instructions in the code.
0 commit comments