From 7f337fcf2ca2be1de002224037d7fffaeab3f282 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Tue, 29 Nov 2022 07:00:05 +0000 Subject: [PATCH] Last Sync: 2022-11-29 07:00:05 --- Electronics/Digital_Circuits/Half_adder_and_full_adder.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Electronics/Digital_Circuits/Half_adder_and_full_adder.md b/Electronics/Digital_Circuits/Half_adder_and_full_adder.md index dd80faf..5d7b44b 100644 --- a/Electronics/Digital_Circuits/Half_adder_and_full_adder.md +++ b/Electronics/Digital_Circuits/Half_adder_and_full_adder.md @@ -49,7 +49,6 @@ The symbol for the half adder is displayed below It has two inputs and two ouputs: -| Input | Input | Output | Output | -| ---------------------------- | ----------------------------- | ----------- | ----------------- | | A | B | S | C_out | +| ---------------------------- | ----------------------------- | ----------- | ----------------- | | The first number to be added | The second number to be added | The sum bit | The carry-out bit |