Skip to content

Built in Buttons

jmalins edited this page Dec 26, 2012 · 3 revisions

VexOS has the following built-in Button classes:

DigitalIOButton - a button that is triggered when a limit or bump switch is connected to a digital port is pressed.
InternalButton - a button that is set explicitly by program control. This is useful as a semaphore or interlock.
JoystickButton - a button that is triggered by physical buttons on the VEXnet controller.

Clone this wiki locally