diff options
author | Arpit Sharma | 2022-10-21 23:09:22 +0530 |
---|---|---|
committer | Arpit Sharma | 2022-10-21 23:09:22 +0530 |
commit | a939d001f0acea4b750eb7e9aae4e15c3fce46bd (patch) | |
tree | cec7efa90e320a3e706d726dfbd0f07d0f77e1b7 /library/SubcircuitLibrary/LM393/README.md | |
parent | 28d78148e25db0a5cac9b7896184f191f8355217 (diff) | |
download | eSim-a939d001f0acea4b750eb7e9aae4e15c3fce46bd.tar.gz eSim-a939d001f0acea4b750eb7e9aae4e15c3fce46bd.tar.bz2 eSim-a939d001f0acea4b750eb7e9aae4e15c3fce46bd.zip |
LM393 Analog Comparator IC
Diffstat (limited to 'library/SubcircuitLibrary/LM393/README.md')
-rw-r--r-- | library/SubcircuitLibrary/LM393/README.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/LM393/README.md b/library/SubcircuitLibrary/LM393/README.md new file mode 100644 index 00000000..d0b0abaf --- /dev/null +++ b/library/SubcircuitLibrary/LM393/README.md @@ -0,0 +1,35 @@ + +# LM393 Comparator IC + +LM393 is a Low power, low offset voltage comparator IC. It has two channels sharing common biasing. It is a high precision comparator with a low offset voltage of 2 mV. It has various applications such as in limit comparators, A/D convertors, wave shaping circuits etc. + + +## Usage/Examples + +Basic Comparator + +CMOS/TTL Driver + +Pulse Train Generator + +Crystal Controlled Oscillator + +Positive/Negative Floating Regulator + +Two-Decade High Frequency VCO + + +## Documentation + +To know the details of LM393 IC please refer to this link [LM393_datasheet.](https://www.ti.com/lit/ds/symlink/lm393-n.pdf?ts=1665939843518&ref_url=https%253A%252F%252Fwww.google.com%252F) + +## Comments/Notes + +Please note this is a complete analog IC. It works fine at the time of simulation. + +## Contributor + +Name: Arpit Sharma +Email: arpitniraliya306@gmail.com +Year: 2022 +Position: FOSSEE Summer Fellowship Intern 2022 |