6 Commits

Author SHA1 Message Date
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 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 b8b46fe041 Tighten up CustomFields.ino example 2013-09-04 18:48:23 -05:00
Mikal Hart 34d801ad89 Initial commit 2013-09-03 00:33:17 -05:00