Advertisement
DomMOW

TrackGPS

Jan 11th, 2021
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. rednet.close("top")
  2. rednet.open("top")
  3.  
  4. while true do
  5.     locationGPS = rednet.receive()
  6.     print(locationGPS)
  7.     sleep(5)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement