srdtfgh
This commit is contained in:
		| @@ -7,7 +7,6 @@ package frc.robot.subsystems; | ||||
| import com.kauailabs.navx.frc.AHRS; | ||||
| import com.revrobotics.CANSparkMax; | ||||
| import com.revrobotics.CANSparkMaxLowLevel.MotorType; | ||||
|  | ||||
| import edu.wpi.first.wpilibj.DoubleSolenoid; | ||||
| import edu.wpi.first.wpilibj.PneumaticsModuleType; | ||||
| import edu.wpi.first.wpilibj.DoubleSolenoid.Value; | ||||
|   | ||||
| @@ -5,19 +5,10 @@ | ||||
| package frc.robot.subsystems; | ||||
|  | ||||
| import edu.wpi.first.wpilibj2.command.SubsystemBase; | ||||
|  | ||||
|  | ||||
|  | ||||
| import com.ctre.phoenix.motorcontrol.can.WPI_TalonSRX; | ||||
|  | ||||
|  | ||||
| import edu.wpi.first.wpilibj.DigitalInput; | ||||
|  | ||||
|  | ||||
| import frc.robot.Constants; | ||||
|  | ||||
|  | ||||
|  | ||||
| public class Gratte extends SubsystemBase { | ||||
|   private WPI_TalonSRX Gratted = new WPI_TalonSRX(Constants.leverGratte);   | ||||
|   private WPI_TalonSRX Gratteg = new WPI_TalonSRX(Constants.baisserGratte); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user