Skip to content

chain()

CreateiveRobotics edited this page Mar 7, 2020 · 2 revisions
void chain()

Instructs Commander to reload any unprocessed payload as a new command line for processing on the next call to update()

This should be used at the end of any command handler if chaining is required only for specific user defined commands.

Clone this wiki locally