
Output1: input1 AND input2 Output2: input2 Output3: input3 NAND input4 Output4: input4 Output5: input5 OR input6 Output6: input6 Output7: input7 Output8: NOT input8
Set the inputs and check the ouputs match with expected results
7segment display
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | input1 | outputAND | |
| 1 | input2 | output2 | |
| 2 | input3 | outputNAND | |
| 3 | input4 | output4 | |
| 4 | input5 | outputOR | |
| 5 | input6 | output6 | |
| 6 | input7 | output7 | |
| 7 | input8 | outputNOT |