This commit is contained in:
Antoine PerreaultE 2025-01-29 19:35:45 -05:00
parent bff426ef0f
commit bd180e9153

View File

@ -6,8 +6,11 @@ package frc.robot;
import edu.wpi.first.wpilibj2.command.Command;
import edu.wpi.first.wpilibj2.command.Commands;
import edu.wpi.first.wpilibj2.command.button.CommandXboxController;
public class RobotContainer {
CommandXboxController manette1 = new CommandXboxController(0);
CommandXboxController manette2 = new CommandXboxController(0);
public RobotContainer() {
configureBindings();
}