From d1923a496af6e542838265b68860e8f7ca800493 Mon Sep 17 00:00:00 2001
From: Stephen D <webmaster@scd31.com>
Date: Mon, 30 Oct 2023 21:50:01 -0300
Subject: [PATCH] add rf4463

---
 .gitmodules                      |   3 +
 automotive-transceiver.kicad_sch | 709 ++++++++++++++++++++++++++++++-
 scd31-lib                        |   1 +
 sym-lib-table                    |   4 +
 4 files changed, 714 insertions(+), 3 deletions(-)
 create mode 100644 .gitmodules
 create mode 160000 scd31-lib
 create mode 100644 sym-lib-table

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..4332723
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "scd31-lib"]
+	path = scd31-lib
+	url = ssh://git@gitlab.scd31.com:97/stephen/kicad-lib
diff --git a/automotive-transceiver.kicad_sch b/automotive-transceiver.kicad_sch
index b6f2ea5..f31ec77 100644
--- a/automotive-transceiver.kicad_sch
+++ b/automotive-transceiver.kicad_sch
@@ -97,6 +97,69 @@
         )
       )
     )
+    (symbol "Connector:Conn_Coaxial" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
+      (property "Reference" "J" (at 0.254 3.048 0)
+        (effects (font (size 1.27 1.27)))
+      )
+      (property "Value" "Conn_Coaxial" (at 2.921 0 90)
+        (effects (font (size 1.27 1.27)))
+      )
+      (property "Footprint" "" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Datasheet" " ~" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO*" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (symbol "Conn_Coaxial_0_1"
+        (arc (start -1.778 -0.508) (mid 0.2311 -1.8066) (end 1.778 0)
+          (stroke (width 0.254) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy -2.54 0)
+            (xy -0.508 0)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 -2.54)
+            (xy 0 -1.778)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (circle (center 0 0) (radius 0.508)
+          (stroke (width 0.2032) (type default))
+          (fill (type none))
+        )
+        (arc (start 1.778 0) (mid 0.2099 1.8101) (end -1.778 0.508)
+          (stroke (width 0.254) (type default))
+          (fill (type none))
+        )
+      )
+      (symbol "Conn_Coaxial_1_1"
+        (pin passive line (at -5.08 0 0) (length 2.54)
+          (name "In" (effects (font (size 1.27 1.27))))
+          (number "1" (effects (font (size 1.27 1.27))))
+        )
+        (pin passive line (at 0 -5.08 90) (length 2.54)
+          (name "Ext" (effects (font (size 1.27 1.27))))
+          (number "2" (effects (font (size 1.27 1.27))))
+        )
+      )
+    )
     (symbol "Connector:USB_C_Plug" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
       (property "Reference" "P" (at -10.16 29.21 0)
         (effects (font (size 1.27 1.27)) (justify left))
@@ -1251,6 +1314,58 @@
         )
       )
     )
