From 91765cd2edbc3e3a4a155083a231daaa036fc0bf Mon Sep 17 00:00:00 2001 From: pgp Date: Thu, 11 Feb 2021 10:26:19 +0100 Subject: [PATCH] delay pour test --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 986458a..5be10df 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -503,6 +503,7 @@ void setup() { sem_scribe = false; // initialisation du sémaphore //pinMode(pulsePin,INPUT_PULLUP); start_compteur(); + delay(2000); start_moteur(); // moteur }