final commit
This commit is contained in:
@@ -2,6 +2,7 @@ package org.firstinspires.ftc.teamcode.subsystems;
|
|||||||
|
|
||||||
import com.acmerobotics.dashboard.telemetry.MultipleTelemetry;
|
import com.acmerobotics.dashboard.telemetry.MultipleTelemetry;
|
||||||
import com.arcrobotics.ftclib.gamepad.GamepadEx;
|
import com.arcrobotics.ftclib.gamepad.GamepadEx;
|
||||||
|
import com.qualcomm.robotcore.hardware.DcMotorEx;
|
||||||
import com.qualcomm.robotcore.hardware.Gamepad;
|
import com.qualcomm.robotcore.hardware.Gamepad;
|
||||||
import com.rowanmcalpin.nextftc.core.Subsystem;
|
import com.rowanmcalpin.nextftc.core.Subsystem;
|
||||||
|
|
||||||
@@ -9,6 +10,13 @@ import org.firstinspires.ftc.teamcode.utils.Robot;
|
|||||||
|
|
||||||
public class Intake extends Subsystem {
|
public class Intake extends Subsystem {
|
||||||
|
|
||||||
|
private GamepadEx gamepad;
|
||||||
|
|
||||||
|
public MultipleTelemetry TELE;
|
||||||
|
|
||||||
|
|
||||||
|
private DcMotorEx intake;
|
||||||
|
|
||||||
|
|
||||||
public Intake (Robot robot, MultipleTelemetry telemetry, GamepadEx gamepad){
|
public Intake (Robot robot, MultipleTelemetry telemetry, GamepadEx gamepad){
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user