Skip to content

Commit 84da944

Browse files
authored
feat(uart): add commentaties
1 parent af3ec5b commit 84da944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp32/esp32-hal-uart.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ uint32_t uartGetBaudRate(uart_t *uart);
6565
// invMask can be UART_SIGNAL_RXD_INV, UART_SIGNAL_TXD_INV, UART_SIGNAL_RTS_INV, UART_SIGNAL_CTS_INV
6666
// returns the operation success status
6767
bool uartPinSignalInversion(uart_t *uart, uint32_t invMask, bool inverted);
68+
// functions used to individually enable or disable UART pins inversion
6869
bool uartSetRxInvert(uart_t *uart, bool invert);
6970
bool uartSetTxInvert(uart_t *uart, bool invert);
7071
bool uartSetCtsInvert(uart_t *uart, bool invert);

0 commit comments

Comments
 (0)