Merge branch 'main' of https://git.demerso.net/pls5618/2024/robot
This commit is contained in:
commit
a894467291
@ -18,7 +18,8 @@ public class Accumulateur extends SubsystemBase {
|
|||||||
final WPI_TalonSRX Moteuracc = new WPI_TalonSRX(Constants.Moteuracc);
|
final WPI_TalonSRX Moteuracc = new WPI_TalonSRX(Constants.Moteuracc);
|
||||||
final DigitalInput limitacc = new DigitalInput(0);
|
final DigitalInput limitacc = new DigitalInput(0);
|
||||||
|
|
||||||
public void Deaccumuler(double vitesse){Moteuracc2.set(vitesse);}
|
public void Deaccumuler(double vitesse){
|
||||||
|
Moteuracc2.set(vitesse);}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user