Added check on limit switches to prevent uneccessary motor power setting on the RAMP
This commit is contained in:
parent
1938d4b935
commit
9ac893271f
@ -64,11 +64,13 @@ public:
|
||||
|
||||
void LowerRamp()
|
||||
{
|
||||
if(launch_spinny->GetReverseLimitOK())
|
||||
launch_spinny->Set(-1);
|
||||
}
|
||||
|
||||
void RaiseRamp()
|
||||
{
|
||||
if(launch_spinny->GetForwardLimitOK())
|
||||
launch_spinny->Set(1);
|
||||
}
|
||||
|
||||
@ -109,7 +111,7 @@ public:
|
||||
shotClock.Start();
|
||||
} else
|
||||
{
|
||||
std::cout << "*Goku noises*\n";
|
||||
//std::cout << "*Goku noises*\n";
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user