portablejim

Peripheral Test

Sep 24th, 2013 (edited)
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. p = peripheral.wrap("bottom")
  2. print(p)
  3. print(p.setFrequency)
  4. p.setFrequency(100)
  5. print("Set tesseract below turtle to freq 100")
Add Comment
Please, Sign In to add comment