12 this->
pSolenoid->Set(frc::DoubleSolenoid::Value::kForward);
16 this->
pSolenoid->Set(frc::DoubleSolenoid::Value::kReverse);
20 this->
pSolenoid->Set(frc::DoubleSolenoid::Value::kOff);
void Release()
Release pressure.
void Retract()
Retract the Flap.
An interface command for driving the robot with an xbox controller.
frc::DoubleSolenoid * pSolenoid
Pointer to Solenoid.
void Deploy()
Deploy the Flap.
void InitDefaultCommand() override
Initalizes the default command for this subsystem (ControlFlap)