|
Button Command
is there a way to end a command when you press a button. EG.
"MoveArmDown" would be a command telling the arm to go down
"End" would be the syntax to end the command
"downSwitch" would be the button
downSwitch.whenPressed(End MoveArmDown)
What would "End" be?
|