Releases: adafruit/Adafruit_CircuitPython_GPS
3.11.0 - VTG Parse KM/H Speed
What's Changed
- Added VTG sentence parse for the km/h speed value by @snkYmkrct in #113
Full Changelog: 3.10.16...3.11.0
3.10.16 - Fix For Sphinx RTD Theme
Full Changelog: 3.10.15...3.10.16
3.10.15 - Displayio Example
What's Changed
- Add displayio example by @snkYmkrct in #112
New Contributors
- @snkYmkrct made their first contribution in #112
Full Changelog: 3.10.14...3.10.15
3.10.14 - Fixed typo in _parse_gil()
Fixed a typo in one of the library functions causing a fatal error. Thanks @dhalbert!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-gps
.
Read the docs for info on how to use it.
3.10.13 - Fixed minute parsing
Fixed an issue where minutes were not parsed correctly. Thanks @jkittner!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-gps
.
Read the docs for info on how to use it.
3.10.12 - Fix RTD Docs Build and Unpin Sphinx
Changes: 3.10.11...3.10.12
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-gps
.
Read the docs for info on how to use it.
3.10.11 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-gps
.
Read the docs for info on how to use it.
3.10.10 - Updated .pylintrc, fixed jQuery
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-GPS
.
Read the docs for info on how to use it.
3.10.9 - Functional bug fix
Fixes a bug in the library in _parse_gga()
. Thanks @awordforthat for fixing and @jkittner for continuing to bug catch!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-gps
.
Read the docs for info on how to use it.
3.10.8 - Added additional docstrings
Adds additional docstrings for adafruit_gps.GPS
attributes. Thanks @awordforthat for adding and @jkittner for bug catching!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-gps
.
Read the docs for info on how to use it.