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

Commit 35a5869

Browse files
committed
More whitespace changes
1 parent 4424ae0 commit 35a5869

File tree

2 files changed

+75
-75
lines changed

2 files changed

+75
-75
lines changed

Diff for: examples/Series_6_7/Example1_GetPositionAndTime_Series_6_7/SparkFun_Ublox_Arduino_Library_Series_6_7.cpp

+37-37
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,46 @@
55
66
This copy includes changes by @blazczak and @geeksville to
77
provide support for the older series 6 and 7 modules.
8-
8+
99
Disclaimer: SparkFun has not verified this copy of the library on either series 6 or 7.
1010
It should work, it looks like it will work, but we have no way of confirming this.
1111
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.
4848
*/
4949

5050
#include "SparkFun_Ublox_Arduino_Library_Series_6_7.h"

Diff for: examples/Series_6_7/Example1_GetPositionAndTime_Series_6_7/SparkFun_Ublox_Arduino_Library_Series_6_7.h

+38-38
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
/*
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
33
44
Updated: June 16th, 2020
55
66
This copy includes changes by @blazczak and @geeksville to
77
provide support for the older series 6 and 7 modules.
8-
8+
99
Disclaimer: SparkFun has not verified this copy of the library on either series 6 or 7.
1010
It should work, it looks like it will work, but we have no way of confirming this.
1111
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.
4848
*/
4949

5050
#ifndef SPARKFUN_UBLOX_ARDUINO_LIBRARY_H

0 commit comments

Comments
 (0)