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

Commit 04f480f

Browse files
committed
move partial changelog to 'thanks' in README
Not sure what the sparkfun standard is, but the partial changelog in the code was weird and duplicative. It looks like the releases is the canonical changelog, so I converted it to a 'thanks' at the bottom of the README. YMMV.
1 parent 0cd8d3c commit 04f480f

File tree

3 files changed

+5
-31
lines changed

3 files changed

+5
-31
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,8 @@ Please use, reuse, and modify these files as you see fit. Please maintain attrib
102102
Distributed as-is; no warranty is given.
103103

104104
- Your friends at SparkFun.
105+
106+
Thanks to:
107+
* David Mann @ Loggerhead Instruments, April 2019, date and time additions
108+
* Steven Rowland, June 2019, HPPOSLLH (High Precision Geodetic Position)
109+
* Paul Clark, July 2019, 8/16/32 bit versions of setVal, addCfg, etc

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)