Advertisement
william200027

Affiheure

Jun 30th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. m = peripheral.wrap("back")
  2.  
  3. while true do
  4. m.setCursorPos(1, 1)
  5. m.clear()
  6. time = http.get("http://www.timeapi.org/cet/now?format=%20%25H:%25M:%25S").readAll()
  7. m.write(time)
  8. sleep(1)
  9.  
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement