Commit graph

66 commits

Author SHA1 Message Date
Jason Domogalla
43d3aed0a4 Update adafruit_gps.py 2019-03-18 22:35:18 -07:00
Pierrick C
d05929b6a6 Add datetime property to use GPS object as time source for rtc.set_time_source() 2018-08-24 22:30:55 +02:00
ladyada
567f65c96c that was a test to see if travis would catch it ;) 2018-08-19 16:07:27 -04:00
ladyada
2754d0e4e0 change encoding to "ascii" 2018-08-19 16:05:24 -04:00
ladyada
1a385205b8 other encode 2018-08-18 23:44:00 -04:00
ladyada
78c06fc047 encoding str works in both Cpython and circuitpython. fixed echotest 2018-08-18 23:42:06 -04:00
ladyada
92e1b898ed Convert to only use bytestrings, and a debug flag 2018-08-18 21:12:20 -04:00
Kattni Rembor
806b02a51b PyPi setup. 2018-08-06 17:52:28 -04:00
Margaret Sy
872d639b4b Add check that data[0] is not None before trying to parse it
https://github.com/adafruit/Adafruit_CircuitPython_GPS/issues/5
2018-05-14 15:52:00 -04:00
Scott Shawcroft
b44f53a9cc
Merge pull request #3 from cefn/master
Workaround for issue experienced with mktime on Micropython
2018-02-28 10:41:35 -08:00
Cefn Hoile
559222c5b4 Addressed issue with floor division still permitting floats through in the hour field. 2018-02-27 02:05:46 +00:00
Cefn Hoile
dcf558b8e1 Fix micropython issue from secs sometimes being a float after remainder operation 2018-02-26 20:16:17 +00:00
sommersoft
4f89bdf77d updated docstring info 2018-02-25 21:22:11 -06:00
mrmcwethy
26d3b6099d added pylint to project and updated .py files 2017-12-09 07:06:57 -07:00
Tony DiCola
760cc778e6
Fix RMC fix time parsing. 2017-11-07 15:38:08 -08:00
Tony DiCola
885359f367 Initial commit. 2017-11-07 15:32:14 -08:00