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

Changed code to use sdcardio as preferred method #81

Closed evaherrada closed 2 years ago

evaherrada commented 2 years ago

I should probably test this, but let me know if this looks good to you as far as formatting and documentation. Thanks!

dhalbert commented 2 years ago

Looks good; I agree, it's a big enough change it's worth testing.