trewertytrertytrewertrewertrewertewertertrertrewertyuytrertrerererewewerewerewerttrrtrertrertrerewertrerererytrewertyuytrewqwertyuytrewq523454321234523455675434rtytrewertyuytrewertyuiuytrewq
This commit is contained in:
parent
078a5f60b7
commit
b749483330
@ -8,6 +8,7 @@ package frc.robot.subsystems.bras;
|
||||
import com.revrobotics.CANSparkMax;
|
||||
import com.revrobotics.CANSparkMaxLowLevel.MotorType;
|
||||
|
||||
import edu.wpi.first.wpilibj.shuffleboard.Shuffleboard;
|
||||
import edu.wpi.first.wpilibj2.command.SubsystemBase;
|
||||
import frc.robot.Constants;
|
||||
|
||||
@ -27,6 +28,6 @@ public class BrasTelescopique extends SubsystemBase {
|
||||
|
||||
@Override
|
||||
public void periodic() {
|
||||
// This method will be called once per scheduler run
|
||||
Shuffleboard.getTab("SmartDashBoard") .add("winch",0.1);
|
||||
}
|
||||
}
|
||||
|
@ -15,8 +15,8 @@ public class Pince extends SubsystemBase {
|
||||
/** Creates a new Pince. */
|
||||
public Pince() {
|
||||
}
|
||||
public void fermer() {
|
||||
pistonPince.set(Value.kReverse);
|
||||
public void fermer() {
|
||||
pistonPince.set(Value.kReverse);
|
||||
}
|
||||
public void ouvrir() {
|
||||
pistonPince.set(Value.kForward);
|
||||
|
Loading…
x
Reference in New Issue
Block a user