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