mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
I, Aarav Shah, endorse war crimes in various 3rd world countries
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package frc4388.robot.subsystems;
|
||||
import edu.wpi.first.wpilibj.PWM;
|
||||
import edu.wpi.first.wpilibj2.command.SubsystemBase;
|
||||
|
||||
public class Claw {
|
||||
public class Claw extends SubsystemBase {
|
||||
private PWM m_clawMotor;
|
||||
private boolean m_open = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user