Commit Graph
268 Commits
Author SHA1 Message Date
PaulZC 039004ef02 Correct maxNMEAByteCount 2021-04-14 10:07:52 +01:00
PaulZC 700406956a Add get/setProcessNMEAMask to allow selection of which messages are passed to processNMEA 2021-04-13 21:02:15 +01:00
PaulZC e14ce7366c Add set/getNMEALoggingMask. Allows selective logging of enabled NMEA messages 2021-04-13 19:17:31 +01:00
UT2UHandGitHub c97f192acf Merge pull request #7 from sparkfun/release_candidate
Update
2021-04-13 19:17:03 +03:00
PaulZC 1220ef204a Move logNMEA into process so it does not matter if processNMEA is overwritten 2021-04-13 15:30:20 +01:00
PaulZC 7cdb4b00eb VSC whitespace changes 2021-04-13 11:57:16 +01:00
PaulZC cc2e75fa27 Add logNMEA and an example 2021-04-13 11:56:45 +01:00
PaulZC 63d8b60f42 Add flushCFGRATE. Ensure CFG RATE data is marked as stale by the set rate functions 2021-04-13 10:36:11 +01:00
UT2UHandGitHub c912fce48e Merge pull request #6 from sparkfun/release_candidate
Release candidate
2021-04-06 08:37:09 +03:00
UT2UHandGitHub 09d1c08bb2 Merge pull request #5 from sparkfun/master
Update
2021-04-06 08:35:53 +03:00
PaulandGitHub b20579e279 Merge pull request #21 from sparkfun/release_candidate
v2.0.5
2021-04-01 18:26:48 +01:00
PaulZC 02153c3d02 v2.0.5 2021-04-01 18:20:34 +01:00
PaulZC c701d67a5f Adding support for multiple message rates 2021-04-01 18:19:27 +01:00
UT2UHandGitHub 8e6986a157 Merge pull request #4 from sparkfun/release_candidate
Release candidate update
2021-04-01 17:06:24 +03:00
PaulZC de5e73947b Starting to add support for multiple message rates 2021-04-01 13:52:30 +01:00
PaulZC 47f95a10b8 .end now returns void. Update getUnixEpoch so it runs correctly on the ATmega328P 2021-04-01 12:45:34 +01:00
PaulZC e483b119cc Update ZED_F9P\Example10 - corrects issue #19 2021-04-01 11:14:04 +01:00
PaulZC 2ce23fe696 Correct #20. Add .end. Add getFileBufferSize. Add Example26 2021-04-01 09:41:18 +01:00
UT2UHandGitHub d398dd40ea Merge pull request #3 from sparkfun/release_candidate
Update
2021-03-31 20:13:51 +03:00
UT2UHandGitHub 07bf4d0e00 Merge pull request #2 from sparkfun/master
Update
2021-03-31 20:12:50 +03:00
PaulandGitHub 6ccf22912f Merge pull request #18 from UT2UH/getUnixEpoch
overloaded getUnixEpoch() 'rounded' added
2021-03-31 16:21:12 +01:00
UT2UH c889a32968 overloaded getUnixEpoch rounded added 2021-03-31 16:19:22 +03:00
UT2UHandGitHub beb707a412 Merge pull request #1 from sparkfun/release_candidate
Release candidate update
2021-03-31 15:40:07 +03:00
PaulandGitHub 7f38fcdae9 Merge pull request #17 from sparkfun/release_candidate
v2.0.4
2021-03-30 11:47:18 +01:00
PaulZC c931a04386 Merge branch 'master' into release_candidate 2021-03-30 11:45:20 +01:00
PaulZC 063852468b Update library.properties 2021-03-30 11:38:56 +01:00
PaulZC 8e36d35340 Restructure Example24 and add notes about ZED_F9P 2021-03-30 11:33:36 +01:00
PaulZC 5a4c4487c7 Correct tabs in keywords.txt 2021-03-30 11:03:44 +01:00
PaulandGitHub 691ea47039 Merge pull request #16 from UT2UH/getTime
getUnixEpoch() method added
2021-03-30 10:54:17 +01:00
PaulZC 348bcb20d4 Bump Example24 to Example25 2021-03-30 10:53:38 +01:00
PaulZC 2ec3077fa6 Adding clearFileBuffer and clearMaxFileBufferAvail 2021-03-30 10:51:28 +01:00
PaulZC fb76790842 Add Example24 2021-03-30 10:24:24 +01:00
PaulZC 0c576c9745 Adding set/getNavigationRate and set/getMeasurementRate 2021-03-30 08:43:54 +01:00
PaulZC 213e3eb125 VSC tab tidying 2021-03-30 08:11:59 +01:00
UT2UH 82c4020522 getUnixEpoch() example fixed 2021-03-30 09:50:49 +03:00
UT2UH 68e13634f0 getUnixEpoch() method added 2021-03-30 07:44:09 +03:00
PaulZC b3aab36720 Add callback Example6 - RAWX. Note:
PR (pseudorange) and CP (carrier phase) will only be displayed if your processor supports 64-bit double
2021-03-11 07:51:31 +00:00
PaulandGitHub b1eb847f05 v2.0.3 2021-02-25 09:42:59 +00:00
PaulandGitHub 1f5f480870 Merge pull request #10 from MedadRufus/master
fix compile errors([-Werror=parentheses])
2021-02-25 09:42:18 +00:00
MedadRufus 98444da307 fix compile errors([-Werror=parentheses])
This error is thrown when compiling for the ESP32. It demands that a parentheses around comparison in operand of '&'. Fix by putting parentheses.
2021-02-25 00:49:53 +00:00
PaulandGitHub d8d43137c8 Merge pull request #9 from adamgarbo/timeValidity
Add confirmedDate and confirmedTime helper functions
2021-02-02 11:19:18 +00:00
Adam e14fa1ab06 Typo correction 2021-02-01 14:23:48 -05:00
Adam f09432136f Add confirmedDate and confirmedTime helper functions 2021-02-01 14:13:32 -05:00
Ho Yun "BobbyandGitHub c7d96af8fc Update README.md
- Add NEO-M9N, SMA version to the list of products that use the library. No changes in code it's not necessary to bump the version.
2021-01-29 16:32:13 -07:00
PaulandGitHub b6c33fdae2 Merge pull request #8 from sparkfun/release_candidate
v2.0.2
2021-01-22 10:57:49 +00:00
PaulZC ca86015765 Update library.properties 2021-01-22 10:56:27 +00:00
PaulandGitHub 6d115b117b Merge pull request #3 from sparkfun/release_candidate
Update Example1_FactoryDefaultviaI2C.ino
2021-01-15 08:13:36 +00:00
PaulZC 10b99c2b81 Update Example1_FactoryDefaultviaI2C.ino 2021-01-15 08:13:05 +00:00
PaulandGitHub c31fe53a1e Merge pull request #2 from sparkfun/release_candidate
v2.0.1 : Adding time pulse examples
2021-01-14 09:12:40 +00:00
PaulZC c3c5c1f9ec v2.0.1 2021-01-14 09:10:31 +00:00