changement semaphore compte-tour
This commit is contained in:
parent
8416e8a31f
commit
0b80117ca3
|
@ -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 (){
|
||||
|
|
Loading…
Reference in a new issue