Added facility to invert the polarity of input UART bits. (#4200)

This commit is contained in:
brian-r-calder
2020-10-01 06:58:48 -04:00
committed by GitHub
parent d03f8f1277
commit 8fcc914853
4 changed files with 20 additions and 0 deletions

View File

@ -70,6 +70,8 @@ uint32_t uartGetBaudRate(uart_t* uart);
size_t uartResizeRxBuffer(uart_t* uart, size_t new_size);
void uartSetRxInvert(uart_t* uart, bool invert);
void uartSetDebug(uart_t* uart);
int uartGetDebug();