BS2 and multiple leds...
mck
Posts: 3
Hello!
I am new to Basic Stamps and programming so i need some help!
I want to connect some leds and make them light on and of at random...
Please tell me how to do this.
Thanks in advance!!!
I am new to Basic Stamps and programming so i need some help!
I want to connect some leds and make them light on and of at random...
Please tell me how to do this.
Thanks in advance!!!
Comments
http://www.nos.org/htm/basic2.htm
and build a flowchart of your program.
Hints
·random generator
·select random port
·LED on
·wait
·LED off
·repeat
I am now trying thar ^^
I Found the solytion for my problem. Thnx again!