Need some advice about a Led switch

C

catdady2k

Guest
I want to use a switch to step through a ten LED string one LED at a
time. I also need to bypass a LED (take it out of the sequence) when I
want. I'm ginna be using a foot swtich if this matters. Any advice
will be greatly appreciated.
 
On Wed, 12 Aug 2009 19:27:13 -0700, catdady2k wrote:

I want to use a switch to step through a ten LED string one LED at a
time.
4017 decoded decade counter.

I also need to bypass a LED (take it out of the sequence) when I
want.
Now it's getting complicated. How do you plan to select which LED to
remove from the sequence?
 
On Thu, 13 Aug 2009 06:19:34 +0100, Nobody <nobody@nowhere.com> wrote:

On Wed, 12 Aug 2009 19:27:13 -0700, catdady2k wrote:

I want to use a switch to step through a ten LED string one LED at a
time.

4017 decoded decade counter.

I also need to bypass a LED (take it out of the sequence) when I
want.

Now it's getting complicated. How do you plan to select which LED to
remove from the sequence?
and what happens when that led should have come on? no leds or the
next in the sequence? What happens when you reach ten and then over
step to the next - back to one?


--
 
catdady2k wrote:
I want to use a switch to step through a ten LED string one LED at a
time. I also need to bypass a LED (take it out of the sequence) when I
want. I'm ginna be using a foot swtich if this matters. Any advice
will be greatly appreciated.
Learn to program a PIC, AVR, ARm etc..

Add a buffer on the IO outputs and you can do as you please.
 

Welcome to EDABoard.com

Sponsor

Back
Top