From 8416e8a31ff3ab168d8237ac424434bbcde37751 Mon Sep 17 00:00:00 2001 From: pgp Date: Mon, 1 Feb 2021 14:12:42 +0100 Subject: [PATCH] =?UTF-8?q?lib=C3=A9ration=20du=20moteur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index afc0fbb..5dbdc6d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -477,7 +477,7 @@ void setup() { sem_compteur = false; // initialisation du sémaphore //pinMode(pulsePin,INPUT_PULLUP); start_compteur(); - //start_moteur(); // moteur + start_moteur(); // moteur }