Does anyone use interrupt based UART with esp32-s3 ? Looking for more involved code samples compared to the example in this PR : https://github.com/espressif/arduino-esp32/pull/9415/files #esp32 #uart
Adds a new example: onReceiveExample.ino by SuGlider · Pull Request #9415 · espressif/arduino-esp32
Adds a new example that uses HardwareSerial::onReceive(). The example demosntrates how to read all the data sent to UART0, considering that the end of transmission is defined by a period of time wi...