
Converts a 3 bit binary coded decimal to the seven segment LCD.
It will print '0' to '7' and then loop, incrementing the digit every second.
Logic create using truth tables, sum of products, boolean expression simplification, Karnaugh mapping.
Turn clock switch on.
Hit reset button to start from 0.
None
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | out_0 | ||
| 1 | out_1 | ||
| 2 | out_2 | ||
| 3 | out_3 | ||
| 4 | out_4 | ||
| 5 | out_5 | ||
| 6 | out_6 | ||
| 7 | out_7 |