add second piston that controls hood, and change open/close values in constants
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 7ee2d3b29e2b6e378fc0277d6d785109580794ac..4ad8a4bf0be8bb5ded68e636dd9c2ee2910a2ec2 100644 (file)
@@ -112,8 +112,8 @@ public class Constants {
     public static final int HOOD_FORWARD = 2;
     public static final int HOOD_REVERSE = 3;
 
-    public static final Value open = Value.kForward;
-    public static final Value closed = Value.kReverse;
+    public static final Value open = Value.kReverse;
+    public static final Value closed = Value.kForward;
 
     public static final Port LIDAR_I2C_PORT = I2C.Port.kMXP;