INFORMATION
Each input I1 and I2 can be connected to more than one digital input. The logic operation will be done on these too, so any of inputs need to be on to set Q to on.
EXAMPLE
Logical OR operation with two inputs using a truth table.
RESULT
TRUTH TABLE
Input (I1) | Inout (I2) | Output |
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |