From e11d339b023798614d97d75e42a08b3203ac9da5 Mon Sep 17 00:00:00 2001 From: pgp Date: Mon, 8 Feb 2021 13:15:40 +0100 Subject: [PATCH] Serial fonction gaz pour debug --- src/main.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index c5f67e7..bb10b6b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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); }