Methods
-
button_pressed()
-
Returns true if the button has been/is being pressed.
Check out the third party documentation for a more in depth explanation.Code Equivalent:
buttonPressed()
-
buttonwait()
-
Stops all sequential blocks until the button is pressed.
Check out the third party documentation for a more in depth explanation.Code Equivalent:
waitForButton();