Class InternalButton

java.lang.Object
edu.wpi.first.wpilibj2.command.button.Trigger
edu.wpi.first.wpilibj2.command.button.InternalButton
All Implemented Interfaces:
BooleanSupplier

public class InternalButton
extends Trigger
This class is intended to be used within a program. The programmer can manually set its value. Also includes a setting for whether it should invert its value.

This class is provided by the NewCommands VendorDep