Autoformatted
This commit is contained in:
parent
2fe8a25226
commit
da3c1b24d6
@ -37,7 +37,6 @@ public class MainArm extends PIDSubsystem {
|
|||||||
public double getDegrees() {
|
public double getDegrees() {
|
||||||
return potToDegrees(getRaw());
|
return potToDegrees(getRaw());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void resetLower(double speed) {
|
public void resetLower(double speed) {
|
||||||
if (!limitSwitchBottom.get()) {
|
if (!limitSwitchBottom.get()) {
|
||||||
System.out.println("PRESSDE");
|
System.out.println("PRESSDE");
|
||||||
@ -51,7 +50,6 @@ public class MainArm extends PIDSubsystem {
|
|||||||
public boolean getBottomPressed() {
|
public boolean getBottomPressed() {
|
||||||
return !limitSwitchBottom.get();
|
return !limitSwitchBottom.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void resetUpper(double speed) {
|
public void resetUpper(double speed) {
|
||||||
if (!limitSwitchTop.get()) {
|
if (!limitSwitchTop.get()) {
|
||||||
System.out.println("PRESSDE");
|
System.out.println("PRESSDE");
|
||||||
|
Loading…
Reference in New Issue
Block a user