4-Input Digital Key Lock Circuit: This project implements a simple digital key lock using a combinational logic circuit with 4 input pins and 1 output pin. Only a specific combination of these inputs will unlock the circuit (output = 1). Any other combination keeps the output locked (output = 0).
The correct input number is 1001. Only this specific combination the output is set to high.
Input: switches, output: LED
# | Input | Output | Bidirectional |
---|---|---|---|
0 | Pin B1 | Pin A1 | |
1 | Pin B2 | ||
2 | Pin B3 | ||
3 | Pin B4 | ||
4 | |||
5 | |||
6 | |||
7 |