Serial fonction gaz pour debug
This commit is contained in:
parent
fb1c9b3782
commit
e11d339b02
|
@ -124,6 +124,8 @@ void gaz_moteur() {
|
||||||
pos --;
|
pos --;
|
||||||
}
|
}
|
||||||
moteur.write(pos);
|
moteur.write(pos);
|
||||||
|
Serial.print("count =");
|
||||||
|
Serial.println(count);
|
||||||
Serial.print("Tr/min = ");
|
Serial.print("Tr/min = ");
|
||||||
Serial.println(vRotReel);
|
Serial.println(vRotReel);
|
||||||
Serial.print("gaz = ");
|
Serial.print("gaz = ");
|
||||||
|
|
Loading…
Reference in a new issue