forked from espressif/arduino-esp32
adding uartRxActive to expose the RX state machine status as a boolean value (#2457)
This commit is contained in:
@ -74,6 +74,8 @@ int uartGetDebug();
|
||||
|
||||
unsigned long uartDetectBaudrate(uart_t *uart);
|
||||
|
||||
bool uartRxActive(uart_t* uart);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user