From 40e6e9b8b5ea42249c478ee529cc923e4361ba27 Mon Sep 17 00:00:00 2001 From: arc Date: Fri, 10 Jan 2025 09:17:02 -0700 Subject: [PATCH] vault backup: 2025-01-10 09:17:02 --- education/computer engineering/ECE2700/Binary Logic.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/education/computer engineering/ECE2700/Binary Logic.md b/education/computer engineering/ECE2700/Binary Logic.md index 4a74740..ac05999 100644 --- a/education/computer engineering/ECE2700/Binary Logic.md +++ b/education/computer engineering/ECE2700/Binary Logic.md @@ -1,2 +1,9 @@ -![](./assets/logic-gates.jpeg) \ No newline at end of file +![](./assets/logic-gates.jpeg) +# NOT Gate +A binary NOT gate has a single input, and inverts that input. + +## Truth Table +| $x$ | $y$ | +| --- | --- | +| | | \ No newline at end of file