Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. mon = peripheral.wrap("right")
  2. mon2 = peripheral.wrap("back")
  3. mon.clear()
  4. mon2.clear()
  5. mon.setCursorPos(1,1)
  6. mon.write("A")
  7. mon.setCursorPos(1,2)
  8. mon.write("A")
  9. mon.setCursorPos(1,3)
  10. mon.write("A")
  11. mon.setCursorPos(1,4)
  12. mon.write("A")
  13. mon.setCursorPos(1,5)
  14. mon.write("A")
  15. mon.setCursorPos(1,6)
  16. mon.write("A")
  17. mon.setCursorPos(1,7)
  18. mon.write("A")
  19. mon2.setCursorPos(1,3)
  20. mon2.write("Test2")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement