Joachim M. Giæver 349346b68e Added delta location to determine the distance moved, pluss bugs | před 7 roky | |
---|---|---|
.. | ||
README.md | před 7 roky | |
__init__.py | před 7 roky | |
gps.py | před 7 roky |
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()