Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. local robot = require('robot')
  2.  
  3. while true do
  4.     robot.swingDown()
  5.     robot.swingUp()
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement