From 84bf88d2e5d1cf90a0e500bacd918c050aae5d74 Mon Sep 17 00:00:00 2001 From: AnkushECE Date: Wed, 24 Aug 2022 22:51:28 +0530 Subject: CD4023 is 3 input NAND gate IC. --- library/SubcircuitLibrary/CD_4023/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 library/SubcircuitLibrary/CD_4023/README.md (limited to 'library/SubcircuitLibrary/CD_4023/README.md') diff --git a/library/SubcircuitLibrary/CD_4023/README.md b/library/SubcircuitLibrary/CD_4023/README.md new file mode 100644 index 00000000..fe51165e --- /dev/null +++ b/library/SubcircuitLibrary/CD_4023/README.md @@ -0,0 +1,26 @@ + +# CD4023 IC + +It is 3-input NAND Gate IC. CD4023 IC is designed with 180nm CMOS technology in eSim consisting three NAND Gates. When both the inputs are HIGH then only output is LOW, otherwise HIGH. It is also called inverted AND Gate, a type of Universal logic Gate. + + +## Usage/Examples + +Burglar alarm + +Freezer warning buzzer + +## Documentation + +To know the details of CD4023 IC please go through with the documentation : [CD4023_datasheet](https://www.ti.com/lit/gpn/cd4023b) + +## Comments/Notes + +Please note this is a complete digital IC. It works fine at the time of simulation. + +## Contributer + +Name: Ankush Mondal +Email: mondalankush369@gmail.com +Year: 2022 +Position: FOSSEE Summer Fellow 2022 \ No newline at end of file -- cgit