adafruit / Adafruit_CircuitPython_GPS

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

Added info about nmea data to README #23

Closed evaherrada closed 5 years ago

evaherrada commented 5 years ago

I thought it might be useful to add an explanation of NMEA 0183 and the different formats in which the data is transmitted to the microcontroller from the GPS. Only caveat is, I essentially plagiarized all of it. I did credit and link to where I got it from, but I'm not sure about the proper way to cite it is.

siddacious commented 5 years ago

@ladyada is the attribution here good enough?

ladyada commented 5 years ago

yep is ok

siddacious commented 5 years ago

Merged! Thanks!

evaherrada commented 5 years ago

No problem. Glad I could help.