remove pneumatic intake helpers
This commit is contained in:
parent
712fdfc0c3
commit
3b6b8f8e6f
@ -212,11 +212,6 @@ namespace superstruct {
|
||||
}
|
||||
}
|
||||
|
||||
void toggleIntake(bool val) {
|
||||
int valTo = (val == true) ? 1 : 0;
|
||||
intake_piston.set_value(valTo);
|
||||
}
|
||||
|
||||
/*
|
||||
Controls -> For whoever is controlling the robot
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user