You use in1 and in0 as binary inputs to display a number in decimal on the 7 segment display. ex. {in0, ~in1}, will display "2".
Use the "1" switch to toggle the most significant bit, and the "2" switch to toggle the least significant bit.
LED display, 8 input switch.
# | 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 |