Guest User

Untitled

a guest
Dec 16th, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. term.clear()
  2. print("GPS System Activated")
  3. sleep(1)
  4. term.clear()
  5. term.setCursorPos(1,1)
  6. print("Waiting for GPS input")
  7. sleep(0.5)
  8. term.clear()
  9. term.setCursorPos(1,1)
  10. print("Waiting for GPS input.")
  11. sleep(0.5)
  12. term.clear()
  13. term.setCursorPos(1,1)
  14. print("Waiting for GPS input..")
  15. sleep(0.5)
  16. term.clear()
  17. term.setCursorPos(1,1)
  18. print("Waiting for GPS input...")
  19. sleep(0.5)
  20. term.clear()
  21. term.setCursorPos(1,1)
  22. print("GPS found...")
  23. sleep(0.5)
  24. term.clear()
  25. term.setCursorPos(1,1)
  26. print("Establishing Connection")
  27. sleep(0.5)
  28. term.clear()
  29. term.setCursorPos(1,1)
  30. print("Connection established")
  31. sleep(0.5)
  32. term.clear
  33. term.setCursorPos(1,1)
  34. shell.run("gps host")
Advertisement
Add Comment
Please, Sign In to add comment