From 58ff37631b4af725a459fcc40fbcfc0a159f8be1 Mon Sep 17 00:00:00 2001 From: Vishnu Easwaran E <3790701+VishnuEaswaran@users.noreply.github.com> Date: Thu, 12 Dec 2019 11:57:33 +0530 Subject: [PATCH] [vishnu] typo corrected. --- Language/Functions/Communication/Serial/readBytes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Communication/Serial/readBytes.adoc b/Language/Functions/Communication/Serial/readBytes.adoc index 581e0620f..da566d64b 100644 --- a/Language/Functions/Communication/Serial/readBytes.adoc +++ b/Language/Functions/Communication/Serial/readBytes.adoc @@ -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`.