Skip to content

setBuffer()

CreateiveRobotics edited this page Mar 7, 2020 · 2 revisions
void setBuffer(uint16_t buffSize)

Reserves memory for the buffer that incoming characters are stored in. The buffer is a String object so this invokes the .reserve() method for bufferString.

Clone this wiki locally