Skip to content

Commit

Permalink
Gizmo WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownGenius committed Jan 13, 2024
1 parent 6953095 commit 0898df5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/frc/robot/subsystems/gizmo/GizmoIO.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package frc.robot.subsystems.gizmo;

public interface GizmoIO {

}
8 changes: 8 additions & 0 deletions src/main/java/frc/robot/subsystems/gizmo/GizmoSimple.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package frc.robot.subsystems.gizmo;

import edu.wpi.first.wpilibj2.command.SubsystemBase;

public class GizmoSimple extends SubsystemBase {


}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package frc.robot.subsystems.gizmo.implementations;

public class GizmoIOStub {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package frc.robot.subsystems.gizmo.implementations;

public class GizmoSparkMax {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package frc.robot.subsystems.gizmo.implementations;

public class GizmoTalonSrx {

}

0 comments on commit 0898df5

Please sign in to comment.