mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
including ukraine
This commit is contained in:
@@ -18,6 +18,10 @@ public class Claw extends SubsystemBase {
|
||||
m_clawMotor.setRaw(open ? 0 : 2000);
|
||||
}
|
||||
|
||||
public void toggle() {
|
||||
setClaw(!m_open);
|
||||
}
|
||||
|
||||
public boolean isClawOpen() {
|
||||
return m_open;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user