Skip to content

Tags: mgm8/CTinyGPSPlus

Tags

v1.0.2

Toggle v1.0.2's commit message
Support for HDOP in its true decimal form: ddd.xx

v1.0.1

Toggle v1.0.1's commit message
Restore GLONASS support - accidentally removed in recent commit

v1.0.0

Toggle v1.0.0's commit message
Version 1.0.0: reorganize per new Arduino library standard, fix bug w…

…ith course in FullExample.ino

v0.95

Toggle v0.95's commit message
Slight tightening of new Glonass support

v0.95a

Toggle v0.95a's commit message
Update TinyGPS++.h

v0.94

Toggle v0.94's commit message
Fixed problem reported by dbrooke where small positive latitudes and …

…longitudes (less than 1 degree) were reported as negative.

v0.94b

Toggle v0.94b's commit message
Fixed problem reported by dbrooke where small positive latitudes and …

…longitudes (less than 1 degree) were reported as negative.

v0.94a

Toggle v0.94a's commit message
Fixed problem reported by dbrooke where small positive latitudes and …

…longitudes (less than 1 degree) were reported as negative.

v0.93

Toggle v0.93's commit message
Changed GPSBaud type to unsigned long in the examples in case someone…

… uses a value like 38400 which exceeds the size of an integer.

v0.92

Toggle v0.92's commit message
(1) New High Precision parseDegrees() supports high-end Leica receive…

…rs with sub-centimeter accuracy, (2) Integral lat and long changed to degrees + billionths, (3) Allow time and date to be extracted from GPGGA and GPRMC even without fix. (4) Clean up spurious comments, (5) Library version now a string (0.92), (6) Improved KitchenSink sample, (7) Rewrote examples to support slightly changed API.