
This project is a basic test that simply activates outputs to a 7 segment display based on some pre-defined inputs.
Inputs d, e, and f are used to turn on segments in the bottom where as a and b are conencted to a mux dictated by c.
7 segment display and switches.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | input a | output a | |
| 1 | input b | output b | |
| 2 | output c | ||
| 3 | input c | ||
| 4 | input d | output d | |
| 5 | input e | ||
| 6 | input f | output e | |
| 7 |