This commit is contained in:
pgp 2021-02-05 10:52:36 +01:00
parent 6e78d211c9
commit 2ea5e9cd1f

View file

@ -124,8 +124,8 @@ void gaz_moteur() {
pos --; pos --;
} }
moteur.write(pos); moteur.write(pos);
Serial.println("gaz ="); //Serial.println("gaz =");
Serial.println(pos); //Serial.println(pos);
} }
void stop_moteur() { void stop_moteur() {