mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 08:48:01 -06:00
Put Storage Beam Breaks on SmartDashboard
This commit is contained in:
@@ -53,10 +53,10 @@ public class Storage extends SubsystemBase {
|
||||
|
||||
@Override
|
||||
public void periodic() {
|
||||
//SmartDashboard.putBoolean("Beam 0", m_beamSensors[0].get());
|
||||
//SmartDashboard.putBoolean("Beam 1", m_beamSensors[1].get());
|
||||
//SmartDashboard.putBoolean("Beam 0", m_beamSensors[0].get());
|
||||
//SmartDashboard.putBoolean("Beam 1", m_beamSensors[1].get());
|
||||
SmartDashboard.putBoolean("Intake Beam", getBeamIntake());
|
||||
SmartDashboard.putBoolean("Storage Beam", getBeamStorage());
|
||||
SmartDashboard.putBoolean("Upper Beam", getBeamUseless());
|
||||
SmartDashboard.putBoolean("Shooter Beam", getBeamShooter());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user