This commit is contained in:
parent
bff426ef0f
commit
bd180e9153
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user