Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit f2852f3

Browse files
authored
Merge pull request #48 from tedder/contributors_to_readme
move partial changelog to 'thanks' in README
2 parents 0cd8d3c + 59d8531 commit f2852f3

File tree

3 files changed

+3
-32
lines changed

3 files changed

+3
-32
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Thanks to:
3030
* [tve](https://github.com/tve) for building out serial additions and examples
3131
* [Redstoned](https://github.com/Redstoned) and [davidallenmann](https://github.com/davidallenmann) for adding PVT date and time
3232
* [wittend](https://forum.sparkfun.com/viewtopic.php?t=49874) for pointing out the RTCM print bug
33-
* Big thanks to [PaulZC] for implementing the combined key ValSet method
33+
* Big thanks to [PaulZC](https://github.com/PaulZC) for implementing the combined key ValSet method
34+
* [RollieRowland](https://github.com/RollieRowland) for adding HPPOSLLH (High Precision Geodetic Position)
3435

3536
Need a library for the Ublox and Particle? Checkout the [Particle library](https://github.com/aseelye/SparkFun_Ublox_Particle_Library) fork.
3637

@@ -102,3 +103,4 @@ Please use, reuse, and modify these files as you see fit. Please maintain attrib
102103
Distributed as-is; no warranty is given.
103104

104105
- Your friends at SparkFun.
106+

src/SparkFun_Ublox_Arduino_Library.cpp

-16
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,6 @@
1717
Development environment specifics:
1818
Arduino IDE 1.8.5
1919
20-
Modified by David Mann @ Loggerhead Instruments, 16 April 2019
21-
- Added support for parsing date and time
22-
- Added functions getYear(), getMonth(), getDay(), getHour(), getMinute(), getSecond()
23-
24-
Modified by Steven Rowland, June 11th, 2019
25-
- Added functionality for reading HPPOSLLH (High Precision Geodetic Position)
26-
- Added getTimeOfWeek(), getHighResLatitude(). getHighResLongitude(), getElipsoid(),
27-
getMeanSeaLevel(), getHorizontalAccuracy(), getVerticalAccuracy(), getHPPOSLLH()
28-
- Modified ProcessUBXPacket to parse HPPOSLLH packet
29-
- Added query staleness verification for HPPOSLLH data
30-
31-
Modified by Paul Clark, 1st July 2019
32-
- Added 8 and 32 bit versions of setVal
33-
- Added newCfgValset8/16/32, addCfgValset8/16/32 and sendCfgValset8/16/32
34-
to support the setting of multiple keyID and value pairs simultaneously
35-
3620
SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
3721
The MIT License (MIT)
3822
Copyright (c) 2016 SparkFun Electronics

src/SparkFun_Ublox_Arduino_Library.h

-15
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,6 @@
1717
Development environment specifics:
1818
Arduino IDE 1.8.5
1919
20-
Modified by David Mann @ Loggerhead Instruments, 16 April 2019
21-
- Added support for parsing date and time
22-
- Added functions getYear(), getMonth(), getDay(), getHour(), getMinute(), getSecond()
23-
24-
Modified by Steven Rowland, June 11th, 2019
25-
- Added functionality for reading HPPOSLLH (High Precision Geodetic Position)
26-
- Added getTimeOfWeek(), getHighResLatitude(). getHighResLongitude(), getElipsoid(),
27-
getMeanSeaLevel(), getHorizontalAccuracy(), getVerticalAccuracy(), getHPPOSLLH()
28-
- Modified ProcessUBXPacket to parse HPPOSLLH packet
29-
- Added query staleness verification for HPPOSLLH data
30-
31-
Modified by Paul Clark, 1st July 2019
32-
- Added 8 and 32 bit versions of setVal
33-
- Added newCfgValset8/16/32, addCfgValset8/16/32 and sendCfgValset8/16/32
34-
to support the setting of multiple keyID and value pairs simultaneously
3520
3621
SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
3722
The MIT License (MIT)

0 commit comments

Comments
 (0)