KM3NeT CLB
2.0
KM3NeT CLB v2 Embedded Software
|
The shell is a ASCII command interpreter and effort has been made to simplify creation of additional shell commands. More...
Go to the source code of this file.
Functions | |
int | _shellChar () |
Stub function. More... | |
void | shellSetPrompt (const char *newPrompt) |
Sets the prompt for the shell. More... | |
void | shellDo () |
Checks if there is any ASCII characters of the UART, and execute any commands issued. More... | |
The shell is a ASCII command interpreter and effort has been made to simplify creation of additional shell commands.
See the tutorial Adding your own shell commands.
Definition in file shell.h.
int _shellChar | ( | ) |
void shellDo | ( | ) |