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