mode auto
This commit is contained in:
@ -29,7 +29,7 @@ public class Grimpeur extends SubsystemBase {
|
||||
ShuffleboardLayout layout = Shuffleboard.getTab("dashboard")
|
||||
.getLayout("grimpeur", BuiltInLayouts.kList)
|
||||
.withSize(2,4)
|
||||
.withPosition(1,1);
|
||||
.withPosition(2,1);
|
||||
final CANSparkMax grimpeurd = new CANSparkMax(Constants.grimpeurd,MotorType.kBrushless);
|
||||
final CANSparkMax grimpeurg = new CANSparkMax(Constants.grimpeurg,MotorType.kBrushless);
|
||||
// limit switch
|
||||
|
Reference in New Issue
Block a user