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

Commit 07fba62

Browse files
authored
Merge branch 'master' into PaulZC_setDynamicModel
2 parents 4578550 + e206243 commit 07fba62

File tree

19 files changed

+506
-167
lines changed

19 files changed

+506
-167
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### How to Contribute
2+
3+
Thank you so *much* for offering to help out. We truly appreciate it.
4+
5+
If you'd like to contribute, start by searching through the [issues](https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library/issues) and [pull requests](https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library/pulls) to see whether someone else has raised a similar idea or question.
6+
7+
If you decide to add a feature to this library, please create a PR and follow these best practices:
8+
9+
* Change as little as possible. Do not sumbit a PR that changes 100 lines of whitespace. Break up into multiple PRs if necessary.
10+
* If you've added a new feature document it with a simple example sketch. This serves both as a test of your PR and as a quick way for users to quickly learn how to use your new feature.
11+
* If you add new functions also add them to keywords.txt so that they are properly highlighted in Arduino. [Read more](https://www.arduino.cc/en/Hacking/libraryTutorial).
12+
13+
## Style guide
14+
15+
Please read and follow the [Arduino API style guide](https://www.arduino.cc/en/Reference/APIStyleGuide). Also read and consider the [Arduino style guide](https://www.arduino.cc/en/Reference/StyleGuide).

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ Thanks to:
3232
* [tve](https://github.com/tve) for building out serial additions and examples
3333
* [Redstoned](https://github.com/Redstoned) and [davidallenmann](https://github.com/davidallenmann) for adding PVT date and time
3434
* [wittend](https://forum.sparkfun.com/viewtopic.php?t=49874) for pointing out the RTCM print bug
35-
* Big thanks to [PaulZC](https://github.com/PaulZC) for implementing the combined key ValSet method and geofence functions
35+
* Big thanks to [PaulZC](https://github.com/PaulZC) for implementing the combined key ValSet method and geofence functions, as well as a bunch of small fixes.
3636
* [RollieRowland](https://github.com/RollieRowland) for adding HPPOSLLH (High Precision Geodetic Position)
3737
* [tedder](https://github.com/tedder) for moving iTOW to PVT instead of HPPOS and comment cleanup
38+
* [grexjmo](https://github.com/grexjmo) for pushing for a better NMEA sentence configuration method
3839

3940
Need a library for the Ublox and Particle? Checkout the [Particle library](https://github.com/aseelye/SparkFun_Ublox_Particle_Library) fork.
4041

examples/Example10_ResetConfiguration/Example10_ResetConfiguration.ino

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)