This project follows the "secret code" next step in the TinyTapeout workshop: https://tinytapeout.com/guides/workshop/simulate-a-gate/
If you input the correct code, you get the first letter of my name output on the 7-segment display ('r').
Set bits 10101010 in order on IN0 through IN7 ("1" is high, "0" low), then you should receive an output of 10001100 on OUT0 through OUT7. Any other input should output 00000000.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | IN0 | OUT0 | |
1 | IN1 | OUT1 | |
2 | IN2 | OUT2 | |
3 | IN3 | OUT3 | |
4 | IN4 | OUT4 | |
5 | IN5 | OUT5 | |
6 | IN6 | OUT6 | |
7 | IN7 | OUT7 |