Skip to content

feedString()

CreateiveRobotics edited this page Mar 7, 2020 · 3 revisions
bool feedString(String newString)

Overwrites the buffer with newString before processing the buffer and handling any commands. An end of line character is appended to the string if it is not already there.

Arguments: A String object

Clone this wiki locally