We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01607b1 + b02256f commit 34c28bfCopy full SHA for 34c28bf
1 file changed
Robot2019/src/main/java/frc/robot/RobotMap.java
@@ -64,7 +64,7 @@ public class RobotMap {
64
// Initialize motors on the climbing mech
65
climberMotor = new VictorSP(1);
66
climberEncoder = new Encoder(new DigitalInput(4), new DigitalInput(5));
67
- climberPistons = new DoubleSolenoid(6, 1);
+ climberPistons = new DoubleSolenoid(5, 2);
68
69
// Initialize motors on the cargo mech
70
cargoRoller = new VictorSP(0);
0 commit comments