Skip to content

Commit

Permalink
added port number whanot
Browse files Browse the repository at this point in the history
  • Loading branch information
Berdenson committed Feb 1, 2024
1 parent 6239073 commit 439e449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Robot extends TimedRobot {
@Override
public void robotInit() {
solenoid1 = new DoubleSolenoid(PneumaticsModuleType.CTREPCM, 6, 7);
solenoid2 = new DoubleSolenoid(PneumaticsModuleType.CTREPCM, 6, 7);
solenoid2 = new DoubleSolenoid(PneumaticsModuleType.CTREPCM, 4, 5);
controller = new XboxController(0);
}

Expand Down

0 comments on commit 439e449

Please sign in to comment.