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 decoding to detect an external antenna (extension) and its status. #93

Open PierreDeQuebec opened 1 year ago

PierreDeQuebec commented 1 year ago

I propose to add PGPTOP decoding to get the status of an external antenna if there is one. How can I submit the code?

dhalbert commented 1 year ago

You can make a pull request. We have a tutorial here: https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github

PierreDeQuebec commented 1 year ago

Thank you for the link. I followed the instructions and made a "pull request". I had to make a correction in my "pull request" to correct a faulty copy-paste in the submitted code. We'll put that down to rookie mistakes.