Skip to content

Releases: adafruit/Adafruit_CircuitPython_GPS

3.11.4 - Update Simpletest ForRPi Pico

28 Jul 21:32
c11c7d4
Compare
Choose a tag to compare

What's Changed

  • Update gps_simpletest.py for Raspberry Pi Pico by @TheKitty in #117

New Contributors

Full Changelog: 3.11.3...3.11.4

3.11.3 - Update RTD Config

17 Jun 16:13
Compare
Choose a tag to compare

3.11.2 - Use Ruff

15 May 22:11
ee938ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.11.1...3.11.2

3.11.1 - RTD Sphinx Config

16 Jan 18:53
Compare
Choose a tag to compare

3.11.0 - VTG Parse KM/H Speed

10 Oct 15:49
0178520
Compare
Choose a tag to compare

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

07 Oct 21:56
Compare
Choose a tag to compare

3.10.15 - Displayio Example

03 Oct 23:45
3e13731
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.10.14...3.10.15

3.10.14 - Fixed typo in _parse_gil()

22 Mar 17:13
ea37df3
Compare
Choose a tag to compare

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

21 Mar 16:40
ab6b33a
Compare
Choose a tag to compare

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

09 Dec 17:21
84a835f
Compare
Choose a tag to compare

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.