From 71a31ca3678791b436ae35137fcc7a3e6bbcef0a Mon Sep 17 00:00:00 2001 From: Samuel Date: Thu, 25 Jan 2024 20:51:20 +0100 Subject: [PATCH] =?UTF-8?q?Changement=20d'affection=20des=20pin=20moteurs?= =?UTF-8?q?=20suite=20=C3=A0=20reprise=20de=20la=20carte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- moteur.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/moteur.c b/moteur.c index 0ad5031..a590ab5 100644 --- a/moteur.c +++ b/moteur.c @@ -7,10 +7,10 @@ #define MOTEUR2_PIN_SENS1 6 #define MOTEUR2_PIN_SENS2 7 #define MOTEUR2_PIN_ACTIVATION 1 -#define MOTEUR3_PIN_SENS1 8 -#define MOTEUR3_PIN_SENS2 9 +#define MOTEUR3_PIN_SENS1 11 +#define MOTEUR3_PIN_SENS2 10 #define MOTEUR3_PIN_ACTIVATION 2 -#define MOTEUR4_PIN_SENS1 10 +#define MOTEUR4_PIN_SENS1 8 #define MOTEUR4_PIN_SENS2 11 #define MOTEUR4_PIN_ACTIVATION 3