From: ian Date: Sat, 2 Oct 2004 02:05:08 +0000 (+0000) Subject: add initial red only phase X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=de901cc6c1daa3ab82b8e38f00a969d188854ea6;p=trains.git add initial red only phase --- 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