From 74a5d5fa99f81f5429779e637429d6049fbbaffb Mon Sep 17 00:00:00 2001 From: Nicolas Havard Date: Sun, 28 May 2017 22:56:12 +0200 Subject: [PATCH] Ajout des l initialisation de l ADC --- Algorithme | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/Algorithme b/Algorithme index 01147e8..154218c 100644 --- a/Algorithme +++ b/Algorithme @@ -23,6 +23,9 @@ debut: EIMSK = 0x037 EICRA = 0x06 EICRB = 0x00 + ADMUX <- 0b00010000 + ADCSRB <- 0b00000000 + ADCSRA <- 0b11100101 tab jour_lettre_1 = [70, 6E, 6E, 1C, 7C, 5B, 7E] tab jour_lettre_2 = [7C, 6C, 73, 73, 73, 6F, 0C] tab chiffre = [7E, 0C, 37, 17, 4D, 5B, 7B, 0E, 7F, 5F] -- libgit2 0.21.2