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

Commit 39f2c5d

Browse files
author
Nathan Seidle
committed
Update file headers
1 parent 9627d51 commit 39f2c5d

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

Diff for: src/SparkFun_Ublox_Arduino_Library.cpp

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
/*
2-
This is a library written for the Ublox NEO-M8P-2
2+
This is a library written for the Ublox ZED-F9P and NEO-M8P-2
33
SparkFun sells these at its website: www.sparkfun.com
44
Do you like this library? Help support SparkFun. Buy a board!
5-
https://www.sparkfun.com/products/14586
5+
https://www.sparkfun.com/products/15136
6+
https://www.sparkfun.com/products/15005
7+
https://www.sparkfun.com/products/15733
8+
https://www.sparkfun.com/products/15193
9+
https://www.sparkfun.com/products/15210
610
711
Written by Nathan Seidle @ SparkFun Electronics, September 6th, 2018
812
9-
The NEO-M8P-2 is a powerful GPS receiver capable of calculating correction data
10-
to achieve 2cm accuracy.
13+
This library handles configuring and handling the responses
14+
from a Ublox GPS module. Works with most modules from Ublox including
15+
the Zed-F9P, NEO-M8P-2, NEO-M9N, ZOE-M8Q, SAM-M8Q, and many others.
1116
12-
This library handles the configuration of 'survey-in', RTCM messages, and to output
13-
the RTCM messages to the user's selected stream
14-
15-
https://github.com/sparkfun/SparkFun_RTK_Arduino_Library
17+
https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library
1618
1719
Development environment specifics:
1820
Arduino IDE 1.8.5

Diff for: src/SparkFun_Ublox_Arduino_Library.h

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
/*
2-
This is a library written for the Ublox NEO-M8P-2
2+
This is a library written for the Ublox ZED-F9P and NEO-M8P-2
33
SparkFun sells these at its website: www.sparkfun.com
44
Do you like this library? Help support SparkFun. Buy a board!
5-
https://www.sparkfun.com/products/14586
5+
https://www.sparkfun.com/products/15136
6+
https://www.sparkfun.com/products/15005
7+
https://www.sparkfun.com/products/15733
8+
https://www.sparkfun.com/products/15193
9+
https://www.sparkfun.com/products/15210
610
711
Written by Nathan Seidle @ SparkFun Electronics, September 6th, 2018
812
9-
The NEO-M8P-2 is a powerful GPS receiver capable of calculating correction data
10-
to achieve 2cm accuracy.
13+
This library handles configuring and handling the responses
14+
from a Ublox GPS module. Works with most modules from Ublox including
15+
the Zed-F9P, NEO-M8P-2, NEO-M9N, ZOE-M8Q, SAM-M8Q, and many others.
1116
12-
This library handles the configuration of 'survey-in', RTCM messages, and to output
13-
the RTCM messages to the user's selected stream
14-
15-
https://github.com/sparkfun/SparkFun_RTK_Arduino_Library
17+
https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library
1618
1719
Development environment specifics:
1820
Arduino IDE 1.8.5
1921
20-
2122
SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
2223
The MIT License (MIT)
2324
Copyright (c) 2016 SparkFun Electronics

0 commit comments

Comments
 (0)