-
Notifications
You must be signed in to change notification settings - Fork 7
loadString()
CreateiveRobotics edited this page Mar 7, 2020
·
2 revisions
void loadString(String newString)
Overwrites the buffer with newString and sets the pending command bit to true. Unlike feedString, the buffer will not be processed immediately. The next call to update() will process the contents of the buffer. An end of line character is appended to the string if it is not already there.
Arguments: A String object.