15 Commits

Author SHA1 Message Date
Junhuang d860415fe7 Added different types of baud rate comments 2024-12-04 09:41:42 +08:00
Junhuang 0bdd3727aa Added BDS support 2024-11-22 17:12:59 +08:00
santaimpersonator 81ba32cc9a Arduino library compatibility (#92)
* Rename Files and Library

Rename src files and library to follow Arduino's library guidelines:
https://arduino.github.io/arduino-cli/latest/library-specification/

* Bump version

Bump version to 2.0.0
- Not backwards compatible with file name changes

* Revert file name change

* Create wrapper header

Wrapper header for library name change
Provides backwards compatibility

* Version reduction

revert version bump

* Update TinyGPSPlus.h

Wrapper header for dummy header
2022-01-19 17:53:54 -06:00
Mikal Hart b4c8e29d1d Support for HDOP in its true decimal form: ddd.xx 2018-02-03 22:22:17 -06:00
Mikal Hart 0a9d3c92c5 Version 1.0.0: reorganize per new Arduino library standard, fix bug with course in FullExample.ino 2017-10-05 14:06:39 -05:00
Mikal Hart 88c9db5c74 Fixed problem reported by dbrooke where small positive latitudes and longitudes (less than 1 degree) were reported as negative. 2013-11-26 15:27:57 -06:00
Mikal Hart 9e8fe7e9b4 Fixed problem reported by dbrooke where small positive latitudes and longitudes (less than 1 degree) were reported as negative. 2013-11-26 15:23:11 -06:00
Mikal Hart d05250fcc9 Fixed problem reported by dbrooke where small positive latitudes and longitudes (less than 1 degree) were reported as negative. 2013-11-26 15:18:14 -06:00
Mikal Hart ba04655be8 Changed GPSBaud type to unsigned long in the examples in case someone uses a value like 38400 which exceeds the size of an integer. 2013-11-08 14:07:13 -06:00
Mikal Hart fe91bf8448 More cosmetic fixes to KitchenSink.ino 2013-10-02 15:26:07 -05:00
Mikal Hart a5c1bf6623 Minor cosmetic fixes to KitchenSink.ino 2013-10-02 14:23:31 -05:00
Mikal Hart f10be9783a (1) New High Precision parseDegrees() supports high-end Leica receivers 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. 2013-09-30 20:36:56 -05:00
Mikal Hart b8b46fe041 Tighten up CustomFields.ino example 2013-09-04 18:48:23 -05:00
Mikal Hart 00f2154ce6 Correct name in banner; handle invalid times and negative elevations 2013-09-03 15:45:19 -05:00
Mikal Hart 34d801ad89 Initial commit 2013-09-03 00:33:17 -05:00