+    (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
+      (property "Reference" "#PWR" (at 0 -3.81 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Value" "+5V" (at 0 3.556 0)
+        (effects (font (size 1.27 1.27)))
+      )
+      (property "Footprint" "" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Datasheet" "" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_keywords" "global power" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (symbol "+5V_0_1"
+        (polyline
+          (pts
+            (xy -0.762 1.27)
+            (xy 0 2.54)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 0)
+            (xy 0 2.54)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 2.54)
+            (xy 0.762 1.27)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+      )
+      (symbol "+5V_1_1"
+        (pin power_in line (at 0 0 90) (length 0) hide
+          (name "+5V" (effects (font (size 1.27 1.27))))
+          (number "1" (effects (font (size 1.27 1.27))))
+        )
+      )
+    )
     (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
       (property "Reference" "#PWR" (at 0 -6.35 0)
         (effects (font (size 1.27 1.27)) hide)
@@ -1291,6 +1406,108 @@
         )
       )
     )
+    (symbol "scd31:RF4463F30" (in_bom yes) (on_board yes)
+      (property "Reference" "U" (at -6.35 16.51 0)
+        (effects (font (size 1.27 1.27)))
+      )
+      (property "Value" "RF4463F30" (at 10.16 16.51 0)
+        (effects (font (size 1.27 1.27)))
+      )
+      (property "Footprint" "npr70:RF4463F30" (at 13.97 -11.43 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Datasheet" "" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (symbol "RF4463F30_0_1"
+        (rectangle (start -7.62 15.24) (end 10.16 -10.16)
+          (stroke (width 0) (type default))
+          (fill (type background))
+        )
+      )
+      (symbol "RF4463F30_1_1"
+        (pin power_in line (at -10.16 12.7 0) (length 2.54)
+          (name "VCC" (effects (font (size 1.27 1.27))))
+          (number "1" (effects (font (size 1.27 1.27))))
+        )
+        (pin input line (at 12.7 -2.54 180) (length 2.54)
+          (name "SDI" (effects (font (size 1.27 1.27))))
+          (number "10" (effects (font (size 1.27 1.27))))
+        )
+        (pin output line (at 12.7 0 180) (length 2.54)
+          (name "SDO" (effects (font (size 1.27 1.27))))
+          (number "11" (effects (font (size 1.27 1.27))))
+        )
+        (pin bidirectional line (at 12.7 2.54 180) (length 2.54)
+          (name "GPIO1" (effects (font (size 1.27 1.27))))
+          (number "12" (effects (font (size 1.27 1.27))))
+        )
+        (pin bidirectional line (at 12.7 5.08 180) (length 2.54)
+          (name "GPIO0" (effects (font (size 1.27 1.27))))
+          (number "13" (effects (font (size 1.27 1.27))))
+        )
+        (pin no_connect line (at 12.7 7.62 180) (length 2.54)
+          (name "NC" (effects (font (size 1.27 1.27))))
+          (number "14" (effects (font (size 1.27 1.27))))
+        )
+        (pin power_in line (at 12.7 10.16 180) (length 2.54)
+          (name "GND" (effects (font (size 1.27 1.27))))
+          (number "15" (effects (font (size 1.27 1.27))))
+        )
+        (pin output line (at 12.7 12.7 180) (length 2.54)
+          (name "ANT" (effects (font (size 1.27 1.27))))
+          (number "16" (effects (font (size 1.27 1.27))))
+        )
+        (pin power_in line (at -10.16 10.16 0) (length 2.54)
+          (name "GND" (effects (font (size 1.27 1.27))))
+          (number "2" (effects (font (size 1.27 1.27))))
+        )
+        (pin no_connect line (at -10.16 7.62 0) (length 2.54)
+          (name "NC" (effects (font (size 1.27 1.27))))
+          (number "3" (effects (font (size 1.27 1.27))))
+        )
+        (pin no_connect line (at -10.16 5.08 0) (length 2.54)
+          (name "NC" (effects (font (size 1.27 1.27))))
+          (number "4" (effects (font (size 1.27 1.27))))
+        )
+        (pin input line (at -10.16 2.54 0) (length 2.54)
+          (name "SDN" (effects (font (size 1.27 1.27))))
+          (number "5" (effects (font (size 1.27 1.27))))
+        )
+        (pin output line (at -10.16 0 0) (length 2.54)
+          (name "IRQ" (effects (font (size 1.27 1.27))))
+          (number "6" (effects (font (size 1.27 1.27))))
+        )
+        (pin input line (at -10.16 -2.54 0) (length 2.54)
+          (name "SEL" (effects (font (size 1.27 1.27))))
+          (number "7" (effects (font (size 1.27 1.27))))
+        )
+        (pin power_in line (at -10.16 -5.08 0) (length 2.54)
+          (name "GND" (effects (font (size 1.27 1.27))))
+          (number "8" (effects (font (size 1.27 1.27))))
+        )
+        (pin input line (at 12.7 -5.08 180) (length 2.54)
+          (name "SCLK" (effects (font (size 1.27 1.27))))
+          (number "9" (effects (font (size 1.27 1.27))))
+        )
+        (pin power_in line (at 0 17.78 270) (length 2.54)
+          (name "SHLD_1" (effects (font (size 1.27 1.27))))
+          (number "SHLD_1" (effects (font (size 1.27 1.27))))
+        )
+        (pin power_in line (at 0 -12.7 90) (length 2.54)
+          (name "SHLD_2" (effects (font (size 1.27 1.27))))
+          (number "SHLD_2" (effects (font (size 1.27 1.27))))
+        )
+        (pin power_in line (at 2.54 17.78 270) (length 2.54)
+          (name "SHLD_3" (effects (font (size 1.27 1.27))))
+          (number "SHLD_3" (effects (font (size 1.27 1.27))))
+        )
+        (pin power_in line (at 2.54 -12.7 90) (length 2.54)
+          (name "SHLD_4" (effects (font (size 1.27 1.27))))
+          (number "SHLD_4" (effects (font (size 1.27 1.27))))
+        )
+      )
+    )
   )
 
   (junction (at 81.28 44.45) (diameter 0) (color 0 0 0 0)
@@ -1323,12 +1540,18 @@
   (junction (at 67.31 52.07) (diameter 0) (color 0 0 0 0)
     (uuid 869ff1e0-225d-4804-9adb-a3efa942076d)
   )
+  (junction (at 199.39 35.56) (diameter 0) (color 0 0 0 0)
+    (uuid 9fd561cc-abc4-41e2-8067-b8cefc76ab18)
+  )
   (junction (at 106.68 31.75) (diameter 0) (color 0 0 0 0)
     (uuid a2e682b1-0222-4aed-bb7f-b880ff9cdff2)
   )
   (junction (at 53.34 101.6) (diameter 0) (color 0 0 0 0)
     (uuid b3c9a8ef-8cfc-4d0e-821d-304e89f02397)
   )
+  (junction (at 199.39 66.04) (diameter 0) (color 0 0 0 0)
+    (uuid bbea96b6-03ac-42f9-8b2a-277dd40f2654)
+  )
   (junction (at 43.18 101.6) (diameter 0) (color 0 0 0 0)
     (uuid bd50bf5e-4727-4262-a1e0-f2442e97bb22)
   )
@@ -1361,22 +1584,50 @@
   (no_connect (at 88.9 97.79) (uuid f60a549f-857a-44d8-bc27-c2e08a9302cc))
   (no_connect (at 50.8 158.75) (uuid fb7690e8-0af7-416c-8900-4b21d08af89d))
 
+  (wire (pts (xy 124.46 92.71) (xy 127 92.71))
+    (stroke (width 0) (type default))
+    (uuid 01f511fc-6dc9-4071-90b3-b2bddea01988)
+  )
   (wire (pts (xy 88.9 49.53) (xy 87.63 49.53))
     (stroke (width 0) (type default))
     (uuid 0464e10a-e9b7-48f4-9407-d3a451d0490c)
   )
+  (wire (pts (xy 199.39 35.56) (xy 199.39 33.02))
+    (stroke (width 0) (type default))
+    (uuid 08d989f4-d9d4-46cf-b020-725bb53157ec)
+  )
   (wire (pts (xy 33.02 91.44) (xy 33.02 93.98))
     (stroke (width 0) (type default))
     (uuid 09021b7d-d037-4e51-b917-0e7b0fe8a58a)
   )
+  (wire (pts (xy 213.36 43.18) (xy 213.36 44.45))
+    (stroke (width 0) (type default))
+    (uuid 11eaed6d-1b99-4a1a-83d0-a51701a51472)
+  )
+  (wire (pts (xy 212.09 43.18) (xy 213.36 43.18))
+    (stroke (width 0) (type default))
+    (uuid 16d05b9e-dfb2-4d32-82a6-1c1a47495e59)
+  )
   (wire (pts (xy 124.46 67.31) (xy 127 67.31))
     (stroke (width 0) (type default))
     (uuid 17636c83-ba86-4638-8fbe-69dfab3b93c6)
   )
+  (wire (pts (xy 212.09 50.8) (xy 214.63 50.8))
+    (stroke (width 0) (type default))
+    (uuid 1aba8efa-4364-43af-9d3e-716a562aafb1)
+  )
+  (wire (pts (xy 212.09 48.26) (xy 214.63 48.26))
+    (stroke (width 0) (type default))
+    (uuid 1abb8d9f-5876-4661-b084-cae1a29d8735)
+  )
   (wire (pts (xy 109.22 31.75) (xy 106.68 31.75))
     (stroke (width 0) (type default))
     (uuid 1f288513-3034-48f2-a880-4c7f5a2bfba1)
   )
+  (wire (pts (xy 213.36 40.64) (xy 213.36 39.37))
+    (stroke (width 0) (type default))
+    (uuid 225ba518-d8aa-43b5-afd9-6853bd031d9f)
+  )
   (wire (pts (xy 106.68 123.19) (xy 104.14 123.19))
     (stroke (width 0) (type default))
     (uuid 251d5169-ade7-42b1-a5ab-2afc264d05b9)
@@ -1397,6 +1648,10 @@
     (stroke (width 0) (type default))
     (uuid 29809622-8f4a-47b0-be9e-355a7900f7d7)
   )
+  (wire (pts (xy 186.69 50.8) (xy 189.23 50.8))
+    (stroke (width 0) (type default))
+    (uuid 2bc2f6e6-e32e-4f19-9479-74e9be776ad6)
+  )
   (wire (pts (xy 82.55 113.03) (xy 82.55 115.57))
     (stroke (width 0) (type default))
     (uuid 2e213385-4430-423a-a641-959584e71cc7)
@@ -1405,6 +1660,18 @@
     (stroke (width 0) (type default))
     (uuid 30535802-7b8e-4f5e-8de4-01e3d71033c4)
   )
+  (wire (pts (xy 195.58 33.02) (xy 195.58 34.29))
+    (stroke (width 0) (type default))
+    (uuid 34d22143-de03-4ff7-a37f-846a5b2fa7c1)
+  )
+  (wire (pts (xy 168.91 35.56) (xy 168.91 38.1))
+    (stroke (width 0) (type default))
+    (uuid 34db1692-4305-46a2-8087-dcb4e7aea694)
+  )
+  (wire (pts (xy 199.39 66.04) (xy 199.39 68.58))
+    (stroke (width 0) (type default))
+    (uuid 3843213e-ad74-4cfb-b67e-56a119d7d35d)
+  )
   (wire (pts (xy 50.8 128.27) (xy 53.34 128.27))
     (stroke (width 0) (type default))
     (uuid 3ab72761-eafc-4635-ba8c-1a138349d6e9)
@@ -1425,10 +1692,22 @@
     (stroke (width 0) (type default))
     (uuid 4859b6be-1da8-4818-bd29-0dc37eb113c3)
   )
+  (wire (pts (xy 199.39 33.02) (xy 195.58 33.02))
+    (stroke (width 0) (type default))
+    (uuid 4fc1a435-f503-4834-8455-c6150de1d1f4)
+  )
   (wire (pts (xy 77.47 44.45) (xy 81.28 44.45))
     (stroke (width 0) (type default))
     (uuid 5022b567-f882-4479-9641-7c531e12b2dd)
   )
+  (wire (pts (xy 201.93 35.56) (xy 199.39 35.56))
+    (stroke (width 0) (type default))
+    (uuid 542f26b8-5fdd-4404-88f6-400c6099a42a)
+  )
+  (wire (pts (xy 201.93 66.04) (xy 199.39 66.04))
+    (stroke (width 0) (type default))
+    (uuid 55d05655-59a3-42cd-89ec-053be0ada3e8)
+  )
   (wire (pts (xy 33.02 77.47) (xy 33.02 74.93))
     (stroke (width 0) (type default))
     (uuid 5896ff67-1b50-4624-b2a6-0e4b6d8d6368)
@@ -1437,6 +1716,10 @@
     (stroke (width 0) (type default))
     (uuid 592b43fa-b364-4f2f-969e-6de3a05e9009)
   )
+  (wire (pts (xy 124.46 90.17) (xy 127 90.17))
+    (stroke (width 0) (type default))
+    (uuid 5969e32f-133f-42e0-9d8d-6aad3c05e16e)
+  )
   (wire (pts (xy 53.34 93.98) (xy 43.18 93.98))
     (stroke (width 0) (type default))
     (uuid 5a8dd68e-cdb7-4e35-9472-de799665e64a)
@@ -1469,6 +1752,18 @@
     (stroke (width 0) (type default))
     (uuid 6c021dce-1f40-47d2-870b-4a912c816d40)
   )
+  (wire (pts (xy 180.34 40.64) (xy 189.23 40.64))
+    (stroke (width 0) (type default))
+    (uuid 6fae1518-92e2-4ebc-8e3b-92f0fa8b632b)
+  )
+  (wire (pts (xy 124.46 82.55) (xy 127 82.55))
+    (stroke (width 0) (type default))
+    (uuid 764a2cf5-0658-4eb5-be79-b1f59ac1b977)
+  )
+  (wire (pts (xy 180.34 45.72) (xy 180.34 43.18))
+    (stroke (width 0) (type default))
+    (uuid 79442f5c-55e8-4073-8c42-607ee9605a7f)
+  )
   (wire (pts (xy 86.36 36.83) (xy 88.9 36.83))
     (stroke (width 0) (type default))
     (uuid 79bf4e5e-bd6a-45bc-a82e-3321a92a4ae7)
@@ -1481,6 +1776,10 @@
     (stroke (width 0) (type default))
     (uuid 88ae4265-022f-4ec4-82bb-a055ed346e0a)
   )
+  (wire (pts (xy 124.46 110.49) (xy 127 110.49))
+    (stroke (width 0) (type default))
+    (uuid 8e0a9e78-3d0e-46f5-806a-9e55dd531eed)
+  )
   (wire (pts (xy 46.99 25.4) (xy 46.99 27.94))
     (stroke (width 0) (type default))
     (uuid 9151bf3f-2bd7-4697-b1cb-b0801ea73f36)
@@ -1489,6 +1788,10 @@
     (stroke (width 0) (type default))
     (uuid 9ae7bd6c-1780-4120-ab51-60c0bd462d26)
   )
+  (wire (pts (xy 124.46 57.15) (xy 127 57.15))
+    (stroke (width 0) (type default))
+    (uuid 9f7286fc-8742-41ff-a078-3a7af840dddf)
+  )
   (wire (pts (xy 33.02 74.93) (xy 35.56 74.93))
     (stroke (width 0) (type default))
     (uuid a0251b65-6650-468f-9b3c-180952d41dc8)
@@ -1497,10 +1800,26 @@
     (stroke (width 0) (type default))
     (uuid a153c389-b22d-4e74-8975-f95c73e9c869)
   )
+  (wire (pts (xy 189.23 58.42) (xy 186.69 58.42))
+    (stroke (width 0) (type default))
+    (uuid a1be8149-09ad-4611-a7cc-5e479dee00a7)
+  )
+  (wire (pts (xy 213.36 39.37) (xy 215.9 39.37))
+    (stroke (width 0) (type default))
+    (uuid aa1a401e-5cb3-4b13-bb5b-8c333e2a2cda)
+  )
+  (wire (pts (xy 212.09 55.88) (xy 214.63 55.88))
+    (stroke (width 0) (type default))
+    (uuid aa50042c-e128-438b-8ba4-85944ad6af0b)
+  )
   (wire (pts (xy 35.56 53.34) (xy 33.02 53.34))
     (stroke (width 0) (type default))
     (uuid ab1b14aa-8ffb-4e09-8637-13d51462cf82)
   )
+  (wire (pts (xy 180.34 38.1) (xy 180.34 40.64))
+    (stroke (width 0) (type default))
+    (uuid ac25c641-1cdd-4e43-9110-24311292dfc2)
+  )
   (wire (pts (xy 53.34 101.6) (xy 43.18 101.6))
     (stroke (width 0) (type default))
     (uuid b26ccda5-af41-4cfe-86bc-3c98de0e4040)
@@ -1509,14 +1828,30 @@
     (stroke (width 0) (type default))
     (uuid b7aa9052-6a22-4c22-a059-c43f19b62125)
   )
+  (wire (pts (xy 212.09 53.34) (xy 214.63 53.34))
+    (stroke (width 0) (type default))
+    (uuid bb59502e-c8b7-4c31-9175-2bc443804b2a)
+  )
   (wire (pts (xy 35.56 189.23) (xy 35.56 191.77))
     (stroke (width 0) (type default))
     (uuid bc313070-4494-450e-a9f1-640bfe7e99c9)
   )
+  (wire (pts (xy 124.46 87.63) (xy 127 87.63))
+    (stroke (width 0) (type default))
+    (uuid bd357f99-7276-45de-8181-e54e9237dd62)
+  )
+  (wire (pts (xy 212.09 40.64) (xy 213.36 40.64))
+    (stroke (width 0) (type default))
+    (uuid bdd1710c-8ab1-44ea-b700-e506bebf49b3)
+  )
   (wire (pts (xy 101.6 31.75) (xy 99.06 31.75))
     (stroke (width 0) (type default))
     (uuid bf534982-2387-4021-8c11-3f1d0d40f8e3)
   )
+  (wire (pts (xy 212.09 58.42) (xy 214.63 58.42))
+    (stroke (width 0) (type default))
+    (uuid c19a4172-37d3-43df-9fd6-1bb9aa81ea05)
+  )
   (wire (pts (xy 105.41 152.4) (xy 107.95 152.4))
     (stroke (width 0) (type default))
     (uuid c2db9eb1-8476-42d9-a21c-9f107f8c1513)
@@ -1525,7 +1860,7 @@
     (stroke (width 0) (type default))
     (uuid c3c1ec98-d3e9-4df1-b730-c2b5130f0253)
   )
-  (wire (pts (xy 124.46 85.09) (xy 127 85.09))
+  (wire (pts (xy 124.46 85.09) (xy 133.35 85.09))
     (stroke (width 0) (type default))
     (uuid c58a202f-919b-4b75-9cb0-bf1a6c6382b9)
   )
@@ -1545,14 +1880,26 @@
     (stroke (width 0) (type default))
     (uuid cc2cde9d-92a2-468b-a1d4-65d5e5d74f94)
   )
+  (wire (pts (xy 186.69 53.34) (xy 189.23 53.34))
+    (stroke (width 0) (type default))
+    (uuid cd03e46d-9565-4b45-b99f-f12398244dc5)
+  )
   (wire (pts (xy 43.18 74.93) (xy 45.72 74.93))
     (stroke (width 0) (type default))
     (uuid ce65f2eb-8e31-4cc5-9f34-fa0d5c3d29d1)
   )
+  (wire (pts (xy 180.34 43.18) (xy 189.23 43.18))
+    (stroke (width 0) (type default))
+    (uuid d08942e8-6a42-4ace-8183-4d69f2622148)
+  )
   (wire (pts (xy 88.9 102.87) (xy 82.55 102.87))
     (stroke (width 0) (type default))
     (uuid d30ea7bd-08d1-4373-b15e-63d3e353e0e7)
   )
+  (wire (pts (xy 124.46 107.95) (xy 127 107.95))
+    (stroke (width 0) (type default))
+    (uuid d700be80-79be-4351-9f6a-162257c6a755)
+  )
   (wire (pts (xy 35.56 35.56) (xy 33.02 35.56))
     (stroke (width 0) (type default))
     (uuid d7c7a71f-4610-4853-a3d1-670c0d8c818c)
@@ -1561,6 +1908,10 @@
     (stroke (width 0) (type default))
     (uuid d7d02f5c-2d5d-489d-879d-d60068b47569)
   )
+  (wire (pts (xy 168.91 45.72) (xy 168.91 48.26))
+    (stroke (width 0) (type default))
+    (uuid d85eb128-a813-4e44-a3c9-51186f2d671a)
+  )
   (wire (pts (xy 86.36 41.91) (xy 88.9 41.91))
     (stroke (width 0) (type default))
     (uuid dadd70ed-402b-44fb-9815-b8e8670dbf89)
@@ -1569,6 +1920,10 @@
     (stroke (width 0) (type default))
     (uuid db8f6483-ece9-4a8d-a7d6-bce7c315e044)
   )
+  (wire (pts (xy 213.36 44.45) (xy 220.98 44.45))
+    (stroke (width 0) (type default))
+    (uuid dcda7786-8836-4f0e-95d4-7bf8ca9f876c)
+  )
   (wire (pts (xy 33.02 101.6) (xy 33.02 104.14))
     (stroke (width 0) (type default))
     (uuid deaaf0eb-f9d1-4459-af6b-3de36ede194d)
@@ -1585,10 +1940,18 @@
     (stroke (width 0) (type default))
     (uuid e0cb0da4-b516-4f9d-8481-517971e1ad4c)
   )
+  (wire (pts (xy 186.69 58.42) (xy 186.69 60.96))
+    (stroke (width 0) (type default))
+    (uuid e1fa0e11-2215-4890-a34b-3d34a8aca945)
+  )
   (wire (pts (xy 124.46 72.39) (xy 127 72.39))
     (stroke (width 0) (type default))
     (uuid e3dfd590-4000-459a-ad9e-b01079a8c61e)
   )
+  (wire (pts (xy 124.46 80.01) (xy 127 80.01))
+    (stroke (width 0) (type default))
+    (uuid e52dce2e-4723-4328-aaca-bdf147f97817)
+  )
   (wire (pts (xy 81.28 52.07) (xy 87.63 52.07))
     (stroke (width 0) (type default))
     (uuid e78bc4b2-56d6-4865-b1d2-109f5c77517b)
@@ -1621,6 +1984,10 @@
     (stroke (width 0) (type default))
     (uuid f5894fb2-5991-4036-b5e1-3e84a9cc1cc8)
   )
+  (wire (pts (xy 186.69 55.88) (xy 189.23 55.88))
+    (stroke (width 0) (type default))
+    (uuid f7731506-5a6b-474e-a01d-a3ed1128b509)
+  )
   (wire (pts (xy 105.41 154.94) (xy 105.41 157.48))
     (stroke (width 0) (type default))
     (uuid f9274814-fa93-4167-9698-c7c2a7d83346)
@@ -1630,6 +1997,71 @@
     (uuid f9be142c-2b04-4534-8630-b3a3c9a22e94)
   )
 
+  (label "SDN" (at 186.69 50.8 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid 0b778ab9-4fb7-442f-bab3-19f5cc21b81e)
+  )
+  (label "SEL" (at 127 57.15 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid 1eac87e4-92c5-4eb6-8fbb-afb410a2d490)
+  )
+  (label "SDN" (at 127 107.95 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid 20dca388-f8c3-4119-9fcc-3d45b310a63e)
+  )
+  (label "MOSI" (at 127 92.71 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid 2114cc67-308a-4d2e-a74c-2b7a53a0e0e5)
+  )
+  (label "IRQ" (at 127 110.49 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid 3bed1da8-d293-44ad-8520-525da766be09)
+  )
+  (label "GPIO0" (at 214.63 48.26 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid 3ebd1248-2042-44bf-a90c-9a74b1844dc5)
+  )
+  (label "MISO" (at 127 90.17 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid 499ff1eb-f186-4652-8720-3ff25e6cd01b)
+  )
+  (label "SEL" (at 186.69 55.88 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid 8ab049ba-307f-4b19-8fd8-7b44772714c8)
+  )
+  (label "MISO" (at 214.63 53.34 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid 967f1694-a1ab-4739-829f-2eb33986a4dd)
+  )
+  (label "GPIO1" (at 214.63 50.8 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid b4ff3dae-e56c-4dd9-a2b2-9c0805a8344b)
+  )
+  (label "GPIO0" (at 127 82.55 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid bb2cb823-2ac2-4181-8952-69c25378a360)
+  )
+  (label "GPIO1" (at 127 80.01 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid bc56818a-3c5a-4d04-b73e-5b6da027a8bf)
+  )
+  (label "IRQ" (at 186.69 53.34 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid df961a6b-2170-4512-82ae-3ebc82cf1588)
+  )
+  (label "SCK" (at 214.63 58.42 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid e5c9346d-949e-4789-9e48-c39d22d2f8fa)
+  )
+  (label "SCK" (at 127 87.63 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid f667a6a6-becf-42e8-bbf3-4e1e476a8261)
+  )
+  (label "MOSI" (at 214.63 55.88 0) (fields_autoplaced)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid fa85a76a-cebd-4d29-a756-24e73b220ab3)
+  )
+
   (global_label "SWCLK" (shape input) (at 127 72.39 0) (fields_autoplaced)
     (effects (font (size 1.27 1.27)) (justify left))
     (uuid 1045e769-86a5-48a1-a4c3-b8af5036b3da)
@@ -1679,10 +2111,10 @@
       (effects (font (size 1.27 1.27)) (justify left) hide)
     )
   )
