GITLAB
ezalczer
/
Tutorat_microP
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3bc2d7803d0a3f6362ff9b441b1c90be37a6ed53
Authored by
ezalczer
2017-05-28 23:21:36 +0200
1 parent
0a5eecaf
affichage alternatif
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
Algorithme
Inline
Side-by-side
Algorithme
Wrap text
Show/Hide comments
View file @
3bc2d78
...
...
@@ -48,6 +48,11 @@ debut:
48
48
49
49
boucle_inf:
50
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
56
JMP boucle_inf
52
57
53
58
HMJN:
...
...