trewertytrertytrewertrewertrewertewertertrertrewertyuytrertrerererewewerewerewerttrrtrertrertrerewertrerererytrewertyuytrewqwertyuytrewq523454321234523455675434rtytrewertyuytrewertyuiuytrewq

This commit is contained in:
Olivier Dubois 2023-02-20 18:41:25 -05:00
parent 078a5f60b7
commit b749483330
2 changed files with 4 additions and 3 deletions

View File

@ -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);
}
}