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,
14 uint16_t response_output_buf_len
19 char *response_output_buf,
20 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:365
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:412