We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a838f5 + 58ff376 commit 5e3e526Copy full SHA for 5e3e526
Language/Functions/Communication/Serial/readBytes.adoc
@@ -30,7 +30,7 @@ title: Serial.readBytes()
30
[float]
31
=== Parameters
32
`_Serial_`: serial port object. See the list of available serial ports for each board on the link:../../serial[Serial main page]. +
33
-`buffer`: the buffer to store the bytes in. Allowed data types: or array of `char` or `byte`. +
+`buffer`: the buffer to store the bytes in. Allowed data types: array of `char` or `byte`. +
34
`length`: the number of bytes to read. Allowed data types: `int`.
35
36
0 commit comments