We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ce063 commit f38bf70Copy full SHA for f38bf70
cores/esp32/esp32-hal-uart.h
@@ -84,6 +84,7 @@ uint32_t uartGetBaudRate(uart_t* uart);
84
void uartSetRxInvert(uart_t* uart, bool invert);
85
void uartSetRxTimeout(uart_t* uart, uint8_t numSymbTimeout);
86
void uartSetRxFIFOFull(uart_t* uart, uint8_t numBytesFIFOFull);
87
+void uartSetFastReading(uart_t* uart);
88
89
void uartSetDebug(uart_t* uart);
90
int uartGetDebug();
0 commit comments