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