Releases: adafruit/Adafruit_CircuitPython_GPS
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.
3.10.7 - Added commented out board.STEMMA_I2C with explanation
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.6 - Added commented out busio import
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.5 - Adding Typing Information
This release adds type information for function arguments and returns. Thank you @tekktrik.
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.4 - Added optional dependencies
Added optional dependencies used in examples to optional_requirements.txt
. Thanks @zeerakb1!
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.3 - Made copyright stay up to date in docs/conf.py
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.2 - Fixed version string
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.1 - Switched to pyproject.toml
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.0 - Added handling with extra precision in lat/long, use sdcardio if possible in datalogging example
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.