From 3b6b8f8e6ff1b05c4e6ad1342d8d26f994be9419 Mon Sep 17 00:00:00 2001 From: ary Date: Fri, 1 Dec 2023 09:47:52 -0500 Subject: [PATCH] remove pneumatic intake helpers --- CLOUDS/src/superstructure.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CLOUDS/src/superstructure.cpp b/CLOUDS/src/superstructure.cpp index bdeff46..d3aa0ad 100644 --- a/CLOUDS/src/superstructure.cpp +++ b/CLOUDS/src/superstructure.cpp @@ -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 */