debug de samedi
This commit is contained in:
@@ -6,6 +6,7 @@ package frc.robot.subsystems;
|
||||
|
||||
import com.revrobotics.spark.SparkFlex;
|
||||
import com.revrobotics.spark.SparkLowLevel.MotorType;
|
||||
import com.revrobotics.spark.SparkMax;
|
||||
|
||||
import edu.wpi.first.networktables.GenericEntry;
|
||||
import edu.wpi.first.wpilibj.shuffleboard.Shuffleboard;
|
||||
@@ -16,7 +17,7 @@ public class Lanceur extends SubsystemBase {
|
||||
ShuffleboardTab teb = Shuffleboard.getTab("teb");
|
||||
SparkFlex moteur1 = new SparkFlex(15, MotorType.kBrushless);
|
||||
SparkFlex moteur2 = new SparkFlex(18, MotorType.kBrushless);
|
||||
SparkFlex Demeleur = new SparkFlex(19, MotorType.kBrushless);
|
||||
SparkMax Demeleur = new SparkMax(19, MotorType.kBrushless);
|
||||
GenericEntry vitesse =
|
||||
teb.add("vitesse lanceur",4000).getEntry();
|
||||
GenericEntry AmpLanceur =
|
||||
|
||||
Reference in New Issue
Block a user