Update XboxTriggerButton.java

This commit is contained in:
Keenan D. Buckley
2020-01-30 22:37:29 -07:00
parent bbecb95ae0
commit 0c6827e4ad
@@ -5,7 +5,7 @@ import frc4388.utility.controller.XboxController;
/**
* Mapping for the Xbox controller triggers to allow triggers to be defined as
* buttons in {@link frc4388.robot.OI}. Checks to see if the given trigger
* buttons in {@link frc4388.robot.RobotContainer RobotContainer}. Checks to see if the given trigger
* exceeds a tolerance defined in {@link XboxController}.
*/
public class XboxTriggerButton extends Button {