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
  • [in] cliprintf: Pointer to CLI printf function

  • [in] ch: new character to CLI