mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
import cleanup
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
package frc4388.robot.subsystems;
|
||||
import edu.wpi.first.hal.PWMJNI;
|
||||
import edu.wpi.first.wpilibj.PWM;
|
||||
import edu.wpi.first.wpilibj2.command.SubsystemBase;
|
||||
|
||||
public class Claw extends SubsystemBase {
|
||||
private PWM m_clawMotor;
|
||||
private boolean m_open = false;
|
||||
private boolean m_disabled = false;
|
||||
|
||||
// Opens claw
|
||||
public Claw(PWM m_clawMotor) {
|
||||
|
||||
Reference in New Issue
Block a user