diff --git a/README.md b/README.md index 623d3bd..33260c7 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ Thanks to: * [tve](https://github.com/tve) for building out serial additions and examples * [Redstoned](https://github.com/Redstoned) and [davidallenmann](https://github.com/davidallenmann) for adding PVT date and time * [wittend](https://forum.sparkfun.com/viewtopic.php?t=49874) for pointing out the RTCM print bug -* Big thanks to [PaulZC] for implementing the combined key ValSet method +* Big thanks to [PaulZC](https://github.com/PaulZC) for implementing the combined key ValSet method +* [RollieRowland](https://github.com/RollieRowland) for adding HPPOSLLH (High Precision Geodetic Position) Need a library for the Ublox and Particle? Checkout the [Particle library](https://github.com/aseelye/SparkFun_Ublox_Particle_Library) fork. @@ -102,3 +103,4 @@ Please use, reuse, and modify these files as you see fit. Please maintain attrib Distributed as-is; no warranty is given. - Your friends at SparkFun. + diff --git a/src/SparkFun_Ublox_Arduino_Library.cpp b/src/SparkFun_Ublox_Arduino_Library.cpp index 9194776..3aa3f61 100644 --- a/src/SparkFun_Ublox_Arduino_Library.cpp +++ b/src/SparkFun_Ublox_Arduino_Library.cpp @@ -17,22 +17,6 @@ Development environment specifics: Arduino IDE 1.8.5 - Modified by David Mann @ Loggerhead Instruments, 16 April 2019 - - Added support for parsing date and time - - Added functions getYear(), getMonth(), getDay(), getHour(), getMinute(), getSecond() - - Modified by Steven Rowland, June 11th, 2019 - - Added functionality for reading HPPOSLLH (High Precision Geodetic Position) - - Added getTimeOfWeek(), getHighResLatitude(). getHighResLongitude(), getElipsoid(), - getMeanSeaLevel(), getHorizontalAccuracy(), getVerticalAccuracy(), getHPPOSLLH() - - Modified ProcessUBXPacket to parse HPPOSLLH packet - - Added query staleness verification for HPPOSLLH data - - Modified by Paul Clark, 1st July 2019 - - Added 8 and 32 bit versions of setVal - - Added newCfgValset8/16/32, addCfgValset8/16/32 and sendCfgValset8/16/32 - to support the setting of multiple keyID and value pairs simultaneously - SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT). The MIT License (MIT) Copyright (c) 2016 SparkFun Electronics diff --git a/src/SparkFun_Ublox_Arduino_Library.h b/src/SparkFun_Ublox_Arduino_Library.h index 00e11d9..2c2292b 100644 --- a/src/SparkFun_Ublox_Arduino_Library.h +++ b/src/SparkFun_Ublox_Arduino_Library.h @@ -17,21 +17,6 @@ Development environment specifics: Arduino IDE 1.8.5 - Modified by David Mann @ Loggerhead Instruments, 16 April 2019 - - Added support for parsing date and time - - Added functions getYear(), getMonth(), getDay(), getHour(), getMinute(), getSecond() - - Modified by Steven Rowland, June 11th, 2019 - - Added functionality for reading HPPOSLLH (High Precision Geodetic Position) - - Added getTimeOfWeek(), getHighResLatitude(). getHighResLongitude(), getElipsoid(), - getMeanSeaLevel(), getHorizontalAccuracy(), getVerticalAccuracy(), getHPPOSLLH() - - Modified ProcessUBXPacket to parse HPPOSLLH packet - - Added query staleness verification for HPPOSLLH data - - Modified by Paul Clark, 1st July 2019 - - Added 8 and 32 bit versions of setVal - - Added newCfgValset8/16/32, addCfgValset8/16/32 and sendCfgValset8/16/32 - to support the setting of multiple keyID and value pairs simultaneously SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT). The MIT License (MIT)