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

Modified README to help people use floats. Also changed uart timeout on example files. #20

Closed evaherrada closed 5 years ago

evaherrada commented 5 years ago

UART timeout needed to be changed because the timeout argument in the busio.UART function now takes seconds instead of milliseconds.

ladyada commented 5 years ago

plz fix travis then it can be merged 😁

makermelissa commented 5 years ago

Travis error was caused by a curcuitpython-build-tools bug. It's fixed now.