[][src]Crate adafruit_gps

Adafruit_gps

This is a port from the adafruit python code that reads the output from their GPS systems.

Python code: https://github.com/adafruit/Adafruit_CircuitPython_GPS GPS module docs: https://learn.adafruit.com/adafruit-ultimate-gps/

According the the GPS specs, it can give 1Hz or 10Hz outputs.

GPS enum has all the items that are needed. The way it works. Constantly call gps.update(). This will update the variables with the most up to date items (each type of prefix indicates a different level of importance) And then every second print the most up to date info.

More info on the GPS module at https://cdn-shop.adafruit.com/datasheets/PMTK_A11.pdf

Structs

Gps
GpsArgValues

Functions

open_port