Add set motor speed methods in defense arm and add potentiometer getter methods
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index a62aea04a6ea8255f48ae7d46b94199cda2973c2..c11c758e9836db71a2c002dd9d8c97e093cb2b00 100644 (file)
@@ -75,6 +75,9 @@ public class Constants {
     public static final int ARM_CHANNEL = 0;
     public static final int ARM_PORT = 0;
     public static final int HAND_PORT = 1;
+    public final static double FULL_RANGE = 270.0; // in degrees
+    public final static double OFFSET = -135.0; // in degrees
+    public final static double[] armPotValue = { 0.0, 45.0, 90.0 }; // 3 level
   }
 
   public static enum Direction {