Class IntakeRealIO

java.lang.Object
edu.wpi.first.wpilibj2.command.SubsystemBase
frc.robot.subsystems.Intake.Intake
frc.robot.subsystems.Intake.IntakeRealIO
All Implemented Interfaces:
edu.wpi.first.util.sendable.Sendable, edu.wpi.first.wpilibj2.command.Subsystem

public class IntakeRealIO extends Intake
  • Field Details

    • m_feed_motor

      public com.revrobotics.CANSparkMax m_feed_motor
  • Constructor Details

    • IntakeRealIO

      public IntakeRealIO()
      Creates a new ExampleSubsystem.
  • Method Details

    • setSolenoid

      public void setSolenoid(edu.wpi.first.wpilibj.DoubleSolenoid.Value state)
      Specified by:
      setSolenoid in class Intake
    • setWheels

      public void setWheels(double volts)
      Specified by:
      setWheels in class Intake
    • periodic

      public void periodic()
      Specified by:
      periodic in interface edu.wpi.first.wpilibj2.command.Subsystem
      Overrides:
      periodic in class Intake
    • simulationPeriodic

      public void simulationPeriodic()
      Specified by:
      simulationPeriodic in interface edu.wpi.first.wpilibj2.command.Subsystem
      Overrides:
      simulationPeriodic in class Intake