bolderflight / ublox

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

Added constructor with only serial port #11

Closed monoxide13 closed 3 years ago

monoxide13 commented 3 years ago

This allows serial port to be controlled externally of UBLOX::begin(). For my program I have to run commands initially after opening the serial port before it is usable. Really it's just initializing _parserState and setting _baud to 0 since _baud isn't used anywhere else.