From ee4906552beeec1ad3ae31f376c93f4dbc809f40 Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Fri, 8 Apr 2022 20:32:32 +0300
Subject: [PATCH] Fix DAC_12bit_I2C_MCP4725_SOT-23-6 according to KLC

---
 fab.kicad_sym | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/fab.kicad_sym b/fab.kicad_sym
index 64e94b6..5bd7f67 100644
--- a/fab.kicad_sym
+++ b/fab.kicad_sym
@@ -3594,13 +3594,13 @@
     )
   )
   (symbol "DAC_12bit_I2C_MCP4725_SOT-23-6" (in_bom yes) (on_board yes)
-    (property "Reference" "U" (id 0) (at -6.35 6.35 0)
-      (effects (font (size 1.27 1.27)))
+    (property "Reference" "U" (id 0) (at -7.62 6.35 0)
+      (effects (font (size 1.27 1.27)) (justify left))
     )
-    (property "Value" "DAC_12bit_I2C_MCP4725_SOT-23-6" (id 1) (at 8.89 6.35 0)
-      (effects (font (size 1.27 1.27)))
+    (property "Value" "DAC_12bit_I2C_MCP4725_SOT-23-6" (id 1) (at 1.27 6.35 0)
+      (effects (font (size 1.27 1.27)) (justify left))
     )
-    (property "Footprint" "fab:SOT-23-6" (id 2) (at 0 -6.35 0)
+    (property "Footprint" "fab:SOT-23-6" (id 2) (at 0 0 0)
       (effects (font (size 1.27 1.27)) hide)
     )
     (property "Datasheet" "www.adafruit.com/datasheets/mcp4725.pdf" (id 3) (at 0 0 0)
@@ -3622,7 +3622,7 @@
       )
     )
     (symbol "DAC_12bit_I2C_MCP4725_SOT-23-6_1_1"
-      (pin output line (at 10.16 0 180) (length 2.54)
+      (pin power_out line (at 10.16 2.54 180) (length 2.54)
         (name "VOUT" (effects (font (size 1.27 1.27))))
         (number "1" (effects (font (size 1.27 1.27))))
       )
@@ -3634,7 +3634,7 @@
         (name "VDD" (effects (font (size 1.27 1.27))))
         (number "3" (effects (font (size 1.27 1.27))))
       )
-      (pin bidirectional line (at -10.16 0 0) (length 2.54)
+      (pin bidirectional line (at -10.16 -2.54 0) (length 2.54)
         (name "SDA" (effects (font (size 1.27 1.27))))
         (number "4" (effects (font (size 1.27 1.27))))
       )
@@ -3642,7 +3642,7 @@
         (name "SCL" (effects (font (size 1.27 1.27))))
         (number "5" (effects (font (size 1.27 1.27))))
       )
-      (pin input line (at -10.16 -2.54 0) (length 2.54)
+      (pin input line (at -10.16 0 0) (length 2.54)
         (name "A0" (effects (font (size 1.27 1.27))))
         (number "6" (effects (font (size 1.27 1.27))))
       )
-- 
GitLab