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 --;
}
moteur.write(pos);
//Serial.println("gaz =");
//Serial.println(pos);
Serial.print("Tr/min =");
Serial.println(vRotReel);
Serial.print("gaz =");
Serial.println(pos);
}
void stop_moteur() {