From: ian Date: Sat, 2 Oct 2004 02:14:35 +0000 (+0000) Subject: red phase first X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=7b1c0fe371f38764b6559b03634176c66762c881;p=trains.git red phase first --- diff --git a/iwjpictest/flasher.asm b/iwjpictest/flasher.asm index 700aa04..e7bac42 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-Z L-H-Z L-H-L-H-Z L-H-L-H-L-H-Z ] +; [ L-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). @@ -22,9 +22,11 @@ SLOWEXP equ 2 ; 2^2 * 40ms = 160ms start loop + call red call red call black + call red call green call black