We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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));