Commander-API
V2.0.0
Commander-API is a C++ API, that parses character based commands.
|
Go to the source code of this file.
Macros | |
#define | COMMANDER_MAX_COMMAND_SIZE 30 |
Maximum length of the terminal command. More... | |
#define | COMMAND_PRINTF_BUFF_LEN 100 |
printf function buffer length More... | |
#define COMMAND_PRINTF_BUFF_LEN 100 |
printf function buffer length
If you use printf function the maximumlength of the message( including the termination '\0' character ) must be less or equal with COMMAND_PRINTF_BUFF_LEN.
#define COMMANDER_MAX_COMMAND_SIZE 30 |
Maximum length of the terminal command.