pimoroni / pa1010d-python

Python library for the Pimoroni PA1010D GPS Breakout

Home Page:https://shop.pimoroni.com/products/pa1010d-gps-breakout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pimoroni PA1010D GPS Breakout

Build Status Coverage Status PyPi Package Python Versions

Pre-requisites

You must enable:

  • i2c: sudo raspi-config nonint do_i2c 0

You can optionally run sudo raspi-config or the graphical Raspberry Pi Configuration UI to enable interfaces.

Installing

Stable library and dependencies from GitHub:

  • git clone https://github.com/pimoroni/pa1010d-python
  • cd pa1010d-python
  • sudo ./install.sh

Latest/development library and dependencies from GitHub:

  • git clone https://github.com/pimoroni/pa1010d-python
  • cd pa1010d-python
  • sudo ./install.sh --unstable

Stable (library only) from PyPi:

  • Just run python3 -m pip install pa1010d

About

Python library for the Pimoroni PA1010D GPS Breakout

https://shop.pimoroni.com/products/pa1010d-gps-breakout

License:MIT License


Languages

Language:Shell 47.1%Language:Python 42.7%Language:Makefile 10.2%