-  (global_label "BOOT1" (shape input) (at 127 85.09 0) (fields_autoplaced)
+  (global_label "BOOT1" (shape input) (at 133.35 85.09 0) (fields_autoplaced)
     (effects (font (size 1.27 1.27)) (justify left))
     (uuid 7a58586c-e405-408f-b926-24b125f9c0c5)
-    (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 136.0933 85.09 0)
+    (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 142.4433 85.09 0)
       (effects (font (size 1.27 1.27)) (justify left) hide)
     )
   )
@@ -1729,6 +2161,32 @@
     )
   )
 
+  (symbol (lib_id "Connector:Conn_Coaxial") (at 220.98 39.37 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+    (uuid 0795a852-cc10-4e01-98ae-6dd6fcdbfe89)
+    (property "Reference" "J2" (at 223.5201 38.4511 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Value" "Conn_Coaxial" (at 223.5201 40.8753 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Footprint" "" (at 220.98 39.37 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" " ~" (at 220.98 39.37 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 3574fd8f-4715-4b8d-81f9-dd31e674f9ab))
+    (pin "2" (uuid 7ebee084-bce5-4591-93c5-deaf0e233605))
+    (instances
+      (project "automotive-transceiver"
+        (path "/751b5f48-6c35-45a4-b147-45054493f00f"
+          (reference "J2") (unit 1)
+        )
+      )
+    )
+  )
+
   (symbol (lib_id "Device:C_Polarized") (at 82.55 109.22 0) (unit 1)
     (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
     (uuid 116dd121-5dad-418d-941b-f873f3bdd305)
@@ -1755,6 +2213,31 @@
     )
   )
 
+  (symbol (lib_id "power:GND") (at 186.69 60.96 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+    (uuid 118a8faf-60bb-4765-ab53-abbf83401326)
+    (property "Reference" "#PWR019" (at 186.69 67.31 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Value" "GND" (at 186.69 65.0931 0)
+      (effects (font (size 1.27 1.27)))
+    )
+    (property "Footprint" "" (at 186.69 60.96 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "" (at 186.69 60.96 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 28075c29-6bd8-4d0b-a8f5-85a46d2c17bf))
+    (instances
+      (project "automotive-transceiver"
+        (path "/751b5f48-6c35-45a4-b147-45054493f00f"
+          (reference "#PWR019") (unit 1)
+        )
+      )
+    )
+  )
+
   (symbol (lib_id "power:GND") (at 35.56 191.77 0) (unit 1)
     (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
     (uuid 1e384f17-bff1-4821-85ab-5a8a12e50a47)
@@ -1857,6 +2340,75 @@
     )
   )
 
+  (symbol (lib_id "scd31:RF4463F30") (at 199.39 53.34 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+    (uuid 3bf6d6f8-dec8-422e-bbcc-b224a0325be6)
+    (property "Reference" "U2" (at 204.1241 34.0827 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Value" "RF4463F30" (at 204.1241 36.5069 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Footprint" "npr70:RF4463F30" (at 213.36 64.77 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "" (at 199.39 53.34 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 6e7f0c3c-9a0d-4085-ae85-915c9d543d48))
+    (pin "10" (uuid fab75598-b39a-4a9e-a2a9-cc3cea281afd))
+    (pin "11" (uuid 6cbf62e8-edae-46eb-b31d-8bf27097a0ad))
+    (pin "12" (uuid 39dd3fec-c3b4-4205-ac6f-f412429d3601))
+    (pin "13" (uuid 52dc17b1-00df-49d0-9a4b-7231c8efa7e2))
+    (pin "14" (uuid dcd429f3-8f32-4934-9a94-f71d9383a689))
+    (pin "15" (uuid 105bf5a4-4b0b-4923-a1e0-fb4fe59986f8))
+    (pin "16" (uuid 3aaab4c9-2d01-41dd-b386-bdc2c015c982))
+    (pin "2" (uuid 484e50cd-502b-45fe-af4a-ea143d83baf8))
+    (pin "3" (uuid 998988dd-907a-4160-975d-cf14207e634d))
+    (pin "4" (uuid f50ef0e4-3d67-48a5-946a-0a264028e514))
+    (pin "5" (uuid ded812db-ed3e-4ae5-8301-968ea4c66bb4))
+    (pin "6" (uuid 5853c20d-adfc-4c78-bd55-4b3d9ff7667d))
+    (pin "7" (uuid 9e6152db-e259-4638-b0f8-dca794b8e07e))
+    (pin "8" (uuid ccda9c6d-f939-4c26-8607-3a78a9744f17))
+    (pin "9" (uuid b65a0643-1ec2-4232-8216-d385d489e795))
+    (pin "SHLD_1" (uuid c09e088d-a7d8-4605-a86f-a3301e600f65))
+    (pin "SHLD_2" (uuid 540b2dc8-3ddb-4d47-97c5-b3d154c561f1))
+    (pin "SHLD_3" (uuid e8122461-159e-4087-82fe-0edcd5c98d89))
+    (pin "SHLD_4" (uuid e84301e0-8fcf-4b7e-935f-68bb67d240df))
+    (instances
+      (project "automotive-transceiver"
+        (path "/751b5f48-6c35-45a4-b147-45054493f00f"
+          (reference "U2") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "power:GND") (at 195.58 34.29 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+    (uuid 3efdcaa3-ac54-4a11-aabc-c39bae4a3047)
+    (property "Reference" "#PWR016" (at 195.58 40.64 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Value" "GND" (at 195.58 38.4231 0)
+      (effects (font (size 1.27 1.27)))
+    )
+    (property "Footprint" "" (at 195.58 34.29 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "" (at 195.58 34.29 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 182d9f2e-9ca2-4f75-adce-abb676552940))
+    (instances
+      (project "automotive-transceiver"
+        (path "/751b5f48-6c35-45a4-b147-45054493f00f"
+          (reference "#PWR016") (unit 1)
+        )
+      )
+    )
+  )
+
   (symbol (lib_id "Switch:SW_Push") (at 40.64 35.56 0) (unit 1)
     (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
     (uuid 3fee6290-a145-4b2d-b62a-18bf24320a84)
@@ -2152,6 +2704,31 @@
     )
   )
 
+  (symbol (lib_id "power:GND") (at 199.39 68.58 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+    (uuid 6aa86ca6-090f-4a31-922b-626f220a7929)
+    (property "Reference" "#PWR017" (at 199.39 74.93 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Value" "GND" (at 199.39 72.7131 0)
+      (effects (font (size 1.27 1.27)))
+    )
+    (property "Footprint" "" (at 199.39 68.58 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "" (at 199.39 68.58 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 31d119fe-6c59-4867-ba86-4eaa09e76f0e))
+    (instances
+      (project "automotive-transceiver"
+        (path "/751b5f48-6c35-45a4-b147-45054493f00f"
+          (reference "#PWR017") (unit 1)
+        )
+      )
+    )
+  )
+
   (symbol (lib_id "Device:C") (at 53.34 97.79 0) (unit 1)
     (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
     (uuid 6fa244c2-cf47-4d91-8c6b-fd0a76f8fc63)
@@ -2255,6 +2832,31 @@
     )
   )
 
+  (symbol (lib_id "power:GND") (at 168.91 48.26 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+    (uuid 7f267986-30f6-426a-93d5-208336748ce5)
+    (property "Reference" "#PWR022" (at 168.91 54.61 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Value" "GND" (at 168.91 52.3931 0)
+      (effects (font (size 1.27 1.27)))
+    )
+    (property "Footprint" "" (at 168.91 48.26 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "" (at 168.91 48.26 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid e13ee93c-e30c-4af2-acaa-13de7bba65d7))
+    (instances
+      (project "automotive-transceiver"
+        (path "/751b5f48-6c35-45a4-b147-45054493f00f"
+          (reference "#PWR022") (unit 1)
+        )
+      )
+    )
+  )
+
   (symbol (lib_id "Device:C") (at 64.77 97.79 0) (unit 1)
     (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
     (uuid 8715ef4e-2a55-474d-8457-436232c22eb6)
@@ -2358,6 +2960,31 @@
     )
   )
 
+  (symbol (lib_id "power:+5V") (at 180.34 38.1 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+    (uuid 98f3c042-68ae-4761-b3ee-ad9bcf209557)
+    (property "Reference" "#PWR020" (at 180.34 41.91 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Value" "+5V" (at 180.34 33.9669 0)
+      (effects (font (size 1.27 1.27)))
+    )
+    (property "Footprint" "" (at 180.34 38.1 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "" (at 180.34 38.1 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 0433273e-6e4e-4842-a3cf-ff7af16e2cd3))
+    (instances
+      (project "automotive-transceiver"
+        (path "/751b5f48-6c35-45a4-b147-45054493f00f"
+          (reference "#PWR020") (unit 1)
+        )
+      )
+    )
+  )
+
   (symbol (lib_id "power:GND") (at 104.14 125.73 0) (unit 1)
     (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
     (uuid 9d8a2798-c956-4d5f-a14a-59db2bd1ade6)
@@ -2383,6 +3010,57 @@
     )
   )
 
+  (symbol (lib_id "power:+5V") (at 168.91 35.56 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+    (uuid ab3da902-1a3f-47af-a126-6ef30176dd78)
+    (property "Reference" "#PWR021" (at 168.91 39.37 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Value" "+5V" (at 168.91 31.4269 0)
+      (effects (font (size 1.27 1.27)))
+    )
+    (property "Footprint" "" (at 168.91 35.56 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "" (at 168.91 35.56 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid c3deaee3-5423-4643-a497-6cad45286d69))
+    (instances
+      (project "automotive-transceiver"
+        (path "/751b5f48-6c35-45a4-b147-45054493f00f"
+          (reference "#PWR021") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "Device:C") (at 168.91 41.91 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+    (uuid b611e809-08b6-43e4-b48c-8bb97b89b446)
+    (property "Reference" "C8" (at 171.831 40.6979 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Value" "0.1uF" (at 171.831 43.1221 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Footprint" "" (at 169.8752 45.72 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "~" (at 168.91 41.91 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 23486a62-052b-4c29-a4d3-1896fd683870))
+    (pin "2" (uuid 86e1075c-94c8-4040-a912-c2a0108c3df6))
+    (instances
+      (project "automotive-transceiver"
+        (path "/751b5f48-6c35-45a4-b147-45054493f00f"
+          (reference "C8") (unit 1)
+        )
+      )
+    )
+  )
+
   (symbol (lib_id "power:+3.3V") (at 33.02 50.8 0) (unit 1)
     (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
     (uuid b6d9e736-1f32-46d1-8a61-aba3e8d27eb4)
@@ -2560,6 +3238,31 @@
     )
   )
 
+  (symbol (lib_id "power:GND") (at 180.34 45.72 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+    (uuid e0e45334-3692-4b5a-adc9-08f913df8039)
+    (property "Reference" "#PWR018" (at 180.34 52.07 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Value" "GND" (at 180.34 49.8531 0)
+      (effects (font (size 1.27 1.27)))
+    )
+    (property "Footprint" "" (at 180.34 45.72 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "" (at 180.34 45.72 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid a6f1ed27-f6c5-489f-93eb-5869e2b4c2cd))
+    (instances
+      (project "automotive-transceiver"
+        (path "/751b5f48-6c35-45a4-b147-45054493f00f"
+          (reference "#PWR018") (unit 1)
+        )
+      )
+    )
+  )
+
   (symbol (lib_id "power:GND") (at 105.41 157.48 0) (unit 1)
     (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
     (uuid e0fa6450-0761-439e-a37d-8b31e55c9d6f)
diff --git a/scd31-lib b/scd31-lib
new file mode 160000
index 0000000..f29dbf6
--- /dev/null
+++ b/scd31-lib
@@ -0,0 +1 @@
+Subproject commit f29dbf65e065065250543228a0f1df73d7785b4d
diff --git a/sym-lib-table b/sym-lib-table
new file mode 100644
index 0000000..fca3846
--- /dev/null
+++ b/sym-lib-table
@@ -0,0 +1,4 @@
+(sym_lib_table
+  (version 7)
+  (lib (name "scd31")(type "KiCad")(uri "${KIPRJMOD}/scd31-lib/scd31.kicad_sym")(options "")(descr ""))
+)
-- 
GitLab