Skip to content

Commit

Permalink
yellow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Merridew1 committed Dec 7, 2024
1 parent 30d40c5 commit f6a8a0a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
import edu.wpi.first.wpilibj2.command.Command;
import edu.wpi.first.wpilibj2.command.Commands;
import edu.wpi.first.wpilibj2.command.SubsystemBase;
import frc.robot.subsystems.LEDs;

public class ballMechanism extends SubsystemBase {
ballMechanismIO io;
ballMechanismInputsAutoLogged intakeAutoLogged = new ballMechanismInputsAutoLogged();
LEDs lights = new LEDs(9, 100);

public ballMechanism(ballMechanismIO io) {
this.io = io;
Expand Down

0 comments on commit f6a8a0a

Please sign in to comment.