Serial fonction gaz pour debug

This commit is contained in:
pgp 2021-02-08 13:15:40 +01:00
parent fb1c9b3782
commit e11d339b02

View file

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