diff --git a/src/main.cpp b/src/main.cpp index 9d1d656..9f2b4ef 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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() {