Ids des moteurs et des aurtes chose
This commit is contained in:
@@ -17,10 +17,10 @@ import edu.wpi.first.wpilibj2.command.SubsystemBase;
|
||||
|
||||
public class Balayeuse extends SubsystemBase {
|
||||
ShuffleboardTab teb = Shuffleboard.getTab("teb");
|
||||
SparkFlex Balaye1 = new SparkFlex(5, MotorType.kBrushless);
|
||||
SparkFlex Balaye2 = new SparkFlex(6, MotorType.kBrushless);
|
||||
SparkMax Pivot = new SparkMax(7, MotorType.kBrushless);
|
||||
DigitalInput limit = new DigitalInput(0);
|
||||
SparkFlex Balaye1 = new SparkFlex(2, MotorType.kBrushless);
|
||||
SparkFlex Balaye2 = new SparkFlex(20, MotorType.kBrushless);
|
||||
SparkMax Pivot = new SparkMax(8, MotorType.kBrushless);
|
||||
DigitalInput limit = new DigitalInput(9);
|
||||
private GenericEntry EncodeurBalayeuse =
|
||||
teb.add("Position bas balayeuse", 10).getEntry();
|
||||
private GenericEntry AmpBaleyeuse =
|
||||
|
||||
Reference in New Issue
Block a user