diff options
author | Akshay NH | 2018-06-28 19:22:03 +0530 |
---|---|---|
committer | Akshay NH | 2018-06-28 19:22:03 +0530 |
commit | d1edc2c0c9b8d823892b94482e01451e82c3eec1 (patch) | |
tree | 9fb54dfd93a975be8b2a8cb29b21eb5639ac29ef /digital ciruits/or_sub/Logic_Gates.lib | |
download | eSIm-Kicad-Simulations-d1edc2c0c9b8d823892b94482e01451e82c3eec1.tar.gz eSIm-Kicad-Simulations-d1edc2c0c9b8d823892b94482e01451e82c3eec1.tar.bz2 eSIm-Kicad-Simulations-d1edc2c0c9b8d823892b94482e01451e82c3eec1.zip |
adding kicad analog and digital circuits
Diffstat (limited to 'digital ciruits/or_sub/Logic_Gates.lib')
-rw-r--r-- | digital ciruits/or_sub/Logic_Gates.lib | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/digital ciruits/or_sub/Logic_Gates.lib b/digital ciruits/or_sub/Logic_Gates.lib new file mode 100644 index 0000000..37a3300 --- /dev/null +++ b/digital ciruits/or_sub/Logic_Gates.lib @@ -0,0 +1,20 @@ +EESchema-LIBRARY Version 2.4
+#encoding utf-8
+#
+# OR
+#
+DEF OR X 0 40 Y Y 1 F N
+F0 "X" 0 50 50 H V C CNN
+F1 "OR" 0 -50 50 H V C CNN
+F2 "" 0 0 50 H I C CNN
+F3 "" 0 0 50 H I C CNN
+DRAW
+S -200 150 200 -200 0 1 0 N
+X A 1 -400 100 200 R 50 39 1 1 I
+X B 2 -400 -100 200 R 50 39 1 1 I
+X OUT 3 400 -150 200 L 50 39 1 1 O
+X VDD 4 400 100 200 L 50 39 1 1 I
+ENDDRAW
+ENDDEF
+#
+#End Library
|