add defense arm motor port
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index db5fbb44b023a31a2f4563ea6a09b93f06985b97..a4fe655cd460b0c183545c29c57e8062c78dfa28 100644 (file)
@@ -75,6 +75,12 @@ public class Constants {
   }
 
   public enum Defense {
-    PORTCULLIS, SALLY_PORT, ROUGH_TERRAIN, LOW_BAR, CHEVAL_DE_FRISE, DRAWBRIDGE, MOAT, ROCK_WALL, RAMPART
+    PORTCULLIS, SALLY_PORT, ROUGH_TERRAIN, LOW_BAR, CHEVAL_DE_FRISE, DRAWBRIDGE, MOAT, ROCK_WALL, RAMPART;
+  }
+
+  public static class DefenseArm {
+    // Potentiometer related ports
+    public static final int CHANNEL = 0;
+    public static final int PORT = 0;
   }
 }