Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Language/Functions/Communication/Serial/readBytes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ title: Serial.readBytes()
[float]
=== Parameters
`_Serial_`: serial port object. See the list of available serial ports for each board on the link:../../serial[Serial main page]. +
`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`. +
`length`: the number of bytes to read. Allowed data types: `int`.


Expand Down