Adafruit-circuitpython-gps

Latest version: v3.11.0

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 10

3.5.2

This release includes:
* Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-gps`.

Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.

3.5.1

Added install requirements.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-gps`.

Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.

3.5.0

Adds 'raw' I2C interface for communicating with GPS devices that have it. Also, did a bit of a cleanup of examples to unify them datalogging examples.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-gps`.

Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.

3.4.1

This release includes a bugfix that was preventing the `nmea_sentence` property from being populated correctly

Thanks to forum users *rstocks* and *BigBalou* for reporting the issue.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-gps`.

Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.

3.4.0

Thanks to dherrada and billxinli for the update!

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-gps`.

Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.

3.3.0

* Added support in adafruit_gps.py for GPGLL, GPVTG, GPGSA, and GPGSV NMEA sentences.
* GPGLL - Geographic Position – Latitude/Longitude
* GPVTG - Track Made Good and Ground Speed
* GPGSA - GPS Dilution of Precision and active satellites
* GPGSV - Satellites in view
* Changed the input buffer check 64 bytes in the input buffer to 32 bytes in the input buffer since some sentences aren't 64 bytes.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip3 install adafruit-circuitpython-gps`.

Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.

Page 8 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.