Ringo Input

Ringo Input

Methods


ringo_button_pressed()


Returns true or false if the Ringo's button is actively being pressed.

Check out the third party documentation for a more in depth explanation.

Code Equivalent:
ButtonPressed()

switch_button_to_pixels()


Sets the shared line to control NeoPixel lights.

Check out the third party documentation for a more in depth explanation.

Code Equivalent:
SwitchButtonToPixels();

switch_motors_to_serial()

Code Equivalent:
SwitchMotorsToSerial();

switch_pixels_to_button()


Sets the shared line to control the Ringo button.

Check out the third party documentation for a more in depth explanation.

Code Equivalent:
SwitchPixelsToButton();