diff --git a/principal.txt b/principal.txt index d672527..73dbd3d 100644 --- a/principal.txt +++ b/principal.txt @@ -158,13 +158,6 @@ afficherMinu: afficherJour: ; Considère le registre compteur comme un jour et l'affiche - ; TODO - ret - -; Logique -agir10s: - ; Initialise une lecture ADC - ; Met à jour l'état de veille (si on est en état veille) d1 <- 0x00; d0 <- 0x00; si compteur = 0 saut afficherLu @@ -210,6 +203,14 @@ afficherDi: d2 <- 0x04 ret +; Logique +agir10s: + ; Initialise une lecture ADC + + ; Met à jour l'état de veille (si on est en état veille) + + ret + agirHeur: ; Recharge la température de référence ; TODO diff --git a/table.txt b/table.txt new file mode 100644 index 0000000..a6b3e7b --- /dev/null +++ b/table.txt @@ -0,0 +1,38 @@ +0 0x3F +1 0x30 +2 0x6D +3 0x79 +4 0x72 +5 0x5B +6 0x5F +7 0x31 +8 0x7F +9 0x7B + +a 0x77 +b 0x40 +c 0x4c +d 0xfc +e 0xcf +f 0xc7 +g 0x40 +h 0xf6 +i 0x04 +j 0x3c +k 0x40 +l 0x0E +m 0x37 +n 0x54 +o 0x5c +p 0x40 +q 0x40 +r 0x44 +s 0x5b +t 0x4e +u 0x1c +v 0x1c +w 0x40 +x 0x40 +y 0x40 +z 0x40 +° 0x63 -- libgit2 0.21.2