X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=d8af3dbe5fb0d573242c861ae0a809568eb28f8a;hp=0c3fb74cc339ae3c44dc77c0fca61aad77e2770f;hb=bf921ece957cae792bd5c52b2c7005bbf09ca469;hpb=f0a71840f17c1039ce4be1f66cf324cc979a9966 diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 0c3fb74..d8af3db 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -1,5 +1,7 @@ package org.usfirst.frc.team3501.robot; +import edu.wpi.first.wpilibj.SPI; + /** * The Constants stores constant values for all subsystems. This includes the * port values for motors and sensors, as well as important operational @@ -37,6 +39,8 @@ public class Constants { public static final int ENCODER_LEFT_B = 0; public static final int ENCODER_RIGHT_A = 2; public static final int ENCODER_RIGHT_B = 3; + + public static final SPI.Port GYRO_PORT = SPI.Port.kOnboardCS0; } public static class Climber {