Skip to content

Commit 89d97c2

Browse files
committed
mrrp mrp mrrrrp
1 parent 604c6e2 commit 89d97c2

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/frc/team5115/subsystems/arm

1 file changed

+1
-0
lines changed

src/main/java/frc/team5115/subsystems/arm/Arm.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public void periodic() {
6767

6868
io.setArmVoltage(voltage);
6969
}
70+
//meow meow meow, meowwww
7071

7172
public Command waitForSetpoint(double timeout) {
7273
return Commands.waitUntil(() -> pid.atSetpoint()).withTimeout(timeout);

0 commit comments

Comments
 (0)