34 Commits
Author SHA1 Message Date
Matt GoodrichandGitHub e53be7b6df Merge pull request #142 from caternuson/fix_dox
Update CI for doxygen
2022-09-20 12:42:24 -04:00
Matt GoodrichandGitHub c4e8c592a5 Merge pull request #141 from caternuson/readme_update
Add documentation status badge to README
2022-09-20 10:54:26 -04:00
Matt GoodrichandGitHub d722186e8e Merge pull request #137 from cedricgrothues/patch-1
Fix include guard in `NMEA_data.h`
2022-05-20 08:50:37 -04:00
Matt GoodrichandGitHub 0374d49417 Merge pull request #138 from anarkiwi/minint
c++ min() wants args of the same type (enables compilation with -fno-permissive).
2022-05-09 17:40:46 -04:00
Matt GoodrichandGitHub 737f8b7d2c Merge pull request #129 from foodini/patch-1
Fix issue with millisecond parsing.
2020-10-27 17:15:50 -04:00
Matt GoodrichandGitHub 9419a019bc Update library.properties 2020-06-04 15:27:08 -04:00
Matt Goodrich e5ad8934d8 Bugfix for parseCoord 2020-06-04 14:43:11 -04:00
Matt GoodrichandGitHub e730f81c3f Update for 1.5.0 release 2020-05-07 19:35:54 -04:00
Matt GoodrichandGitHub c65c00ae15 Merge pull request #117 from optorres/fix-warnings-2
Fix boolean deprecation and -Wdouble-promotion warnings
2020-02-25 14:30:22 -05:00
Matt GoodrichandGitHub 8738b307ab Merge pull request #116 from edgar-bonet/millis-rollover
Correct handling of millis() rollover
2020-02-25 11:55:56 -05:00
Matt GoodrichandGitHub 96625de7d3 Merge pull request #115 from sellensr/master
Bug Fixes
2020-02-10 11:30:35 -05:00
Matt GoodrichandGitHub a57c52f242 Merge pull request #113 from sellensr/master
Add data values and history to NMEA_EXTENSIONS, plus more sentences
2020-01-29 16:57:10 -05:00
Matt GoodrichandGitHub 24715012b3 Merge pull request #112 from optorres/fix-warnings
Fix a few warnings
2020-01-27 17:03:26 -05:00
Matt GoodrichandGitHub 5d28fd9672 Merge pull request #111 from sellensr/master
Moved to src, reorganized files, added typedefs
2020-01-27 12:09:07 -05:00
Matt GoodrichandGitHub 36d608b1cb Merge pull request #110 from sellensr/master
Add build() extension
2020-01-18 16:53:14 -05:00
Matt GoodrichandGitHub 309b27c464 Merge pull request #109 from adafruit/actions
Add Actions and remove travis
2020-01-17 21:33:03 -05:00
Matt GoodrichandGitHub b17c3fd5e5 Merge pull request #107 from sellensr/master
Improve NMEA sentence checking
2020-01-14 09:57:04 -05:00
Matt GoodrichandGitHub 5eab9c7e21 Merge pull request #105 from sellensr/master
Move declarations to class private
2020-01-07 15:11:02 -05:00
Matt GoodrichandGitHub dcc7dcc76f Add support for GSA sentence 2019-11-04 18:07:57 -05:00
Matt GoodrichandGitHub 83db2e0e61 Merge pull request #101 from basrijn/master
Added support for the GSA sentence
2019-11-04 17:44:35 -05:00
Matt GoodrichandGitHub d50e0435ea Merge pull request #98 from sellensr/master
Change GPS time alignment
2019-09-30 09:13:58 -04:00
Matt GoodrichandGitHub d853c17be1 Merge pull request #93 from Dygear/master
Signed latitude_fixed & longitude_fixed based on location.
2019-06-25 16:28:14 -04:00
Matt GoodrichandGitHub f14d10148b Bump to 1.1.0 2019-06-19 12:26:46 -04:00
Matt Goodrich 8f64274401 Merge remote-tracking branch 'upstream/master' 2019-06-17 14:56:13 -04:00
Matt Goodrich efa9bfd857 Fix for #41 and #68 time parsing issues, based on fixes from HamishB 2019-05-16 11:55:42 -04:00
Matt GoodrichandGitHub c68499182d Merge pull request #90 from sellensr/master
Split parsing and track time received
2019-04-26 12:03:44 -04:00
Matt GoodrichandGitHub 3b01dff4c8 Merge pull request #88 from sellensr/master
Index checksum explicitly on $ and *
2019-04-17 13:46:39 -04:00
Matt GoodrichandGitHub 90f059091d Merge pull request #87 from sellensr/master
Add 115200 bps and parse $GPGLL
2019-04-16 14:18:16 -04:00
Matt Goodrich 85195eeeb9 Merge pull request #47 from hunnybear/master
Adding a gga only constant
2019-04-16 13:44:57 -04:00
Matt GoodrichandGitHub f8c5386402 Merge pull request #61 from pdoddster/master
Fail parser if no checksum
2019-04-16 10:18:02 -04:00
Matt GoodrichandGitHub c149283ea8 Merge pull request #86 from srob1/read-cr-lf-fix
Fix read() so NMEA sentences are properly CR-LF terminated
2019-04-16 09:43:15 -04:00
Matt Goodrich bf079ad2cd Skip tests for unsupported platforms; removed do nothing pieces 2019-03-14 17:05:30 -04:00
Matt Goodrich d7c9f848f6 Updated examples, split into HardwareSerial and SoftwareSerial; Removed NewSoftSerial 2019-03-14 14:22:28 -04:00
Matt Goodrich 8c064919ab Doxyfied; Added code of conduct; Updated README; Added travis.yml 2019-03-12 17:21:45 -04:00