From de901cc6c1daa3ab82b8e38f00a969d188854ea6 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 2 Oct 2004 02:05:08 +0000 Subject: [PATCH] add initial red only phase --- iwjpictest/flasher.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iwjpictest/flasher.asm b/iwjpictest/flasher.asm index de5489a..700aa04 100644 --- a/iwjpictest/flasher.asm +++ b/iwjpictest/flasher.asm @@ -2,7 +2,7 @@ ; This program: ; * flashes PER-PIC-LED (pin 21) with the pattern -; [ L-H-Z L-H-L-H-Z L-H-L-H-L-H-Z ] +; [ L-Z L-H-Z L-H-L-H-Z L-H-L-H-L-H-Z ] ; where each state lasts approx. 160ms (at 20MHz clock). ; * leaves all other pins set to their default states (usually Z). @@ -23,6 +23,8 @@ SLOWEXP equ 2 ; 2^2 * 40ms = 160ms start loop call red + call black + call green call black -- 2.30.2