We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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));