delay pour test

This commit is contained in:
pgp 2021-02-11 10:26:19 +01:00
parent 1df3f1ae54
commit 91765cd2ed

View file

@ -503,6 +503,7 @@ void setup() {
sem_scribe = false; // initialisation du sémaphore
//pinMode(pulsePin,INPUT_PULLUP);
start_compteur();
delay(2000);
start_moteur(); // moteur
}