-
Notifications
You must be signed in to change notification settings - Fork 7
Commander()
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.