From 3bc2d7803d0a3f6362ff9b441b1c90be37a6ed53 Mon Sep 17 00:00:00 2001 From: ezalczer Date: Sun, 28 May 2017 23:21:36 +0200 Subject: [PATCH] affichage alternatif --- Algorithme | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/Algorithme b/Algorithme index bdc69f7..f400af5 100644 --- a/Algorithme +++ b/Algorithme @@ -48,6 +48,11 @@ debut: boucle_inf: CALL reglage ;Fonction de réglage de la chaudière + if(Seconde/10 == 0 || Seconde/10 == 2 // Seconde/10 == 4) + Afficher(Heure:Minute) + else + Afficher(T) + call tempo JMP boucle_inf HMJN: -- libgit2 0.21.2