Skip to content

Commit 8aa21e2

Browse files
Update Language/Functions/Time/delayMicroseconds.adoc
Co-Authored-By: per1234 <[email protected]>
1 parent 7ad67f1 commit 8aa21e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Time/delayMicroseconds.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "Time" ]
1717

1818
[float]
1919
=== Description
20-
Pauses the program for the amount of time (in microseconds) specified as the parameter. There are a thousand microseconds in a millisecond and a million microseconds in a second.
20+
Pauses the program for the amount of time (in microseconds) specified by the parameter. There are a thousand microseconds in a millisecond and a million microseconds in a second.
2121

2222
Currently, the largest value that will produce an accurate delay is 16383. This could change in future Arduino releases. For delays longer than a few thousand microseconds, you should use `delay()` instead.
2323
[%hardbreaks]

0 commit comments

Comments
 (0)