profezzional

Untitled

Jun 8th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2. --Get GPS position.
  3.  
  4. --print("Getting position...")
  5. x, y, z = gps.locate(5)
  6. --print("Current position is: ", x, " ", y, " ", z)
  7. return x, y, z
Add Comment
Please, Sign In to add comment