Seeed-Studio / Seeed_Arduino_DopplerRadar

Arduino library for DopplerRader
MIT License
3 stars 6 forks source link

Also allow SoftwareSerial for ESP based devices (ESP8266, ESP32) #6

Closed x29a closed 1 year ago

x29a commented 1 year ago

This PR also enables the library to be used with SoftwareSerial on ESP based devices (where the HardwareSerial is often connected to the USB-to-serial chip for serial monitor and programming).

While the default ESP SoftwareSerial implementation is said to not be very reliant/stable, there is https://github.com/plerup/espsoftwareserial which should work.