Friday, March 28, 2008

[prototype07_multiple outputs]


multiple lights increase the potential resolution of data visualization, a prediction of future complexity.


PBASIC CODE:

'{$STAMP BS2}
'{$PBASIC 2.5}

Main:
DO

HIGH 2
PAUSE 1000
LOW 2
PAUSE 1000

HIGH 3
PAUSE 1000
LOW 3
PAUSE 1000

HIGH 4
PAUSE 1000
LOW 4
PAUSE 1000

HIGH 5
PAUSE 1000
LOW 5
PAUSE 1000

LOOP
END

Labels: ,


Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?