Specifically a library I'm using calls the ESP-IDF function:
Code: Select all
int uart_read_bytes(uart_port_t uart_num, void* buf, uint32_t length, TickType_t ticks_to_wait);
ESP-IDF doc: uart_read_bytes
Code: Select all
int uart_read_bytes(uart_port_t uart_num, void* buf, uint32_t length, TickType_t ticks_to_wait);
Users browsing this forum: No registered users and 93 guests