We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a676c07 commit 3b8565aCopy full SHA for 3b8565a
src/gaggiuino.ino
@@ -940,6 +940,21 @@ void deScale() {
940
justDoCoffee();
941
}
942
943
+void solenoidBeat() {
944
+ pump.set(PUMP_RANGE);
945
+ digitalWrite(valvePin, LOW);
946
+ delay(200);
947
+ digitalWrite(valvePin, HIGH);
948
949
950
951
952
953
954
955
956
+ pump.set(0);
957
+}
958
959
//#############################################################################################
960
//###############################____PRESSURE_CONTROL____######################################
0 commit comments