X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=3933fdf0fdfbf50c1dadcb267c3613db4ad3f741;hp=d34f79a5ce64caa239e25929ddf57744e1ebfd9e;hb=268b004857f2e73159cccfc18edeff7ad33dfe78;hpb=9e91dcb88316fdb4a1915c9d164b5e753a1ba89d diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index d34f79a..3933fdf 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -28,6 +28,8 @@ public class Constants { public final static int TOGGLE_FLYWHEEL_PORT = 0; public final static int TOGGLE_INDEXWHEEL_PORT = 0; + + public final static int HALL_EFFECT_PORT = 4; } public static class DriveTrain {