a
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user