You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CreateiveRobotics edited this page Mar 7, 2020
·
3 revisions
Commander()
Commander(uint16_t reservedBuffer)
Constructors. Create an instance of a Commander object.
An optional argument can be used to reserve memory for the buffer. The buffer is a String object so the reservedBuffer argument gets used in the String reserve() method.