Commit Graph
70 Commits
Author SHA1 Message Date
PaulZC e14ce7366c Add set/getNMEALoggingMask. Allows selective logging of enabled NMEA messages 2021-04-13 19:17:31 +01: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 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
PaulZC c701d67a5f Adding support for multiple message rates 2021-04-01 18:19:27 +01: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 2ce23fe696 Correct #20. Add .end. Add getFileBufferSize. Add Example26 2021-04-01 09:41:18 +01:00
UT2UH c889a32968 overloaded getUnixEpoch rounded added 2021-03-31 16:19:22 +03:00
PaulZC c931a04386 Merge branch 'master' into release_candidate 2021-03-30 11:45:20 +01:00
PaulZC 8e36d35340 Restructure Example24 and add notes about ZED_F9P 2021-03-30 11:33:36 +01:00
PaulandGitHub 691ea47039 Merge pull request #16 from UT2UH/getTime
getUnixEpoch() method added
2021-03-30 10:54:17 +01:00
PaulZC 2ec3077fa6 Adding clearFileBuffer and clearMaxFileBufferAvail 2021-03-30 10:51:28 +01:00
PaulZC 0c576c9745 Adding set/getNavigationRate and set/getMeasurementRate 2021-03-30 08:43:54 +01:00
UT2UH 68e13634f0 getUnixEpoch() method added 2021-03-30 07:44:09 +03: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
Adam f09432136f Add confirmedDate and confirmedTime helper functions 2021-02-01 14:13:32 -05:00
PaulZC 34f15c25f3 Adding support for Time Pulse Parameters 2021-01-13 12:00:14 +00:00
PaulZC 1506a7ca1d Changing the class name in .h and .cpp 2021-01-09 08:24:16 +00:00
PaulZC 2d0307f3b3 Renaming the .h and .cpp files 2021-01-09 08:03:22 +00:00