A simple 8 bit LFSR I took from this paper that popped up in a google search of LFSR designs https://nandland.com/lfsr-linear-feedback-shift-register/
The 8 output pins should output a pseudo random 8 bit number, about once per second
The 8 output pins can be connected to LEDs.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | OUT0 | ||
1 | OUT1 | ||
2 | OUT2 | ||
3 | OUT3 | ||
4 | OUT4 | ||
5 | OUT5 | ||
6 | OUT6 | ||
7 | OUT7 |