This commit is contained in:
parent
b98054e074
commit
b46e1a57eb
@ -13,6 +13,7 @@ import frc.robot.Constants;
|
||||
public class Accumulateur extends SubsystemBase {
|
||||
/** Creates a new Accumulateur. */
|
||||
public Accumulateur() {}
|
||||
|
||||
final WPI_TalonSRX Moteuracc2 = new WPI_TalonSRX(Constants.Moteuracc2);
|
||||
final WPI_TalonSRX Moteuracc = new WPI_TalonSRX(Constants.Moteuracc);
|
||||
final DigitalInput limitacc = new DigitalInput(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user