Skip to content

cefn/Adafruit_CircuitPython_GPS

 
 

Repository files navigation

Introduction

Documentation Status Discord

GPS parsing module. Can parse simple NMEA data sentences from serial GPS modules to read latitude, longitude, and more.

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Usage Example

See examples/simple.py for a demonstration of parsing and printing GPS location.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

API Reference

.. toctree::
   :maxdepth: 2

   api

About

GPS parsing module for CircuitPython. Meant to parse NMEA data from serial GPS modules.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%