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 f9115e4 + 19fefd6 commit 66889abCopy full SHA for 66889ab
Language/Functions/Communication/Serial/readBytesUntil.adoc
@@ -31,7 +31,7 @@ Serial.readBytesUntil() reads characters from the serial buffer into an array. T
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
`character`: the character to search for. Allowed data types: `char`. +
34
-`buffer`: the buffer to store the bytes in. Allowed data types: array of `char` or `byte`s. +
+`buffer`: the buffer to store the bytes in. Allowed data types: array of `char` or `byte`. +
35
`length`: the number of bytes to read. Allowed data types: `int`.
36
37
0 commit comments