Skip to content

Commit

Permalink
leds working
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Mar 27, 2024
1 parent ee00c3a commit 31469a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class RobotContainer {
private final SwerveDriveSubsystem _swerveSubsystem = new SwerveDriveSubsystem(_visionSubsystem);
private final ElevatorSubsystem _elevatorSubsystem = new ElevatorSubsystem();
private final IntakeSubsystem _intakeSubsystem = new IntakeSubsystem();
private final LEDSubsystem _ledSubsystem = new LEDSubsystem(1, 20);
private final LEDSubsystem _ledSubsystem = new LEDSubsystem(0, 100);
private final ShooterSubsystem _shooterSubsystem = new ShooterSubsystem();

// controllers (for driver and operator)
Expand Down

0 comments on commit 31469a7

Please sign in to comment.