From 7b3d156ad614e98b0942729e6b95dc6ede8acb7f Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Tue, 23 May 2017 10:52:13 +0200 Subject: [PATCH] Correction du programme --- principal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/principal.txt b/principal.txt index 3e46885..41fdf6e 100644 --- a/principal.txt +++ b/principal.txt @@ -606,7 +606,7 @@ timer: ; afin d'activer le digit qui y est connecté ; Affiche le digit suivant sur l'afficheur 7seg - temp <- PORTC@IO ; On lis l'état précédent du port + temp <- PORTC@IO ; On lit le port dans son état précédent lsr temp ; On change de digit ; Il y a 4 digits et 8 bits, on doit donc boucler plus tôt si temp < 0b00001111 alors temp <- 0b11110111 -- libgit2 0.21.2