Serial fonction gaz pour debug
This commit is contained in:
parent
2b865d8e5c
commit
1cac98e81d
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue