|
1 | 1 | /* |
2 | | -This is a library written for the Ublox ZED-F9P and NEO-M8P-2 |
| 2 | + This is a library written for the Ublox ZED-F9P and NEO-M8P-2 |
3 | 3 |
|
4 | 4 | Updated: June 16th, 2020 |
5 | 5 |
|
6 | 6 | This copy includes changes by @blazczak and @geeksville to |
7 | 7 | provide support for the older series 6 and 7 modules. |
8 | | - |
| 8 | +
|
9 | 9 | Disclaimer: SparkFun has not verified this copy of the library on either series 6 or 7. |
10 | 10 | It should work, it looks like it will work, but we have no way of confirming this. |
11 | 11 | We cannot guarantee that it will work reliably in your application. |
12 | | - |
13 | | -Do you like this library? Help support SparkFun. Buy a board! |
14 | | -https://www.sparkfun.com/products/15136 |
15 | | -https://www.sparkfun.com/products/15005 |
16 | | -https://www.sparkfun.com/products/15733 |
17 | | -https://www.sparkfun.com/products/15193 |
18 | | -https://www.sparkfun.com/products/15210 |
19 | | -
|
20 | | -Original library written by Nathan Seidle @ SparkFun Electronics, September 6th, 2018 |
21 | | -
|
22 | | -This library handles configuring and handling the responses |
23 | | -from a Ublox GPS module. Works with most modules from Ublox including |
24 | | -the Zed-F9P, NEO-M8P-2, NEO-M9N, ZOE-M8Q, SAM-M8Q, and many others. |
25 | | -
|
26 | | -https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library |
27 | | -
|
28 | | -Development environment specifics: |
29 | | -Arduino IDE 1.8.5 |
30 | | -
|
31 | | -SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT). |
32 | | -The MIT License (MIT) |
33 | | -Copyright (c) 2016 SparkFun Electronics |
34 | | -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and |
35 | | -associated documentation files (the "Software"), to deal in the Software without restriction, |
36 | | -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, |
37 | | -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to |
38 | | -do so, subject to the following conditions: |
39 | | -
|
40 | | -The above copyright notice and this permission notice shall be included in all copies or substantial |
41 | | -portions of the Software. |
42 | | -
|
43 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT |
44 | | -NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
45 | | -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
46 | | -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
47 | | -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 12 | +
|
| 13 | + Do you like this library? Help support SparkFun. Buy a board! |
| 14 | + https://www.sparkfun.com/products/15136 |
| 15 | + https://www.sparkfun.com/products/15005 |
| 16 | + https://www.sparkfun.com/products/15733 |
| 17 | + https://www.sparkfun.com/products/15193 |
| 18 | + https://www.sparkfun.com/products/15210 |
| 19 | +
|
| 20 | + Original library written by Nathan Seidle @ SparkFun Electronics, September 6th, 2018 |
| 21 | +
|
| 22 | + This library handles configuring and handling the responses |
| 23 | + from a Ublox GPS module. Works with most modules from Ublox including |
| 24 | + the Zed-F9P, NEO-M8P-2, NEO-M9N, ZOE-M8Q, SAM-M8Q, and many others. |
| 25 | +
|
| 26 | + https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library |
| 27 | +
|
| 28 | + Development environment specifics: |
| 29 | + Arduino IDE 1.8.5 |
| 30 | +
|
| 31 | + SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT). |
| 32 | + The MIT License (MIT) |
| 33 | + Copyright (c) 2016 SparkFun Electronics |
| 34 | + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and |
| 35 | + associated documentation files (the "Software"), to deal in the Software without restriction, |
| 36 | + including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 37 | + and/or sell copies of the Software, and to permit persons to whom the Software is furnished to |
| 38 | + do so, subject to the following conditions: |
| 39 | +
|
| 40 | + The above copyright notice and this permission notice shall be included in all copies or substantial |
| 41 | + portions of the Software. |
| 42 | +
|
| 43 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT |
| 44 | + NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 45 | + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 46 | + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 47 | + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
48 | 48 | */ |
49 | 49 |
|
50 | 50 | #ifndef SPARKFUN_UBLOX_ARDUINO_LIBRARY_H |
|
0 commit comments