Skip to content

Commit 2b8af42

Browse files
authored
Added missing parameter description to Serial.write()
This fixes #473
1 parent a75599c commit 2b8af42

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Language/Functions/Communication/Serial/write.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: Serial.write()
33
---
44

5-
6-
7-
85
= write()
96

107

@@ -37,6 +34,8 @@ _Arduino Mega also supports:_
3734

3835
`buf`: an array to send as a series of bytes
3936

37+
`len`: the length of the array
38+
4039
[float]
4140
=== Returns
4241
`size_t`

0 commit comments

Comments
 (0)