Skip to content

Releases: adafruit/Adafruit_CircuitPython_GPS

Change strings to bytes for 'pyserial' cross compatibility

19 Aug 20:14
6416856
Compare
Choose a tag to compare

This library now works with 'pyserial', includes some example code and CPython compatibility changes. Also added an optional debug flag.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-gps.

Read the docs for info on how to use it.

Now on PyPi!

07 Aug 00:37
e737b79
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-gps.

Read the docs for info on how to use it.

Time tweaks

05 Mar 23:04
b44f53a
Compare
Choose a tag to compare
  • Make time_struct have int values rather than float. Thanks to @cefn !

To use in CircuitPython, download the .zip file and copy its contents to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Improved reference documentation.

27 Feb 02:28
c5436a3
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work!

Updated with lint and autobundling!

09 Dec 23:29
cd71268
Compare
Choose a tag to compare

Thanks to @mrmcwethy for the great work!

2.0 Release for CircuitPython 2.x

07 Nov 23:41
760cc77
Compare
Choose a tag to compare

Initial release with binary for CircuitPython 2.x releases (note this might not work with 3.0+!).