Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into sample
  • Loading branch information
ProgrammingSR committed Oct 15, 2024
2 parents bb3a8fd + 01abe5c commit 2bcf808
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/frc/robot/subsystems/ClimberSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class ClimberSubsystem extends SubsystemBase {
ClimberConstants.rightReverseChannel, ClimberConstants.rightForwardChannel);
private PneumaticHub m_pHub;

private boolean m_compressorEnabled;
public boolean m_compressorEnabled;

private Value m_state;

Expand All @@ -29,6 +29,9 @@ private ClimberSubsystem() {
solenoidOff();

m_compressorEnabled = false;

//goo goo gah gah
int x = 5;
}

//nut
Expand Down

0 comments on commit 2bcf808

Please sign in to comment.