Skip to content

setBuffer()

CreativeRobotics edited this page Mar 4, 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