Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 315 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 315 Bytes

uart_gps

Jeff's GPS parsing library implemented in Python3

Prerequisites

The latest version of Python 3. This library was developed with Python 3.5, but any newer versions should work just fine.

The 'pyserial' library found here: https://pypi.python.org/pypi/pyserial

python -m pip install pyserial