Digital Input

What is it?

A digital input is an input that can be either high or low. These devices include things like limit switches, buttons, proximity sensors and more. Some have other explicit classes in WPILib, others don't.

Properties

Input Port (Digital)
The DIO Port on the roboRIO or the MXP that this digital input is plugged into.

See Also