From 9aa7a9e2e46614f4b2a5ff51b7828a2800e0fcfd Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Sat, 9 Apr 2022 23:17:14 +0300
Subject: [PATCH] Fix OPAMP_AD8615 according to KLC

---
 fab.kicad_sym | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/fab.kicad_sym b/fab.kicad_sym
index 37d171f..a0b6d28 100644
--- a/fab.kicad_sym
+++ b/fab.kicad_sym
@@ -7490,7 +7490,7 @@
       )
     )
   )
-  (symbol "OPAMP_AD8615" (pin_names (offset 0.127)) (in_bom yes) (on_board yes)
+  (symbol "OPAMP_AD8615" (in_bom yes) (on_board yes)
     (property "Reference" "U" (id 0) (at 0 5.08 0)
       (effects (font (size 1.27 1.27)) (justify left))
     )
@@ -7500,7 +7500,7 @@
     (property "Footprint" "fab:TSOT-23-5" (id 2) (at 0 0 0)
       (effects (font (size 1.27 1.27)) hide)
     )
-    (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/AD8615_8616_8618.pdf" (id 3) (at 0 5.08 0)
+    (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/AD8615_8616_8618.pdf" (id 3) (at 0 0 0)
       (effects (font (size 1.27 1.27)) hide)
     )
     (property "ki_keywords" "single opamp TSOT-23-5" (id 4) (at 0 0 0)
@@ -7513,6 +7513,22 @@
       (effects (font (size 1.27 1.27)) hide)
     )
     (symbol "OPAMP_AD8615_0_1"
+      (polyline
+        (pts
+          (xy 0 -2.54)
+          (xy 0 -3.81)
+        )
+        (stroke (width 0) (type default) (color 0 0 0 0))
+        (fill (type none))
+      )
+      (polyline
+        (pts
+          (xy 0 3.81)
+          (xy 0 2.54)
+        )
+        (stroke (width 0) (type default) (color 0 0 0 0))
+        (fill (type none))
+      )
       (polyline
         (pts
           (xy -5.08 5.08)
@@ -7523,11 +7539,11 @@
         (stroke (width 0.254) (type default) (color 0 0 0 0))
         (fill (type background))
       )
-      (pin power_in line (at 0 -6.35 90) (length 3.81)
+      (pin power_in line (at 0 -7.62 90) (length 3.81)
         (name "V-" (effects (font (size 1.27 1.27))))
         (number "2" (effects (font (size 1.27 1.27))))
       )
-      (pin power_in line (at 0 6.35 270) (length 3.81)
+      (pin power_in line (at 0 7.62 270) (length 3.81)
         (name "V+" (effects (font (size 1.27 1.27))))
         (number "5" (effects (font (size 1.27 1.27))))
       )
-- 
GitLab