Closed jacky4566 closed 3 years ago
Hi, although I was unsuccessful using your changes to UBLOX::end() my GPS device, cut the power and resume later, I still rebased them and put them into two separate commits instead of 11 :) Do you still work on/with this lib?
Added some new functions: _int32_t getLongitude_raw() int32_t getLatituderaw() Returns lat and long in native UBlox formatting. 32bit vs 64 bit for the same information. Useful for data size critical applications.
void end() Ends Serial bus. Useful for power critical applications that need serial busses closed for maximum sleep.
Updated Function: void begin() Clear out the _validPacket. Useful for waking from extended sleep periods where the information is invalid.