Lucifre
Full Member level 2
- Joined
- Jul 5, 2005
- Messages
- 125
- Helped
- 2
- Reputation
- 4
- Reaction score
- 0
- Trophy points
- 1,296
- Location
- Detroit MI
- Activity points
- 2,389
I need to design a digital circuit, that will have three outputs (three bits), and two push buttons. There are three possible output combinations ( in binary) 001, 010, 100. ( 1, 2, 4 in decimal). Now the two push buttons will be labeled "up" and "down". When Up is pressed the outputs will change to next higher state. For example, when ouptut is at (001) (decimal 1) it will go to 010 ( decimal 2), when output is at 100 ( 4 decimal) and "up" is pressed it will go back to 001. The down button will basically count down, meaning when output is at 100 and "down" button is pressed the output will change to 010. when output is at 001 and "down" is pressed it will go to 100.
Anyone have an idea on how to aproach this problem? I don't need specific circuits, all i need is a word description of solution ( i will design circuit myself).
Anyone have an idea on how to aproach this problem? I don't need specific circuits, all i need is a word description of solution ( i will design circuit myself).