X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=0c4880ea29d559b6ea96a5393c4b613b04adffb0;hp=af9000050c27fa1eccc0571f3d962a3b24bea69a;hb=d0a3a99e6e2e593b189cea7842eee444153fc8e9;hpb=adfc017150276503ef41671f801b65e642caa9cf diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index af90000..0c4880e 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -20,6 +20,7 @@ public class Constants { public static final int FLY_WHEEL = 0; public static final int INDEX_WHEEL = 0; public final static int TOGGLE_WINCH_PORT = 0; + public final static int TOGGLE_FLYWHEEL_PORT = 0; public final static int TOGGLE_INDEXWHEEL_PORT = 0;