Trident IoT Z-Wave SDK
 
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
16void setup_cli(zpal_uart_config_t *p_uart_config);
17
18void tr_cli_common_print(const char* message);
19
20#endif // SETUP_CLI_H_
void tr_cli_common_print(const char *message)
void setup_cli(zpal_uart_config_t *p_uart_config)
UART configuration.
Definition zpal_uart.h:118