Angel_Of_Hype_GB2

Digital Clock

Aug 24th, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. mon = peripheral.wrap("left")
  2. mon.clear()
  3. mon.setTextScale(5)
  4. while true do
  5. mon.write(textutils.formatTime(os.time(),true))
  6. sleep(0)
  7. mon.clear()
  8. mon.setCursorPos(1,1)
Advertisement
Add Comment
Please, Sign In to add comment