Skip to content

Commit

Permalink
Revert "[‼️Breaking] Update to LogitechController Instead"
Browse files Browse the repository at this point in the history
This reverts commit 79383ce.
  • Loading branch information
kytpbs committed May 27, 2024
1 parent 79383ce commit bd72299
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 114 deletions.
3 changes: 1 addition & 2 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@
import frc.robot.subsystems.IntakeSubsystem;
import frc.robot.subsystems.LEDSubsystem;
import frc.robot.subsystems.LEDSystem;
import frc.robot.subsystems.LogitechController;
import frc.robot.subsystems.PhotonCameraSystem;
import frc.robot.subsystems.ShooterSubsystem;
import org.littletonrobotics.urcl.URCL;

public class RobotContainer {
private final XboxController controller = new LogitechController(0);
private final XboxController controller = new XboxController(0);

private final SendableChooser<Command> autoChooser;

Expand Down
20 changes: 0 additions & 20 deletions src/main/java/frc/robot/subsystems/LogitechController.java

This file was deleted.

This file was deleted.

0 comments on commit bd72299

Please sign in to comment.