CLI Input module

group CLI_INPUT

Command line interface helper funcions for paring input data.

Functions to parse incoming data for command line interface (CLI).

Functions

void cli_in_data(cli_printf cliprintf, char ch)

parse new characters to the CLI

Parameters
  • cliprintf[in] Pointer to CLI printf function

  • ch[in] new character to CLI