Horloge Géante

Ok, lis ça et en particulier la différence entre pullup et pulldown. J'avais une chance sur 2...

Du coup, il faut changer PULLUP en PULLDOWN dans ces lignes :

 pinMode(BP_START, INPUT_PULLUP); // bouton START
  pinMode(BP_STOP, INPUT_PULLUP); // bouton STOP
  pinMode(BP_RESET, INPUT_PULLUP); // bouton RESET
  pinMode(INTER, INPUT_PULLUP); // inter 15 / 45

Sinon ceci :

  if (!EtatStart)  StartChrono ();
  if (!EtatStop)  StopChrono ();
  if (!EtatReset) ResetChrono ();

"!" après les if.