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

Adding raw sentence #34

Closed evaherrada closed 5 years ago

evaherrada commented 5 years ago

@billxinli did most of this in #32 and asked me to make the changes and do the testing that @ladyada suggested. I've tested it with the simpletest files and with some of my own code and it works great.