The inputs 0-7 will change how the LED will work. Some inputs use AND statements and others use XOR. The user will try to find out how to get the number 0.
The user will input/guess to find the combination to get 0.
7 segment display.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | Connected to an AND statement with 1 to activate top and top right LEDs | Connected to an AND statement with 1 to activate top and top right LEDs | |
1 | Connected to an AND statement with 0 to activate top and top right LEDs | Connected to an AND statement with 1 to activate top and top right LEDs | |
2 | Goes to input w/ the same number | Goes to input w/ the same number | |
3 | Goes to input w/ the same number | Goes to input w/ the same number | |
4 | Goes to input w/ the same number | Goes to input w/ the same number | |
5 | Goes to input w/ the same number | Goes to input w/ the same number | |
6 | Connected to an XOR statement with 7 to activate top and top right LEDs | Connected to an XOR statement with 7 to activate top and top right LEDs | |
7 | Connected to an XOR statement with 6 to activate top and top right LEDs | Connected to an XOR statement with 6 to activate top and top right LEDs |