Commit 3bc2d7803d0a3f6362ff9b441b1c90be37a6ed53

Authored by ezalczer
1 parent 0a5eecaf

affichage alternatif

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
@@ -48,6 +48,11 @@ debut: @@ -48,6 +48,11 @@ debut:
48 48
49 boucle_inf: 49 boucle_inf:
50 CALL reglage ;Fonction de réglage de la chaudière 50 CALL reglage ;Fonction de réglage de la chaudière
  51 + if(Seconde/10 == 0 || Seconde/10 == 2 // Seconde/10 == 4)
  52 + Afficher(Heure:Minute)
  53 + else
  54 + Afficher(T)
  55 + call tempo
51 JMP boucle_inf 56 JMP boucle_inf
52 57
53 HMJN: 58 HMJN: