diff --git a/README.md b/README.md index 35ab39d..b25ecf3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ SparkFun u-blox Arduino Library =========================================================== +**Please note: this library is now deprecated. Please migrate to the new [SparkFun u-blox GNSS Arduino Library](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library).** + +**You can find details on how to migrate to v2.0 [here](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library#migrating-to-v20).** + +You can install v2.0 via the Arduino Library Manager. Search for **SparkFun u-blox GNSS**. +
![]() |
@@ -60,6 +66,8 @@ Need a Python version for Raspberry Pi? Checkout the [Qwiic Ublox GPS Py module]
Need a library for the u-blox and Particle? Checkout the [Particle library](https://github.com/aseelye/SparkFun_Ublox_Particle_Library) fork.
+Need a C++ version which runs on Linux? Checkout the [Ublox_Linux_Library](https://github.com/balamuruganky/Ublox_Linux_Library).
+
Contributing
--------------
diff --git a/examples/Example11_ResetModule/Example1_FactoryDefaultviaI2C/Example1_FactoryDefaultviaI2C.ino b/examples/Example11_ResetModule/Example1_FactoryDefaultviaI2C/Example1_FactoryDefaultviaI2C.ino
index 28f24cd..0400379 100644
--- a/examples/Example11_ResetModule/Example1_FactoryDefaultviaI2C/Example1_FactoryDefaultviaI2C.ino
+++ b/examples/Example11_ResetModule/Example1_FactoryDefaultviaI2C/Example1_FactoryDefaultviaI2C.ino
@@ -14,8 +14,8 @@
SAM-M8Q: https://www.sparkfun.com/products/15106
Hardware Connections:
- Connect the U-Blox serial port to Serial1
- If you're using an Uno or don't have a 2nd serial port (Serial1), consider using software serial
+ Plug a Qwiic cable into the GNSS and a BlackBoard
+ If you don't have a platform with a Qwiic connection use the SparkFun Qwiic Breadboard Jumper (https://www.sparkfun.com/products/14425)
Open the serial monitor at 115200 baud to see the output
*/
diff --git a/library.properties b/library.properties
index bd172b4..3eb99e9 100644
--- a/library.properties
+++ b/library.properties
@@ -1,9 +1,9 @@
name=SparkFun u-blox Arduino Library
-version=1.8.10
+version=1.8.11
author=SparkFun Electronics