We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694ab4c commit b634651Copy full SHA for b634651
Valve.h
@@ -23,7 +23,7 @@ class Valve
23
pinMode(motorSlowPin, OUTPUT);
24
digitalWrite(motorBackwardPin, HIGH);
25
digitalWrite(motorForwardPin, HIGH);
26
- pinMode(motorSlowPin, LOW);
+ digitalWrite(motorSlowPin, LOW);
27
moving = false;
28
};
29
0 commit comments