changement semaphore compte-tour

This commit is contained in:
pgp 2021-02-01 14:33:41 +01:00
parent 8416e8a31f
commit 0b80117ca3

View file

@ -187,8 +187,9 @@ void compte_tour() {
Serial.println(offset);
Serial.println("vRrotReel=");
Serial.println(vRotReel);
gaz_moteur();
} // ajustement des gaz en fonction de la vitesse mesurée
gaz_moteur();// ajustement des gaz en fonction de la vitesse mesurée
sema_compte_tour = false;
}
}
@ -478,7 +479,6 @@ void setup() {
//pinMode(pulsePin,INPUT_PULLUP);
start_compteur();
start_moteur(); // moteur
}
void loop (){