
8 T flip-flops are chained together to output an 8 bit integer, which will tick up by 1 when input 1 is pressed.
Press the button several times and check if the outputs match the expected values
A single push button connected to Input 1. 8 LED's arranged in a line connected to each output.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | Count Up | Bit 1 | |
| 1 | Bit 2 | ||
| 2 | Bit 3 | ||
| 3 | Bit 4 | ||
| 4 | Bit 5 | ||
| 5 | Bit 6 | ||
| 6 | Bit 7 | ||
| 7 | Bit 8 |