I have three bit input and would like to have a three bit output programmed for the input combinations.
000 - 000
001 - 001
010 - 010
011 - 001
100 - 100
101 - 001
110 - 010
111 - 001
Is there a chip available so that we can program and work accordingly to the above inputs. Also possible that it can take power from the input, rather than external power to get it to work?
Answer
For a truly single-chip solution, use a CMOS dual 4:1 multiplexer. If you don't have a power supply, it can be powered via its input-protection diodes.
simulate this circuit – Schematic created using CircuitLab
No comments:
Post a Comment