Skip to content

Commit

Permalink
Delete deprecated classes
Browse files Browse the repository at this point in the history
  • Loading branch information
JediScoy committed Mar 28, 2024
1 parent e2cb65b commit 7eb34a2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 83 deletions.
81 changes: 0 additions & 81 deletions src/main/java/frc/robot/experimental/GyroIOPigeon2.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package frc.robot.util;

public class ArmConfigs {
public class ArmIO {

}
19 changes: 19 additions & 0 deletions src/main/java/frc/robot/util/DriverReadouts.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
package frc.robot.util;

import edu.wpi.first.wpilibj.shuffleboard.Shuffleboard;
import edu.wpi.first.wpilibj.shuffleboard.ShuffleboardTab;
import frc.robot.RobotContainer;
import frc.robot.util.Constants;

@SuppressWarnings("unused")

// See FRC 2910 The Jack in the Bot's code for an example of how to use this class
// https://github.com/FRCTeam2910/2023CompetitionRobot-Public/blob/main/src/main/java/org/frcteam2910/c2023/util/DriverReadouts.java
public class DriverReadouts {

public DriverReadouts(RobotContainer container) {
// ShuffleboardTab tab = Shuffleboard.getTab(Constants.DRIVER_READOUTS_TAB_NAME);

// tab.add("Autonomous Mode", PathChooser.getModeChooser()).withSize(5, 2).withPosition(9, 0);
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package frc.robot.util;

public class WinchConfigs {
public class FlywheelIO {

}

0 comments on commit 7eb34a2

Please sign in to comment.