placeholder for encoder code in Shooter.h
This commit is contained in:
parent
2fa9ebf254
commit
d171b3c8d2
@ -71,6 +71,7 @@ public:
|
|||||||
switch (state)
|
switch (state)
|
||||||
{
|
{
|
||||||
case Shoot:
|
case Shoot:
|
||||||
|
{
|
||||||
if (ramp->GetForwardLimitOK())
|
if (ramp->GetForwardLimitOK())
|
||||||
{
|
{
|
||||||
ramp->Set(1);
|
ramp->Set(1);
|
||||||
@ -79,6 +80,17 @@ public:
|
|||||||
ramp->Set(0);
|
ramp->Set(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
case Half:
|
||||||
|
{
|
||||||
|
//yeah, put something here when you get the encoder working.
|
||||||
|
std::cout << "Hey! Didja install an encoder? Because this is placeholder that Aidan would have removed if you had installed one and told him about it.\n";
|
||||||
|
}
|
||||||
|
case Down:
|
||||||
|
{
|
||||||
|
//see half.
|
||||||
|
std::cout << "Hey! Didja install an encoder? Because this is placeholder that Aidan would have removed if you had installed one and told him about it.\n";
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user