From 1cac98e81d5d24eed65d23585260a75811c2e4b2 Mon Sep 17 00:00:00 2001 From: pgp Date: Mon, 8 Feb 2021 12:38:05 +0100 Subject: [PATCH] Serial fonction gaz pour debug --- src/main.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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() {