Merge branch 'main' of https://demerso.net/pls5618/2023/robot
This commit is contained in:
@ -32,7 +32,8 @@ ShuffleboardLayout bras = Shuffleboard.getTab("teb")
|
||||
public BrasTelescopique() {
|
||||
teb .add("photocell",0.1);
|
||||
teb .add("winch",0.1);
|
||||
teb .add("encodeur",0.1);}
|
||||
teb .add("encodeur",0.1);
|
||||
}
|
||||
final CANSparkMax Winch = new CANSparkMax(Constants.BrasTelescopique,MotorType.kBrushless);
|
||||
private DigitalInput photocell = new DigitalInput(Constants.photocell);
|
||||
private DoubleSolenoid brakewinch = new DoubleSolenoid(PneumaticsModuleType.CTREPCM,Constants.brakewinchf, Constants.brakewinchb);
|
||||
|
Reference in New Issue
Block a user