
makes a small capital L in the bottom left corner with a dot in the right corner.
input a & b output 1 0 0 1 0 1 1 1 0 1 1 1 0
input c & d output 2,3,4 0 0 0 0 1 1 1 0 1 1 1 0
input e & f output 5,6,7 0 0 0 0 1 1 1 0 1 1 1 1
input g & h ouput 8 0 0 1 0 1 1 1 0 1 1 1 0
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | inputa | output1 | |
| 1 | inputb | ouput2 | |
| 2 | inputc | output3 | |
| 3 | inputd | output4 | |
| 4 | inpute | output5 | |
| 5 | inputf | output6 | |
| 6 | inputg | output7 | |
| 7 | inputh | output8 |