Skip to content

Commit 9aa7481

Browse files
author
SimonePDA
authored
Merge pull request #214 from per1234/delayMicroseconds-example-description
Fix regression of delayMicroseconds() example code description
2 parents 206d305 + 27d1208 commit 9aa7481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Time/delayMicroseconds.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Nothing
5050
[float]
5151
=== Example Code
5252
// 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.
5454

5555
[source,arduino]
5656
----

0 commit comments

Comments
 (0)