Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- knob.startUp("top",1,colors.white,colors.black);
- knob.newDefaultKnob("Button", 2, 22, 14, 16);
- while true do
- if knob.getState("Button") == true then
- YOUR CODE GOES HERE
- end
- knob.run("Example");
- end
Advertisement
Add Comment
Please, Sign In to add comment