Joachim M. Giæver 349346b68e Added delta location to determine the distance moved, pluss bugs пре 7 година
..
README.md 79f4c2504b Added example code пре 7 година
__init__.py 79f4c2504b Added example code пре 7 година
gps.py 349346b68e Added delta location to determine the distance moved, pluss bugs пре 7 година

README.md

GPS

Usage example, from in a folder hierachy:

./main.py ./gps

main.py

from gps import gps

if __name__ == "__main__":

    gps = gps.Data()

    while True:
        if gps.new_location():
            location = gps.get_location()