6 this->
pArmMotor->SetNeutralMode(NeutralMode::Brake);
11 this->
pArmMotor2->SetNeutralMode(NeutralMode::Brake);
28 this->
pArmMotor->EnableCurrentLimit(
true);
#define ARM_CURRENT_THRESHOLD
frc::DigitalInput * pArmHall
hall effects for arm is lowered enough
can::WPI_TalonSRX * pArmMotor2
Pointer for Arm arm motor.
#define CLIMB_ARM_MOTOR_2
#define ARM_CURRENT_TIMEOUT
bool GetSensor(void)
Returns whether the hall effects is tripped This is the sensor for when the arm is lowered...
can::WPI_TalonSRX * pArmMotor
Pointer for Arm arm motor.
void MoveArm(double Speed)
Move Arm arm up or down.
void InitDefaultCommand() override
Initalizes the default command for this subsystem (Arm)