This project is a full adder.
Test inputs 0 and 1 as input bits, and input 2 as Carry in. Output 0 is the first digit out, and output 1 as carry out.
Used an LED to test the full adder.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | IN0 | OUT0 | |
1 | IN1 | OUT1 | |
2 | IN2 | ||
3 | |||
4 | |||
5 | |||
6 | |||
7 |