Skip to content

attachCommands()

CreateiveRobotics edited this page Mar 7, 2020 · 2 revisions
attachCommands(const commandList_t \*commands, uint32_t size)

Attach a command list to a Commander object. The size variable must be obtained from the command list using the size(commandList) function.

Example:

cmd.attachCommands(commandList, sizeof(commandList));
Clone this wiki locally