Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

climber #20

Merged
merged 2 commits into from
Feb 27, 2024
Merged

climber #20

merged 2 commits into from
Feb 27, 2024

Conversation

ProgrammingSR
Copy link
Contributor

No description provided.

}
// Toggles the state of the compressor (on/off)
public void toggleCompresor() {
enableCompressor = !enableCompressor;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's consistently use the m_ prefix for member variables. It might also be easier to understand if the name is compressorEnabled

public void toggle() {
m_leftSolenoid.toggle();
m_rightSolenoid.toggle();
public void toggle() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're not using toggle let's remove this method

@ReeledWarrior14 ReeledWarrior14 merged commit e526eec into main Feb 27, 2024
2 checks passed
@ReeledWarrior14 ReeledWarrior14 deleted the climber branch February 27, 2024 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants