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

Added function for handling gpgll sentence. #26

Closed evaherrada closed 5 years ago

evaherrada commented 5 years ago

I also started work on other functions, but they currently return None since I haven't finished them yet.

evaherrada commented 5 years ago

I'm planning on adding support for all the sentences that this chip supports, but it's really slow work

evaherrada commented 5 years ago

I've also finished gpvtg, but since my school is essentially a bomb shelter, I've been having issues getting a signal to verify it works.