Skip to content

Commit 918a1fc

Browse files
authored
Merge pull request #629 from animeshsrivastava24/patch-10
Typo Fixed in delayMicroseconds.adoc
2 parents 3c9e529 + 8aa21e2 commit 918a1fc

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 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)