Serial fonction gaz pour debug

This commit is contained in:
pgp 2021-02-08 12:38:05 +01:00
parent 2b865d8e5c
commit 1cac98e81d

View file

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