Commit 59b8beb7eae03b8c4231c0a1a53d698a41006494
1 parent
46a92afb
table
Showing
2 changed files
with
46 additions
and
7 deletions
Show diff stats
principal.txt
... | ... | @@ -158,13 +158,6 @@ afficherMinu: |
158 | 158 | |
159 | 159 | afficherJour: |
160 | 160 | ; Considère le registre compteur comme un jour et l'affiche |
161 | - ; TODO | |
162 | - ret | |
163 | - | |
164 | -; Logique | |
165 | -agir10s: | |
166 | - ; Initialise une lecture ADC | |
167 | - ; Met à jour l'état de veille (si on est en état veille) | |
168 | 161 | d1 <- 0x00; |
169 | 162 | d0 <- 0x00; |
170 | 163 | si compteur = 0 saut afficherLu |
... | ... | @@ -210,6 +203,14 @@ afficherDi: |
210 | 203 | d2 <- 0x04 |
211 | 204 | ret |
212 | 205 | |
206 | +; Logique | |
207 | +agir10s: | |
208 | + ; Initialise une lecture ADC | |
209 | + | |
210 | + ; Met à jour l'état de veille (si on est en état veille) | |
211 | + | |
212 | + ret | |
213 | + | |
213 | 214 | agirHeur: |
214 | 215 | ; Recharge la température de référence |
215 | 216 | ; TODO | ... | ... |
... | ... | @@ -0,0 +1,38 @@ |
1 | +0 0x3F | |
2 | +1 0x30 | |
3 | +2 0x6D | |
4 | +3 0x79 | |
5 | +4 0x72 | |
6 | +5 0x5B | |
7 | +6 0x5F | |
8 | +7 0x31 | |
9 | +8 0x7F | |
10 | +9 0x7B | |
11 | + | |
12 | +a 0x77 | |
13 | +b 0x40 | |
14 | +c 0x4c | |
15 | +d 0xfc | |
16 | +e 0xcf | |
17 | +f 0xc7 | |
18 | +g 0x40 | |
19 | +h 0xf6 | |
20 | +i 0x04 | |
21 | +j 0x3c | |
22 | +k 0x40 | |
23 | +l 0x0E | |
24 | +m 0x37 | |
25 | +n 0x54 | |
26 | +o 0x5c | |
27 | +p 0x40 | |
28 | +q 0x40 | |
29 | +r 0x44 | |
30 | +s 0x5b | |
31 | +t 0x4e | |
32 | +u 0x1c | |
33 | +v 0x1c | |
34 | +w 0x40 | |
35 | +x 0x40 | |
36 | +y 0x40 | |
37 | +z 0x40 | |
38 | +° 0x63 | ... | ... |