
It's a simple project done in WokWi during a workshop. You give it clock, it shows you a snake on a 7-segment indicator. No reset logic unfortunately, initial state is unpredictable.
Supply clock over a pin. There is no debounce logic, so using a physical button will not work properly.
7-segment indicator, dot is not used.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | CLK | OUT0 | |
| 1 | OUT1 | ||
| 2 | OUT2 | ||
| 3 | OUT3 | ||
| 4 | OUT4 | ||
| 5 | OUT5 | ||
| 6 | OUT6 | ||
| 7 | OUT7 |