Trident IoT Z-Wave SDK
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
setup_common_cli.h
Go to the documentation of this file.
1
10
11#ifndef SETUP_CLI_H_
12#define SETUP_CLI_H_
13
14#include "zpal_uart.h"
15
26void setup_cli(zpal_uart_config_t *p_uart_config);
27
34void tr_cli_common_print(const char* message);
35
36#endif // SETUP_CLI_H_
void tr_cli_common_print(const char *message)
Implementation of the print function for the CLI.
void setup_cli(zpal_uart_config_t *p_uart_config)
Initialize the application CLI.
UART configuration.
Definition zpal_uart.h:118