CuVoodoo STM32F1 firmware template
|
terminal prompt interface (API) More...
Go to the source code of this file.
Functions | |
void | terminal_setup (void) |
initialize terminal prompt | |
void | terminal_send (char c) |
send character to terminal More... | |
Variables | |
char * | terminal_prefix |
terminal prompt prefix | |
void(* | terminal_process )(char *line) |
called when a line is entered More... | |
terminal prompt interface (API)
Definition in file terminal.h.
void terminal_send | ( | char | c | ) |
send character to terminal
[in] | c | character to send |
Definition at line 316 of file terminal.c.
void(* terminal_process) (char *line) |
called when a line is entered
[in] | line | line entered by user (NULL on CTRL+D) |
Definition at line 33 of file terminal.c.