Commit graph

4 commits

Author SHA1 Message Date
Kattni Rembor
8195d80204 Example name changes to fit convention. 2018-11-12 17:01:33 -05:00
Josh Gadeken
f42759e308
Correct import order in time_source.py example for Travis CI
Travis CI build failed due to Pylint:

> ************* Module time_source
> C:  8, 0: third party import "import busio" should be placed before "import rtc" (wrong-import-order)

https://travis-ci.org/adafruit/Adafruit_CircuitPython_GPS/builds/450615758
2018-11-05 23:08:23 -07:00
Pierrick C
8176e15e50 Updated example after pylint checks
*No space allowed around keyword argument assignment
*Multiple import
+ comments
2018-08-24 23:25:17 +02: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