This commit is contained in:
Olivier Dubois 2024-01-18 19:37:59 -05:00
parent 48503cf5bc
commit 05fbfb9bc5

View File

@ -4,12 +4,15 @@
package frc.robot.subsystem;
import com.ctre.phoenix.motorcontrol.can.WPI_TalonSRX;
import edu.wpi.first.wpilibj2.command.SubsystemBase;
public class Accumulateur extends SubsystemBase {
/** Creates a new Accumulateur. */
public Accumulateur() {}
final WPI_TalonSRX Accumulationneur1 = new WPI_TalonSRX(1);
final WPI_TalonSRX Accumulationneur2 = new WPI_TalonSRX(0);
@Override
public void periodic() {
// This method will be called once per scheduler run