mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 08:48:01 -06:00
Fix Climber and Add Multiple Driver Station Objects
Co-Authored-By: Keenan D. Buckley <hfocus@users.noreply.github.com>
This commit is contained in:
@@ -46,7 +46,10 @@ public class Storage extends SubsystemBase {
|
||||
|
||||
@Override
|
||||
public void periodic() {
|
||||
// NO
|
||||
//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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user