remove pneumatic intake helpers

This commit is contained in:
ary 2023-12-01 09:47:52 -05:00
parent 712fdfc0c3
commit 3b6b8f8e6f

View File

@ -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
*/