Skip to content

Commit f870e69

Browse files
clean
1 parent 1def486 commit f870e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/injector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99

1010
class InjectorComponent:
11+
desired_injector_voltage = will_reset_to(0.0)
12+
1113
INJECTOR_INJECT_VOLTAGE = tunable(12.0)
1214
INJECTOR_INTAKE_VOLTAGE = tunable(-2.0)
1315
INJECTOR_BACKDRIVE_VOLTAGE = tunable(-0.5)
@@ -16,8 +18,6 @@ class InjectorComponent:
1618
INJECTOR_RPS_TOLERANCE = 0.5
1719
INJECTOR_MAX_ACCEL = 0.5
1820

19-
desired_injector_voltage = will_reset_to(0.0)
20-
2121
def __init__(self) -> None:
2222
self.algae_limit_switch = DigitalInput(DioChannel.ALGAE_INTAKE_SWITCH)
2323

0 commit comments

Comments
 (0)