Skip to content

Commit 52116cc

Browse files
authored
Fixed description of the len parameter in Serial.write()
Fixes previously added parameter description.
1 parent 2b8af42 commit 52116cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/write.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _Arduino Mega also supports:_
3434

3535
`buf`: an array to send as a series of bytes
3636

37-
`len`: the length of the array
37+
`len`: the number of bytes to be sent from the array
3838

3939
[float]
4040
=== Returns

0 commit comments

Comments
 (0)