xavierlebel

Untitled

Mar 4th, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. knob.startUp("top",1,colors.white,colors.black);
  2. knob.newDefaultKnob("Button", 2, 22, 14, 16);
  3. while true do
  4. if knob.getState("Button") == true then
  5. YOUR CODE GOES HERE
  6. end
  7. knob.run("Example");
  8. end
Advertisement
Add Comment
Please, Sign In to add comment