fu-hsi / FuGPS

Arduino library for parsing NMEA 0183 (GPS) sentences.
MIT License
11 stars 6 forks source link

HardwareSerial library to use ? #7

Closed vincegre closed 4 years ago

vincegre commented 4 years ago

Hi

I try to use your library on ESP32 but you advise to use HardwareSerial. What library should I use for it ? as Neowserial as indicated in readme is only software serial and not supported on ESP32 !

Thanks

Vincèn

fu-hsi commented 4 years ago

Hi. You don't need any library for use HardwareSerial. It's built in on ESP.

Regards.