|
1 | 1 | /*
|
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 |
3 | 3 | SparkFun sells these at its website: www.sparkfun.com
|
4 | 4 | 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 |
6 | 10 |
|
7 | 11 | Written by Nathan Seidle @ SparkFun Electronics, September 6th, 2018
|
8 | 12 |
|
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. |
11 | 16 |
|
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 |
16 | 18 |
|
17 | 19 | Development environment specifics:
|
18 | 20 | Arduino IDE 1.8.5
|
19 | 21 |
|
20 |
| -
|
21 | 22 | SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
|
22 | 23 | The MIT License (MIT)
|
23 | 24 | Copyright (c) 2016 SparkFun Electronics
|
|
0 commit comments