bolderflight / ublox

Arduino and CMake library for communicating with uBlox GPS receivers.
MIT License
101 stars 32 forks source link

Optional possibility to define rx and tx pins on initialization #13

Closed papillon81 closed 3 years ago

papillon81 commented 3 years ago

This is useful for ESP devices that have serial GPS devices connected to non-standard pins (i.e TTGO T-Beam). It is possible to initialize and use these devices without separate calls to Serial.begin().

flybrianfly commented 3 years ago

I'll probably update the lib to just take a pointer to the hardware serial, which will push serial configuration and the "begin" method outside of this library. Issue #14 created to track this.