1#ifndef INCLUDE_GUARD__UART_TELECOMMAND_DEFS_H__
2#define INCLUDE_GUARD__UART_TELECOMMAND_DEFS_H__
8 char *response_output_buf, uint16_t response_output_buf_len
13 char *response_output_buf, uint16_t response_output_buf_len
18 char *response_output_buf, uint16_t response_output_buf_len
23 char *response_output_buf,
24 uint16_t response_output_buf_len
29 char *response_output_buf,
30 uint16_t response_output_buf_len
uint8_t TCMDEXEC_uart_send_hex_get_response_hex(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Send arbitrary commands to a UART peripheral, and receive the response.
Definition uart_telelecommand_defs.c:36
uint8_t TCMDEXEC_uart_get_last_rx_times_json(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Get a JSON dict of how long, in ms, SINCE each UART ISR handler was last triggered.
Definition uart_telelecommand_defs.c:495
uint8_t TCMDEXEC_uart_send_hex(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Send arbitrary commands to a UART peripheral.
Definition uart_telelecommand_defs.c:371
uint8_t TCMDEXEC_uart_send_str(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Send arbitrary commands to a UART peripheral.
Definition uart_telelecommand_defs.c:439
uint8_t TCMDEXEC_uart_set_baud_rate(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Definition uart_telelecommand_defs.c:542