adafruit / Adafruit_CircuitPython_GPS

GPS parsing module for CircuitPython. Meant to parse NMEA data from serial GPS modules.
MIT License
75 stars 58 forks source link

Document parsed values stored as attributes #82

Closed dhalbert closed 1 year ago

dhalbert commented 2 years ago

.latitude, .latitude_minutes, .timestamp_utc, and all the other attributes set when parsing the sentence are not documented in the API doc. This should be fixed.

awordforthat commented 1 year ago

Picking this up at PyCon2023

jerr0328 commented 1 year ago

This was fixed in #96? Is there something else to be done for this?

awordforthat commented 1 year ago

Yes, this can be closed.

tannewt commented 1 year ago

Thanks!