1
6
7
8
9
10
11
12
13
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
40
41
42
43
44
/* ... */
#include "esp_openthread.h"
#ifdef __cplusplus
extern "C" {
#endif
/* ... */
void esp_openthread_cli_init(void);
/* ... */
esp_err_t esp_openthread_cli_input(const char *line);
/* ... */
void esp_openthread_cli_create_task(void);
#ifdef __cplusplus
}{...}
#endif