From c9744004ea4aaee95c2b11489210d432d14f28cd Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 5 Jul 2023 17:29:05 +0200 Subject: [PATCH] Initial commit --- .gitignore | 3 + .../bal-10x10mm.kicad_mod | 41 + footprints.pretty/Bosch_BMI088_LGA.kicad_mod | 90 + footprints.pretty/MTSM1346SMF1-100.kicad_mod | 56 + footprints.pretty/P16612-011CA.kicad_mod | 38 + footprints.pretty/VBPW34S.kicad_mod | 38 + footprints.pretty/VBPW34SR.kicad_mod | 40 + footprints.pretty/coil_rx.kicad_mod | 548 + footprints.pretty/mesh_conn.kicad_mod | 34 + fp-info-cache | 88516 ++++++++++++++++ fp-lib-table | 7 + layout_radial.py | 43 + moment_of_inertia.py | 324 + pd_tia.kicad_sch | 1849 + resistor_bank.kicad_sch | 2021 + self-balancing-test-a.kicad_pcb | 37992 +++++++ self-balancing-test-a.kicad_prl | 77 + self-balancing-test-a.kicad_pro | 604 + self-balancing-test-a.kicad_sch | 14636 +++ sym-lib-table | 4 + symbols.kicad_sym | 1457 + 21 files changed, 148418 insertions(+) create mode 100644 .gitignore create mode 100644 balancing-footprints.pretty/bal-10x10mm.kicad_mod create mode 100644 footprints.pretty/Bosch_BMI088_LGA.kicad_mod create mode 100644 footprints.pretty/MTSM1346SMF1-100.kicad_mod create mode 100644 footprints.pretty/P16612-011CA.kicad_mod create mode 100644 footprints.pretty/VBPW34S.kicad_mod create mode 100644 footprints.pretty/VBPW34SR.kicad_mod create mode 100644 footprints.pretty/coil_rx.kicad_mod create mode 100644 footprints.pretty/mesh_conn.kicad_mod create mode 100644 fp-info-cache create mode 100644 fp-lib-table create mode 100644 layout_radial.py create mode 100644 moment_of_inertia.py create mode 100644 pd_tia.kicad_sch create mode 100644 resistor_bank.kicad_sch create mode 100644 self-balancing-test-a.kicad_pcb create mode 100644 self-balancing-test-a.kicad_prl create mode 100644 self-balancing-test-a.kicad_pro create mode 100644 self-balancing-test-a.kicad_sch create mode 100644 sym-lib-table create mode 100644 symbols.kicad_sym diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f1bc8e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +venv +__pycache__ +gerber diff --git a/balancing-footprints.pretty/bal-10x10mm.kicad_mod b/balancing-footprints.pretty/bal-10x10mm.kicad_mod new file mode 100644 index 0000000..b669740 --- /dev/null +++ b/balancing-footprints.pretty/bal-10x10mm.kicad_mod @@ -0,0 +1,41 @@ +(footprint "bal-10x10mm" (version 20230620) (generator pcbnew) + (layer "F.Cu") + (property "Reference" "REF**" (at 0 -0.5 0 unlocked) (layer "F.SilkS") (tstamp 3359a3e4-31fb-47b9-b16b-0de58bdb9045) + (effects (font (size 1 1) (thickness 0.1))) + ) + (property "Value" "bal-10x10mm" (at 0 1 0 unlocked) (layer "F.Fab") (tstamp 64a76c86-9dcb-403b-9cc1-498db73315bd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 447a31db-e46c-4599-80f8-8228935a2474) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a78abcd1-67b1-46a6-9d26-349df0dd048a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9b04e6e6-2c0a-43b8-aace-405f3681e211) + (effects (font (size 1 1) (thickness 0.15))) + ) + (attr smd) + (fp_rect (start -5 -5) (end 5 5) + (stroke (width 0.05) (type default)) (fill none) (layer "F.CrtYd") (tstamp e638c5a1-c193-4c12-b8c5-fc574824dfad)) + (fp_text user "${REFERENCE}" (at 0 2.5 0 unlocked) (layer "F.Fab") (tstamp 615c98ba-759a-478e-bee0-2f8fa8dbc4fb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd circle (at 0 0) (size 10 10) (layers "F.Cu") + (tstamp 5a84eceb-f684-46f8-b85a-c96eb1f31ff5) + ) + (zone (net 0) (net_name "") (layer "F.Cu") (tstamp ed385c04-3160-4b79-9161-5d0c0fd0b46f) (hatch edge 0.5) + (connect_pads (clearance 0)) + (min_thickness 0.25) (filled_areas_thickness no) + (keepout (tracks not_allowed) (vias not_allowed) (pads not_allowed) (copperpour not_allowed) (footprints not_allowed)) + (fill (thermal_gap 0.5) (thermal_bridge_width 0.5)) + (polygon + (pts + (xy -5 -5) + (xy 5 -5) + (xy 5 5) + (xy -5 5) + ) + ) + ) +) diff --git a/footprints.pretty/Bosch_BMI088_LGA.kicad_mod b/footprints.pretty/Bosch_BMI088_LGA.kicad_mod new file mode 100644 index 0000000..65b4cda --- /dev/null +++ b/footprints.pretty/Bosch_BMI088_LGA.kicad_mod @@ -0,0 +1,90 @@ +(footprint "Bosch_BMI088_LGA" (version 20230620) (generator pcbnew) + (layer "F.Cu") + (property "Reference" "REF**" (at 0 14.5 0 unlocked) (layer "F.SilkS") (tstamp f97a3efe-8e1f-4684-abec-f09b41d0273a) + (effects (font (size 1 1) (thickness 0.1))) + ) + (property "Value" "Bosch_BMI088_LGA" (at 0 16 0 unlocked) (layer "F.Fab") (tstamp 507ecc84-52fd-413f-bbd7-488e6a6774d5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 15 0 unlocked) (layer "F.Fab") hide (tstamp 86a561ab-f459-4896-a3fb-deffc38169af) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 15 0 unlocked) (layer "F.Fab") hide (tstamp 47e3ecba-bfc7-4cb8-aee6-a0c58e0d8f6c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 15 0 unlocked) (layer "F.Fab") hide (tstamp 61b1f77d-fee5-4715-aefa-934b7eb8bf2d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (attr smd) + (fp_rect (start -1.5 -2.25) (end 1.5 2.25) + (stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp d4da083c-48cd-45d8-85d2-7ba5414f92c2)) + (fp_rect (start -1.75 -2.5) (end 1.75 2.5) + (stroke (width 0.05) (type default)) (fill none) (layer "Margin") (tstamp d9afc9e9-a34c-49a9-a1ee-a81aa2657292)) + (fp_text user "${REFERENCE}" (at 0 17.5 0 unlocked) (layer "F.Fab") (tstamp 05e60479-6332-49f4-8e05-9851167efb3f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd rect (at 1.2625 -1.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 33e4075d-571a-440f-beb1-39b5fc17748f) + ) + (pad "2" smd rect (at 1.2625 -1) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 445ee1e7-5125-4727-854a-238f96f6239c) + ) + (pad "3" smd rect (at 1.2625 -0.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 2d4aee6a-bfa1-47b5-931c-d1e9a1e75a32) + ) + (pad "4" smd rect (at 1.2625 0) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 095909e0-1173-47ef-8f60-91851bef766c) + ) + (pad "5" smd rect (at 1.2625 0.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp c889a00c-1efd-42a7-9620-07b6e1ad38ad) + ) + (pad "6" smd rect (at 1.2625 1) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp fd785a6e-a6e4-479e-a743-9436638169b2) + ) + (pad "7" smd rect (at 1.2625 1.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 98826b32-2175-45f7-a2e9-f123abbc8058) + ) + (pad "8" smd rect (at 0 2.0125 90) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 649df130-2925-4aa0-9c17-b33575023cb7) + ) + (pad "9" smd rect (at -1.2625 1.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp a3b62a16-22dc-4c87-a4b5-a7392f718405) + ) + (pad "10" smd rect (at -1.2625 1) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 5a8497c5-7b36-4416-969b-523e2ad81294) + ) + (pad "11" smd rect (at -1.2625 0.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 8976fc4d-827c-4ce9-ba98-c3392b3fded9) + ) + (pad "12" smd rect (at -1.2625 0) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp b589d726-1f22-4583-b98c-ead3ecd8bf5f) + ) + (pad "13" smd rect (at -1.2625 -0.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp ee32064b-3874-4d43-abf6-1ad170bfec82) + ) + (pad "14" smd rect (at -1.2625 -1) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp dd51ecf0-f3c8-4742-8fb4-d2754cab1b14) + ) + (pad "15" smd rect (at -1.2625 -1.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 98c84001-0cd6-4ab7-83e0-c351f3810a71) + ) + (pad "16" smd rect (at 0 -2.0125 90) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 1560c8a5-30bb-4783-b4a2-a69f1b22772d) + ) +) diff --git a/footprints.pretty/MTSM1346SMF1-100.kicad_mod b/footprints.pretty/MTSM1346SMF1-100.kicad_mod new file mode 100644 index 0000000..b1b373b --- /dev/null +++ b/footprints.pretty/MTSM1346SMF1-100.kicad_mod @@ -0,0 +1,56 @@ +(footprint "MTSM1346SMF1-100" (version 20230620) (generator pcbnew) + (layer "F.Cu") + (property "Reference" "REF**" (at 0 -3.5 0 unlocked) (layer "F.SilkS") (tstamp 94844c15-568c-4fa3-a607-69040e661d97) + (effects (font (size 1 1) (thickness 0.1))) + ) + (property "Value" "MTSM1346SMF1-100" (at 0 1 0 unlocked) (layer "F.Fab") (tstamp 6f1aa1c0-3c66-4205-b8f1-1964440b2a97) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ecc39ab9-7bd3-435c-9592-2ed9167c0029) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 03e564f4-0f2c-4b49-b752-e767cfcf778d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1f41df07-2728-4aae-9b94-3e28ebeaefd7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (attr smd) + (fp_line (start -0.25 0.6) (end -0.25 1.5) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 6600c07a-dc8f-4f4f-b698-4b36f01b7898)) + (fp_line (start 0 0.6) (end -0.25 0.6) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 4acbf4c6-6d04-4e48-9b42-e9363a7f99e3)) + (fp_line (start 1.45 0.6) (end 0 0.6) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 9b89d808-0216-4d0e-8369-486f19e4828a)) + (fp_rect (start -1.5 -1.5) (end 1.5 1.5) + (stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp 8b2f86fb-d332-4688-a68e-d12000493540)) + (fp_rect (start -1.7 -1.7) (end 1.7 1.7) + (stroke (width 0.05) (type default)) (fill none) (layer "F.CrtYd") (tstamp 9780c955-5324-4f3a-a757-bafd450ff138)) + (fp_text user "${REFERENCE}" (at 0 2.5 0 unlocked) (layer "F.Fab") (tstamp 76ae142d-c1dd-4fd1-8324-8892d6724e8e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at 1.25 1.15 180) (size 2.5 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.4285714286) + (thermal_bridge_angle 45) + (tstamp 5314e829-2a31-47d2-8c38-725917263cbc) + ) + (pad "2" smd rect (at 1.575 0 180) (size 1.85 0.7) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 1c32838c-a5f9-4403-9438-b3afde00faf9) + ) + (pad "3" smd rect (at 1.575 -1.15 180) (size 1.85 0.7) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp f247bdbc-b440-4a5e-a621-e4c358d98147) + ) + (pad "4" smd rect (at -1.575 -1.15 180) (size 1.85 0.7) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 522d816f-4c10-4df4-86fb-7a69840d426c) + ) + (pad "5" smd rect (at -1.575 0 180) (size 1.85 0.7) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp d971adf6-52b5-4d64-a89a-8e23528e6ba5) + ) + (pad "6" smd rect (at -1.575 1.15 180) (size 1.85 0.7) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 68ce1124-7c10-40b9-b5ba-823548e5189c) + ) +) diff --git a/footprints.pretty/P16612-011CA.kicad_mod b/footprints.pretty/P16612-011CA.kicad_mod new file mode 100644 index 0000000..2d262ba --- /dev/null +++ b/footprints.pretty/P16612-011CA.kicad_mod @@ -0,0 +1,38 @@ +(footprint "P16612-011CA" (version 20230620) (generator pcbnew) + (layer "F.Cu") + (property "Reference" "REF**" (at 0 -2.55 0 unlocked) (layer "F.SilkS") (tstamp c2276d27-16d8-4ad4-8bde-592813a4d3a8) + (effects (font (size 1 1) (thickness 0.1))) + ) + (property "Value" "P16612-011CA" (at 0 1 0 unlocked) (layer "F.Fab") (tstamp c17f9354-4dcd-427f-a0cd-3651420b79cd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 65b5b503-94ba-469f-ac07-825c708743d5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c4b71734-68fe-44c7-a657-275085e813a7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4907b044-9154-4565-bbc3-4d78188ae664) + (effects (font (size 1 1) (thickness 0.15))) + ) + (attr smd) + (fp_line (start 0.75 -1.75) (end 1.8 -1.75) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 5bc9e9b8-c81f-4e2f-aeda-6038318a1525)) + (fp_line (start 1.8 -1.75) (end 1.8 -0.8) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp ef59ca4e-da2f-41c0-8fee-f72ca0a547ee)) + (fp_rect (start -1.3 -1.3) (end 1.3 1.3) + (stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp d519c4bb-87d6-401d-8dfe-10740fe38960)) + (fp_rect (start -1.5 -1.5) (end 1.5 1.5) + (stroke (width 0.05) (type default)) (fill none) (layer "F.CrtYd") (tstamp 9e7fce77-0bdc-4c75-b86e-4d88362275b0)) + (fp_text user "${REFERENCE}" (at 0 2.5 0 unlocked) (layer "F.Fab") (tstamp 76855fc3-1cfc-4e28-b002-8380fdafa654) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd rect (at 0.9 0 180) (size 1.3 3.1) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 3198d885-b53d-4ffb-96b6-184c86fac519) + ) + (pad "2" smd rect (at -0.9 0 180) (size 1.3 3.1) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 7295e3bf-5769-43de-a2ad-24d6cd74bcf1) + ) +) diff --git a/footprints.pretty/VBPW34S.kicad_mod b/footprints.pretty/VBPW34S.kicad_mod new file mode 100644 index 0000000..4d121d3 --- /dev/null +++ b/footprints.pretty/VBPW34S.kicad_mod @@ -0,0 +1,38 @@ +(footprint "VBPW34S" (version 20230620) (generator pcbnew) + (layer "F.Cu") + (property "Reference" "REF**" (at -1.6 -3 0 unlocked) (layer "F.SilkS") hide (tstamp 88390548-67d9-49ae-8e4c-db01d26978d2) + (effects (font (size 1 1) (thickness 0.1))) + ) + (property "Value" "VBPW34S" (at 0 1 0 unlocked) (layer "F.Fab") (tstamp 49bcfcc7-6ef0-4846-b5f7-960c636434bb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp db2c230f-92ec-4075-9bd3-c08c516cad56) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f9c53b5c-993a-4b69-8b9e-da34f17dd77b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4e42c3fd-b0f8-4932-8240-d6c55ea8e994) + (effects (font (size 1 1) (thickness 0.15))) + ) + (attr smd) + (fp_line (start -1.6 -1.95) (end -1.6 1.95) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp a2f763ed-a004-441d-8244-eac6029b573e)) + (fp_rect (start -2.2 -1.95) (end 2.2 1.95) + (stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp 13d36aea-793c-41ad-904d-3542d7f1a2c4)) + (fp_rect (start -1 -1) (end 1 1) + (stroke (width 0.1) (type dot)) (fill none) (layer "F.SilkS") (tstamp 93cc726b-eb93-4c74-875e-19bac486e589)) + (fp_rect (start -3.4 -2.2) (end 3.4 2.2) + (stroke (width 0.05) (type default)) (fill none) (layer "Margin") (tstamp 35a10b49-2333-4ae0-ad4f-be7c11e460a8)) + (fp_text user "${REFERENCE}" (at 0 2.5 0 unlocked) (layer "F.Fab") (tstamp 6da511a8-5272-4940-a236-8bdcca2bcba5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd rect (at -3.575 0 90) (size 1.75 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp c26b90cf-eb56-4095-b993-a534163b7718) + ) + (pad "2" smd rect (at 3.575 0 90) (size 1.75 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp e1b9bf11-3775-4900-ad1e-6eb4ef74afc1) + ) +) diff --git a/footprints.pretty/VBPW34SR.kicad_mod b/footprints.pretty/VBPW34SR.kicad_mod new file mode 100644 index 0000000..72dcd84 --- /dev/null +++ b/footprints.pretty/VBPW34SR.kicad_mod @@ -0,0 +1,40 @@ +(footprint "VBPW34SR" (version 20230620) (generator pcbnew) + (layer "F.Cu") + (property "Reference" "REF**" (at -1.6 -3 0 unlocked) (layer "F.SilkS") hide (tstamp b09223af-b049-4a61-b9aa-5a8bddba26fd) + (effects (font (size 1 1) (thickness 0.1))) + ) + (property "Value" "VBPW34SR" (at 0 1 0 unlocked) (layer "F.Fab") (tstamp 916ac511-8dba-449e-af8b-b56f77084c5b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 98d8ede5-a9e7-4027-a862-08ae5bb89b1b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3d72a385-02d0-4197-9835-027a41835154) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 73a86ea5-bdba-4bde-991b-98b412192463) + (effects (font (size 1 1) (thickness 0.15))) + ) + (attr smd) + (fp_line (start -1.6 -1.95) (end -1.6 1.95) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp f03db372-3115-4690-9e13-0199284ffb8c)) + (fp_rect (start -2.2 -1.95) (end 2.2 1.95) + (stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp b173977a-593e-4cb3-8763-3ea91ef7fc7b)) + (fp_rect (start -1.68 -1.5) (end 1.32 1.5) + (stroke (width 0.1) (type dot)) (fill none) (layer "F.SilkS") (tstamp 42b9372a-e36b-4210-a75a-de580540d86e)) + (fp_rect (start -1.98 -1.8) (end 1.62 1.8) + (stroke (width 0.05) (type default)) (fill none) (layer "Edge.Cuts") (tstamp dad98ac0-65e9-41f5-8e7c-1f1f5eed6e44)) + (fp_rect (start -3.4 -2.2) (end 3.4 2.2) + (stroke (width 0.05) (type default)) (fill none) (layer "Margin") (tstamp 7fe3bec6-3955-4c21-ae6d-44ba50829f15)) + (fp_text user "${REFERENCE}" (at 0 2.5 0 unlocked) (layer "F.Fab") (tstamp 733f454d-fa09-4888-9ea7-47aa0099102d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd rect (at -3.575 0 90) (size 1.75 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp a01d329c-5bba-43ac-a2c0-8a89e3e4d16b) + ) + (pad "2" smd rect (at 3.575 0 90) (size 1.75 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp fb8a214a-920d-478a-b94c-cae1c738661a) + ) +) diff --git a/footprints.pretty/coil_rx.kicad_mod b/footprints.pretty/coil_rx.kicad_mod new file mode 100644 index 0000000..e25a32c --- /dev/null +++ b/footprints.pretty/coil_rx.kicad_mod @@ -0,0 +1,548 @@ +(footprint "coil_rx" (version 20230620) (generator pcbnew) + (layer "F.Cu") + (property "Reference" "REF**" (at 0 -0.5 0 unlocked) (layer "F.SilkS") hide (tstamp a1cfaab7-dc54-48c5-ba8c-a23b49020a51) + (effects (font (size 1 1) (thickness 0.1))) + ) + (property "Value" "coil_rx" (at 0 1 0 unlocked) (layer "F.Fab") hide (tstamp 3e6b6586-c676-486b-bc5d-08fb92b33e36) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6a949703-cc2e-4e6d-a727-55482d808100) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c8122c05-2772-430f-b597-c294324e5263) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 60dc2314-287c-486d-a4a2-f8571d1f9802) + (effects (font (size 1 1) (thickness 0.15))) + ) + (attr smd) + (fp_line (start -11.871582 -3.404121) (end -12.015771 -3.445467) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp a3993b40-9ae0-4444-8152-592b0245c1d9)) + (fp_line (start -11.282286 5.023198) (end -11.419318 5.084208) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 32687b92-84a7-44af-bf93-9bc11cd73187)) + (fp_line (start -7.545904 2.163753) (end -7.401715 2.122408) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 33bd81b4-ca32-4c13-b2ea-34faac4ffc87)) + (fp_line (start -7.171332 -3.192883) (end -7.0343 -3.131872) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c7431749-d259-48f2-b444-10e4d4826004)) + (fp_line (start -6.906032 -10.238614) (end -6.989911 -10.36297) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ba908801-2714-4f46-a292-68f50f5c064f)) + (fp_line (start -5.413884 11.100106) (end -5.479639 11.234926) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp aa3da8e1-edfa-46ac-9a9b-4cb12e928566)) + (fp_line (start -4.389664 6.507945) (end -4.305785 6.383589) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp a19fc8cf-253f-4a4e-8b75-36153f812188)) + (fp_line (start -3.441214 -7.055533) (end -3.375458 -6.920714) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 0c23c8e9-1aa6-4864-b166-67800816cbcc)) + (fp_line (start 0.820548 7.806997) (end 0.804869 7.657819) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e73721af-d29c-472a-9bb6-2e55c3a5a759)) + (fp_line (start 1.290927 -12.282345) (end 1.306606 -12.431524) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp cb45bab2-6f09-429c-bd33-4d3d5322736d)) + (fp_line (start 1.899087 -7.616821) (end 1.862799 -7.471277) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 36944a4a-e788-4261-9a8d-bab0c7c21f75)) + (fp_line (start 2.987735 11.983152) (end 3.024024 12.128697) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 51006d3d-a7ec-4331-960d-ed9836d8f340)) + (fp_line (start 5.646817 5.453068) (end 5.538916 5.348869) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c43990b6-c00e-49e3-be82-b669c7758ef8)) + (fp_line (start 6.350783 -4.614114) (end 6.229431 -4.525946) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 353bfd0c-72d6-43f0-89f8-cea3be2d4867)) + (fp_line (start 7.830878 0.547588) (end 7.681243 0.537125) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp be88ce0f-6ec7-4e3b-8f4c-15e42b71abb8)) + (fp_line (start 8.883847 -8.579031) (end 8.991748 -8.68323) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 5779e245-5454-48b0-a228-4985eb5f8ba3)) + (fp_line (start 9.99136 7.259148) (end 10.112712 7.347316) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 43acd05b-779f-4094-8773-2e6960fe48f8)) + (fp_line (start 12.319916 -0.861492) (end 12.469551 -0.871956) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp bd37c49d-985c-402f-8376-a33b72e5677f)) + (fp_arc (start -11.871582 3.404121) (mid -12.35 0) (end -11.871582 -3.404121) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 3648bf77-57f2-4fee-b75f-547ce5620bd9)) + (fp_arc (start -11.390951 -3.266303) (mid -11.36977 -4.146801) (end -11.282286 -5.023198) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp a9249ba7-9079-4b67-a5e8-823c71ba4ce5)) + (fp_arc (start -11.390951 3.266303) (mid -11.85 0) (end -11.390951 -3.266303) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 385ba1ee-4942-4514-89be-99a74df92460)) + (fp_arc (start -11.282286 -5.023198) (mid -9.460649 -7.938427) (end -6.906032 -10.238614) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ebb25c0f-b242-4961-b6a9-292df3ee8cc6)) + (fp_arc (start -10.91032 -3.128484) (mid -10.900016 -3.975766) (end -10.825514 -4.819829) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 49f94a42-8263-49de-80e5-f20dcf05b374)) + (fp_arc (start -10.91032 3.128484) (mid -11.35 0) (end -10.91032 -3.128484) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ba021543-0107-4d9f-95c6-3af389ff0dea)) + (fp_arc (start -10.825514 -4.819829) (mid -9.077627 -7.617033) (end -6.626436 -9.824095) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp bb348e7e-6805-4d4d-a320-002a91414e94)) + (fp_arc (start -10.825514 4.819829) (mid -11.375259 4.131712) (end -11.871582 3.404121) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp f1c56ac4-ba21-4589-bb7a-946f1cfc1a6f)) + (fp_arc (start -10.429689 -2.990665) (mid -10.430278 -3.804727) (end -10.368741 -4.616461) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 811cc591-8b80-4077-a4f5-80806de34220)) + (fp_arc (start -10.429689 2.990665) (mid -10.85 0) (end -10.429689 -2.990665) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 676b7dc7-37fe-4390-988e-2a10a3f9a431)) + (fp_arc (start -10.368741 -4.616461) (mid -8.694604 -7.29564) (end -6.346839 -9.409576) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 9dcc55aa-e9f3-4178-bc78-c504fe75ac79)) + (fp_arc (start -10.368741 4.616461) (mid -10.905473 3.960784) (end -11.390951 3.266303) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 33248033-f66e-4145-be89-f6ba445ac51f)) + (fp_arc (start -9.949059 -2.852847) (mid -9.96055 -3.633684) (end -9.911968 -4.413093) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 68e42fba-1df4-436c-83aa-f63dc90ff702)) + (fp_arc (start -9.949059 2.852847) (mid -10.350001 0) (end -9.949059 -2.852847) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp d97ce90f-8c82-470e-aa1b-e0987ef9d100)) + (fp_arc (start -9.911968 -4.413093) (mid -8.311582 -6.974246) (end -6.067243 -8.995058) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 61197733-d706-41f0-a59d-1783feb93b5f)) + (fp_arc (start -9.911968 4.413093) (mid -10.43569 3.789865) (end -10.91032 3.128484) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 9c8246b0-c80d-4cbb-932d-81b68cb2f93e)) + (fp_arc (start -9.468428 -2.715028) (mid -9.490826 -3.462633) (end -9.455195 -4.209724) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 95ed9fc1-4012-462c-adf2-12950772f7f5)) + (fp_arc (start -9.468428 2.715028) (mid -9.85 0) (end -9.468428 -2.715028) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp fd455d44-9537-4150-87ed-dd0c69e97421)) + (fp_arc (start -9.455195 -4.209724) (mid -7.92856 -6.652852) (end -5.787647 -8.580539) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ed8f9fa7-4ae5-4a51-ac24-ab93a00168fc)) + (fp_arc (start -9.455195 4.209724) (mid -9.96591 3.618954) (end -10.429689 2.990665) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp eb3b707b-9c8d-4c49-bade-34ac793be7e1)) + (fp_arc (start -8.998423 -4.006356) (mid -7.545538 -6.331458) (end -5.50805 -8.16602) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e4907387-702a-40a2-810c-88ab04bc923b)) + (fp_arc (start -8.998423 4.006356) (mid -9.496132 3.448054) (end -9.949059 2.852847) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 26b269ae-f9d0-421c-b4ba-b12e42f88917)) + (fp_arc (start -8.987797 -2.577209) (mid -9.021114 -3.291574) (end -8.998423 -4.006356) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b2c131ee-c2fa-490b-94f1-d492751d0d84)) + (fp_arc (start -8.987797 2.577209) (mid -9.35 0) (end -8.987797 -2.577209) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 52dde411-a618-47e1-b304-5b00ae620871)) + (fp_arc (start -8.54165 -3.802988) (mid -7.162516 -6.010064) (end -5.228454 -7.751501) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 1b1aa203-794f-4507-aaf8-3a3ae8768e4b)) + (fp_arc (start -8.54165 3.802988) (mid -9.026357 3.277168) (end -9.468428 2.715028) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 9fe0ec90-ff32-4fef-898b-42650c76d335)) + (fp_arc (start -8.507166 -2.439391) (mid -8.551412 -3.120507) (end -8.54165 -3.802988) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 60a72548-91b2-45d9-bdac-92998649240a)) + (fp_arc (start -8.507166 2.439391) (mid -8.85 0) (end -8.507166 -2.439391) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4943ede4-e827-4fad-af71-71dc7a3a3947)) + (fp_arc (start -8.084877 -3.599619) (mid -6.779492 -5.68867) (end -4.948857 -7.336983) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp cb64f833-9707-4adc-8b61-704801d2c2e6)) + (fp_arc (start -8.084877 3.599619) (mid -8.556585 3.106295) (end -8.987797 2.577209) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ab7b53d7-e4eb-4027-a145-97797de72c6b)) + (fp_arc (start -8.026535 -2.301572) (mid -8.081723 -2.949426) (end -8.084877 -3.599619) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp aa6d1787-8372-49d2-b4b9-d1ad690708cc)) + (fp_arc (start -8.026535 2.301572) (mid -8.35 0) (end -8.026535 -2.301572) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e967f264-484f-4294-82c6-485b3c59e242)) + (fp_arc (start -7.628105 -3.396251) (mid -6.396471 -5.367277) (end -4.669261 -6.922464) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 400860d2-0b83-4069-930d-908a7b4577b6)) + (fp_arc (start -7.628105 3.396251) (mid -8.086813 2.93544) (end -8.507166 2.439391) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 31a64cd0-368e-4dc6-9a56-4d4dd24cf42b)) + (fp_arc (start -7.545904 -2.163753) (mid -7.612046 -2.778332) (end -7.628105 -3.396251) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 2ffbe47e-3093-4b34-bcdc-7e74b1480d6e)) + (fp_arc (start -7.545904 2.163753) (mid -7.85 0) (end -7.545904 -2.163753) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp dc1bf59e-b3b9-4b1f-9b4b-edc27e6af2b3)) + (fp_arc (start -7.171332 -3.192883) (mid -6.013449 -5.045883) (end -4.389664 -6.507945) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp cdf66c4a-5e93-41f0-9a44-df65dc052cad)) + (fp_arc (start -7.171332 3.192883) (mid -7.617043 2.764603) (end -8.026535 2.301572) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp df9aaf7a-881d-4e73-a144-d2e8340db53d)) + (fp_arc (start -6.906032 10.238614) (mid -9.460649 7.938427) (end -11.282286 5.023198) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 5dd3f70c-6c61-496a-9ca1-3d532ff63f9b)) + (fp_arc (start -6.626436 -9.824095) (mid -6.044232 -10.484975) (end -5.413884 -11.100106) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 748ba3cf-f2d7-4fea-8dff-f0da6e807bfc)) + (fp_arc (start -6.626436 9.824095) (mid -9.077627 7.617033) (end -10.825514 4.819829) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 00453789-6b23-448c-a210-17c630dde33f)) + (fp_arc (start -6.346839 -9.409576) (mid -5.794327 -10.052012) (end -5.194698 -10.650709) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 653cbfd8-5c19-4878-8c39-fd533f2b7554)) + (fp_arc (start -6.346839 9.409576) (mid -8.694604 7.295639) (end -10.368741 4.616461) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 25c3a7fa-68bb-47a4-bd8e-098e3971bf5e)) + (fp_arc (start -6.067243 -8.995058) (mid -5.544429 -9.619048) (end -4.975513 -10.201312) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 97c1eb75-c8be-4bd8-952d-b03d47d7b3e1)) + (fp_arc (start -6.067243 8.995058) (mid -8.311582 6.974246) (end -9.911968 4.413093) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp fa358037-7694-47ee-af78-1faf84663432)) + (fp_arc (start -5.787647 -8.580539) (mid -5.294535 -9.186079) (end -4.756327 -9.751915) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ea450c28-c5e0-4317-9847-7509b0ade0ce)) + (fp_arc (start -5.787647 8.580539) (mid -7.92856 6.652852) (end -9.455195 4.209724) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 400e9034-47c9-458d-9f1d-15230984d131)) + (fp_arc (start -5.50805 -8.16602) (mid -5.044656 -8.753115) (end -4.537141 -9.302518) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp f5fdb948-3f4a-4e53-aa20-c8e4e1ec9276)) + (fp_arc (start -5.50805 8.16602) (mid -7.545538 6.331458) (end -8.998423 4.006356) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp aa9f5989-eee2-4908-8ce0-fab3d7b870f8)) + (fp_arc (start -5.413884 -11.100106) (mid -2.144555 -12.162376) (end 1.290927 -12.282345) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 904c0cbe-7edf-4d0c-9d16-39872e270bbf)) + (fp_arc (start -5.228454 -7.751501) (mid -4.794794 -8.320154) (end -4.317956 -8.853121) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 11036d1a-9f61-47a7-90d3-1ae34e54a09e)) + (fp_arc (start -5.228454 7.751501) (mid -7.162516 6.010064) (end -8.54165 3.802988) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c1b15131-c0f8-46ae-9edc-14aaf0e41b47)) + (fp_arc (start -5.194698 -10.650709) (mid -2.057731 -11.669972) (end 1.238662 -11.785084) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp fd2ea3e7-3b7e-44d2-9767-690f51898f3b)) + (fp_arc (start -5.194698 10.650709) (mid -6.05814 10.47695) (end -6.906032 10.238614) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 2995d48b-a5f0-4f9f-8665-2ba62f20c9f0)) + (fp_arc (start -4.975513 -10.201312) (mid -1.970907 -11.177568) (end 1.186398 -11.287824) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c03bd4f0-1fa1-4a2b-a6e2-7facedaa888f)) + (fp_arc (start -4.975513 10.201312) (mid -5.808134 10.04404) (end -6.626436 9.824095) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e3bb4c68-7ade-4c97-9ba7-c1d2e6245da5)) + (fp_arc (start -4.948857 -7.336983) (mid -4.544938 -7.887188) (end -4.09877 -8.403724) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 3fb83447-231c-47da-859a-171d04898144)) + (fp_arc (start -4.948857 7.336983) (mid -6.779493 5.68867) (end -8.084877 3.599619) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 7809e31e-4232-4b05-9084-25a8554896a7)) + (fp_arc (start -4.756327 -9.751915) (mid -1.884083 -10.685164) (end 1.134134 -10.790563) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 39d782d9-1b35-4771-9f21-beaee87c9a04)) + (fp_arc (start -4.756327 9.751915) (mid -5.558124 9.611137) (end -6.346839 9.409576) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 2dd27eb3-2fdd-4ef9-a275-127097054637)) + (fp_arc (start -4.669261 -6.922464) (mid -4.295102 -7.454221) (end -3.879585 -7.954327) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 8a49a4f2-3b8d-4a7b-83d2-1fbb1901de6d)) + (fp_arc (start -4.669261 6.922464) (mid -6.396471 5.367277) (end -7.628105 3.396251) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 1bafdad7-a484-4b02-8479-05e803b0ae75)) + (fp_arc (start -4.537141 -9.302518) (mid -1.797258 -10.19276) (end 1.08187 -10.293302) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp f9a234a0-0c9b-4c66-b0d1-c7bf46a66ff6)) + (fp_arc (start -4.537141 9.302518) (mid -5.308111 9.178243) (end -6.067243 8.995058) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 0510de1b-0407-450f-928e-0d7f510a61fb)) + (fp_arc (start -4.389664 -6.507945) (mid -4.04529 -7.021257) (end -3.660399 -7.50493) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 421d5cd8-e181-4c3e-8ac0-ec19c02f95c7)) + (fp_arc (start -4.389664 6.507945) (mid -6.013449 5.045883) (end -7.171332 3.192883) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 1e8cff37-3d03-4e46-92b3-7fc7cbaa446f)) + (fp_arc (start -4.317956 -8.853121) (mid -1.710435 -9.700356) (end 1.029605 -9.796041) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 0415432a-e8c0-40aa-8433-a3d1f52b568e)) + (fp_arc (start -4.317956 8.853121) (mid -5.058093 8.74536) (end -5.787647 8.580539) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 32c8a720-ce51-4fbc-9ef0-020168b9a7fc)) + (fp_arc (start -4.09877 -8.403724) (mid -1.62361 -9.207952) (end 0.977341 -9.29878) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 3d666f1a-4f33-4085-8925-a9816821d422)) + (fp_arc (start -4.09877 8.403724) (mid -4.808068 8.312487) (end -5.50805 8.16602) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4cba87ef-12ab-4212-997e-ce13e9a09c70)) + (fp_arc (start -3.879585 -7.954327) (mid -1.536787 -8.715549) (end 0.925077 -8.801519) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e257df78-e740-4d05-8039-80378b54e733)) + (fp_arc (start -3.879585 7.954327) (mid -4.558036 7.879627) (end -5.228454 7.751501) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 1ef0a1bb-4f60-4224-8f6b-5b70e6d58d2a)) + (fp_arc (start -3.660399 -7.50493) (mid -1.449962 -8.223145) (end 0.872813 -8.304258) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp d2338715-9b46-4b69-b2fe-2be409fbb6ca)) + (fp_arc (start -3.660399 7.50493) (mid -4.307994 7.44678) (end -4.948857 7.336983) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp f4a2f86b-4151-4c17-862f-b43de1c497e5)) + (fp_arc (start -3.441214 -7.055533) (mid -1.363139 -7.730741) (end 0.820548 -7.806997) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c8836614-d220-4126-8413-eda002c2d6ac)) + (fp_arc (start -3.441214 7.055533) (mid -4.057941 7.01395) (end -4.669261 6.922464) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 32d0e30c-a704-4867-8ca2-c5094b990922)) + (fp_arc (start 0.820548 -7.806997) (mid 1.414305 -7.978852) (end 2.020048 -8.101969) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 58afbadc-36d0-4b8b-b0d7-7019527c54e0)) + (fp_arc (start 0.820548 7.806997) (mid -1.363139 7.730741) (end -3.441214 7.055533) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b8fd4170-6b91-4c66-a3fd-ee36ae280a5a)) + (fp_arc (start 0.872813 -8.304258) (mid 1.501241 -8.47111) (end 2.141009 -8.587117) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 080070bb-1be4-4813-bcc7-4dcc4e3936e8)) + (fp_arc (start 0.872813 8.304258) (mid -1.449962 8.223145) (end -3.660399 7.50493) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 49a766a6-1f21-4c3b-93a0-d7eaa4ae879c)) + (fp_arc (start 0.925077 -8.801519) (mid 1.588161 -8.96337) (end 2.26197 -9.072265) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 05b08cc2-c7e1-47f5-8958-9968b689fbe4)) + (fp_arc (start 0.925077 8.801519) (mid -1.536787 8.715549) (end -3.879585 7.954327) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 30d15fad-0828-4aff-8da5-5d9d015e9d4e)) + (fp_arc (start 0.977341 -9.29878) (mid 1.675069 -9.455635) (end 2.382931 -9.557413) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 62a7d764-5b9d-41df-8132-ae7d554d9dba)) + (fp_arc (start 0.977341 9.29878) (mid -1.62361 9.207952) (end -4.09877 8.403724) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 6570655d-4a75-4419-a52d-8760e3817097)) + (fp_arc (start 1.029605 -9.796041) (mid 1.761964 -9.947915) (end 2.503892 -10.042561) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e2f8dfac-3a0a-4d7c-a898-5424c7b80b4a)) + (fp_arc (start 1.029605 9.796041) (mid -1.710435 9.700356) (end -4.317956 8.853121) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 78f4c75e-2203-4f98-815e-0b4480e6f333)) + (fp_arc (start 1.08187 -10.293302) (mid 1.848849 -10.440206) (end 2.624853 -10.527709) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 5fe83780-a27c-4afc-b6d2-519b9fbc0a33)) + (fp_arc (start 1.08187 10.293302) (mid -1.797258 10.19276) (end -4.537141 9.302518) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 42ae2590-bb35-47d2-999b-6a9f685ffc3c)) + (fp_arc (start 1.134134 -10.790563) (mid 1.935726 -10.932506) (end 2.745814 -11.012856) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4eeba512-26a9-4dd0-8bec-6a2947564cf0)) + (fp_arc (start 1.134134 10.790563) (mid -1.884083 10.685164) (end -4.756327 9.751915) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 0af2f51b-b40f-4f51-a0d4-cc216bd46b84)) + (fp_arc (start 1.186398 -11.287824) (mid 2.022597 -11.42481) (end 2.866774 -11.498004) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ede62406-68a2-49e2-931a-5f2e4cb621de)) + (fp_arc (start 1.186398 11.287824) (mid -1.970907 11.177568) (end -4.975513 10.201312) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b77af2a3-9e46-4f59-b4ae-93e3adbfab07)) + (fp_arc (start 1.238662 -11.785084) (mid 2.109461 -11.917119) (end 2.987735 -11.983152) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 8cb800c9-7948-46a3-9170-6d13ec4b986d)) + (fp_arc (start 1.238662 11.785084) (mid -2.057731 11.669972) (end -5.194698 10.650709) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp a546a25a-a6f1-4bc8-8baa-8273324c4915)) + (fp_arc (start 1.290927 12.282345) (mid -2.144555 12.162376) (end -5.413884 11.100106) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e4d757cf-683e-4ab6-b68d-046b27c35d77)) + (fp_arc (start 1.899087 -7.616821) (mid 3.925 -6.798299) (end 5.646817 -5.453068) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp a26830cc-ebe0-41c6-aee2-2ddc85afdebf)) + (fp_arc (start 1.899087 7.616821) (mid 1.399917 7.981391) (end 0.872813 8.304258) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp adf8011d-009b-4cbf-87b4-1c2704f34b07)) + (fp_arc (start 2.020048 -8.101969) (mid 4.174999 -7.231311) (end 6.006487 -5.800397) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 0522bd0f-24e9-42af-81ba-eb5c7856f54b)) + (fp_arc (start 2.020048 8.101969) (mid 1.486583 8.47369) (end 0.925077 8.801519) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 95b0b474-9997-4afc-828a-8059e450a1f7)) + (fp_arc (start 2.141009 -8.587117) (mid 4.425 -7.664325) (end 6.366157 -6.147727) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 0635ed25-25c3-48ed-866d-4c9b07cf5f0a)) + (fp_arc (start 2.141009 8.587117) (mid 1.573269 8.965993) (end 0.977341 9.29878) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 30cfa8c1-6bac-4e68-b5fb-853320cb91d6)) + (fp_arc (start 2.26197 -9.072265) (mid 4.675 -8.097338) (end 6.725827 -6.495056) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 7f1b48b3-e496-4e92-86a6-5f1ba113509a)) + (fp_arc (start 2.26197 9.072265) (mid 1.65997 9.458301) (end 1.029605 9.796041) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 9ed32220-0a7e-4470-84e0-4a241433df65)) + (fp_arc (start 2.382931 -9.557413) (mid 4.925 -8.53035) (end 7.085497 -6.842385) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ab70f786-ff1a-4cb0-b35d-7131c9ae8ae0)) + (fp_arc (start 2.382931 9.557413) (mid 1.746685 9.950613) (end 1.08187 10.293302) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 3b1500fe-837c-402a-8090-798fe80e30e7)) + (fp_arc (start 2.503892 -10.042561) (mid 5.175 -8.963363) (end 7.445167 -7.189714) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 56301a3d-fa6a-4c36-88d6-1434293a2d56)) + (fp_arc (start 2.503892 10.042561) (mid 1.833412 10.44293) (end 1.134134 10.790563) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp dd9499e7-bfb2-4118-a31b-6d99624c1a73)) + (fp_arc (start 2.624853 -10.527709) (mid 5.425001 -9.396376) (end 7.804837 -7.537043) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 5ddba821-10d9-4548-a6d6-76e0ca8e71b4)) + (fp_arc (start 2.624853 10.527709) (mid 1.920149 10.935251) (end 1.186398 11.287824) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 81ee4c17-c659-4ddf-aa0a-e2c05b7526ea)) + (fp_arc (start 2.745814 -11.012856) (mid 5.675 -9.829388) (end 8.164507 -7.884373) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 7ad99fd6-befc-4888-94ef-bdb9d4370493)) + (fp_arc (start 2.745814 11.012856) (mid 2.006896 11.427577) (end 1.238662 11.785084) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp a1af5f11-a905-43b5-9a09-688dd8efb40b)) + (fp_arc (start 2.866774 -11.498004) (mid 5.925 -10.262401) (end 8.524177 -8.231702) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 2dbd5f16-a54f-4209-9cf2-5513e703eeda)) + (fp_arc (start 2.866774 11.498004) (mid 2.093649 11.919907) (end 1.290927 12.282345) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4eaa680e-bd2a-4b27-9aff-9f32fe107d56)) + (fp_arc (start 2.987735 -11.983152) (mid 6.175 -10.695413) (end 8.883847 -8.579031) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 28cace0f-0e39-41b5-a0f6-29503fc7e109)) + (fp_arc (start 5.646817 -5.453068) (mid 6.212129 -5.20306) (end 6.755292 -4.908007) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 1e627c0c-fe8f-4c89-a162-78dcc59274ea)) + (fp_arc (start 5.646817 5.453068) (mid 3.925 6.798299) (end 1.899087 7.616821) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp db065c7f-eb5d-46be-8965-d229ddb14abb)) + (fp_arc (start 6.006487 -5.800397) (mid 6.59514 -5.524265) (end 7.1598 -5.201899) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4255f015-055b-4a34-aea0-f3f854383eb0)) + (fp_arc (start 6.006487 5.800397) (mid 4.175 7.231312) (end 2.020048 8.101969) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 8bf2f2a8-094b-4462-883e-6d65f7036809)) + (fp_arc (start 6.350783 -4.614114) (mid 7.376587 -2.684858) (end 7.830878 -0.547588) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b7d55476-36cb-429d-a94e-3eaa456cdf08)) + (fp_arc (start 6.350783 4.614114) (mid 6.202738 5.214251) (end 6.006487 5.800397) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 84e4a8f7-28d0-4275-a664-c98f75e47676)) + (fp_arc (start 6.366157 -6.147727) (mid 6.978144 -5.845488) (end 7.564309 -5.495792) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 20420b3c-4a69-4c18-a8ca-afd34f83e3b5)) + (fp_arc (start 6.366157 6.147727) (mid 4.425 7.664325) (end 2.141009 8.587117) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e493dcd8-2b40-4be4-8aa1-54d56777fec7)) + (fp_arc (start 6.725827 -6.495056) (mid 7.361144 -6.166727) (end 7.968817 -5.789685) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 40b56914-472f-4907-bb29-9397caedffcb)) + (fp_arc (start 6.725827 6.495056) (mid 4.675 8.097338) (end 2.26197 9.072265) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 722081df-22e2-4c12-a4ab-4c5fbd33a754)) + (fp_arc (start 6.755292 -4.908007) (mid 7.846433 -2.855868) (end 8.32966 -0.582467) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 1666794c-36b9-4ccd-96ed-113f531910dd)) + (fp_arc (start 6.755292 4.908007) (mid 6.585571 5.535666) (end 6.366157 6.147727) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 50cffe0f-3ce2-4c34-a345-6b230fbc94ff)) + (fp_arc (start 7.085497 -6.842385) (mid 7.74414 -6.487978) (end 8.373326 -6.083577) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 07ae52d6-3860-4d06-b689-e87dbd9d4a76)) + (fp_arc (start 7.085497 6.842385) (mid 4.925 8.53035) (end 2.382931 9.557413) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 5b9b3220-e7a8-4536-b98d-268654e7d176)) + (fp_arc (start 7.1598 -5.201899) (mid 8.316279 -3.026878) (end 8.828442 -0.617345) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 478983ab-639d-433f-b435-98675b54f4c6)) + (fp_arc (start 7.1598 5.201899) (mid 6.968422 5.857072) (end 6.725827 6.495056) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp d4d1bace-8bb7-4ac9-829c-00e426f04f92)) + (fp_arc (start 7.445167 -7.189714) (mid 8.127138 -6.809248) (end 8.777834 -6.37747) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 27fff3c2-4f42-406e-a2b8-154f97adc093)) + (fp_arc (start 7.445167 7.189714) (mid 5.175 8.963363) (end 2.503892 10.042561) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c1da1655-2454-431b-8922-6d8343bfba4e)) + (fp_arc (start 7.564309 -5.495792) (mid 8.786126 -3.197888) (end 9.327224 -0.652223) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 6ba57556-b139-4619-b93a-0f298e4a80ee)) + (fp_arc (start 7.564309 5.495792) (mid 7.351289 6.178471) (end 7.085497 6.842385) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 299377fd-ec65-461a-88a8-608bd0e8d270)) + (fp_arc (start 7.804837 -7.537043) (mid 8.51013 -7.130523) (end 9.182343 -6.671363) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 1db3418e-9374-409f-b8b7-a2f1e42b99a7)) + (fp_arc (start 7.804837 7.537043) (mid 5.425 9.396375) (end 2.624853 10.527709) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 5b9a80b0-77fe-45ab-b490-53cc9b2bb9d3)) + (fp_arc (start 7.830878 -0.547588) (mid 8.103227 0.007306) (end 8.32966 0.582467) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 20f1ea7e-47c5-4bcd-97bf-6018093f0ffb)) + (fp_arc (start 7.830878 0.547588) (mid 7.376587 2.684858) (end 6.350783 4.614114) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 92b0fc81-15d2-4e36-85e2-c97d6db35647)) + (fp_arc (start 7.968817 -5.789685) (mid 9.255972 -3.368898) (end 9.826006 -0.687101) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp bfcd8ed8-700d-469b-b952-bebebfd5dec7)) + (fp_arc (start 7.968817 5.789685) (mid 7.734169 6.499865) (end 7.445167 7.189714) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 17c5c843-9d5d-4802-b669-9643cd60c6f9)) + (fp_arc (start 8.164507 -7.884373) (mid 8.893125 -7.451812) (end 9.586851 -6.965255) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 6a671f88-eb75-409f-8869-5f6e95fb23d5)) + (fp_arc (start 8.164507 7.884373) (mid 5.675 9.829388) (end 2.745814 11.012856) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp f994c6d8-59ef-42f1-abb3-22a50e6588bf)) + (fp_arc (start 8.32966 -0.582467) (mid 8.603095 0.007443) (end 8.828442 0.617345) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp decd2c18-79b9-4e22-bda2-9b79ea5244f4)) + (fp_arc (start 8.32966 0.582467) (mid 7.846433 2.855868) (end 6.755292 4.908007) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 58a8c6b9-f70e-40d1-b4d2-9ccfe33a201c)) + (fp_arc (start 8.373326 -6.083577) (mid 9.725818 -3.539909) (end 10.324788 -0.72198) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 10043c7e-2aa4-48c6-8622-0e6e5b990e9e)) + (fp_arc (start 8.373326 6.083577) (mid 8.117061 6.821254) (end 7.804837 7.537043) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e18de31d-79bf-46dd-9e75-7a532f703e8c)) + (fp_arc (start 8.524177 -8.231702) (mid 9.276118 -7.773108) (end 9.99136 -7.259148) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 8c0c56f3-842e-4848-92aa-ffee2881faae)) + (fp_arc (start 8.524177 8.231702) (mid 5.925 10.262402) (end 2.866774 11.498004) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 047cb941-bf8d-422f-bda3-dc288a194e86)) + (fp_arc (start 8.777834 -6.37747) (mid 10.195665 -3.710919) (end 10.82357 -0.756858) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp f2ddad53-1063-4c37-ac37-ae19f645fc20)) + (fp_arc (start 8.777834 6.37747) (mid 8.499963 7.14264) (end 8.164507 7.884373) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 5ea726b9-f086-40fa-8b97-138d4550e249)) + (fp_arc (start 8.828442 -0.617345) (mid 9.102971 0.007563) (end 9.327224 0.652223) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp f9a61d9a-4bfe-4783-b914-ad05ae5d6b94)) + (fp_arc (start 8.828442 0.617345) (mid 8.31628 3.026878) (end 7.1598 5.201899) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 02379b64-2304-40c8-9412-6f69bd99f38e)) + (fp_arc (start 8.883847 8.579031) (mid 6.175 10.695414) (end 2.987735 11.983152) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp fbe23968-3de7-40b6-b07b-09d29a05a4cb)) + (fp_arc (start 9.182343 -6.671363) (mid 10.665511 -3.881929) (end 11.322352 -0.791736) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 914b190a-77ad-49f4-bfe8-9151376a1a6d)) + (fp_arc (start 9.182343 6.671363) (mid 8.882876 7.464025) (end 8.524177 8.231702) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp af70cf0b-6afb-4f4f-b9dc-32c7c7b867b0)) + (fp_arc (start 9.327224 -0.652223) (mid 9.602857 0.007666) (end 9.826006 0.687101) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 50db6715-71d0-4cb6-a9ac-c0d1f2fe8ef0)) + (fp_arc (start 9.327224 0.652223) (mid 8.786126 3.197888) (end 7.564309 5.495792) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 82b70219-a76c-4efe-8b57-23e41036b6f8)) + (fp_arc (start 9.586851 -6.965255) (mid 11.135358 -4.052939) (end 11.821134 -0.826614) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 9409874d-a1e6-4dcd-ac39-c06f864babf4)) + (fp_arc (start 9.586851 6.965255) (mid 9.265797 7.785407) (end 8.883847 8.579031) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 04501c67-90d2-4d15-8902-7b5b0e333ea1)) + (fp_arc (start 9.826006 -0.687101) (mid 10.102752 0.007757) (end 10.324788 0.72198) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b512dde2-9609-4bb1-8ce4-3882fa550493)) + (fp_arc (start 9.826006 0.687101) (mid 9.255972 3.368898) (end 7.968817 5.789685) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 7a9e210e-12fa-4a00-bae9-a6f9df50486f)) + (fp_arc (start 9.99136 -7.259148) (mid 11.605204 -4.223949) (end 12.319916 -0.861492) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 3309510a-73c2-42e0-b0bd-46a0848e44d5)) + (fp_arc (start 10.324788 -0.72198) (mid 10.602647 0.007837) (end 10.82357 0.756858) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 5bd9c743-6d02-4144-993d-ea03ff11e32c)) + (fp_arc (start 10.324788 0.72198) (mid 9.725819 3.539909) (end 8.373326 6.083577) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 969bd48d-a9a3-4d7a-b185-c41f7e92e3d1)) + (fp_arc (start 10.82357 -0.756858) (mid 11.102551 0.007908) (end 11.322352 0.791736) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 66395571-98e3-47da-b960-607a95a94b5b)) + (fp_arc (start 10.82357 0.756858) (mid 10.195665 3.710919) (end 8.777834 6.37747) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp a4af5201-f383-46b7-b6ba-23aad6c71a35)) + (fp_arc (start 11.322352 -0.791736) (mid 11.602459 0.007972) (end 11.821134 0.826614) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e2b7346e-a4e2-43ae-8a89-72fd4f776625)) + (fp_arc (start 11.322352 0.791736) (mid 10.665511 3.881929) (end 9.182343 6.671363) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 89f5c538-dbcd-4c87-b722-61b203af05fd)) + (fp_arc (start 11.821134 -0.826614) (mid 12.102375 0.008028) (end 12.319916 0.861492) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp af2d3eab-eae3-43e9-a0d7-1ae3de8c499c)) + (fp_arc (start 11.821134 0.826614) (mid 11.135359 4.052939) (end 9.586851 6.965255) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 948b8c10-7e47-4e6d-9fb4-6f743723c834)) + (fp_arc (start 12.319916 0.861492) (mid 11.605204 4.223949) (end 9.99136 7.259148) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 526189a3-d46d-48a5-87ce-45177210d49d)) + (fp_line (start -12.015771 -3.445467) (end -7.0343 -3.131872) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp 4dfb6faa-f1dd-4c13-9a19-6e8ca2965d77)) + (fp_line (start -11.419318 5.084208) (end -7.401715 2.122408) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp af26be84-9b91-4ce0-a95e-6fe8a4e8bea9)) + (fp_line (start -6.989911 -10.36297) (end -3.375458 -6.920714) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp 6b6125ce-027b-4338-83c0-2ef34516dd75)) + (fp_line (start -5.479639 11.234926) (end -4.305785 6.383589) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp 404f11b1-2c42-4644-96e7-bd01958ab1f7)) + (fp_line (start 1.306606 -12.431524) (end 1.862799 -7.471277) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp e8feae16-6377-4993-b776-3333f3942231)) + (fp_line (start 3.024024 12.128697) (end 0.804869 7.657819) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp dcced2eb-3e6e-4d8a-bd7d-b0c1da05bff1)) + (fp_line (start 8.991748 -8.68323) (end 6.229431 -4.525946) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp 536e70fe-196b-4b65-ae1d-2595ce932c4f)) + (fp_line (start 10.112712 7.347316) (end 5.538916 5.348869) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp 858b212a-2abb-46f5-a21f-203f9d406e87)) + (fp_text user "${REFERENCE}" (at 0 2.5 0 unlocked) (layer "F.Fab") (tstamp 6c8fa2a5-a478-40a9-97f4-50b5aacc217f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd circle (at 12.469551 -0.871956) (size 0.3 0.3) (layers "F.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 8cd0bf25-35de-4228-8d90-937ff64879a6) + ) + (pad "2" smd circle (at 7.681243 0.537125) (size 0.3 0.3) (layers "F.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 663fd2a9-ccdb-4dc3-98e5-f920ac0c88da) + ) + (pad "NC" thru_hole circle (at -12.015771 -3.445467) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 744de119-b4e2-4891-9b87-86e3e7e0d541) + ) + (pad "NC" thru_hole circle (at -11.419318 5.084208) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp baf93bf6-3fdb-42cd-ad23-17b834c8835a) + ) + (pad "NC" thru_hole circle (at -7.401715 2.122408) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 343c8edf-267c-40e8-8f34-9beb07bfcd41) + ) + (pad "NC" thru_hole circle (at -7.0343 -3.131872) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 3a346c83-8adc-4449-9a6b-c2a39d4a5bc0) + ) + (pad "NC" thru_hole circle (at -6.989911 -10.36297) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp a8b1a947-293e-451e-8aeb-4828cf1483bb) + ) + (pad "NC" thru_hole circle (at -5.479639 11.234926) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 71debb63-2e1d-4be0-af77-4260bbd93d82) + ) + (pad "NC" thru_hole circle (at -4.305785 6.383589) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 07ccdd0f-3e24-49e5-9806-8c824a100ae6) + ) + (pad "NC" thru_hole circle (at -3.375458 -6.920714) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 32fdf4e8-94fd-48f3-b6fa-5674e2eb9af3) + ) + (pad "NC" thru_hole circle (at 0.804869 7.657819) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 863582ff-e798-4af4-8fbc-29f6c60c4211) + ) + (pad "NC" thru_hole circle (at 1.306606 -12.431524) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp e33f711b-d661-4ff3-966c-ab759c06c9cc) + ) + (pad "NC" thru_hole circle (at 1.862799 -7.471277) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp f668767f-8e19-4ef3-a930-6599dfe74a74) + ) + (pad "NC" thru_hole circle (at 3.024024 12.128697) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 21973359-2fa3-4372-8ed5-181dd8be354c) + ) + (pad "NC" thru_hole circle (at 5.538916 5.348869) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp c5fdedcc-1674-4281-846d-859f55a930f0) + ) + (pad "NC" thru_hole circle (at 6.229431 -4.525946) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp f5d1a3b8-b172-4dea-8e73-13349916ff99) + ) + (pad "NC" thru_hole circle (at 7.681243 0.537125) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 09f1ae60-b808-40b6-a8d2-a6f37b291817) + ) + (pad "NC" thru_hole circle (at 8.991748 -8.68323) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 3d0dd932-1ee3-46a9-b70a-28f48cbb9e2f) + ) + (pad "NC" thru_hole circle (at 10.112712 7.347316) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp c0b6b4f7-d31a-4ab5-827a-0b44f28b9e2e) + ) + (pad "NC" thru_hole circle (at 12.469551 -0.871956) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp c53d3ffe-86b8-448d-9350-320dd3b757fd) + ) + (zone (net 0) (net_name "") (layers "*.Cu") (tstamp df7e1b52-b61b-4b2f-9f2b-b72795adae37) (hatch edge 0.5) + (connect_pads (clearance 0)) + (min_thickness 0.254) (filled_areas_thickness no) + (keepout (tracks allowed) (vias allowed) (pads allowed) (copperpour not_allowed) (footprints allowed)) + (fill (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 17.5 0) + (xy 17.304539 2.60824) + (xy 16.722524 5.158216) + (xy 15.766955 7.592965) + (xy 14.459179 9.858101) + (xy 12.828408 11.903023) + (xy 10.911072 13.682051) + (xy 8.75 15.155445) + (xy 6.393468 16.290291) + (xy 3.894116 17.061238) + (xy 1.307777 17.451066) + (xy -1.307777 17.451066) + (xy -3.894116 17.061238) + (xy -6.393468 16.290291) + (xy -8.75 15.155445) + (xy -10.911072 13.682051) + (xy -12.828408 11.903023) + (xy -14.459179 9.858101) + (xy -15.766955 7.592965) + (xy -16.722524 5.158216) + (xy -17.304539 2.60824) + (xy -17.5 0) + (xy -17.304539 -2.60824) + (xy -16.722524 -5.158216) + (xy -15.766955 -7.592965) + (xy -14.459179 -9.858101) + (xy -12.828408 -11.903023) + (xy -10.911072 -13.682051) + (xy -8.75 -15.155445) + (xy -6.393468 -16.290291) + (xy -3.894116 -17.061238) + (xy -1.307777 -17.451066) + (xy 1.307777 -17.451066) + (xy 3.894116 -17.061238) + (xy 6.393468 -16.290291) + (xy 8.75 -15.155445) + (xy 10.911072 -13.682051) + (xy 12.828408 -11.903023) + (xy 14.459179 -9.858101) + (xy 15.766955 -7.592965) + (xy 16.722524 -5.158216) + (xy 17.304539 -2.60824) + ) + ) + ) +) diff --git a/footprints.pretty/mesh_conn.kicad_mod b/footprints.pretty/mesh_conn.kicad_mod new file mode 100644 index 0000000..4159d54 --- /dev/null +++ b/footprints.pretty/mesh_conn.kicad_mod @@ -0,0 +1,34 @@ +(footprint "mesh_conn" (version 20230620) (generator pcbnew) + (layer "F.Cu") + (property "Reference" "REF**" (at 0 -2.25 0 unlocked) (layer "F.SilkS") hide (tstamp ad4f86a6-c40a-45de-9755-536816782561) + (effects (font (size 1 1) (thickness 0.1))) + ) + (property "Value" "mesh_conn" (at 0 1 0 unlocked) (layer "F.Fab") (tstamp e87da325-b358-40c2-9a7c-2bf2cb54bc3f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1a4151b5-9c45-483f-b7de-b3c48b0e0373) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3a2afd89-4c34-4a0b-a3cc-24800fe97f31) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5f1f1696-4799-4134-b64d-57be44267fde) + (effects (font (size 1 1) (thickness 0.15))) + ) + (attr smd) + (fp_text user "${REFERENCE}" (at 0 2.5 0 unlocked) (layer "F.Fab") (tstamp f741b3b8-fc10-442d-8f89-4dd2860f992f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd circle (at 0 -0.45) (size 0.15 0.15) (layers "F.Cu") + (tstamp e65c026b-a582-481d-aa0f-83da4e05e52b) + ) + (pad "2" smd circle (at 0 -0.15) (size 0.15 0.15) (layers "F.Cu") + (tstamp 4adac25c-6de4-4cdf-b81d-79aadd631463) + ) + (pad "3" smd circle (at 0 0.15) (size 0.15 0.15) (layers "F.Cu") + (tstamp 80b9cf1e-76d6-499a-8d4a-c27e4b29a23a) + ) + (pad "4" smd circle (at 0 0.45) (size 0.15 0.15) (layers "F.Cu") + (tstamp 6911242a-667c-4407-8e79-6ac9c5f4704c) + ) +) diff --git a/fp-info-cache b/fp-info-cache new file mode 100644 index 0000000..fa59cfd --- /dev/null +++ b/fp-info-cache @@ -0,0 +1,88516 @@ +21311776131427538 +Audio_Module +Reverb_BTDR-1H +Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf) +audio belton reverb +0 +7 +7 +Audio_Module +Reverb_BTDR-1V +Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf) +audio belton reverb +0 +7 +7 +Battery +BatteryHolder_Bulgin_BX0036_1xC +Bulgin Battery Holder, BX0036, Battery Type C (https://www.bulgin.com/products/pub/media/bulgin/data/Battery_holders.pdf) +Bulgin BX0036 +0 +2 +2 +Battery +BatteryHolder_ComfortableElectronic_CH273-2450_1x2450 +Comfortable Electronic CR2450 battery holder, http://www.comf.com.tw/ProductDetail.asp?no=148 +Comfortable Electronic CR2450 +0 +2 +2 +Battery +BatteryHolder_Eagle_12BH611-GR +https://eu.mouser.com/datasheet/2/209/EPD-200766-1274481.pdf +9V Battery Holder +0 +2 +2 +Battery +BatteryHolder_Keystone_103_1x20mm +http://www.keyelco.com/product-pdf.cfm?p=719 +Keystone type 103 battery holder +0 +2 +2 +Battery +BatteryHolder_Keystone_104_1x23mm +http://www.keyelco.com/product-pdf.cfm?p=744 +Keystone type 104 battery holder +0 +2 +2 +Battery +BatteryHolder_Keystone_105_1x2430 +http://www.keyelco.com/product-pdf.cfm?p=745 +Keystone type 105 battery holder +0 +2 +2 +Battery +BatteryHolder_Keystone_106_1x20mm +http://www.keyelco.com/product-pdf.cfm?p=720 +Keystone type 106 battery holder +0 +2 +2 +Battery +BatteryHolder_Keystone_107_1x23mm +http://www.keyelco.com/product-pdf.cfm?p=746 +Keystone type 107 battery holder +0 +2 +2 +Battery +BatteryHolder_Keystone_500 +Keystone #500, CR1220 battery holder, http://www.keyelco.com/product-pdf.cfm?p=710 +CR1220 battery holder +0 +2 +2 +Battery +BatteryHolder_Keystone_1042_1x18650 +Battery holder for 18650 cylindrical cells http://www.keyelco.com/product.cfm/product_id/918 +18650 Keystone 1042 Li-ion +0 +2 +2 +Battery +BatteryHolder_Keystone_1057_1x2032 +SMT (Auto-In/Ultra-Low) Holder for 2032 Cell, 33.2 x 23.9mm, 2mm height above PCB, https://www.keyelco.com/userAssets/file/M65p4.pdf +Keystone type 1057 coin cell holder +0 +2 +2 +Battery +BatteryHolder_Keystone_1058_1x2032 +http://www.keyelco.com/product-pdf.cfm?p=14028 +Keystone type 1058 coin cell retainer +0 +2 +2 +Battery +BatteryHolder_Keystone_1060_1x2032 +http://www.keyelco.com/product-pdf.cfm?p=726 +CR2032 BR2032 BatteryHolder Battery +0 +2 +2 +Battery +BatteryHolder_Keystone_2460_1xAA +https://www.keyelco.com/product-pdf.cfm?p=1025 +AA battery cell holder +0 +2 +2 +Battery +BatteryHolder_Keystone_2462_2xAA +2xAA cell battery holder, Keystone P/N 2462, https://www.keyelco.com/product-pdf.cfm?p=1027 +AA battery cell holder +0 +2 +2 +Battery +BatteryHolder_Keystone_2466_1xAAA +1xAAA Battery Holder, Keystone, Plastic Case, http://www.keyelco.com/product-pdf.cfm?p=1031 +AAA battery holder Keystone +0 +2 +2 +Battery +BatteryHolder_Keystone_2468_2xAAA +2xAAA cell battery holder, Keystone P/N 2468, http://www.keyelco.com/product-pdf.cfm?p=1033 +AAA battery cell holder +0 +2 +2 +Battery +BatteryHolder_Keystone_2479_3xAAA +Keystone Battery Holder, 2479, Battery Type 3xAAA (Script generated with StandardBox.py) (Keystone Battery Holder, 2479, Battery Type 3xAAA) +Keystone Battery Holder 2479 Battery Type 3xAAA +0 +2 +2 +Battery +BatteryHolder_Keystone_2993 +http://www.keyelco.com/product-pdf.cfm?p=776 +Keystone type 2993 negative battery contact +0 +1 +1 +Battery +BatteryHolder_Keystone_2998_1x6.8mm +www.keyelco.com/product-pdf.cfm?p=763 +Keystone type 2998 battery holder +0 +3 +2 +Battery +BatteryHolder_Keystone_3000_1x12mm +http://www.keyelco.com/product-pdf.cfm?p=777 +Keystone type 3000 coin cell retainer +0 +3 +2 +Battery +BatteryHolder_Keystone_3001_1x12mm +http://www.keyelco.com/product-pdf.cfm?p=778 +Keystone type 3001 coin cell retainer +0 +3 +2 +Battery +BatteryHolder_Keystone_3002_1x2032 +https://www.tme.eu/it/Document/a823211ec201a9e209042d155fe22d2b/KEYS2996.pdf +BR2016 CR2016 DL2016 BR2020 CL2020 BR2025 CR2025 DL2025 DR2032 CR2032 DL2032 +0 +3 +2 +Battery +BatteryHolder_Keystone_3008_1x2450 +http://www.keyelco.com/product-pdf.cfm?p=786 +Keystone type 3008 coin cell retainer +0 +3 +2 +Battery +BatteryHolder_Keystone_3009_1x2450 +http://www.keyelco.com/product-pdf.cfm?p=787 +Keystone type 3009 coin cell retainer +0 +3 +2 +Battery +BatteryHolder_Keystone_3034_1x20mm +Keystone 3034 SMD battery holder for 2020, 2025 and 2032 coincell batteries. http://www.keyelco.com/product-pdf.cfm?p=798 +Keystone type 3034 coin cell retainer +0 +3 +2 +Battery +BatteryHolder_LINX_BAT-HLD-012-SMT +SMT battery holder for CR1216/1220/1225, https://linxtechnologies.com/wp/wp-content/uploads/bat-hld-012-smt.pdf +battery holder coin cell cr1216 cr1220 cr1225 +0 +3 +2 +Battery +BatteryHolder_MPD_BA9VPC_1xPP3 +1xPP3 (9V) battery holder, Memory Protection Devices P/N BA9VPC, http://www.memoryprotectiondevices.com/datasheets/BA9VPC-datasheet.pdf +PP3 Battery Holder BA9VPC 9V +0 +2 +2 +Battery +BatteryHolder_MPD_BC2AAPC_2xAA +2xAA cell battery holder, Memory Protection Devices P/N BC2AAPC, http://www.memoryprotectiondevices.com/datasheets/BC2AAPC-datasheet.pdf +AA battery cell holder +0 +2 +2 +Battery +BatteryHolder_MPD_BC12AAPC_2xAA +2xAA cell battery holder, Memory Protection Devices P/N BC12AAPC, http://www.memoryprotectiondevices.com/datasheets/BC12AAPC-datasheet.pdf +AA battery cell holder +0 +2 +2 +Battery +BatteryHolder_MPD_BC2003_1x2032 +http://www.memoryprotectiondevices.com/datasheets/BC-2003-datasheet.pdf +BC2003 CR2032 2032 Battery Holder +0 +3 +2 +Battery +BatteryHolder_MPD_BH-18650-PC2 +18650 Battery Holder (http://www.memoryprotectiondevices.com/datasheets/BK-18650-PC2-datasheet.pdf) +18650 Battery Holder +0 +2 +2 +Battery +BatteryHolder_Seiko_MS621F +Seiko MS621F, https://www.sii.co.jp/en/me/files/2014/02/file_EXTENDED_PRDCT_SPEC_75_FILE_11.jpg +Seiko MS621F +0 +2 +2 +Battery +BatteryHolder_TruPower_BH-331P_3xAA +Keystone Battery Holder BH-331P Battery Type 3xAA (Script generated with StandardBox.py) (Keystone Battery Holder BH-331P Battery Type 3xAA) +Battery Holder BH-331P Battery Type 3xAA +0 +2 +2 +Battery +Battery_CR1225 +CR1225 battery +battery CR1225 coin cell +0 +0 +0 +Battery +Battery_Panasonic_CR1025-VSK_Vertical_CircularHoles +Panasonic CR-1025/VSK battery +battery CR-1025 coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR1220-VCN_Vertical_CircularHoles +Panasonic CR-1220/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.PDF +battery CR-1220 coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR1632-V1AN_Vertical_CircularHoles +Panasonic CR-1632-V1AN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D464.PDF +battery CR-1632 coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR2025-V1AK_Vertical_CircularHoles +Panasonic CR-2025/V1AK battery, +battery CR-2025 coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR2032-VS1N_Vertical_CircularHoles +Panasonic CR-2032/VS1N battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D348.PDF +battery CR-2032 coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR2354-VCN_Vertical_CircularHoles +Panasonic CR-2354/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D486.PDF +battery CR-2354/VCN coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR2450-VAN_Vertical_CircularHoles +Panasonic CR-2450/VAN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D492.PDF +battery CR-2450 coin cell +0 +2 +2 +Battery +Battery_Panasonic_CR2477-VCN_Vertical_CircularHoles +Panasonic CR-2477/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D502.PDF +battery CR-2477 coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR3032-VCN_Vertical_CircularHoles +Panasonic CR-3032/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D508.PDF +battery CR-3032 coin cell vertical +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.00u_PCB +Cherry MX keyswitch, 1.00u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.00u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.00u_Plate +Cherry MX keyswitch, 1.00u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.00u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.25u_PCB +Cherry MX keyswitch, 1.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.25u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.25u_Plate +Cherry MX keyswitch, 1.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.25u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.50u_PCB +Cherry MX keyswitch, 1.50u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.50u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.50u_Plate +Cherry MX keyswitch, 1.50u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.50u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.75u_PCB +Cherry MX keyswitch, 1.75u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.75u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.75u_Plate +Cherry MX keyswitch, 1.75u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.75u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.00u_PCB +Cherry MX keyswitch, 2.00u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.00u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.00u_Plate +Cherry MX keyswitch, 2.00u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.00u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.00u_Vertical_PCB +Cherry MX keyswitch, 2.00u, vertical, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.00u vertical PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.00u_Vertical_Plate +Cherry MX keyswitch, 2.00u, vertical, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.00u vertical plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.25u_PCB +Cherry MX keyswitch, 2.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.25u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.25u_Plate +Cherry MX keyswitch, 2.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.25u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.75u_PCB +Cherry MX keyswitch, 2.75u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.75u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.75u_Plate +Cherry MX keyswitch, 2.75u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.75u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_6.25u_PCB +Cherry MX keyswitch, 6.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 6.25u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_6.25u_Plate +Cherry MX keyswitch, 6.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 6.25u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_ISOEnter_PCB +Cherry MX keyswitch, ISO Enter, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch ISO enter PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_ISOEnter_Plate +Cherry MX keyswitch, ISO Enter, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch ISO enter plate +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_1.00u +Matias/ALPS keyswitch, 1.00u, http://matias.ca/switches/ +Matias ALPS keyswitch 1.00u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_1.25u +Matias/ALPS keyswitch, 1.25u, http://matias.ca/switches/ +Matias ALPS keyswitch 1.25u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_1.50u +Matias/ALPS keyswitch, 1.50u, http://matias.ca/switches/ +Matias ALPS keyswitch 1.50u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_1.75u +Matias/ALPS keyswitch, 1.75u, http://matias.ca/switches/ +Matias ALPS keyswitch 1.75u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_2.00u +Matias/ALPS keyswitch, 2.00u, http://matias.ca/switches/ +Matias ALPS keyswitch 2.00u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_2.25u +Matias/ALPS keyswitch, 2.25u, http://matias.ca/switches/ +Matias ALPS keyswitch 2.25u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_2.75u +Matias/ALPS keyswitch, 2.75u, http://matias.ca/switches/ +Matias ALPS keyswitch 2.75u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_6.25u +Matias/ALPS keyswitch, 6.25u, http://matias.ca/switches/ +Matias ALPS keyswitch 6.25u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_ISOEnter +Matias/ALPS keyswitch, ISO Enter, http://matias.ca/switches/ +Matias ALPS keyswitch ISO enter +0 +2 +2 +Button_Switch_SMD +Nidec_Copal_SH-7010A +4-bit rotary coded switch, J-hook, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf +rotary switch bcd +0 +6 +5 +Button_Switch_SMD +Nidec_Copal_SH-7010B +4-bit rotary coded switch, gull wing, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf +rotary switch bcd +0 +6 +5 +Button_Switch_SMD +Nidec_Copal_SH-7040B +4-bit rotary coded switch, gull wing, Gray code, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf +rotary switch bcd +0 +5 +5 +Button_Switch_SMD +Panasonic_EVQPUJ_EVQPUA +http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf +SMD SMT SPST EVQPUJ EVQPUA +0 +4 +2 +Button_Switch_SMD +Panasonic_EVQPUK_EVQPUB +http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf +SMD SMT SPST EVQPUK EVQPUB +0 +4 +2 +Button_Switch_SMD +Panasonic_EVQPUL_EVQPUC +http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf +SMD SMT SPST EVQPUL EVQPUC +0 +4 +2 +Button_Switch_SMD +Panasonic_EVQPUM_EVQPUD +http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf +SMD SMT SPST EVQPUM EVQPUD +0 +4 +2 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_6.7x4.1mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 1x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +2 +2 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_6.7x4.1mm_W8.61mm_P2.54mm_LowProfile +SMD 1x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +2 +2 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_9.78x4.72mm_W8.61mm_P2.54mm +SMD 1x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x4.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +2 +2 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_Copal_CHS-01A_W5.08mm_P1.27mm_JPin +SMD 1x-dip-switch SPST Copal_CHS-01A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin +SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin +0 +2 +2 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_Copal_CHS-01B_W7.62mm_P1.27mm +SMD 1x-dip-switch SPST Copal_CHS-01B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD +SMD DIP Switch SPST Slide 7.62mm 300mil SMD +0 +2 +2 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_Copal_CVS-01xB_W5.9mm_P1mm +SMD 1x-dip-switch SPST Copal_CVS-01xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) +SMD DIP Switch SPST Slide 5.9mm 232mil +0 +6 +3 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm +SMD 1x-dip-switch SPST Omron_A6S-110x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +2 +2 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_6.7x6.64mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 2x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_6.7x6.64mm_W8.61mm_P2.54mm_LowProfile +SMD 2x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_9.78x7.26mm_W8.61mm_P2.54mm +SMD 2x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x7.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_Copal_CHS-02A_W5.08mm_P1.27mm_JPin +SMD 2x-dip-switch SPST Copal_CHS-02A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin +SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_Copal_CHS-02B_W7.62mm_P1.27mm +SMD 2x-dip-switch SPST Copal_CHS-02B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD +SMD DIP Switch SPST Slide 7.62mm 300mil SMD +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_Copal_CVS-02xB_W5.9mm_P1mm +SMD 2x-dip-switch SPST Copal_CVS-02xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) +SMD DIP Switch SPST Slide 5.9mm 232mil +0 +8 +5 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_KingTek_DSHP02TJ_W5.25mm_P1.27mm_JPin +SMD 2x-dip-switch SPST KingTek_DSHP02TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_KingTek_DSHP02TS_W7.62mm_P1.27mm +SMD 2x-dip-switch SPST KingTek_DSHP02TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_Omron_A6H-2101_W6.15mm_P1.27mm +SMD 2x-dip-switch SPST Omron_A6H-2101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) +SMD DIP Switch SPST Slide 6.15mm 242mil +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_Omron_A6S-210x_W8.9mm_P2.54mm +SMD 2x-dip-switch SPST Omron_A6S-210x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_6.7x9.18mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 3x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +6 +6 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_6.7x9.18mm_W8.61mm_P2.54mm_LowProfile +SMD 3x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +6 +6 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_9.78x9.8mm_W8.61mm_P2.54mm +SMD 3x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x9.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +6 +6 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_Copal_CVS-03xB_W5.9mm_P1mm +SMD 3x-dip-switch SPST Copal_CVS-03xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) +SMD DIP Switch SPST Slide 5.9mm 232mil +0 +10 +7 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_KingTek_DSHP03TJ_W5.25mm_P1.27mm_JPin +SMD 3x-dip-switch SPST KingTek_DSHP03TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +6 +6 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_KingTek_DSHP03TS_W7.62mm_P1.27mm +SMD 3x-dip-switch SPST KingTek_DSHP03TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +6 +6 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_Omron_A6S-310x_W8.9mm_P2.54mm +SMD 3x-dip-switch SPST Omron_A6S-310x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +6 +6 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_6.7x11.72mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 4x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_6.7x11.72mm_W8.61mm_P2.54mm_LowProfile +SMD 4x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_9.78x12.34mm_W8.61mm_P2.54mm +SMD 4x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x12.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_Copal_CHS-04A_W5.08mm_P1.27mm_JPin +SMD 4x-dip-switch SPST Copal_CHS-04A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin +SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_Copal_CHS-04B_W7.62mm_P1.27mm +SMD 4x-dip-switch SPST Copal_CHS-04B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD +SMD DIP Switch SPST Slide 7.62mm 300mil SMD +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_Copal_CVS-04xB_W5.9mm_P1mm +SMD 4x-dip-switch SPST Copal_CVS-04xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) +SMD DIP Switch SPST Slide 5.9mm 232mil +0 +12 +9 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_KingTek_DSHP04TJ_W5.25mm_P1.27mm_JPin +SMD 4x-dip-switch SPST KingTek_DSHP04TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_KingTek_DSHP04TS_W7.62mm_P1.27mm +SMD 4x-dip-switch SPST KingTek_DSHP04TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_Omron_A6H-4101_W6.15mm_P1.27mm +SMD 4x-dip-switch SPST Omron_A6H-4101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) +SMD DIP Switch SPST Slide 6.15mm 242mil +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_Omron_A6S-410x_W8.9mm_P2.54mm +SMD 4x-dip-switch SPST Omron_A6S-410x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx05_Slide_6.7x14.26mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 5x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +10 +10 +Button_Switch_SMD +SW_DIP_SPSTx05_Slide_6.7x14.26mm_W8.61mm_P2.54mm_LowProfile +SMD 5x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +10 +10 +Button_Switch_SMD +SW_DIP_SPSTx05_Slide_9.78x14.88mm_W8.61mm_P2.54mm +SMD 5x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x14.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +10 +10 +Button_Switch_SMD +SW_DIP_SPSTx05_Slide_KingTek_DSHP05TJ_W5.25mm_P1.27mm_JPin +SMD 5x-dip-switch SPST KingTek_DSHP05TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +10 +10 +Button_Switch_SMD +SW_DIP_SPSTx05_Slide_KingTek_DSHP05TS_W7.62mm_P1.27mm +SMD 5x-dip-switch SPST KingTek_DSHP05TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +10 +10 +Button_Switch_SMD +SW_DIP_SPSTx05_Slide_Omron_A6S-510x_W8.9mm_P2.54mm +SMD 5x-dip-switch SPST Omron_A6S-510x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +10 +10 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_6.7x16.8mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 6x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_6.7x16.8mm_W8.61mm_P2.54mm_LowProfile +SMD 6x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_9.78x17.42mm_W8.61mm_P2.54mm +SMD 6x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x17.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_Copal_CHS-06A_W5.08mm_P1.27mm_JPin +SMD 6x-dip-switch SPST Copal_CHS-06A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin +SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_Copal_CHS-06B_W7.62mm_P1.27mm +SMD 6x-dip-switch SPST Copal_CHS-06B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD +SMD DIP Switch SPST Slide 7.62mm 300mil SMD +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_KingTek_DSHP06TJ_W5.25mm_P1.27mm_JPin +SMD 6x-dip-switch SPST KingTek_DSHP06TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_KingTek_DSHP06TS_W7.62mm_P1.27mm +SMD 6x-dip-switch SPST KingTek_DSHP06TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_Omron_A6H-6101_W6.15mm_P1.27mm +SMD 6x-dip-switch SPST Omron_A6H-6101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) +SMD DIP Switch SPST Slide 6.15mm 242mil +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_Omron_A6S-610x_W8.9mm_P2.54mm +SMD 6x-dip-switch SPST Omron_A6S-610x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx07_Slide_6.7x19.34mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 7x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +14 +14 +Button_Switch_SMD +SW_DIP_SPSTx07_Slide_6.7x19.34mm_W8.61mm_P2.54mm_LowProfile +SMD 7x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +14 +14 +Button_Switch_SMD +SW_DIP_SPSTx07_Slide_9.78x19.96mm_W8.61mm_P2.54mm +SMD 7x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x19.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +14 +14 +Button_Switch_SMD +SW_DIP_SPSTx07_Slide_KingTek_DSHP07TJ_W5.25mm_P1.27mm_JPin +SMD 7x-dip-switch SPST KingTek_DSHP07TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +14 +14 +Button_Switch_SMD +SW_DIP_SPSTx07_Slide_KingTek_DSHP07TS_W7.62mm_P1.27mm +SMD 7x-dip-switch SPST KingTek_DSHP07TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +14 +14 +Button_Switch_SMD +SW_DIP_SPSTx07_Slide_Omron_A6S-710x_W8.9mm_P2.54mm +SMD 7x-dip-switch SPST Omron_A6S-710x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +14 +14 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_6.7x21.88mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 8x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_6.7x21.88mm_W8.61mm_P2.54mm_LowProfile +SMD 8x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_9.78x22.5mm_W8.61mm_P2.54mm +SMD 8x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x22.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_Copal_CHS-08A_W5.08mm_P1.27mm_JPin +SMD 8x-dip-switch SPST Copal_CHS-08A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin +SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_Copal_CHS-08B_W7.62mm_P1.27mm +SMD 8x-dip-switch SPST Copal_CHS-08B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD +SMD DIP Switch SPST Slide 7.62mm 300mil SMD +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_Copal_CVS-08xB_W5.9mm_P1mm +SMD 8x-dip-switch SPST Copal_CVS-08xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) +SMD DIP Switch SPST Slide 5.9mm 232mil +0 +20 +17 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_KingTek_DSHP08TJ_W5.25mm_P1.27mm_JPin +SMD 8x-dip-switch SPST KingTek_DSHP08TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_KingTek_DSHP08TS_W7.62mm_P1.27mm +SMD 8x-dip-switch SPST KingTek_DSHP08TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_Omron_A6H-8101_W6.15mm_P1.27mm +SMD 8x-dip-switch SPST Omron_A6H-8101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) +SMD DIP Switch SPST Slide 6.15mm 242mil +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_Omron_A6S-810x_W8.9mm_P2.54mm +SMD 8x-dip-switch SPST Omron_A6S-810x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx09_Slide_6.7x24.42mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 9x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +18 +18 +Button_Switch_SMD +SW_DIP_SPSTx09_Slide_6.7x24.42mm_W8.61mm_P2.54mm_LowProfile +SMD 9x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +18 +18 +Button_Switch_SMD +SW_DIP_SPSTx09_Slide_9.78x25.04mm_W8.61mm_P2.54mm +SMD 9x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x25.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +18 +18 +Button_Switch_SMD +SW_DIP_SPSTx09_Slide_KingTek_DSHP09TJ_W5.25mm_P1.27mm_JPin +SMD 9x-dip-switch SPST KingTek_DSHP09TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +18 +18 +Button_Switch_SMD +SW_DIP_SPSTx09_Slide_KingTek_DSHP09TS_W7.62mm_P1.27mm +SMD 9x-dip-switch SPST KingTek_DSHP09TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +18 +18 +Button_Switch_SMD +SW_DIP_SPSTx09_Slide_Omron_A6S-910x_W8.9mm_P2.54mm +SMD 9x-dip-switch SPST Omron_A6S-910x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +18 +18 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_6.7x26.96mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 10x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_6.7x26.96mm_W8.61mm_P2.54mm_LowProfile +SMD 10x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_9.78x27.58mm_W8.61mm_P2.54mm +SMD 10x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x27.58mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_Copal_CHS-10A_W5.08mm_P1.27mm_JPin +SMD 10x-dip-switch SPST Copal_CHS-10A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin +SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_Copal_CHS-10B_W7.62mm_P1.27mm +SMD 10x-dip-switch SPST Copal_CHS-10B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD +SMD DIP Switch SPST Slide 7.62mm 300mil SMD +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_KingTek_DSHP10TJ_W5.25mm_P1.27mm_JPin +SMD 10x-dip-switch SPST KingTek_DSHP10TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_KingTek_DSHP10TS_W7.62mm_P1.27mm +SMD 10x-dip-switch SPST KingTek_DSHP10TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_Omron_A6H-10101_W6.15mm_P1.27mm +SMD 10x-dip-switch SPST Omron_A6H-10101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) +SMD DIP Switch SPST Slide 6.15mm 242mil +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_Omron_A6S-1010x_W8.9mm_P2.54mm +SMD 10x-dip-switch SPST Omron_A6S-1010x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx11_Slide_6.7x29.5mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 11x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +22 +22 +Button_Switch_SMD +SW_DIP_SPSTx11_Slide_6.7x29.5mm_W8.61mm_P2.54mm_LowProfile +SMD 11x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +22 +22 +Button_Switch_SMD +SW_DIP_SPSTx11_Slide_9.78x30.12mm_W8.61mm_P2.54mm +SMD 11x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x30.12mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +22 +22 +Button_Switch_SMD +SW_DIP_SPSTx12_Slide_6.7x32.04mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 12x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +24 +24 +Button_Switch_SMD +SW_DIP_SPSTx12_Slide_6.7x32.04mm_W8.61mm_P2.54mm_LowProfile +SMD 12x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +24 +24 +Button_Switch_SMD +SW_DIP_SPSTx12_Slide_9.78x32.66mm_W8.61mm_P2.54mm +SMD 12x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x32.66mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +24 +24 +Button_Switch_SMD +SW_DPDT_CK_JS202011JCQN +Sub-miniature slide switch, vertical, SMT J bend https://dznh3ojzb2azq.cloudfront.net/products/Slide/JS/documents/datasheet.pdf +switch DPDT SMT +0 +6 +6 +Button_Switch_SMD +SW_MEC_5GSH9 +MEC 5G single pole normally-open tactile switch +switch normally-open pushbutton push-button +0 +4 +4 +Button_Switch_SMD +SW_Push_1P1T-MP_NO_Horizontal_Alps_SKRTLAE010 +Side push button (https://www.alps.com/prod/info/E/PDF/Tact/SurfaceMount/SKRT/SKRT.pdf) +push horizontal SPST 1P1T +0 +5 +3 +Button_Switch_SMD +SW_Push_1P1T-SH_NO_CK_KMR2xxG +CK components KMR2 tactile switch with ground pin http://www.ckswitches.com/media/1479/kmr2.pdf +tactile switch kmr2 +0 +5 +3 +Button_Switch_SMD +SW_Push_1P1T_NO_6x6mm_H9.5mm +tactile push button, 6x6mm e.g. PTS645xx series, height=9.5mm +tact sw push 6mm smd +0 +4 +2 +Button_Switch_SMD +SW_Push_1P1T_NO_CK_KMR2 +CK components KMR2 tactile switch http://www.ckswitches.com/media/1479/kmr2.pdf +tactile switch kmr2 +0 +4 +2 +Button_Switch_SMD +SW_Push_1P1T_NO_CK_KSC6xxJ +CK components KSC6 tactile switch https://www.ckswitches.com/media/1972/ksc6.pdf +tactile switch ksc6 +0 +4 +2 +Button_Switch_SMD +SW_Push_1P1T_NO_CK_KSC7xxJ +CK components KSC7 tactile switch https://www.ckswitches.com/media/1973/ksc7.pdf +tactile switch ksc7 +0 +4 +2 +Button_Switch_SMD +SW_Push_1P1T_NO_CK_PTS125Sx43PSMTR +C&K Switches 1P1T SMD PTS125 Series 12mm Tact Switch with Pegs, https://www.ckswitches.com/media/1462/pts125.pdf +Button Tactile Switch SPST 1P1T +0 +4 +2 +Button_Switch_SMD +SW_Push_1P1T_NO_Vertical_Wuerth_434133025816 +https://katalog.we-online.com/em/datasheet/434133025816.pdf +tactile switch Wurth Wuerth +0 +4 +2 +Button_Switch_SMD +SW_Push_1P1T_XKB_TS-1187A +SMD Tactile Switch, http://www.helloxkb.com/public/images/pdf/TS-1187A-X-X-X.pdf +SPST Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_Push_SPST_NO_Alps_SKRK +http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKRK/SKRKAHE020.html +SMD SMT button +0 +2 +2 +Button_Switch_SMD +SW_SP3T_PCM13 +Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.com/media/1424/pcm.pdf + +0 +8 +4 +Button_Switch_SMD +SW_SPDT_CK-JS102011SAQN +Sub-miniature slide switch, right-angle, http://www.ckswitches.com/media/1422/js.pdf +switch spdt +0 +3 +3 +Button_Switch_SMD +SW_SPDT_PCM12 +Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.com/media/1424/pcm.pdf + +0 +7 +3 +Button_Switch_SMD +SW_SPST_B3S-1000 +Surface Mount Tactile Switch for High-Density Packaging +Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_B3S-1100 +Surface Mount Tactile Switch for High-Density Packaging with Ground Terminal +Tactile Switch +0 +5 +3 +Button_Switch_SMD +SW_SPST_B3SL-1002P +Middle Stroke Tactile Switch, B3SL +Middle Stroke Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_B3SL-1022P +Middle Stroke Tactile Switch, B3SL +Middle Stroke Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_B3U-1000P +Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, without Boss +Tactile Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_B3U-1000P-B +Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, with Boss +Tactile Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_B3U-1100P +Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, with Ground Terminal, without Boss +Tactile Switch +0 +3 +3 +Button_Switch_SMD +SW_SPST_B3U-1100P-B +Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, with Ground Terminal, with Boss +Tactile Switch +0 +3 +3 +Button_Switch_SMD +SW_SPST_B3U-3000P +Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, without Ground Terminal, without Boss +Tactile Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_B3U-3000P-B +Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, without Ground Terminal, with Boss +Tactile Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_B3U-3100P +Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, with Ground Terminal, without Boss +Tactile Switch +0 +3 +3 +Button_Switch_SMD +SW_SPST_B3U-3100P-B +Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, with Ground Terminal, with Boss +Tactile Switch +0 +3 +3 +Button_Switch_SMD +SW_SPST_CK_KXT3 +https://www.ckswitches.com/media/1465/kxt3.pdf +Switch SPST KXT3 +0 +2 +2 +Button_Switch_SMD +SW_SPST_CK_RS282G05A3 +https://www.mouser.com/ds/2/60/RS-282G05A-SM_RT-1159762.pdf +SPST button tactile switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_EVPBF +Light Touch Switch + +0 +4 +2 +Button_Switch_SMD +SW_SPST_EVQP0 +Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE28.pdf + +0 +4 +2 +Button_Switch_SMD +SW_SPST_EVQP2 +Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000C374.pdf +SMD SMT SPST EVQP2 +0 +4 +2 +Button_Switch_SMD +SW_SPST_EVQP7A +Light Touch Switch,https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE20.pdf + +0 +4 +2 +Button_Switch_SMD +SW_SPST_EVQP7C +Light Touch Switch + +0 +4 +2 +Button_Switch_SMD +SW_SPST_EVQPE1 +Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE7.pdf + +0 +2 +2 +Button_Switch_SMD +SW_SPST_EVQQ2 +Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE28.pdf + +0 +4 +2 +Button_Switch_SMD +SW_SPST_FSMSM +http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1437566-3&DocType=Customer+Drawing&DocLang=English +SPST button tactile switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_Omron_B3FS-100xP +Surface Mount Tactile Switch for High-Density Mounting, 3.1mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf +Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_Omron_B3FS-101xP +Surface Mount Tactile Switch for High-Density Mounting, 4.3mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf +Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_Omron_B3FS-105xP +Surface Mount Tactile Switch for High-Density Mounting, 7.3mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf +Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_PTS645 +C&K Components SPST SMD PTS645 Series 6mm Tact Switch +SPST Button Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_PTS810 +C&K Components, PTS 810 Series, Microminiature SMT Top Actuated, http://www.ckswitches.com/media/1476/pts810.pdf +SPST Button Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A08 +Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf +SMD SMT SPST EVQPL EVQPT +0 +6 +3 +Button_Switch_SMD +SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A15 +Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf +SMD SMT SPST EVQPL EVQPT +0 +6 +3 +Button_Switch_SMD +SW_SPST_REED_CT05-XXXX-G1 +Coto Technologies SPST Reed Switch CT05-XXXX-G1 +Coto Reed SPST Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_REED_CT05-XXXX-J1 +Coto Technologies SPST Reed Switch CT05-XXXX-J1 +Coto Reed SPST Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_REED_CT10-XXXX-G1 +Coto Technologies SPST Reed Switch CT10-XXXX-G1 +Coto Reed SPST Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_REED_CT10-XXXX-G2 +Coto Technologies SPST Reed Switch CT10-XXXX-G2 +Coto Reed SPST Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_REED_CT10-XXXX-G4 +Coto Technologies SPST Reed Switch CT10-XXXX-G4 +Coto Reed SPST Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_SKQG_WithStem +ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, With stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAFE010.html +SPST Button Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_SKQG_WithoutStem +ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, Without stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAEE010.html +SPST Button Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_TL3305A +https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf +TL3305 Series Tact Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_TL3305B +https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf +TL3305 Series Tact Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_TL3305C +https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf +TL3305 Series Tact Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_TL3342 +Low-profile SMD Tactile Switch, https://www.e-switch.com/system/asset/product_line/data_sheet/165/TL3342.pdf +SPST Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_Tactile_SPST_NO_Straight_CK_PTS636Sx25SMTRLFS +Tactile switch, SPST, 6.0x3.5 mm, H2.5 mm, straight, NO, gull wing leads: https://www.ckswitches.com/media/2779/pts636.pdf +switch tactile SPST 1P1T straight NO SMTR C&K +0 +2 +2 +Button_Switch_THT +KSA_Tactile_SPST +KSA http://www.ckswitches.com/media/1457/ksa_ksl.pdf +SWITCH SMD KSA SW +0 +5 +5 +Button_Switch_THT +Nidec_Copal_SH-7010C +4-bit rotary coded switch, through-hole, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf +rotary switch bcd +0 +6 +5 +Button_Switch_THT +Push_E-Switch_KS01Q01 +E-Switch KS01Q01 http://spec_sheets.e-switch.com/specs/29-KS01Q01.pdf +Push Button +0 +4 +4 +Button_Switch_THT +SW_CW_GPTS203211B +SPST Off-On Pushbutton, 1A, 30V, CW Industries P/N GPTS203211B, http://switches-connectors-custom.cwind.com/Asset/GPTS203211BR2.pdf +SPST button switch Off-On +0 +2 +2 +Button_Switch_THT +SW_CuK_JS202011AQN_DPDT_Angled +CuK sub miniature slide switch, JS series, DPDT, right angle, http://www.ckswitches.com/media/1422/js.pdf +switch DPDT +0 +6 +6 +Button_Switch_THT +SW_CuK_JS202011CQN_DPDT_Straight +CuK sub miniature slide switch, JS series, DPDT, right angle, http://www.ckswitches.com/media/1422/js.pdf +switch DPDT +0 +6 +6 +Button_Switch_THT +SW_CuK_OS102011MA1QN1_SPDT_Angled +CuK miniature slide switch, OS series, SPDT, right angle, http://www.ckswitches.com/media/1428/os.pdf +switch SPDT +0 +5 +3 +Button_Switch_THT +SW_DIP_SPSTx01_Piano_10.8x4.1mm_W7.62mm_P2.54mm +1x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x4.1mm +DIP Switch SPST Piano 7.62mm 300mil +0 +2 +2 +Button_Switch_THT +SW_DIP_SPSTx01_Slide_6.7x4.1mm_W7.62mm_P2.54mm_LowProfile +1x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +2 +2 +Button_Switch_THT +SW_DIP_SPSTx01_Slide_9.78x4.72mm_W7.62mm_P2.54mm +1x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x4.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +2 +2 +Button_Switch_THT +SW_DIP_SPSTx02_Piano_10.8x6.64mm_W7.62mm_P2.54mm +2x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x6.64mm +DIP Switch SPST Piano 7.62mm 300mil +0 +4 +4 +Button_Switch_THT +SW_DIP_SPSTx02_Piano_CTS_Series194-2MSTN_W7.62mm_P2.54mm +2x-dip-switch SPST CTS_Series194-2MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +4 +4 +Button_Switch_THT +SW_DIP_SPSTx02_Slide_6.7x6.64mm_W7.62mm_P2.54mm_LowProfile +2x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +4 +4 +Button_Switch_THT +SW_DIP_SPSTx02_Slide_9.78x7.26mm_W7.62mm_P2.54mm +2x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x7.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +4 +4 +Button_Switch_THT +SW_DIP_SPSTx03_Piano_10.8x9.18mm_W7.62mm_P2.54mm +3x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x9.18mm +DIP Switch SPST Piano 7.62mm 300mil +0 +6 +6 +Button_Switch_THT +SW_DIP_SPSTx03_Piano_CTS_Series194-3MSTN_W7.62mm_P2.54mm +3x-dip-switch SPST CTS_Series194-3MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +6 +6 +Button_Switch_THT +SW_DIP_SPSTx03_Slide_6.7x9.18mm_W7.62mm_P2.54mm_LowProfile +3x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +6 +6 +Button_Switch_THT +SW_DIP_SPSTx03_Slide_9.78x9.8mm_W7.62mm_P2.54mm +3x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x9.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +6 +6 +Button_Switch_THT +SW_DIP_SPSTx04_Piano_10.8x11.72mm_W7.62mm_P2.54mm +4x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x11.72mm +DIP Switch SPST Piano 7.62mm 300mil +0 +8 +8 +Button_Switch_THT +SW_DIP_SPSTx04_Piano_CTS_Series194-4MSTN_W7.62mm_P2.54mm +4x-dip-switch SPST CTS_Series194-4MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +8 +8 +Button_Switch_THT +SW_DIP_SPSTx04_Slide_6.7x11.72mm_W7.62mm_P2.54mm_LowProfile +4x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +8 +8 +Button_Switch_THT +SW_DIP_SPSTx04_Slide_9.78x12.34mm_W7.62mm_P2.54mm +4x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x12.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +8 +8 +Button_Switch_THT +SW_DIP_SPSTx05_Piano_10.8x14.26mm_W7.62mm_P2.54mm +5x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x14.26mm +DIP Switch SPST Piano 7.62mm 300mil +0 +10 +10 +Button_Switch_THT +SW_DIP_SPSTx05_Piano_CTS_Series194-5MSTN_W7.62mm_P2.54mm +5x-dip-switch SPST CTS_Series194-5MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +10 +10 +Button_Switch_THT +SW_DIP_SPSTx05_Slide_6.7x14.26mm_W7.62mm_P2.54mm_LowProfile +5x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +10 +10 +Button_Switch_THT +SW_DIP_SPSTx05_Slide_9.78x14.88mm_W7.62mm_P2.54mm +5x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x14.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +10 +10 +Button_Switch_THT +SW_DIP_SPSTx06_Piano_10.8x16.8mm_W7.62mm_P2.54mm +6x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x16.8mm +DIP Switch SPST Piano 7.62mm 300mil +0 +12 +12 +Button_Switch_THT +SW_DIP_SPSTx06_Piano_CTS_Series194-6MSTN_W7.62mm_P2.54mm +6x-dip-switch SPST CTS_Series194-6MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +12 +12 +Button_Switch_THT +SW_DIP_SPSTx06_Slide_6.7x16.8mm_W7.62mm_P2.54mm_LowProfile +6x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +12 +12 +Button_Switch_THT +SW_DIP_SPSTx06_Slide_9.78x17.42mm_W7.62mm_P2.54mm +6x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x17.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +12 +12 +Button_Switch_THT +SW_DIP_SPSTx07_Piano_10.8x19.34mm_W7.62mm_P2.54mm +7x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x19.34mm +DIP Switch SPST Piano 7.62mm 300mil +0 +14 +14 +Button_Switch_THT +SW_DIP_SPSTx07_Piano_CTS_Series194-7MSTN_W7.62mm_P2.54mm +7x-dip-switch SPST CTS_Series194-7MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +14 +14 +Button_Switch_THT +SW_DIP_SPSTx07_Slide_6.7x19.34mm_W7.62mm_P2.54mm_LowProfile +7x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +14 +14 +Button_Switch_THT +SW_DIP_SPSTx07_Slide_9.78x19.96mm_W7.62mm_P2.54mm +7x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x19.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +14 +14 +Button_Switch_THT +SW_DIP_SPSTx08_Piano_10.8x21.88mm_W7.62mm_P2.54mm +8x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x21.88mm +DIP Switch SPST Piano 7.62mm 300mil +0 +16 +16 +Button_Switch_THT +SW_DIP_SPSTx08_Piano_CTS_Series194-8MSTN_W7.62mm_P2.54mm +8x-dip-switch SPST CTS_Series194-8MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +16 +16 +Button_Switch_THT +SW_DIP_SPSTx08_Slide_6.7x21.88mm_W7.62mm_P2.54mm_LowProfile +8x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +16 +16 +Button_Switch_THT +SW_DIP_SPSTx08_Slide_9.78x22.5mm_W7.62mm_P2.54mm +8x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x22.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +16 +16 +Button_Switch_THT +SW_DIP_SPSTx09_Piano_10.8x24.42mm_W7.62mm_P2.54mm +9x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x24.42mm +DIP Switch SPST Piano 7.62mm 300mil +0 +18 +18 +Button_Switch_THT +SW_DIP_SPSTx09_Piano_CTS_Series194-9MSTN_W7.62mm_P2.54mm +9x-dip-switch SPST CTS_Series194-9MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +18 +18 +Button_Switch_THT +SW_DIP_SPSTx09_Slide_6.7x24.42mm_W7.62mm_P2.54mm_LowProfile +9x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +18 +18 +Button_Switch_THT +SW_DIP_SPSTx09_Slide_9.78x25.04mm_W7.62mm_P2.54mm +9x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x25.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +18 +18 +Button_Switch_THT +SW_DIP_SPSTx10_Piano_10.8x26.96mm_W7.62mm_P2.54mm +10x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x26.96mm +DIP Switch SPST Piano 7.62mm 300mil +0 +20 +20 +Button_Switch_THT +SW_DIP_SPSTx10_Piano_CTS_Series194-10MSTN_W7.62mm_P2.54mm +10x-dip-switch SPST CTS_Series194-10MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +20 +20 +Button_Switch_THT +SW_DIP_SPSTx10_Slide_6.7x26.96mm_W7.62mm_P2.54mm_LowProfile +10x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +20 +20 +Button_Switch_THT +SW_DIP_SPSTx10_Slide_9.78x27.58mm_W7.62mm_P2.54mm +10x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x27.58mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +20 +20 +Button_Switch_THT +SW_DIP_SPSTx11_Piano_10.8x29.5mm_W7.62mm_P2.54mm +11x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x29.5mm +DIP Switch SPST Piano 7.62mm 300mil +0 +22 +22 +Button_Switch_THT +SW_DIP_SPSTx11_Piano_CTS_Series194-11MSTN_W7.62mm_P2.54mm +11x-dip-switch SPST CTS_Series194-11MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +22 +22 +Button_Switch_THT +SW_DIP_SPSTx11_Slide_6.7x29.5mm_W7.62mm_P2.54mm_LowProfile +11x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +22 +22 +Button_Switch_THT +SW_DIP_SPSTx11_Slide_9.78x30.12mm_W7.62mm_P2.54mm +11x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x30.12mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +22 +22 +Button_Switch_THT +SW_DIP_SPSTx12_Piano_10.8x32.04mm_W7.62mm_P2.54mm +12x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x32.04mm +DIP Switch SPST Piano 7.62mm 300mil +0 +24 +24 +Button_Switch_THT +SW_DIP_SPSTx12_Piano_CTS_Series194-12MSTN_W7.62mm_P2.54mm +12x-dip-switch SPST CTS_Series194-12MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +24 +24 +Button_Switch_THT +SW_DIP_SPSTx12_Slide_6.7x32.04mm_W7.62mm_P2.54mm_LowProfile +12x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +24 +24 +Button_Switch_THT +SW_DIP_SPSTx12_Slide_9.78x32.66mm_W7.62mm_P2.54mm +12x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x32.66mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +24 +24 +Button_Switch_THT +SW_E-Switch_EG1224_SPDT_Angled +E-Switch slide switch, EG series, SPDT, right angle, http://spec_sheets.e-switch.com/specs/P040042.pdf +switch SPDT +0 +7 +3 +Button_Switch_THT +SW_E-Switch_EG1271_SPDT +E-Switch sub miniature slide switch, EG series, SPDT, https://www.e-switch.com/wp-content/uploads/2022/06/EG.pdf +switch SPDT +0 +6 +6 +Button_Switch_THT +SW_E-Switch_EG2219_DPDT_Angled +E-Switch slide switch, EG series, DPDT, right angle, http://spec_sheets.e-switch.com/specs/P040170.pdf +switch DPDT +0 +10 +6 +Button_Switch_THT +SW_Lever_1P2T_NKK_GW12LxH +Switch, single pole double throw, right angle, http://www.nkkswitches.com/pdf/GW.pdf +switch single-pole double-throw spdt ON-ON horizontal +0 +5 +3 +Button_Switch_THT +SW_MEC_5GTH9 +MEC 5G single pole normally-open tactile switch https://cdn.sos.sk/productdata/80/f6/aabf7be6/5gth9358222.pdf +switch normally-open pushbutton push-button +0 +4 +2 +Button_Switch_THT +SW_NKK_BB15AH +https://www.nkkswitches.com/pdf/Bpushbuttons-1.pdf +Pushbutton Right-angle +0 +5 +3 +Button_Switch_THT +SW_NKK_G1xJP +Switch NKK G1xJP http://www.nkkswitches.com/pdf/gwillum.pdf +SWITCH TOGGLE ILLUM SPDT NKK +0 +6 +6 +Button_Switch_THT +SW_NKK_GW12LJP +Switch, single pole double throw, illuminated paddle, http://www.nkkswitches.com/pdf/gwillum.pdf +switch single-pole double-throw spdt ON-ON illuminated LED +0 +6 +6 +Button_Switch_THT +SW_PUSH-12mm +SW PUSH 12mm https://www.e-switch.com/system/asset/product_line/data_sheet/143/TL1100.pdf +tact sw push 12mm +0 +4 +2 +Button_Switch_THT +SW_PUSH-12mm_Wuerth-430476085716 +SW PUSH 12mm http://katalog.we-online.de/em/datasheet/430476085716.pdf +tact sw push 12mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm +https://www.omron.com/ecb/products/pdf/en-b3f.pdf +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H4.3mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=4.3mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H5mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=5mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H7.3mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=7.3mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H8.5mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=8.5mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H8mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=8mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H9.5mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=9.5mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H13mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=13mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_E-Switch_FS5700DP_DPDT +FS5700 series pushbutton footswitch, DPDT, https://www.e-switch.com/system/asset/product_line/data_sheet/226/FS5700.pdf +switch DPDT footswitch +0 +6 +6 +Button_Switch_THT +SW_PUSH_LCD_E3_SAxxxx +Switch with LCD screen E3 SAxxxx +switch normally-open pushbutton push-button LCD +0 +6 +6 +Button_Switch_THT +SW_PUSH_LCD_E3_SAxxxx_SocketPins +Switch with LCD screen E3 SAxxxx +switch normally-open pushbutton push-button LCD +0 +6 +6 +Button_Switch_THT +SW_Push_1P1T_NO_LED_E-Switch_TL1250 +illuminated right angle tact switch https://www.e-switch.com/system/asset/product_line/data_sheet/148/TL1250.pdf +led push switch right angle +0 +6 +4 +Button_Switch_THT +SW_Push_1P2T_Vertical_E-Switch_800UDP8P1A1M6 + right angle SPDT push button https://www.e-switch.com/system/asset/product_line/data_sheet/210/800U.pdf +IP67 ultra-miniture horizontal +0 +5 +3 +Button_Switch_THT +SW_Push_2P1T_Toggle_CK_PVA1xxH1xxxxxxV2 +momentary / push-push button, h=17.5mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA1 DPST +0 +4 +4 +Button_Switch_THT +SW_Push_2P1T_Toggle_CK_PVA1xxH2xxxxxxV2 +momentary / push-push button, h=23mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA1 DPST +0 +4 +4 +Button_Switch_THT +SW_Push_2P1T_Toggle_CK_PVA1xxH3xxxxxxV2 +momentary / push-push button, h=20.5mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA1 DPST +0 +4 +4 +Button_Switch_THT +SW_Push_2P1T_Toggle_CK_PVA1xxH4xxxxxxV2 +momentary / push-push button, h=15mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA1 DPST +0 +4 +4 +Button_Switch_THT +SW_Push_2P2T_Toggle_CK_PVA2OAH5xxxxxxV2 +momentary / push-push button, h=13mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA2 DPDT +0 +6 +6 +Button_Switch_THT +SW_Push_2P2T_Toggle_CK_PVA2xxH1xxxxxxV2 +momentary / push-push button, h=17.5mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA2 DPDT +0 +6 +6 +Button_Switch_THT +SW_Push_2P2T_Toggle_CK_PVA2xxH2xxxxxxV2 +momentary / push-push button, h=23mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA2 DPDT +0 +6 +6 +Button_Switch_THT +SW_Push_2P2T_Toggle_CK_PVA2xxH3xxxxxxV2 +momentary / push-push button, h=20.5mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA2 DPDT +0 +6 +6 +Button_Switch_THT +SW_Push_2P2T_Toggle_CK_PVA2xxH4xxxxxxV2 +momentary / push-push button, h=15mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA2 DPDT +0 +6 +6 +Button_Switch_THT +SW_Push_2P2T_Vertical_E-Switch_800UDP8P1A1M6 + right angle DPDT push button https://www.e-switch.com/system/asset/product_line/data_sheet/210/800U.pdf +IP67 ultra-miniture horizontal +0 +8 +6 +Button_Switch_THT +SW_SPST_Omron_B3F-315x_Angled +tactile switch, 7.3mm x 6.25mm x 7.4mm, right angle, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3f.pdf +tactile switch Omron B3F right angle through hole +0 +4 +2 +Button_Switch_THT +SW_Slide_1P2T_CK_OS102011MS2Q +CuK miniature slide switch, OS series, SPDT, https://www.ckswitches.com/media/1428/os.pdf +switch SPDT +0 +5 +3 +Button_Switch_THT +SW_TH_Tactile_Omron_B3F-10xx +SW_TH_Tactile_Omron_B3F-10xx_https://www.omron.com/ecb/products/pdf/en-b3f.pdf +Omron B3F-10xx +0 +4 +2 +Button_Switch_THT +SW_Tactile_SKHH_Angled +tactile switch 6mm ALPS SKHH right angle http://www.alps.com/prod/info/E/HTML/Tact/SnapIn/SKHH/SKHHLUA010.html +tactile switch 6mm ALPS SKHH right angle +0 +4 +2 +Button_Switch_THT +SW_Tactile_SPST_Angled_PTS645Vx31-2LFS +tactile switch SPST right angle, PTS645VL31-2 LFS +tactile switch SPST angled PTS645VL31-2 LFS C&K Button +0 +4 +2 +Button_Switch_THT +SW_Tactile_SPST_Angled_PTS645Vx39-2LFS +tactile switch SPST right angle, PTS645VL39-2 LFS +tactile switch SPST angled PTS645VL39-2 LFS C&K Button +0 +4 +2 +Button_Switch_THT +SW_Tactile_SPST_Angled_PTS645Vx58-2LFS +tactile switch SPST right angle, PTS645VL58-2 LFS +tactile switch SPST angled PTS645VL58-2 LFS C&K Button +0 +4 +2 +Button_Switch_THT +SW_Tactile_SPST_Angled_PTS645Vx83-2LFS +tactile switch SPST right angle, PTS645VL83-2 LFS +tactile switch SPST angled PTS645VL83-2 LFS C&K Button +0 +4 +2 +Button_Switch_THT +SW_Tactile_Straight_KSA0Axx1LFTR +SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf +SW PUSH SMALL Tactile C&K +0 +4 +2 +Button_Switch_THT +SW_Tactile_Straight_KSL0Axx1LFTR +SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf +SW PUSH SMALL Tactile C&K +0 +4 +2 +Buzzer_Beeper +Buzzer_12x9.5RM7.6 +Generic Buzzer, D12mm height 9.5mm with RM7.6mm +buzzer +0 +2 +2 +Buzzer_Beeper +Buzzer_15x7.5RM7.6 +Generic Buzzer, D15mm height 7.5mm with RM7.6mm +buzzer +0 +2 +2 +Buzzer_Beeper +Buzzer_CUI_CPT-9019S-SMT +https://www.cui.com/product/resource/cpt-9019s-smt.pdf +buzzer piezo +0 +2 +2 +Buzzer_Beeper +Buzzer_D14mm_H7mm_P10mm +Generic Buzzer, D14mm height 7mm with pitch 10mm +buzzer +0 +2 +2 +Buzzer_Beeper +Buzzer_Mallory_AST1109MLTRQ +Mallory low-profile piezo buzzer, https://mspindy.com/spec-sheets/AST1109MLTRQ.pdf +buzzer piezo +0 +2 +2 +Buzzer_Beeper +Buzzer_Mallory_AST1240MLQ +Mallory low-profile piezo buzzer, https://www.mspindy.com/specifications/AST12140MLQ.pdf +piezo buzzer +0 +2 +2 +Buzzer_Beeper +Buzzer_Murata_PKLCS1212E +Murata Buzzer https://www.murata.com/~/media/webrenewal/support/library/catalog/products/sound/p37e.ashx +Murata Buzzer Beeper +0 +2 +2 +Buzzer_Beeper +Buzzer_Murata_PKMCS0909E +Murata Buzzer http://www.murata.com/en-us/api/pdfdownloadapi?cate=&partno=PKMCS0909E4000-R1 +Murata Buzzer Beeper +0 +2 +2 +Buzzer_Beeper +Buzzer_TDK_PS1240P02BT_D12.2mm_H6.5mm +Buzzer, D12.2mm height 6.5mm, https://product.tdk.com/info/en/catalog/datasheets/piezoelectronic_buzzer_ps_en.pdf +buzzer +0 +2 +2 +Buzzer_Beeper +Indicator_PUI_AI-1440-TWT-24V-2-R +14mm Indicator, https://www.puiaudio.com/media/SpecSheet/AI-1440-TWT-24V-2-R.pdf +piezo buzzer self drive oscillator +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_CUI_CMT-8504-100-SMT +magnetic transducer buzzer, 5V, SPL of 100 dB at 10 cm, https://www.cuidevices.com/product/resource/pdf/cmt-8504-100-smt-tr.pdf +CMT 8504 +0 +4 +4 +Buzzer_Beeper +MagneticBuzzer_CUI_CST-931RP-A +CST-931RP-A, http://www.cui.com/product/resource/cst-931rp-a.pdf +CST-931RP-A +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_Kingstate_KCG0601 +Buzzer, Elektromagnetic Beeper, Summer, +Kingstate KCG0601 +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_Kobitone_254-EMB73-RO +MagneticBuzzer_Kobitone_254-EMB73-RO https://www.mouser.es/datasheet/2/209/joytech_11092018_KT-400379-1501513.pdf +MagneticBuzzer_Kobitone_254-EMB73-RO +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_Kobitone_254-EMB84Q-RO +MagneticBuzzer Kobitone 254-EMB84Q-RO https://www.mouser.es/datasheet/2/209/KT-400385-1171904.pdf +MagneticBuzzer Kobitone 254-EMB84Q-RO +0 +3 +3 +Buzzer_Beeper +MagneticBuzzer_PUI_AT-0927-TT-6-R +Buzzer Magnetic 9mm AT-0927-TT-6-R, http://www.puiaudio.com/pdf/AT-0927-TT-6-R.pdf +Buzzer Magnetic 9mm AT-0927-TT-6-R +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_ProSignal_ABI-009-RC +Buzzer, Elektromagnetic Beeper, Summer, 6V-DC, +Pro Signal ABI-009-RC +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_ProSignal_ABI-010-RC +Buzzer, Elektromagnetic Beeper, Summer, 12V-DC, +Pro Signal ABI-010-RC +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_ProSignal_ABT-410-RC +Buzzer, Elektromagnetic Beeper, Summer, 1,5V-DC, +Pro Signal ABT-410-RC +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_ProjectsUnlimited_AI-4228-TWT-R +Buzzer, Elektromagnetic Beeper, Summer, 3-28V-DC, https://www.kynix.com/uploadfiles/pdf/AI-4228-TWT-R.pdf +Projects Unlimited AI-4228-TWT-R +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_StarMicronics_HMB-06_HMB-12 +Buzzer, Elektromagnetic Beeper, Summer, +Star Micronics HMB-06 HMB-12 +0 +2 +2 +Buzzer_Beeper +PUIAudio_SMT_0825_S_4_R +SMD 8540, http://www.puiaudio.com/product-detail.aspx?partnumber=SMT-0825-S-4-R +SMD 8540 +0 +4 +4 +Buzzer_Beeper +Speaker_CUI_CMR-1206S-67 +Speaker, 30mW, 300-7000Hz, IP67 face, 12x6x2,25mm, https://www.cuidevices.com/product/resource/cmr-12062s-67.pdf +speaker CUI +0 +2 +2 +Calibration_Scale +Gauge_10mm_Type1_CopperTop +Gauge, Massstab, 10mm, CopperTop, Type 1, +Gauge Massstab 10mm CopperTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type1_SilkScreenTop +Gauge, Massstab, 10mm, SilkScreenTop, Type 1, +Gauge Massstab 10mm SilkScreenTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type2_CopperTop +Gauge, Massstab, 10mm, CopperTop, Type 2, +Gauge Massstab 10mm CopperTop Type 2 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type2_SilkScreenTop +Gauge, Massstab, 10mm, SilkScreenTop, Type 2, +Gauge Massstab 10mm SilkScreenTop Type 2 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type3_CopperTop +Gauge, Massstab, 10mm, CopperTop, Type 3, +Gauge Massstab 10mm CopperTop Type 3 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type3_SilkScreenTop +Gauge, Massstab, 10mm, SilkScreenTop, Type 3, +Gauge Massstab 10mm SilkScreenTop Type 3 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type4_CopperTop +Gauge, Massstab, 10mm, CopperTop, Type 4, +Gauge Massstab 10mm CopperTop Type 4 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type4_SilkScreenTop +Gauge, Massstab, 10mm, SilkScreenTop, Type 4, +Gauge Massstab 10mm SilkScreenTop Type 4 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type5_CopperTop +Gauge, Massstab, 10mm, CopperTop, Type 5, +Gauge Massstab 10mm CopperTop Type 5 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type5_SilkScreenTop +Gauge, Massstab, 10mm, SilkScreenTop, Type 5, +Gauge Massstab 10mm SilkScreenTop Type 5 +0 +0 +0 +Calibration_Scale +Gauge_50mm_Type1_CopperTop +Gauge, Massstab, 50mm, CopperTop, Type 1, +Gauge Massstab 50mm CopperTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_50mm_Type1_SilkScreenTop +Gauge, Massstab, 50mm, SilkScreenTop, Type 1, +Gauge Massstab 50mm SilkScreenTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_50mm_Type2_CopperTop +Gauge, Massstab, 50mm, CopperTop, Type 2, +Gauge Massstab 50mm CopperTop Type 2 +0 +0 +0 +Calibration_Scale +Gauge_50mm_Type2_SilkScreenTop +Gauge, Massstab, 50mm, SilkScreenTop, Type 2, +Gauge Massstab 50mm SilkScreenTop Type 2 +0 +0 +0 +Calibration_Scale +Gauge_100mm_Grid_Type1_CopperTop +Gauge, Massstab, 100mm, Gitter, Grid, CopperTop, Type 1, +Gauge Massstab 100mm Gitter Grid CopperTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_100mm_Type1_CopperTop +Gauge, Massstab, 100mm, CopperTop, Type 1, +Gauge Massstab 100mm CopperTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_100mm_Type1_SilkScreenTop +Gauge, Massstab, 100mm, SilkScreenTop, Type 1, +Gauge Massstab 100mm SilkScreenTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_100mm_Type2_CopperTop +Gauge, Massstab, 100mm, CopperTop, Type 2, +Gauge Massstab 100mm CopperTop Type 2 +0 +0 +0 +Calibration_Scale +Gauge_100mm_Type2_SilkScreenTop +Gauge, Massstab, 100mm, SilkScreenTop, Type 2, +Gauge Massstab 100mm SilkScreenTop Type 2 +0 +0 +0 +Capacitor_SMD +CP_Elec_3x5.3 +SMT capacitor, aluminium electrolytic, 3x5.3, Cornell Dubilier Electronics +Capacitor Electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_3x5.4 +SMD capacitor, aluminum electrolytic, Nichicon, 3.0x5.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x3 +SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x3.9 +SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x4.5 +SMD capacitor, aluminum electrolytic, Nichicon, 4.0x4.5mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x5.3 +SMD capacitor, aluminum electrolytic, Vishay, 4.0x5.3mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x5.4 +SMD capacitor, aluminum electrolytic, Panasonic A5 / Nichicon, 4.0x5.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x5.7 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 4.0x5.7mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x5.8 +SMD capacitor, aluminum electrolytic, Panasonic, 4.0x5.8mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x3 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.0mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x3.9 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x4.4 +SMD capacitor, aluminum electrolytic, Panasonic B45, 5.0x4.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x4.5 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x4.5mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x5.3 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.3mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x5.4 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x5.7 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 5.0x5.7mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x5.8 +SMD capacitor, aluminum electrolytic, Panasonic, 5.0x5.8mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x5.9 +SMD capacitor, aluminum electrolytic, Panasonic B6, 5.0x5.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x3 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.0mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x3.9 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x4.5 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x4.5mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x4.9 +SMD capacitor, aluminum electrolytic, Panasonic C5, 6.3x4.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.2 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.2mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.3 +SMD capacitor, aluminum electrolytic, Cornell Dubilier, 6.3x5.3mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.4 +SMD capacitor, aluminum electrolytic, Panasonic C55, 6.3x5.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.4_Nichicon +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.7 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.7mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.8 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.9 +SMD capacitor, aluminum electrolytic, Panasonic C6, 6.3x5.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x7.7 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x7.7mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x9.9 +SMD capacitor, aluminum electrolytic, Panasonic C10, 6.3x9.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x5.4 +SMD capacitor, aluminum electrolytic, Nichicon, 8.0x5.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x6.2 +SMD capacitor, aluminum electrolytic, Nichicon, 8.0x6.2mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x6.5 +SMD capacitor, aluminum electrolytic, Rubycon, 8.0x6.5mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x6.7 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 8.0x6.7mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x6.9 +SMD capacitor, aluminum electrolytic, Panasonic E7, 8.0x6.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x10 +SMD capacitor, aluminum electrolytic, Nichicon, 8.0x10mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x10.5 +SMD capacitor, aluminum electrolytic, Vishay 0810, 8.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x11.9 +SMD capacitor, aluminum electrolytic, Panasonic E12, 8.0x11.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x7.7 +SMD capacitor, aluminum electrolytic, Nichicon, 10.0x7.7mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x7.9 +SMD capacitor, aluminum electrolytic, Panasonic F8, 10.0x7.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x10 +SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x10.5 +SMD capacitor, aluminum electrolytic, Vishay 1010, 10.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x12.5 +SMD capacitor, aluminum electrolytic, Vishay 1012, 10.0x12.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x12.6 +SMD capacitor, aluminum electrolytic, Panasonic F12, 10.0x12.6mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x14.3 +SMD capacitor, aluminum electrolytic, Vishay 1014, 10.0x14.3mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_16x17.5 +SMD capacitor, aluminum electrolytic, Vishay 1616, 16.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_16x22 +SMD capacitor, aluminum electrolytic, Vishay 1621, 16.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_18x17.5 +SMD capacitor, aluminum electrolytic, Vishay 1816, 18.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_18x22 +SMD capacitor, aluminum electrolytic, Vishay 1821, 18.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_CAP-XX_DMF3Zxxxxxxxx3D +5.5V, 470mF supercapacitor, 45mohm, -40ºC to +70ºC, https://www.cap-xx.com/wp-content/uploads/datasheets/CAP-XX-DMF470mF-Datasheet.pdf +supercap +0 +3 +3 +Capacitor_SMD +C_0201_0603Metric +Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +capacitor +0 +4 +2 +Capacitor_SMD +C_0201_0603Metric_Pad0.64x0.40mm_HandSolder +Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +4 +2 +Capacitor_SMD +C_0402_1005Metric +Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_0402_1005Metric_Pad0.74x0.62mm_HandSolder +Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_0504_1310Metric +Capacitor SMD 0504 (1310 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_0504_1310Metric_Pad0.83x1.28mm_HandSolder +Capacitor SMD 0504 (1310 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_0603_1608Metric +Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_0603_1608Metric_Pad1.08x0.95mm_HandSolder +Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_0805_2012Metric +Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_0805_2012Metric_Pad1.18x1.45mm_HandSolder +Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_01005_0402Metric +Capacitor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +capacitor +0 +4 +2 +Capacitor_SMD +C_01005_0402Metric_Pad0.57x0.30mm_HandSolder +Capacitor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +4 +2 +Capacitor_SMD +C_1206_3216Metric +Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_1206_3216Metric_Pad1.33x1.80mm_HandSolder +Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_1210_3225Metric +Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_1210_3225Metric_Pad1.33x2.70mm_HandSolder +Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_1812_4532Metric +Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_1812_4532Metric_Pad1.57x3.40mm_HandSolder +Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_1825_4564Metric +Capacitor SMD 1825 (4564 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_1825_4564Metric_Pad1.57x6.80mm_HandSolder +Capacitor SMD 1825 (4564 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_2220_5650Metric +Capacitor SMD 2220 (5650 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_2220_5650Metric_Pad1.97x5.40mm_HandSolder +Capacitor SMD 2220 (5650 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_2225_5664Metric +Capacitor SMD 2225 (5664 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_2225_5664Metric_Pad1.80x6.60mm_HandSolder +Capacitor SMD 2225 (5664 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_3640_9110Metric +Capacitor SMD 3640 (9110 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_3640_9110Metric_Pad2.10x10.45mm_HandSolder +Capacitor SMD 3640 (9110 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_Elec_3x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 3.0x5.4mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_4x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.4mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_4x5.8 +SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.8mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_5x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.4mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_5x5.8 +SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.8mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_6.3x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.4mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_6.3x5.8 +SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.8mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_6.3x7.7 +SMD capacitor, aluminum electrolytic nonpolar, 6.3x7.7mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_8x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 8.0x5.4mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_8x6.2 +SMD capacitor, aluminum electrolytic nonpolar, 8.0x6.2mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_8x10.2 +SMD capacitor, aluminum electrolytic nonpolar, 8.0x10.2mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_10x10.2 +SMD capacitor, aluminum electrolytic nonpolar, 10.0x10.2mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Trimmer_Murata_TZB4-A +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZB4 TZB4-A +0 +2 +2 +Capacitor_SMD +C_Trimmer_Murata_TZB4-B +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZB4 TZB4-A +0 +2 +2 +Capacitor_SMD +C_Trimmer_Murata_TZC3 +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZC3 +0 +2 +2 +Capacitor_SMD +C_Trimmer_Murata_TZR1 +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZR1 +0 +2 +2 +Capacitor_SMD +C_Trimmer_Murata_TZW4 +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZW4 +0 +2 +2 +Capacitor_SMD +C_Trimmer_Murata_TZY2 +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZY2 +0 +2 +2 +Capacitor_SMD +C_Trimmer_Sprague-Goodman_SGC3 +trimmer capacitor SMD horizontal, http://media.wix.com/ugd/d86717_38d9821e12823a7aa9cef38c6c2a73cc.pdf + Sprague Goodman SGC3 +0 +2 +2 +Capacitor_SMD +C_Trimmer_Voltronics_JN +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JN +0 +2 +2 +Capacitor_SMD +C_Trimmer_Voltronics_JQ +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JQ +0 +2 +2 +Capacitor_SMD +C_Trimmer_Voltronics_JR +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JR +0 +2 +2 +Capacitor_SMD +C_Trimmer_Voltronics_JV +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JV +0 +2 +2 +Capacitor_SMD +C_Trimmer_Voltronics_JZ +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JR +0 +2 +2 +Capacitor_THT +CP_Axial_L10.0mm_D4.5mm_P15.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=10*4.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 15mm length 10mm diameter 4.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L10.0mm_D6.0mm_P15.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=10*6mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 15mm length 10mm diameter 6mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L11.0mm_D5.0mm_P18.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=18mm, , length*diameter=11*5mm^2, Electrolytic Capacitor +CP Axial series Axial Horizontal pin pitch 18mm length 11mm diameter 5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L11.0mm_D6.0mm_P18.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=18mm, , length*diameter=11*6mm^2, Electrolytic Capacitor +CP Axial series Axial Horizontal pin pitch 18mm length 11mm diameter 6mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L11.0mm_D8.0mm_P15.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=11*8mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 15mm length 11mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L18.0mm_D6.5mm_P25.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*6.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 6.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L18.0mm_D8.0mm_P25.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*8mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L18.0mm_D10.0mm_P25.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L20.0mm_D10.0mm_P26.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=26mm, , length*diameter=20*10mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 26mm length 20mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L20.0mm_D13.0mm_P26.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=26mm, , length*diameter=20*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 26mm length 20mm diameter 13mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L21.0mm_D8.0mm_P28.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=28mm, , length*diameter=21*8mm^2, Electrolytic Capacitor +CP Axial series Axial Horizontal pin pitch 28mm length 21mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L25.0mm_D10.0mm_P30.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=30mm, , length*diameter=25*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 30mm length 25mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L26.5mm_D20.0mm_P33.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=33mm, , length*diameter=26.5*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 33mm length 26.5mm diameter 20mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L29.0mm_D10.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*10mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L29.0mm_D13.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 13mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L29.0mm_D16.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*16mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 16mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L29.0mm_D20.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 20mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L30.0mm_D10.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L30.0mm_D12.5mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*12.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 12.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L30.0mm_D15.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*15mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 15mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L30.0mm_D18.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*18mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 18mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L34.5mm_D20.0mm_P41.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=41mm, , length*diameter=34.5*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 41mm length 34.5mm diameter 20mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L37.0mm_D13.0mm_P43.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 13mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L37.0mm_D16.0mm_P43.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*16mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 16mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L37.0mm_D20.0mm_P43.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 20mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L38.0mm_D18.0mm_P44.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=44mm, , length*diameter=38*18mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 44mm length 38mm diameter 18mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L38.0mm_D21.0mm_P44.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=44mm, , length*diameter=38*21mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 44mm length 38mm diameter 21mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L40.0mm_D16.0mm_P48.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=48mm, , length*diameter=40*16mm^2, Electrolytic Capacitor +CP Axial series Axial Horizontal pin pitch 48mm length 40mm diameter 16mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L42.0mm_D23.0mm_P45.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 23.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L42.0mm_D26.0mm_P45.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 26mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L42.0mm_D29.0mm_P45.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 29.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L42.0mm_D32.0mm_P45.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 32.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L42.0mm_D35.0mm_P45.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 35.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L42.5mm_D20.0mm_P49.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=49mm, , length*diameter=42.5*20mm^2, Electrolytic Capacitor +CP Axial series Axial Horizontal pin pitch 49mm length 42.5mm diameter 20mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L46.0mm_D20.0mm_P52.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=52mm, , length*diameter=46*20mm^2, Electrolytic Capacitor +CP Axial series Axial Horizontal pin pitch 52mm length 46mm diameter 20mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L55.0mm_D23.0mm_P60.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 23.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L55.0mm_D26.0mm_P60.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 26mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L55.0mm_D29.0mm_P60.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 29.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L55.0mm_D32.0mm_P60.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 32.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L55.0mm_D35.0mm_P60.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 35.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L67.0mm_D23.0mm_P75.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 23.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L67.0mm_D26.0mm_P75.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 26mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L67.0mm_D29.0mm_P75.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 29.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L67.0mm_D32.0mm_P75.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 32.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L67.0mm_D35.0mm_P75.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 35.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L80.0mm_D23.0mm_P85.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 23.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L80.0mm_D26.0mm_P85.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 26mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L80.0mm_D29.0mm_P85.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 29.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L80.0mm_D32.0mm_P85.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 32.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L80.0mm_D35.0mm_P85.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 35.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L93.0mm_D23.0mm_P100.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 23.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L93.0mm_D26.0mm_P100.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 26mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L93.0mm_D29.0mm_P100.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 29.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L93.0mm_D32.0mm_P100.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 32.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L93.0mm_D35.0mm_P100.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 35.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D4.0mm_P1.50mm +CP, Radial series, Radial, pin pitch=1.50mm, , diameter=4mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 1.50mm diameter 4mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D4.0mm_P2.00mm +CP, Radial series, Radial, pin pitch=2.00mm, , diameter=4mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.00mm diameter 4mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D5.0mm_P2.00mm +CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D5.0mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D6.3mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D7.5mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=7.5mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 7.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D8.0mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=8mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D8.0mm_P3.50mm +CP, Radial series, Radial, pin pitch=3.50mm, , diameter=8mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 3.50mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D8.0mm_P3.80mm +CP, Radial series, Radial, pin pitch=3.80mm, , diameter=8mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 3.80mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D8.0mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, , diameter=8mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 5.00mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D10.0mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D10.0mm_P2.50mm_P5.00mm +CP, Radial series, Radial, pin pitch=2.50mm 5.00mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm 5.00mm diameter 10mm Electrolytic Capacitor +0 +4 +2 +Capacitor_THT +CP_Radial_D10.0mm_P3.50mm +CP, Radial series, Radial, pin pitch=3.50mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 3.50mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D10.0mm_P3.80mm +CP, Radial series, Radial, pin pitch=3.80mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 3.80mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D10.0mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 5.00mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D10.0mm_P5.00mm_P7.50mm +CP, Radial series, Radial, pin pitch=5.00mm 7.50mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 5.00mm 7.50mm diameter 10mm Electrolytic Capacitor +0 +4 +2 +Capacitor_THT +CP_Radial_D10.0mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D12.5mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=12.5mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 12.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D12.5mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, , diameter=12.5mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 5.00mm diameter 12.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D12.5mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=12.5mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 12.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D13.0mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=13mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 13mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D13.0mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, , diameter=13mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 5.00mm diameter 13mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D13.0mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=13mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 13mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D14.0mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, , diameter=14mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 5.00mm diameter 14mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D14.0mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=14mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 14mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D16.0mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=16mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 16mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D17.0mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=17mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 17mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D18.0mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=18mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 18mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D22.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, diameter=22mm, height=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 22mm height 40mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D22.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=22mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 22mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D24.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, diameter=24mm, height=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 24mm height 40mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D24.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=24mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 24mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D25.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, diameter=25mm, height=45mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 25mm height 45mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D25.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=25mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 25mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D26.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, diameter=26mm, height=45mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 26mm height 45mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D26.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=26mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 26mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D30.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, diameter=30mm, height=45mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 30mm height 45mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D30.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=30mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 30mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D35.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, diameter=35mm, height=50mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 35mm height 50mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D35.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=35mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 35mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D40.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, diameter=40mm, height=50mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 40mm height 50mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D40.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 40mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D4.5mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=4.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 4.5mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D4.5mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=4.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 4.5mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D5.0mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=5.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 5.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D5.0mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=5.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 5.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D5.5mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=5.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 5.5mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D5.5mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=5.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 5.5mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D6.0mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=6.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 6.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D6.0mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=6.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 6.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D7.0mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=7.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 7.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D7.0mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=7.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 7.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D8.0mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=8.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 8.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D8.0mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=8.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 8.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D9.0mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=9.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 9.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D9.0mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=9.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 9.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D10.5mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=10.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 10.5mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D10.5mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=10.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 10.5mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Axial_L3.8mm_D2.6mm_P7.50mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=7.5mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 7.5mm length 3.8mm diameter 2.6mm +0 +2 +2 +Capacitor_THT +C_Axial_L3.8mm_D2.6mm_P10.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=10mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 10mm length 3.8mm diameter 2.6mm +0 +2 +2 +Capacitor_THT +C_Axial_L3.8mm_D2.6mm_P12.50mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=12.5mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 12.5mm length 3.8mm diameter 2.6mm +0 +2 +2 +Capacitor_THT +C_Axial_L3.8mm_D2.6mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 15mm length 3.8mm diameter 2.6mm +0 +2 +2 +Capacitor_THT +C_Axial_L5.1mm_D3.1mm_P7.50mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=7.5mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 7.5mm length 5.1mm diameter 3.1mm +0 +2 +2 +Capacitor_THT +C_Axial_L5.1mm_D3.1mm_P10.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=10mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 10mm length 5.1mm diameter 3.1mm +0 +2 +2 +Capacitor_THT +C_Axial_L5.1mm_D3.1mm_P12.50mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=12.5mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 12.5mm length 5.1mm diameter 3.1mm +0 +2 +2 +Capacitor_THT +C_Axial_L5.1mm_D3.1mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 15mm length 5.1mm diameter 3.1mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 6.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D6.5mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 6.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D7.5mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 7.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D7.5mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 7.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D8.5mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*8.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 8.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D8.5mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*8.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 8.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D9.5mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 9.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D9.5mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 9.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D10.5mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 10.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D10.5mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 10.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L17.0mm_D6.5mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=17*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 17mm diameter 6.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L17.0mm_D6.5mm_P25.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=17*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 25mm length 17mm diameter 6.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L17.0mm_D7.0mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=17*7.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 17mm diameter 7.0mm +0 +2 +2 +Capacitor_THT +C_Axial_L17.0mm_D7.0mm_P25.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=17*7.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 25mm length 17mm diameter 7.0mm +0 +2 +2 +Capacitor_THT +C_Axial_L19.0mm_D7.5mm_P25.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 7.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L19.0mm_D8.0mm_P25.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*8.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 8.0mm +0 +2 +2 +Capacitor_THT +C_Axial_L19.0mm_D9.0mm_P25.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*9mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 9mm +0 +2 +2 +Capacitor_THT +C_Axial_L19.0mm_D9.5mm_P25.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 9.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L22.0mm_D9.5mm_P27.50mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=27.5mm, , length*diameter=22*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 27.5mm length 22mm diameter 9.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L22.0mm_D10.5mm_P27.50mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=27.5mm, , length*diameter=22*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 27.5mm length 22mm diameter 10.5mm +0 +2 +2 +Capacitor_THT +C_Disc_D3.0mm_W1.6mm_P2.50mm +C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf +C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D3.0mm_W2.0mm_P2.50mm +C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor +C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D3.4mm_W2.1mm_P2.50mm +C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf +C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D3.8mm_W2.6mm_P2.50mm +C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf +C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D4.3mm_W1.9mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf +C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D4.7mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.7*2.5mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf +C Disc series Radial pin pitch 5.00mm diameter 4.7mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D5.0mm_W2.5mm_P2.50mm +C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D5.0mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 5.00mm diameter 5mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D5.1mm_W3.2mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=5.1*3.2mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf +C Disc series Radial pin pitch 5.00mm diameter 5.1mm width 3.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D6.0mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=6*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 5.00mm diameter 6mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D6.0mm_W4.4mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=6*4.4mm^2, Capacitor +C Disc series Radial pin pitch 5.00mm diameter 6mm width 4.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D7.0mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 5.00mm diameter 7mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D7.5mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*2.5mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D7.5mm_W4.4mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*4.4mm^2, Capacitor +C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 4.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D7.5mm_W5.0mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D7.5mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 7.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D7.5mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 7.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D8.0mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=8*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 5.00mm diameter 8mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D8.0mm_W5.0mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 5.00mm diameter 8mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D8.0mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 8mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D8.0mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 8mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D9.0mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=9*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 5.00mm diameter 9mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D9.0mm_W5.0mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 5.00mm diameter 9mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D9.0mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 9mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D9.0mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 9mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D10.0mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=10*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 5.00mm diameter 10mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D10.5mm_W5.0mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 5.00mm diameter 10.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D10.5mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 10.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D10.5mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 10.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D11.0mm_W5.0mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 5.00mm diameter 11mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D11.0mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 11mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D11.0mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 11mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D12.0mm_W4.4mm_P7.75mm +C, Disc series, Radial, pin pitch=7.75mm, , diameter*width=12*4.4mm^2, Capacitor +C Disc series Radial pin pitch 7.75mm diameter 12mm width 4.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D12.5mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=12.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 12.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D12.5mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=12.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 12.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D14.5mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=14.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 14.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D14.5mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=14.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 14.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D16.0mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=16.0*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 16.0mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D16.0mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=16.0*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 16.0mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D4.0mm_H5.0mm_P1.50mm +C, Radial series, Radial, pin pitch=1.50mm, diameter=4mm, height=5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 1.50mm diameter 4mm height 5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D4.0mm_H7.0mm_P1.50mm +C, Radial series, Radial, pin pitch=1.50mm, diameter=4mm, height=7mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 1.50mm diameter 4mm height 7mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D5.0mm_H5.0mm_P2.00mm +C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 2.00mm diameter 5mm height 5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D5.0mm_H7.0mm_P2.00mm +C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=7mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 2.00mm diameter 5mm height 7mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D5.0mm_H11.0mm_P2.00mm +C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=11mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 2.00mm diameter 5mm height 11mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D6.3mm_H5.0mm_P2.50mm +C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D6.3mm_H7.0mm_P2.50mm +C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=7mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 7mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D6.3mm_H11.0mm_P2.50mm +C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=11mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 11mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D8.0mm_H7.0mm_P3.50mm +C, Radial series, Radial, pin pitch=3.50mm, diameter=8mm, height=7mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 3.50mm diameter 8mm height 7mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D8.0mm_H11.5mm_P3.50mm +C, Radial series, Radial, pin pitch=3.50mm, diameter=8mm, height=11.5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 3.50mm diameter 8mm height 11.5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D10.0mm_H12.5mm_P5.00mm +C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=12.5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 5.00mm diameter 10mm height 12.5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D10.0mm_H16.0mm_P5.00mm +C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=16mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 5.00mm diameter 10mm height 16mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D10.0mm_H20.0mm_P5.00mm +C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=20mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 5.00mm diameter 10mm height 20mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D12.5mm_H20.0mm_P5.00mm +C, Radial series, Radial, pin pitch=5.00mm, diameter=12.5mm, height=20mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 5.00mm diameter 12.5mm height 20mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D12.5mm_H25.0mm_P5.00mm +C, Radial series, Radial, pin pitch=5.00mm, diameter=12.5mm, height=25mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 5.00mm diameter 12.5mm height 25mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D16.0mm_H25.0mm_P7.50mm +C, Radial series, Radial, pin pitch=7.50mm, diameter=16mm, height=25mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 7.50mm diameter 16mm height 25mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D16.0mm_H31.5mm_P7.50mm +C, Radial series, Radial, pin pitch=7.50mm, diameter=16mm, height=31.5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 7.50mm diameter 16mm height 31.5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D18.0mm_H35.5mm_P7.50mm +C, Radial series, Radial, pin pitch=7.50mm, diameter=18mm, height=35.5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 7.50mm diameter 18mm height 35.5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L4.0mm_W2.5mm_P2.50mm +C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor +C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L4.6mm_W2.0mm_P2.50mm_MKS02_FKP02 +C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*2mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf +C Rect series Radial pin pitch 2.50mm length 4.6mm width 2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L4.6mm_W3.0mm_P2.50mm_MKS02_FKP02 +C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*3.0mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf +C Rect series Radial pin pitch 2.50mm length 4.6mm width 3.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L4.6mm_W3.8mm_P2.50mm_MKS02_FKP02 +C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*3.8mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf +C Rect series Radial pin pitch 2.50mm length 4.6mm width 3.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L4.6mm_W4.6mm_P2.50mm_MKS02_FKP02 +C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*4.6mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf +C Rect series Radial pin pitch 2.50mm length 4.6mm width 4.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L4.6mm_W5.5mm_P2.50mm_MKS02_FKP02 +C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*5.5mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf +C Rect series Radial pin pitch 2.50mm length 4.6mm width 5.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.0mm_W2.0mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*2mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7mm width 2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.0mm_W2.5mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*2.5mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.0mm_W3.5mm_P2.50mm_P5.00mm +C, Rect series, Radial, pin pitch=2.50mm 5.00mm, , length*width=7*3.5mm^2, Capacitor +C Rect series Radial pin pitch 2.50mm 5.00mm length 7mm width 3.5mm Capacitor +0 +4 +2 +Capacitor_THT +C_Rect_L7.0mm_W3.5mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*3.5mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7mm width 3.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.0mm_W4.5mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*4.5mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7mm width 4.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.0mm_W6.0mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*6mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7mm width 6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.0mm_W6.5mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*6.5mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7mm width 6.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W2.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*2.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W7.2mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*7.2mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 7.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W8.5mm_P5.00mm_FKP2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*8.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 8.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W11.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.5mm_W6.5mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.5*6.5mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7.5mm width 6.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W2.5mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W2.6mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 2.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W2.7mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 2.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W3.2mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 3.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W3.3mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 3.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W3.4mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 3.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W3.6mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 3.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W3.8mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 3.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W3.9mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 3.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W4.0mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 4.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W4.2mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 4.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W4.9mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 4.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W5.1mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 5.1mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W5.7mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*5.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 5.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W6.4mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 6.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W6.7mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*6.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 6.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W7.7mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*7.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 7.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W8.5mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*8.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 8.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W9.5mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*9.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 9.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W9.8mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*9.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 9.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.0mm_W2.5mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*2.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.0mm_W3.0mm_P7.50mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*3mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 7.50mm length 10mm width 3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.0mm_W3.0mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10mm width 3.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.0mm_W4.0mm_P7.50mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 7.50mm length 10mm width 4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.0mm_W4.0mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*4.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10mm width 4.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.0mm_W5.0mm_P5.00mm_P7.50mm +C, Rect series, Radial, pin pitch=5.00mm 7.50mm, , length*width=10*5mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm 7.50mm length 10mm width 5mm Capacitor +0 +4 +2 +Capacitor_THT +C_Rect_L10.3mm_W4.5mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10.3mm width 4.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.3mm_W5.0mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10.3mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.3mm_W5.7mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*5.7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10.3mm width 5.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.3mm_W7.2mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*7.2mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10.3mm width 7.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W2.8mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*2.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 2.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W3.4mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*3.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 3.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W3.5mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*3.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 3.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W4.2mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*4.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 4.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W4.3mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*4.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 4.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W5.1mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 5.1mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W5.3mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*5.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 5.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W6.3mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*6.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 6.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W6.4mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 6.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W7.3mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 7.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W8.8mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*8.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 8.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W2.0mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W2.6mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 2.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W2.8mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 2.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W3.2mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W3.5mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W3.6mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W4.0mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W4.3mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W4.5mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W5.0mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W5.1mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.1mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W5.2mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W5.6mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W6.4mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W6.6mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W6.9mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W7.3mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W7.5mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W7.8mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W8.0mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*8.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 8.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W8.8mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*8.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 8.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W9.5mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*9.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 9.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W9.8mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*9.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 9.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.0mm_W3.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*3mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13mm width 3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.0mm_W4.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13mm width 4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.0mm_W5.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.0mm_W6.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13mm width 6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.0mm_W6.5mm_P7.50mm_P10.00mm +C, Rect series, Radial, pin pitch=7.50mm 10.00mm, , length*width=13*6.5mm^2, Capacitor +C Rect series Radial pin pitch 7.50mm 10.00mm length 13mm width 6.5mm Capacitor +0 +4 +2 +Capacitor_THT +C_Rect_L13.0mm_W8.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13mm width 8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.5mm_W4.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13.5*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13.5mm width 4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.5mm_W5.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13.5*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13.5mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W4.7mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*4.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 4.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W4.9mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*4.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 4.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W5.0mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W6.0mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W7.0mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W7.3mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 7.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W8.7mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*8.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 8.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W8.9mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*8.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 8.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W9.0mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W9.2mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*9.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 9.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W10.7mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*10.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 10.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W10.9mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*10.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 10.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W11.2mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*11.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 11.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W11.8mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*11.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 11.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W13.5mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W13.7mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W13.9mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L18.0mm_W5.0mm_P15.00mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 15.00mm length 18mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L18.0mm_W6.0mm_P15.00mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 15.00mm length 18mm width 6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L18.0mm_W7.0mm_P15.00mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 15.00mm length 18mm width 7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L18.0mm_W8.0mm_P15.00mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 15.00mm length 18mm width 8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L18.0mm_W9.0mm_P15.00mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 15.00mm length 18mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L18.0mm_W11.0mm_P15.00mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 15.00mm length 18mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L19.0mm_W5.0mm_P15.00mm_MKS4 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 15.00mm length 19mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L19.0mm_W6.0mm_P15.00mm_MKS4 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 15.00mm length 19mm width 6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L19.0mm_W7.0mm_P15.00mm_MKS4 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 15.00mm length 19mm width 7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L19.0mm_W8.0mm_P15.00mm_MKS4 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 15.00mm length 19mm width 8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L19.0mm_W9.0mm_P15.00mm_MKS4 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 15.00mm length 19mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L19.0mm_W11.0mm_P15.00mm_MKS4 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 15.00mm length 19mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W7.0mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W8.3mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*8.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 8.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W8.6mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*8.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 8.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W10.1mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 10.1mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W10.3mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 10.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W10.9mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 10.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W12.2mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 12.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W12.6mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 12.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W12.8mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 12.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L26.5mm_W5.0mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 26.5mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L26.5mm_W6.0mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 26.5mm width 6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L26.5mm_W7.0mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 26.5mm width 7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L26.5mm_W8.5mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*8.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 26.5mm width 8.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L26.5mm_W10.5mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*10.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 26.5mm width 10.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L26.5mm_W11.5mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*11.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 26.5mm width 11.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L27.0mm_W9.0mm_P22.00mm +C, Rect series, Radial, pin pitch=22.00mm, , length*width=27*9mm^2, Capacitor +C Rect series Radial pin pitch 22.00mm length 27mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L27.0mm_W9.0mm_P23.00mm +C, Rect series, Radial, pin pitch=23.00mm, , length*width=27*9mm^2, Capacitor +C Rect series Radial pin pitch 23.00mm length 27mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L27.0mm_W11.0mm_P22.00mm +C, Rect series, Radial, pin pitch=22.00mm, , length*width=27*11mm^2, Capacitor +C Rect series Radial pin pitch 22.00mm length 27mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L28.0mm_W8.0mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 28mm width 8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L28.0mm_W10.0mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*10mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 28mm width 10mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L28.0mm_W12.0mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*12mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 28mm width 12mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W7.6mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 7.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W7.8mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 7.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W7.9mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 7.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W9.1mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*9.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 9.1mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W9.6mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*9.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 9.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W11.0mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*11mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W11.9mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*11.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 11.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W12.2mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*12.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 12.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W13.0mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*13mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 13mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W13.8mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*13.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 13.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W14.2mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*14.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 14.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W16.0mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*16mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 16mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L31.5mm_W9.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 31.5mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L31.5mm_W11.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 31.5mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L31.5mm_W13.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 31.5mm width 13mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L31.5mm_W15.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 31.5mm width 15mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L31.5mm_W17.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*17mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 31.5mm width 17mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L31.5mm_W20.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 31.5mm width 20mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L32.0mm_W15.0mm_P27.00mm +C, Rect series, Radial, pin pitch=27.00mm, , length*width=32*15mm^2, Capacitor +C Rect series Radial pin pitch 27.00mm length 32mm width 15mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L33.0mm_W13.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 33mm width 13mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L33.0mm_W15.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 33mm width 15mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L33.0mm_W20.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 33mm width 20mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W9.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W11.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W13.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 13mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W15.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 15mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W17.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*17mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 17mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W19.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*19mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 19mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W20.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 20mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W24.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*24mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 24mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W31.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*31mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 31mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W35.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*35mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 35mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W40.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*40mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 40mm Capacitor +0 +2 +2 +Capacitor_THT +DX_5R5HxxxxU_D11.5mm_P10.00mm +CP, Radial series, Radial, pin pitch=10.00mm, diameter=11.5mm, Supercapacitor, http://www.elna.co.jp/en/capacitor/double_layer/catalog/pdf/dx_e.pdf +CP Radial series Radial pin pitch 10.00mm diameter 11.5mm supercapacitor +0 +2 +2 +Capacitor_THT +DX_5R5VxxxxU_D11.5mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, diameter=11.5mm, Supercapacitor, http://www.elna.co.jp/en/capacitor/double_layer/catalog/pdf/dx_e.pdf +CP Radial series Radial pin pitch 5.00mm diameter 11.5mm supercapacitor +0 +2 +2 +Capacitor_THT +DX_5R5VxxxxU_D19.0mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, diameter=19mm, Supercapacitor, http://www.elna.co.jp/en/capacitor/double_layer/catalog/pdf/dx_e.pdf +CP Radial series Radial pin pitch 5.00mm diameter 19mm supercapacitor +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-1608-08_AVX-J +Tantalum Capacitor SMD AVX-J (1608-08 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-1608-08_AVX-J_Pad1.25x1.05mm_HandSolder +Tantalum Capacitor SMD AVX-J (1608-08 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-1608-10_AVX-L +Tantalum Capacitor SMD AVX-L (1608-10 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-1608-10_AVX-L_Pad1.25x1.05mm_HandSolder +Tantalum Capacitor SMD AVX-L (1608-10 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-2012-12_Kemet-R +Tantalum Capacitor SMD Kemet-R (2012-12 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-2012-12_Kemet-R_Pad1.30x1.05mm_HandSolder +Tantalum Capacitor SMD Kemet-R (2012-12 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-2012-15_AVX-P +Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-2012-15_AVX-P_Pad1.30x1.05mm_HandSolder +Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3216-10_Kemet-I +Tantalum Capacitor SMD Kemet-I (3216-10 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3216-10_Kemet-I_Pad1.58x1.35mm_HandSolder +Tantalum Capacitor SMD Kemet-I (3216-10 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3216-12_Kemet-S +Tantalum Capacitor SMD Kemet-S (3216-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3216-12_Kemet-S_Pad1.58x1.35mm_HandSolder +Tantalum Capacitor SMD Kemet-S (3216-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3216-18_Kemet-A +Tantalum Capacitor SMD Kemet-A (3216-18 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3216-18_Kemet-A_Pad1.58x1.35mm_HandSolder +Tantalum Capacitor SMD Kemet-A (3216-18 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3528-12_Kemet-T +Tantalum Capacitor SMD Kemet-T (3528-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3528-12_Kemet-T_Pad1.50x2.35mm_HandSolder +Tantalum Capacitor SMD Kemet-T (3528-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3528-15_AVX-H +Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3528-15_AVX-H_Pad1.50x2.35mm_HandSolder +Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3528-21_Kemet-B +Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3528-21_Kemet-B_Pad1.50x2.35mm_HandSolder +Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-6032-15_Kemet-U +Tantalum Capacitor SMD Kemet-U (6032-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-6032-15_Kemet-U_Pad2.25x2.35mm_HandSolder +Tantalum Capacitor SMD Kemet-U (6032-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-6032-20_AVX-F +Tantalum Capacitor SMD AVX-F (6032-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-6032-20_AVX-F_Pad2.25x2.35mm_HandSolder +Tantalum Capacitor SMD AVX-F (6032-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-6032-28_Kemet-C +Tantalum Capacitor SMD Kemet-C (6032-28 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-6032-28_Kemet-C_Pad2.25x2.35mm_HandSolder +Tantalum Capacitor SMD Kemet-C (6032-28 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7132-20_AVX-U +Tantalum Capacitor SMD AVX-U (7132-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7132-20_AVX-U_Pad2.72x3.50mm_HandSolder +Tantalum Capacitor SMD AVX-U (7132-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7132-28_AVX-C +Tantalum Capacitor SMD AVX-C (7132-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7132-28_AVX-C_Pad2.72x3.50mm_HandSolder +Tantalum Capacitor SMD AVX-C (7132-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-15_AVX-R +Tantalum Capacitor SMD AVX-R (7260-15 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-15_AVX-R_Pad2.68x6.30mm_HandSolder +Tantalum Capacitor SMD AVX-R (7260-15 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-20_AVX-M +Tantalum Capacitor SMD AVX-M (7260-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-20_AVX-M_Pad2.68x6.30mm_HandSolder +Tantalum Capacitor SMD AVX-M (7260-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-28_AVX-M +Tantalum Capacitor SMD AVX-M (7260-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-28_AVX-M_Pad2.68x6.30mm_HandSolder +Tantalum Capacitor SMD AVX-M (7260-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-38_AVX-R +Tantalum Capacitor SMD AVX-R (7260-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-38_AVX-R_Pad2.68x6.30mm_HandSolder +Tantalum Capacitor SMD AVX-R (7260-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-15_Kemet-W +Tantalum Capacitor SMD Kemet-W (7343-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-15_Kemet-W_Pad2.25x2.55mm_HandSolder +Tantalum Capacitor SMD Kemet-W (7343-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-20_Kemet-V +Tantalum Capacitor SMD Kemet-V (7343-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-20_Kemet-V_Pad2.25x2.55mm_HandSolder +Tantalum Capacitor SMD Kemet-V (7343-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-30_AVX-N +Tantalum Capacitor SMD AVX-N (7343-30 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-30_AVX-N_Pad2.25x2.55mm_HandSolder +Tantalum Capacitor SMD AVX-N (7343-30 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-31_Kemet-D +Tantalum Capacitor SMD Kemet-D (7343-31 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-31_Kemet-D_Pad2.25x2.55mm_HandSolder +Tantalum Capacitor SMD Kemet-D (7343-31 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-40_Kemet-Y +Tantalum Capacitor SMD Kemet-Y (7343-40 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-40_Kemet-Y_Pad2.25x2.55mm_HandSolder +Tantalum Capacitor SMD Kemet-Y (7343-40 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-43_Kemet-X +Tantalum Capacitor SMD Kemet-X (7343-43 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-43_Kemet-X_Pad2.25x2.55mm_HandSolder +Tantalum Capacitor SMD Kemet-X (7343-43 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7360-38_Kemet-E +Tantalum Capacitor SMD Kemet-E (7360-38 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7360-38_Kemet-E_Pad2.25x4.25mm_HandSolder +Tantalum Capacitor SMD Kemet-E (7360-38 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7361-38_AVX-V +Tantalum Capacitor SMD AVX-V (7361-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7361-38_AVX-V_Pad2.18x3.30mm_HandSolder +Tantalum Capacitor SMD AVX-V (7361-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7361-438_AVX-U +Tantalum Capacitor SMD AVX-U (7361-438 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7361-438_AVX-U_Pad2.18x3.30mm_HandSolder +Tantalum Capacitor SMD AVX-U (7361-438 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Connector +Banana_Cliff_FCR7350x_S16N-PC_Horizontal +Cliff single 4mm shrouded banana panel socket, through-hole, horizontal, https://www.cliffuk.co.uk/products/testleads/sockets/S16NPC.pdf +cliff 4mm socket jack banana +0 +1 +1 +Connector +Banana_Jack_1Pin +Single banana socket, footprint - 6mm drill +banana socket +0 +1 +1 +Connector +Banana_Jack_2Pin +Dual banana socket, footprint - 2 x 6mm drills +banana socket +0 +2 +2 +Connector +Banana_Jack_3Pin +Triple banana socket, footprint - 3 x 6mm drills +banana socket +0 +3 +3 +Connector +CUI_PD-30 +3 pin connector, PD-30, http://www.cui.com/product/resource/pd-30.pdf +connector 3-pin PD-30 power DIN +0 +4 +4 +Connector +CUI_PD-30S +3-pin nonstandard DIN connector, shielded, PD-30S, http://www.cui.com/product/resource/pd-30s.pdf +connector 3-pin PD-30S power DIN shielded +0 +8 +5 +Connector +CUI_PD-30S_CircularHoles +3-pin nonstandard DIN connector, shielded, PD-30S, http://www.cui.com/product/resource/pd-30s.pdf +connector 3-pin PD-30S power DIN shielded +0 +8 +5 +Connector +CalTest_CT3151 +Right-angle standard banana jack, http://www.caltestelectronics.com/images/attachments/P315100rH_drawing.pdf +banana jack horizontal +0 +4 +1 +Connector +Connector_SFP_and_Cage +https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=2227302&DocType=Customer+Drawing&DocLang=English +SFP+ SFP +0 +40 +21 +Connector +DTF13-12Px +http://www.te.com/usa-en/product-DTF13-12PA-G003.html +DEUTSCH DT header 12 pin +0 +12 +12 +Connector +FanPinHeader_1x03_P2.54mm_Vertical +3-pin CPU fan Through hole pin header, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf +pin header 3-pin CPU fan +0 +3 +3 +Connector +FanPinHeader_1x04_P2.54mm_Vertical +4-pin CPU fan Through hole pin header, e.g. for Wieson part number 2366C888-007 Molex 47053-1000, Foxconn HF27040-M1, Tyco 1470947-1 or equivalent, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf +pin header 4-pin CPU fan +0 +4 +4 +Connector +GB042-34S-H10 +http://www.lsmtron.com/pdf/Connector&Antenna_catalog.PDF +34pin SMD connector +0 +34 +34 +Connector +IHI_B6A-PCB-45_Vertical +https://lugsdirect.com/PDF_Webprint/B6A-PCB-45-XX(-X).pdf +connector IHI B6A-PCB-45 +0 +49 +1 +Connector +JWT_A3963_1x02_P3.96mm_Vertical +JWT A3963, 3.96mm pitch Pin head connector (http://www.jwt.com.tw/pro_pdf/A3963.pdf) +connector JWT A3963 pinhead +0 +2 +2 +Connector +Joint-Tech_C5080WR-04P_1x04_P5.08mm_Vertical +C5080 SERIES 90° Wafer, (https://datasheet.lcsc.com/lcsc/1912261836_HR-Joint-Tech-Elec-C5080WR-04P_C477015.pdf) +connector side-entry ATA PATA IDE 5.25 inch floppy drive power +0 +6 +5 +Connector +NS-Tech_Grove_1x04_P2mm_Vertical +https://statics3.seeedstudio.com/images/opl/datasheet/3470130P1.pdf +Grove-1x04 +0 +4 +4 +Connector +SpringContact_Harwin_S1941-46R +7.25mm SMT Multi-directional Spring Contact (T+R), https://cdn.harwin.com/pdfs/S1941R.pdf +spring contact emi emc shield +0 +1 +1 +Connector +Tag-Connect_TC2030-IDC-FP_2x03_P1.27mm_Vertical +Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2030-IDC.pdf +tag connect programming header pogo pins +0 +6 +6 +Connector +Tag-Connect_TC2030-IDC-NL_2x03_P1.27mm_Vertical +Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2030-IDC-NL.pdf +tag connect programming header pogo pins +0 +6 +6 +Connector +Tag-Connect_TC2050-IDC-FP_2x05_P1.27mm_Vertical +Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2050-IDC-430%20Datasheet.pdf +tag connect programming header pogo pins +0 +10 +10 +Connector +Tag-Connect_TC2050-IDC-NL_2x05_P1.27mm_Vertical +Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2050-IDC-NL%20Datasheet.pdf +tag connect programming header pogo pins +0 +10 +10 +Connector +Tag-Connect_TC2050-IDC-NL_2x05_P1.27mm_Vertical_with_bottom_clip +Tag-Connect programming header with bottom courtyard for TC2050-NL Clip board ; https://www.tag-connect.com/wp-content/uploads/bsk-pdf-manager/TC2050-IDC-NL_Datasheet_8.pdf https://www.tag-connect.com/wp-content/uploads/bsk-pdf-manager/TC2050-CLIP_Datasheet_25.pdf +tag connect programming header pogo pins +0 +10 +10 +Connector +Tag-Connect_TC2070-IDC-FP_2x07_P1.27mm_Vertical +Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2070-IDC%20Datasheet.pdf +tag connect programming header pogo pins +0 +14 +14 +Connector_AMASS +AMASS_MR30PW-FB_1x03_P3.50mm_Horizontal +Connector XT30 Horizontal PCB Female, https://www.tme.eu/en/Document/5e47640ba39fa492dbd4c0f4c8ae7b93/MR30PW%20SPEC.pdf +RC Connector XT30 +0 +5 +3 +Connector_AMASS +AMASS_MR30PW-M_1x03_P3.50mm_Horizontal +Connector XT30 Horizontal PCB Male, https://www.tme.eu/en/Document/5e47640ba39fa492dbd4c0f4c8ae7b93/MR30PW%20SPEC.pdf +RC Connector XT30 +0 +5 +3 +Connector_AMASS +AMASS_XT30PW-F_1x02_P2.50mm_Horizontal +Connector XT30 Horizontal PCB Female, https://www.tme.eu/en/Document/ce4077e36b79046da520ca73227e15de/XT30PW%20SPEC.pdf +RC Connector XT30 +0 +4 +2 +Connector_AMASS +AMASS_XT30PW-M_1x02_P2.50mm_Horizontal +Connector XT30 Horizontal PCB Male, https://www.tme.eu/en/Document/ce4077e36b79046da520ca73227e15de/XT30PW%20SPEC.pdf +RC Connector XT30 +0 +4 +2 +Connector_AMASS +AMASS_XT30U-F_1x02_P5.0mm_Vertical +Connector XT30 Vertical Cable Female, https://www.tme.eu/en/Document/3cbfa5cfa544d79584972dd5234a409e/XT30U%20SPEC.pdf +RC Connector XT30 +0 +2 +2 +Connector_AMASS +AMASS_XT30U-M_1x02_P5.0mm_Vertical +Connector XT30 Vertical Cable Male, https://www.tme.eu/en/Document/3cbfa5cfa544d79584972dd5234a409e/XT30U%20SPEC.pdf +RC Connector XT30 +0 +2 +2 +Connector_AMASS +AMASS_XT30UPB-F_1x02_P5.0mm_Vertical +Connector XT30 Vertical PCB Female, https://www.tme.eu/en/Document/4acc913878197f8c2e30d4b8cdc47230/XT30UPB%20SPEC.pdf +RC Connector XT30 +0 +2 +2 +Connector_AMASS +AMASS_XT30UPB-M_1x02_P5.0mm_Vertical +Connector XT30 Vertical PCB Male, https://www.tme.eu/en/Document/4acc913878197f8c2e30d4b8cdc47230/XT30UPB%20SPEC.pdf +RC Connector XT30 +0 +2 +2 +Connector_AMASS +AMASS_XT60-F_1x02_P7.20mm_Vertical +AMASS female XT60, through hole, vertical, https://www.tme.eu/Document/2d152ced3b7a446066e6c419d84bb460/XT60%20SPEC.pdf +XT60 female vertical +0 +2 +2 +Connector_AMASS +AMASS_XT60-M_1x02_P7.20mm_Vertical +AMASS female XT60, through hole, vertical, https://www.tme.eu/Document/2d152ced3b7a446066e6c419d84bb460/XT60%20SPEC.pdf +XT60 female vertical +0 +2 +2 +Connector_AMASS +AMASS_XT60IPW-M_1x03_P7.20mm_Horizontal +Connector XT60 Horizontal PCB Male, https://www.bto.pl/pdf/08988/XT60IPW-M3.pdf +RC Connector XT60 +0 +5 +3 +Connector_AMASS +AMASS_XT60PW-F_1x02_P7.20mm_Horizontal +Connector XT60 Horizontal PCB Female, https://www.tme.eu/en/Document/9b8d0c5eb7094295f3d3112c214d3ade/XT60PW%20SPEC.pdf +RC Connector XT60 +0 +4 +2 +Connector_AMASS +AMASS_XT60PW-M_1x02_P7.20mm_Horizontal +Connector XT60 Horizontal PCB Female, https://www.tme.eu/en/Document/9b8d0c5eb7094295f3d3112c214d3ade/XT60PW%20SPEC.pdf +RC Connector XT60 +0 +4 +2 +Connector_Amphenol +Amphenol_M8S-03PMMR-SF8001 +M8 Male connector for panel, 90° PCB mount (https://www.amphenolltw.com/2012download/2D%20PDF/03_M%20Series%20Sensor%20Connectors/M8S-XXPMMR-SF8001.pdf) +three-pin M8 +0 +5 +4 +Connector_Audio +Jack_3.5mm_CUI_SJ-3523-SMT_Horizontal +3.5 mm, Stereo, Right Angle, Surface Mount (SMT), Audio Jack Connector (https://www.cui.com/product/resource/sj-352x-smt-series.pdf) +3.5mm audio cui horizontal jack stereo +0 +3 +3 +Connector_Audio +Jack_3.5mm_CUI_SJ-3524-SMT_Horizontal +3.5 mm, Stereo, Right Angle, Surface Mount (SMT), Audio Jack Connector (https://www.cui.com/product/resource/sj-352x-smt-series.pdf) +3.5mm audio cui horizontal jack stereo +0 +4 +4 +Connector_Audio +Jack_3.5mm_CUI_SJ1-3523N_Horizontal +TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/pdf/sj1-352xn.pdf +TRS audio jack stereo horizontal +0 +3 +3 +Connector_Audio +Jack_3.5mm_CUI_SJ1-3524N_Horizontal +TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/pdf/sj1-352xn.pdf +TRS audio jack stereo horizontal +0 +4 +4 +Connector_Audio +Jack_3.5mm_CUI_SJ1-3525N_Horizontal +TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/pdf/sj1-352xn.pdf +TRS audio jack stereo horizontal +0 +5 +5 +Connector_Audio +Jack_3.5mm_CUI_SJ1-3533NG_Horizontal +TRS 3.5mm, horizontal, through-hole, https://www.cui.com/product/resource/sj1-353xng.pdf +TRS audio jack stereo horizontal +0 +3 +3 +Connector_Audio +Jack_3.5mm_CUI_SJ1-3533NG_Horizontal_CircularHoles +TRS 3.5mm, horizontal, through-hole, , circular holeshttps://www.cui.com/product/resource/sj1-353xng.pdf +TRS audio jack stereo horizontal circular +0 +3 +3 +Connector_Audio +Jack_3.5mm_CUI_SJ1-3535NG_Horizontal +TRS 3.5mm, horizontal, through-hole, with switch, https://www.cui.com/product/resource/sj1-353xng.pdf +TRS audio jack stereo horizontal +0 +5 +5 +Connector_Audio +Jack_3.5mm_CUI_SJ1-3535NG_Horizontal_CircularHoles +TRS 3.5mm, horizontal, through-hole, with switch, circular holes, https://www.cui.com/product/resource/sj1-353xng.pdf +TRS audio jack stereo horizontal circular +0 +5 +5 +Connector_Audio +Jack_3.5mm_CUI_SJ2-3593D-SMT_Horizontal +3.5 mm, Stereo, Right Angle, Surface Mount (SMT), Audio Jack Connector (https://www.cuidevices.com/product/resource/sj2-359x-smt.pdf) +3.5mm audio cui horizontal jack stereo +0 +5 +5 +Connector_Audio +Jack_3.5mm_KoreanHropartsElec_PJ-320D-4A_Horizontal +Korean Hroparts Elec PJ-320D-4A (https://datasheet.lcsc.com/lcsc/1810121716_Korean-Hroparts-Elec-PJ-320D-4A_C95562.pdf) +smt female jack horizontal +0 +4 +4 +Connector_Audio +Jack_3.5mm_Ledino_KB3SPRS_Horizontal +https://www.reichelt.de/index.html?ACTION=7&LA=3&OPEN=0&INDEX=0&FILENAME=C160%252FKB3SPRS.pdf +jack stereo TRS +0 +5 +5 +Connector_Audio +Jack_3.5mm_Lumberg_1503_07_Horizontal +TRS 3.5mm, horizontal, through-hole, https://downloads.lumberg.com/datenblaetter/en/1503_07.pdf +TRS audio jack horizontal +0 +4 +3 +Connector_Audio +Jack_3.5mm_PJ311_Horizontal +PJ311 6pin SMD 3.5mm stereo headphones jack. +headphones jack plug stereo 3.5mm PJ311 +0 +6 +6 +Connector_Audio +Jack_3.5mm_PJ320D_Horizontal +Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320D-72.html) +3.5mm jack mic microphone phones headphones 4pins audio plug +0 +4 +4 +Connector_Audio +Jack_3.5mm_PJ320E_Horizontal +Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320E-177.html) +3.5mm jack mic microphone phones headphones 4pins audio plug +0 +5 +4 +Connector_Audio +Jack_3.5mm_PJ31060-I_Horizontal +PJ31060-I 6pin SMD 3.5mm headphones jack (http://www.china-bsun.com/Product48/1577.html) +headphones jack plug stereo 3.5mm PJ31060-I PJ31060 +0 +6 +6 +Connector_Audio +Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles +TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html) +WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu +0 +3 +3 +Connector_Audio +Jack_3.5mm_Switronic_ST-005-G_horizontal +3.5mm horizontal headphones jack, http://akizukidenshi.com/download/ds/switronic/ST-005-G.pdf +Connector Audio Switronic ST-005-G +0 +4 +3 +Connector_Audio +Jack_3.5mm_Technik_TWP-3002_Horizontal +3.5mm Horizontal Waterproof Stereo Headphones Jack, https://www.technik.com.hk/images/pdf_product/WP3002-PA66-A.pdf +audio jack stereo horizontal waterproof +0 +7 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NJ2FD-V_Vertical +6.35mm (1/4 in) Vertical Jack, Non-switching mono jack (T/S), https://www.neutrik.com/en/product/nj2fd-v +neutrik jack vertical +0 +2 +2 +Connector_Audio +Jack_6.35mm_Neutrik_NJ3FD-V_Vertical +6.35mm (1/4 in) Vertical Jack, Non-switching stereo jack (T/R/S), https://www.neutrik.com/en/product/nj3fd-v +neutrik jack vertical +0 +3 +3 +Connector_Audio +Jack_6.35mm_Neutrik_NJ5FD-V_Vertical +6.35mm (1/4 in) Vertical Jack, 2 x switching (normalling) stereo jack (T/TN/R/RN/S), https://www.neutrik.com/en/product/nj5fd-v +neutrik jack vertical +0 +5 +5 +Connector_Audio +Jack_6.35mm_Neutrik_NJ6FD-V_Vertical +6.35mm (1/4 in) Vertical Jack, 3 x switching (normalling) stereo jack (T/TN/R/RN/S/SN), https://www.neutrik.com/en/product/nj6fd-v +neutrik jack vertical +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NJ6TB-V_Vertical +6.35mm (1/4 in) Vertical Jack, 3 x switching (normalling) stereo jack B-gauge type (T/TN/R/RN/S/SN), https://www.neutrik.com/en/product/nj6tb-v +neutrik jack vertical +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ4HCD2_Horizontal +M Series, 6.35mm (1/4in) mono jack, switched, with chrome ferrule and straight PCB pins, https://www.neutrik.com/en/product/nmj4hcd2 +neutrik jack m +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ4HFD2_Horizontal +M Series, 6.35mm (1/4in) mono jack, switched, with full threaded nose and straight PCB pins, https://www.neutrik.com/en/product/nmj4hfd2 +neutrik jack m +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ4HFD3_Horizontal +M Series, 6.35mm (1/4in) mono jack, switched, with a full threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj4hfd3 +neutrik jack m +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ4HHD2_Horizontal +M Series, 6.35mm (1/4in) mono jack, switched, with a half threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj4hhd2 +neutrik jack m +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HCD2_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, with chrome ferrule and straight PCB pins, https://www.neutrik.com/en/product/nmj6hcd2 +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HCD3_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, with chrome ferrule and offset PCB pins, https://www.neutrik.com/en/product/nmj6hcd3 +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HFD2-AU_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, full threaded nose, straight PCB pins, gold plated contacts, https://www.neutrik.com/en/product/nmj6hfd2-au +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HFD2_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and straight PCB pins, https://www.neutrik.com/en/product/nmj6hfd2 +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HFD3_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj6hfd3 +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HFD4_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and fishtail PCB pins, https://www.neutrik.com/en/product/nmj6hfd4 +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HHD2_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, with half threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj6hhd2 +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ3HF-1_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, unswitched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj3hf-1 +neutrik jack slim +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ4HF-1_Horizontal +Slim Jacks, 6.35mm (1/4in) mono jack, switched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj4hf-1 +neutrik jack slim +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ4HF_Horizontal +Slim Jacks, 6.35mm (1/4in) mono jack, switched, fully threaded nose, https://www.neutrik.com/en/product/nrj4hf +neutrik jack slim +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ4HH-1_Horizontal +Slim Jacks, 6.35mm (1/4in) mono jack, switched, half threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj4hh-1 +neutrik jack slim +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ4HH_Horizontal +Slim Jacks, 6.35mm (1/4in) mono jack, switched, half threaded nose, https://www.neutrik.com/en/product/nrj4hh +neutrik jack slim +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HF-1-AU_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hf-1-au +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HF-1_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hf-1 +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HF-AU_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, fully threaded nose, https://www.neutrik.com/en/product/nrj6hf-au +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HF_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, fully threaded nose, https://www.neutrik.com/en/product/nrj6hf +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HH-1_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, half threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hh-1 +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HH-AU_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, half threaded nose, https://www.neutrik.com/en/product/nrj6hh-au +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HH_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, half threaded nose, https://www.neutrik.com/en/product/nrj6hh +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HM-1-AU_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose, gold plated contacts, efficient chassis ground connection, T+R+S normalling contact, https://www.neutrik.com/en/product/nrj6hm-1-au +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HM-1-PRE_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose, efficient chassis ground connection, T+R normalling contact, https://www.neutrik.com/en/product/nrj6hm-1-pre +neutrik jack slim +0 +6 +5 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HM-1_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose with efficient chassis ground connection, T+R+S normalling contact, https://www.neutrik.com/en/product/nrj6hm-1 +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NSJ8HC_Horizontal +Stacking Jacks, Mono dual jack, full nose, https://www.neutrik.com/en/product/nsj8hc +neutrik jack stacking +0 +9 +9 +Connector_Audio +Jack_6.35mm_Neutrik_NSJ8HL_Horizontal +Stacking Jacks, Mono dual jack, quick fix nose, https://www.neutrik.com/en/product/nsj8hl +neutrik jack stacking +0 +9 +9 +Connector_Audio +Jack_6.35mm_Neutrik_NSJ12HC_Horizontal +Stacking Jacks, Stereo dual jack, full nose, https://www.neutrik.com/en/product/nsj12hc +neutrik jack stacking +0 +13 +13 +Connector_Audio +Jack_6.35mm_Neutrik_NSJ12HF-1_Horizontal +Stacking Jacks, Stereo dual jack, full threaded nose, https://www.neutrik.com/en/product/nsj12hf-1 +neutrik jack stacking +0 +13 +13 +Connector_Audio +Jack_6.35mm_Neutrik_NSJ12HH-1_Horizontal +Stacking Jacks, Stereo dual jack, half threaded nose, https://www.neutrik.com/en/product/nsj12hh-1 +neutrik jack stacking +0 +13 +13 +Connector_Audio +Jack_6.35mm_Neutrik_NSJ12HL_Horizontal +Stacking Jacks, Stereo dual jack, quick fix nose, https://www.neutrik.com/en/product/nsj12hl +neutrik jack stacking +0 +13 +13 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ5FI-H-0_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj5fi-h-0 +neutrik jack combo i +0 +6 +6 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ5FI-H_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj5fi-h +neutrik jack combo i +0 +6 +6 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ5FI-V-0_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj5fi-v-0 +neutrik jack combo i +0 +6 +6 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ5FI-V_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj5fi-v +neutrik jack combo i +0 +6 +6 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FA-H-0_Horizontal +Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fa-h-0 +neutrik jack combo a +0 +8 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FA-H-DA_Horizontal +Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/ncj6fa-h-da +neutrik jack combo a +0 +8 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FA-H_Horizontal +Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, https://www.neutrik.com/en/product/ncj6fa-h +neutrik jack combo a +0 +8 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FA-V-0_Vertical +Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fa-v-0 +neutrik jack combo a +0 +8 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FA-V-DA_Vertical +Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/ncj6fa-v-da +neutrik jack combo a +0 +8 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FA-V_Vertical +Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, https://www.neutrik.com/en/product/ncj6fa-v +neutrik jack combo a +0 +8 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FI-H-0_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj6fi-h-0 +neutrik jack combo i +0 +7 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FI-H_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fi-h +neutrik jack combo i +0 +7 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FI-V-0_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj6fi-v-0 +neutrik jack combo i +0 +7 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FI-V_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fi-v +neutrik jack combo i +0 +7 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ9FI-H-0_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, horizontal PCB mount, https://www.neutrik.com/en/product/ncj9fi-h-0 +neutrik jack combo i +0 +10 +10 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ9FI-H_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj9fi-h +neutrik jack combo i +0 +10 +10 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ9FI-V-0_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, vertical PCB mount, https://www.neutrik.com/en/product/ncj9fi-v-0 +neutrik jack combo i +0 +10 +10 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ9FI-V_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj9fi-v +neutrik jack combo i +0 +10 +10 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ10FI-H-0_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj10fi-h-0 +neutrik jack combo i +0 +11 +11 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ10FI-H_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj10fi-h +neutrik jack combo i +0 +11 +11 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ10FI-V-0_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj10fi-v-0 +neutrik jack combo i +0 +11 +11 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ10FI-V_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj10fi-v +neutrik jack combo i +0 +11 +11 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH-0_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah-0 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH1-0_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah1-0 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH1-DA_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3faah1-da +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH1_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah1 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH2-0_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah2-0 +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH2_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah2 +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV-0_Vertical +AA Series, 3 pole female receptacle, grounding: without ground/shell contact, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav-0 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV1-0_Vertical +AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav1-0 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV1-DA_Vertical +AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3faav1-da +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV1_Vertical +AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav1 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV2-0_Vertical +AA Series, 3 pole female receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav2-0 +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV2_Vertical +AA Series, 3 pole female receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav2 +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV_Vertical +AA Series, 3 pole female receptacle, grounding: without ground/shell contact, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH1-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah1-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH1-DA_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fah1-da +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH1_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah1 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH2-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah2-0 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH2-DA_Horizontal +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fah2-da +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH2_Horizontal +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah2 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHL-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, lateral left PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahl-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHL1-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahl1-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHL1_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3fahl1 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHR-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHR1-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr1-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHR1_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3fahr1 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHR2-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr2-0 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHR2_Horizontal +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3fahr2 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH_Horizontal +A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV-0_Vertical +A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV1-0_Vertical +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav1-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV1-DA_Vertical +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fav1-da +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV1_Vertical +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav1 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV2-0_Vertical +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav2-0 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV2-DA_Vertical +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fav2-da +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV2_Vertical +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav2 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV_Vertical +A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH1-B_Horizontal +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbh1-b +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH1-DA_Horizontal +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbh1-da +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH1-E_Horizontal +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3fbh1-e +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH1_Horizontal +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fbh1 +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH2-B_Horizontal +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbh2-b +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH2-DA_Horizontal +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbh2-da +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH2-E_Horizontal +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3fbh2-e +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH2_Horizontal +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fbh2 +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FBHL1_Horizontal +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3fbhl1 +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV1-0_Vertical +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring, no latch, https://www.neutrik.com/en/product/nc3fbv1-0 +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV1-B_Vertical +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbv1-b +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV1-DA_Vertical +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbv1-da +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV1_Vertical +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv1 +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV2-B_Vertical +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbv2-b +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV2-DA_Vertical +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbv2-da +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV2-SW_Vertical +B Series, 3 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv2-sw +neutrik xlr b +0 +7 +7 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV2_Vertical +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv2 +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAAH-0_Horizontal +AA Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah-0 +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAAH-1_Horizontal +AA Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah-1 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3MAAH_Horizontal +AA Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAAV-0_Vertical +AA Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav-0 +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAAV-1_Vertical +AA Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav-1 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3MAAV_Vertical +AA Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAFH-PH_Horizontal +A Series, Chassis connector H female (A series layout), mates with Phoenix MSTB2,5/3-ST, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mafh-ph +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3MAH-0_Horizontal +A Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mah-0 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAHL_Horizontal +A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3mahl +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAHR_Horizontal +A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3mahr +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAH_Horizontal +A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mah +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAMH-PH_Horizontal +A Series, Chassis connector Phoenix H male (A series layout), mates with Phoenix MSTB 2,5/3-ST, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mamh-ph +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3MAV-0_Vertical +A Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, vertical PCB mount, https://www.neutrik.com/en/product/nc3mav-0 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAV_Vertical +A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3mav +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBH-0_Horizontal +B Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh-0 +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBH-1_Horizontal +B Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh-1 +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3MBH-B_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbh-b +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBH-E_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3mbh-e +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBHL-B_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral left PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbhl-b +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBHL_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral left PCB mount, https://www.neutrik.com/en/product/nc3mbhl +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBHR-B_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral right PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbhr-b +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBHR_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral right PCB mount, https://www.neutrik.com/en/product/nc3mbhr +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBH_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBV-0_Vertical +B Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-0 +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBV-1_Vertical +B Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-1 +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3MBV-B_Vertical +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbv-b +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBV-E_Vertical +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3mbv-e +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBV-SW_Vertical +B Series, 3 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-sw +neutrik xlr b +0 +7 +7 +Connector_Audio +Jack_XLR_Neutrik_NC3MBV_Vertical +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC4FAH-0_Horizontal +A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc4fah-0 +neutrik xlr a +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4FAH_Horizontal +A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4fah +neutrik xlr a +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4FAV-0_Vertical +A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc4fav-0 +neutrik xlr a +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4FAV_Vertical +A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4fav +neutrik xlr a +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4FBH_Horizontal +B Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4fbh +neutrik xlr b +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4FBV_Vertical +B Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4fbv +neutrik xlr b +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4MAH_Horizontal +A Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4mah +neutrik xlr a +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4MAV_Vertical +A Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4mav +neutrik xlr a +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4MBH_Horizontal +B Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4mbh +neutrik xlr b +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4MBV_Vertical +B Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4mbv +neutrik xlr b +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC5FAH-0_Horizontal +A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc5fah-0 +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FAH-DA_Horizontal +A Series, 5 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc5fah-da +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FAH_Horizontal +A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5fah +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FAV-DA_Vertical +A Series, 5 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc5fav-da +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FAV-SW_Vertical +A Series, 5 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, color coding possible, https://www.neutrik.com/en/product/nc5fav-sw +neutrik xlr a +0 +9 +9 +Connector_Audio +Jack_XLR_Neutrik_NC5FAV_Vertical +A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fav +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FBH-B_Horizontal +B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5fbh-b +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FBH_Horizontal +B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5fbh +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FBV-B_Vertical +B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5fbv-b +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FBV-SW_Vertical +B Series, 5 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fbv-sw +neutrik xlr b +0 +9 +9 +Connector_Audio +Jack_XLR_Neutrik_NC5FBV_Vertical +B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fbv +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5MAH_Horizontal +A Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5mah +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5MAV-SW_Vertical +A Series, 5 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mav-sw +neutrik xlr a +0 +9 +9 +Connector_Audio +Jack_XLR_Neutrik_NC5MAV_Vertical +A Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mav +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5MBH-B_Horizontal +B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5mbh-b +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5MBH_Horizontal +B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5mbh +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5MBV-B_Vertical +B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5mbv-b +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5MBV-SW_Vertical +B Series, 5 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mbv-sw +neutrik xlr b +0 +9 +9 +Connector_Audio +Jack_XLR_Neutrik_NC5MBV_Vertical +B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mbv +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_speakON-6.35mm_Neutrik_NLJ2MDXX-H_Horizontal +speakON Combo, 2 pole combination of speakON socket and 6.35mm (1/4in) jack receptacle, horizontal pcb mount, replaces NLJ2MD-H, https://www.neutrik.com/en/product/nlj2mdxx-h +neutrik speakon combo +0 +2 +2 +Connector_Audio +Jack_speakON-6.35mm_Neutrik_NLJ2MDXX-V_Vertical +speakON Combo, 2 pole combination of speakON socket and 6.35mm (1/4in) jack receptacle, vertical pcb mount, replaces NLJ2MD-V, https://www.neutrik.com/en/product/nlj2mdxx-v +neutrik speakon combo +0 +2 +2 +Connector_Audio +Jack_speakON_Neutrik_NL2MDXX-H-3_Horizontal +speakON Chassis Connectors, 2 pole chassis connector, gray D-size flange, countersunk thru holes, horizontal PCB, replaces NL2MD-H, https://www.neutrik.com/en/product/nl2mdxx-h-3 +neutrik speakon +0 +2 +2 +Connector_Audio +Jack_speakON_Neutrik_NL2MDXX-V_Vertical +speakON Chassis Connectors, 2 pole chassis connector, black D-size flange, countersunk thru holes, vertical PCB mount, replaces NL2MD-V, https://www.neutrik.com/en/product/nl2mdxx-v +neutrik speakon +0 +2 +2 +Connector_Audio +Jack_speakON_Neutrik_NL4MDXX-H-2_Horizontal +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, mirrored self tapping screw holes (A-screw), horizontal PCB mount, replaces NL4MD-H-2, https://www.neutrik.com/en/product/nl4mdxx-h-2 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MDXX-H-3_Horizontal +speakON Chassis Connectors, 4 pole chassis connector, grey D-size flange, self tapping screw holes (A-screw), horizontal PCB mount, replaces NL4MD-H, NL4MD-H-1, NL4MD-H-3, https://www.neutrik.com/en/product/nl4mdxx-h-3 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MDXX-V-2_Vertical +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, mirrored self tapping screw holes (A-screw), vertical PCB mount, replaces NL4MD-V-2, https://www.neutrik.com/en/product/nl4mdxx-v-2 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MDXX-V-3_Vertical +speakON Chassis Connectors, 4 pole chassis connector, grey D-size flange, self tapping screw holes (A-screw), vertical PCB mount, replaces NL4MD-V-1, https://www.neutrik.com/en/product/nl4mdxx-v-3 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MDXX-V_Vertical +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, countersunk thru holes, vertical PCB mount, replaces NL4MD-V, NL4MD-V-R, NL4MD-V-S, https://www.neutrik.com/en/product/nl4mdxx-v +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL8MDXX-V-3_Vertical +speakON Chassis Connectors, 8 pole chassis connector, nickel metal square G-size flange, self tapping screw holes (A-screw), vertical PCB mount, replaces NL8MD-V-1, https://www.neutrik.com/en/product/nl8mdxx-v-3 +neutrik speakon +0 +8 +8 +Connector_Audio +Jack_speakON_Neutrik_NL8MDXX-V_Vertical +speakON Chassis Connectors, 8 pole chassis connector, nickel metal square G-size flange, countersunk thru holes, vertical PCB mount, replaces NL8MD-V, https://www.neutrik.com/en/product/nl8mdxx-v +neutrik speakon +0 +8 +8 +Connector_Audio +Jack_speakON_Neutrik_NLT4MD-V_Vertical +STX Series, 4 pole male chassis connector, metal housing, vertical PCB mount, self tapping screw holes (A-screw), https://www.neutrik.com/en/product/nlt4md-v +neutrik speakon stx +0 +4 +4 +Connector_Audio +MiniXLR-5_Switchcraft_TRAPC_Horizontal +http://www.switchcraft.com/ProductSummary.aspx?Parent=620 http://www.switchcraft.com/Drawings/TRAPC_X-TRASM_X_SERIES_CD.PDF +THT Mini XLR 5Pin right angle +0 +5 +5 +Connector_Audio +Plug_3.5mm_CUI_SP-3541 +4 contacts, 3.5mm audio plug, https://www.cuidevices.com/product/resource/pdf/sp-3541.pdf +3.5mm plug TRRS +0 +4 +4 +Connector_BarrelJack +BarrelJack_CLIFF_FC681465S_SMT_Horizontal +Surface-mount DC Barrel Jack, https://www.cliffuk.co.uk/products/dcconnectors/FC681465S.pdf +Power Jack SMT +0 +4 +3 +Connector_BarrelJack +BarrelJack_CUI_PJ-036AH-SMT_Horizontal +Surface-mount DC Barrel Jack, http://www.cui.com/product/resource/pj-036ah-smt.pdf +Power Jack SMT +0 +3 +3 +Connector_BarrelJack +BarrelJack_CUI_PJ-063AH_Horizontal +Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf +barrel jack cui dc power +0 +4 +3 +Connector_BarrelJack +BarrelJack_CUI_PJ-063AH_Horizontal_CircularHoles +Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf +barrel jack cui dc power +0 +4 +3 +Connector_BarrelJack +BarrelJack_CUI_PJ-102AH_Horizontal +Thin-pin DC Barrel Jack, https://cdn-shop.adafruit.com/datasheets/21mmdcjackDatasheet.pdf +Power Jack +0 +3 +3 +Connector_BarrelJack +BarrelJack_GCT_DCJ200-10-A_Horizontal +Barrel jack connector (5.5 mm outer diameter, 2.05 inner diameter ), https://gct.co/files/drawings/dcj200-10.pdf +connector barrel jack +0 +3 +3 +Connector_BarrelJack +BarrelJack_Horizontal +DC Barrel Jack +Power Jack +0 +3 +3 +Connector_BarrelJack +BarrelJack_Kycon_KLDX-0202-xC_Horizontal +DC Barrel Jack 2mm or 2.5mm center pin, https://www.kycon.com/Pub_Eng_Draw/KLDX-0202-AC%20&%20BC.pdf +power jack 2mm 2.5mm KLDX-0202-BC KLDX-0202-AC +0 +3 +3 +Connector_BarrelJack +BarrelJack_SwitchcraftConxall_RAPC10U_Horizontal +DC Power Jack, 13A, 24V, Panel Mount,Through-hole, https://www.switchcraft.com/Drawings/RAPC10U_CD.pdf +barreljack switchcraftconxall dc power +0 +2 +2 +Connector_BarrelJack +BarrelJack_Wuerth_6941xx301002 +Wuerth electronics barrel jack connector (5.5mm outher diameter, inner diameter 2.05mm or 2.55mm depending on exact order number), See: http://katalog.we-online.de/em/datasheet/6941xx301002.pdf +connector barrel jack +0 +3 +3 +Connector_Card +CF-Card_3M_N7E50-A516xx-30 +Compact Flash Card connector, polarization inverse (https://multimedia.3m.com/mws/media/22424O/3mtm-cf-card-header-type-i-low-profile-surface-mount-ts0747.pdf) +connector cf +0 +54 +50 +Connector_Card +CF-Card_3M_N7E50-E516xx-30 +Compact Flash Card connector, normal polarization (https://multimedia.3m.com/mws/media/22424O/3mtm-cf-card-header-type-i-low-profile-surface-mount-ts0747.pdf) +connector cf +0 +54 +50 +Connector_Card +SD_Hirose_DM1AA_SF_PEJ82 +SD, SMD, top-mount, push-push (https://www.hirose.com/product/document?clcode=CL0609-0004-8-82&productname=DM1AA-SF-PEJ(82)&series=DM1&documenttype=2DDrawing&lang=en&documentid=0000915301) +SD card connector +0 +16 +13 +Connector_Card +SD_Kyocera_145638009211859+ +SD Card Connector, Normal Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) +sd card smt +0 +13 +13 +Connector_Card +SD_Kyocera_145638009511859+ +SD Card Connector, Normal Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) +sd card smt +0 +13 +13 +Connector_Card +SD_Kyocera_145638109211859+ +SD Card Connector, Reverse Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) +sd card smt +0 +13 +13 +Connector_Card +SD_Kyocera_145638109511859+ +SD Card Connector, Reverse Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) +sd card smt +0 +13 +13 +Connector_Card +SD_TE_2041021 +SD card connector, top mount, SMT (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2041021%7FB%7Fpdf%7FEnglish%7FENG_CD_2041021_B_C_2041021_B.pdf%7F2041021-4) +sd card +0 +15 +12 +Connector_Card +microSD_HC_Hirose_DM3AT-SF-PEJM5 +Micro SD, SMD, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3AT-SF-PEJM5/category/Drawing%20(2D)/doc_file_id/44099/?file_category_id=6&item_id=06090031000&is_series=) +Micro SD +0 +14 +11 +Connector_Card +microSD_HC_Hirose_DM3BT-DSF-PEJS +Micro SD, SMD, reverse on-board, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3BT-DSF-PEJS/category/Drawing%20(2D)/doc_file_id/44097/?file_category_id=6&item_id=06090029900&is_series=) +Micro SD +0 +16 +11 +Connector_Card +microSD_HC_Hirose_DM3D-SF +Micro SD, SMD, right-angle, push-pull (https://media.digikey.com/PDF/Data%20Sheets/Hirose%20PDFs/DM3D-SF.pdf) +Micro SD +0 +14 +11 +Connector_Card +microSD_HC_Molex_47219-2001 +1.10mm Pitch microSD Card Connector, Hinge Type, https://www.molex.com/pdm_docs/sd/472192001_sd.pdf +Micro SD +0 +12 +9 +Connector_Card +microSD_HC_Molex_104031-0811 +1.10mm Pitch microSD Memory Card Connector, Surface Mount, Push-Pull Type, 1.42mm Height, with Detect Switch (https://www.molex.com/pdm_docs/sd/1040310811_sd.pdf) +microSD SD molex +0 +14 +11 +Connector_Card +microSD_HC_Wuerth_693072010801 +http://katalog.we-online.de/em/datasheet/693072010801.pdf +Micro SD Wuerth Wurth Würth +0 +12 +9 +Connector_Card +microSIM_JAE_SF53S006VCBR2000 +https://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ115712.pdf +microSIM GSM Card +0 +14 +7 +Connector_Coaxial +BNC_Amphenol_031-5539_Vertical +BNC coaxial connector vertical, Amphenol 031-71059, https://www.amphenolrf.com/library/download/link/link_id/594427/parent/031-5539/ +BNC Amphenol Vertical +0 +4 +2 +Connector_Coaxial +BNC_Amphenol_031-6575_Horizontal +dual independently isolated BNC plug (https://www.amphenolrf.com/downloads/dl/file/id/2980/product/644/031_6575_customer_drawing.pdf) +Dual BNC Amphenol Horizontal +0 +6 +4 +Connector_Coaxial +BNC_Amphenol_B6252HB-NPP3G-50_Horizontal +http://www.farnell.com/datasheets/612848.pdf +BNC Amphenol Horizontal +0 +4 +2 +Connector_Coaxial +BNC_PanelMountable_Vertical +Panel-mountable BNC connector mounted through PCB, vertical +BNC connector +0 +2 +2 +Connector_Coaxial +BNC_TEConnectivity_1478035_Horizontal +BNC RF Interface, PCB mount 4 pin, Right Angle, Bayonet, 50Ohm, 4GHz, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1478035%7FB1%7Fpdf%7FEnglish%7FENG_CD_1478035_B1.pdf%7F1-1478035-0 +BNC RF interface bayonet 50ohm +0 +5 +2 +Connector_Coaxial +BNC_TEConnectivity_1478204_Vertical +BNC female PCB mount 4 pin straight chassis connector http://www.te.com/usa-en/product-1-1478204-0.html +BNC female PCB mount 4 pin straight chassis connector +0 +5 +2 +Connector_Coaxial +BNC_Win_364A2x95_Horizontal +Dual front isolated BNC plug (https://www.winconn.com/wp-content/uploads/364A2595.pdf) +Dual BNC Horizontal Isolated +0 +6 +3 +Connector_Coaxial +CoaxialSwitch_Hirose_MS-156C3_Horizontal +Subminiature Coaxial Switch 1.35mm High, DC to 11GHz +Switch Coaxial RF +0 +12 +3 +Connector_Coaxial +MMCX_Molex_73415-0961_Horizontal_0.8mm-PCB +Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf +Molex MMCX Horizontal Coaxial +0 +3 +2 +Connector_Coaxial +MMCX_Molex_73415-0961_Horizontal_1.0mm-PCB +Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf +Molex MMCX Horizontal Coaxial +0 +3 +2 +Connector_Coaxial +MMCX_Molex_73415-0961_Horizontal_1.6mm-PCB +Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf +Molex MMCX Horizontal Coaxial +0 +3 +2 +Connector_Coaxial +MMCX_Molex_73415-1471_Vertical +http://www.molex.com/pdm_docs/sd/734151471_sd.pdf +Molex MMCX Coaxial Connector 50 ohms Female Jack Vertical THT +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_901-143_Horizontal + Amphenol RF 901-143 https://www.amphenolrf.com/library/download/link/link_id/585682 +SMA THT Female Jack Horizontal +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_901-144_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/7023/product/3103/901_144_customer_drawing.pdf +SMA THT Female Jack Vertical +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132134-10_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/4007/product/2974/132134_10_customer_drawing.pdf +SMA SMD Female Jack Vertical +0 +3 +2 +Connector_Coaxial +SMA_Amphenol_132134-11_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/3406/product/2975/132134_11_customer_drawing.pdf +SMA THT Female Jack Vertical ExtendedLegs +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132134-14_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/1793/product/2976/132134_14_customer_drawing.pdf +SMA THT Female Jack Vertical ExtendedLegs +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132134-16_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/1141/product/2978/132134_16_customer_drawing.pdf +SMA THT Female Jack Vertical ExtendedLegs +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132134_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/2187/product/2843/132134_customer_drawing.pdf +SMA THT Female Jack Vertical ExtendedLegs +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132203-12_Horizontal +https://www.amphenolrf.com/media/downloads/1769/132203-12.pdf +SMA THT Female Jack Horizontal +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132289_EdgeMount +http://www.amphenolrf.com/132289.html +SMA +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132291-12_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/1688/product/3020/132291_12_customer_drawing.pdf +SMA THT Female Jack Vertical Bulkhead +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132291_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/3222/product/2918/132291_customer_drawing.pdf +SMA THT Female Jack Vertical Bulkhead +0 +5 +2 +Connector_Coaxial +SMA_Molex_73251-1153_EdgeMount_Horizontal +Molex SMA RF Connectors, Edge Mount, (http://www.molex.com/pdm_docs/sd/732511150_sd.pdf) +sma edge +0 +11 +2 +Connector_Coaxial +SMA_Molex_73251-2120_EdgeMount_Horizontal +Molex SMA RF Connector, Edge Mount, (http://www.molex.com/pdm_docs/sd/732512120_sd.pdf) +sma edge +0 +11 +2 +Connector_Coaxial +SMA_Molex_73251-2200_Horizontal +https://www.molex.com/webdocs/datasheets/pdf/en-us/0732512200_RF_COAX_CONNECTORS.pdf +SMA THT Female Jack Horizontal +0 +5 +2 +Connector_Coaxial +SMA_Samtec_SMA-J-P-X-ST-EM1_EdgeMount +Connector SMA, 0Hz to 20GHz, 50Ohm, Edge Mount (http://suddendocs.samtec.com/prints/sma-j-p-x-st-em1-mkt.pdf) +SMA Straight Samtec Edge Mount +0 +5 +2 +Connector_Coaxial +SMA_Wurth_60312002114503_Vertical +https://www.we-online.de/katalog/datasheet/60312002114503.pdf +SMA THT Female Jack Vertical ExtendedLegs +0 +5 +2 +Connector_Coaxial +SMB_Jack_Vertical +SMB pcb mounting jack +SMB Jack Striaght +0 +5 +2 +Connector_Coaxial +U.FL_Hirose_U.FL-R-SMT-1_Vertical +Hirose U.FL Coaxial https://www.hirose.com/product/en/products/U.FL/U.FL-R-SMT-1%2810%29/ +Hirose U.FL Coaxial +0 +3 +2 +Connector_Coaxial +U.FL_Molex_MCRF_73412-0110_Vertical +Molex Microcoaxial RF Connectors (MCRF), mates Hirose U.FL, (http://www.molex.com/pdm_docs/sd/734120110_sd.pdf) +mcrf hirose ufl u.fl microcoaxial +0 +4 +2 +Connector_Coaxial +WR-MMCX_Wuerth_66012102111404_Vertical +Würth WR-MMCX PCB SMT Jack, Vertical (https://www.we-online.com/components/products/datasheet/66012102111404.pdf) +Coaxial Connector 50 ohms Female +0 +3 +2 +Connector_Coaxial +WR-MMCX_Wuerth_66011102111302_Horizontal +Würth WR-MMCX PCB SMT Jack, Horizontal (https://www.we-online.com/components/products/datasheet/66011102111302.pdf) +Coaxial Connector 50 ohms Female +0 +7 +2 +Connector_DIN +DIN41612_B2_2x8_Female_Vertical_THT +DIN41612 connector, type B/2, Vertical, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/2 +0 +16 +16 +Connector_DIN +DIN41612_B2_2x8_Male_Horizontal_THT +DIN41612 connector, type B/2, Horizontal, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/2 +0 +16 +16 +Connector_DIN +DIN41612_B2_2x16_Female_Vertical_THT +DIN41612 connector, type B/2, Vertical, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/2 +0 +32 +32 +Connector_DIN +DIN41612_B2_2x16_Male_Horizontal_THT +DIN41612 connector, type B/2, Horizontal, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/2 +0 +32 +32 +Connector_DIN +DIN41612_B3_2x5_Female_Vertical_THT +DIN41612 connector, type B/3, Vertical, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/3 +0 +10 +10 +Connector_DIN +DIN41612_B3_2x5_Male_Horizontal_THT +DIN41612 connector, type B/3, Horizontal, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/3 +0 +10 +10 +Connector_DIN +DIN41612_B3_2x10_Female_Vertical_THT +DIN41612 connector, type B/3, Vertical, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/3 +0 +20 +20 +Connector_DIN +DIN41612_B3_2x10_Male_Horizontal_THT +DIN41612 connector, type B/3, Horizontal, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/3 +0 +20 +20 +Connector_DIN +DIN41612_B_1x32_Female_Vertical_THT +DIN41612 connector, type B, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B +0 +32 +32 +Connector_DIN +DIN41612_B_1x32_Male_Horizontal_THT +DIN41612 connector, type B, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B +0 +32 +32 +Connector_DIN +DIN41612_B_2x16_Female_Vertical_THT +DIN41612 connector, type B, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B +0 +32 +32 +Connector_DIN +DIN41612_B_2x16_Male_Horizontal_THT +DIN41612 connector, type B, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B +0 +32 +32 +Connector_DIN +DIN41612_B_2x32_Female_Vertical_THT +DIN41612 connector, type B, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B +0 +64 +64 +Connector_DIN +DIN41612_B_2x32_Male_Horizontal_THT +DIN41612 connector, type B, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B +0 +64 +64 +Connector_DIN +DIN41612_C2_2x16_Female_Vertical_THT +DIN41612 connector, type C/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/2 +0 +32 +32 +Connector_DIN +DIN41612_C2_2x16_Male_Horizontal_THT +DIN41612 connector, type C/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/2 +0 +32 +32 +Connector_DIN +DIN41612_C2_3x16_Female_Vertical_THT +DIN41612 connector, type C/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/2 +0 +48 +48 +Connector_DIN +DIN41612_C2_3x16_Male_Horizontal_THT +DIN41612 connector, type C/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/2 +0 +48 +48 +Connector_DIN +DIN41612_C3_2x10_Female_Vertical_THT +DIN41612 connector, type C/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/3 +0 +20 +20 +Connector_DIN +DIN41612_C3_2x10_Male_Horizontal_THT +DIN41612 connector, type C/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/3 +0 +20 +20 +Connector_DIN +DIN41612_C3_3x10_Female_Vertical_THT +DIN41612 connector, type C/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/3 +0 +30 +30 +Connector_DIN +DIN41612_C3_3x10_Male_Horizontal_THT +DIN41612 connector, type C/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/3 +0 +30 +30 +Connector_DIN +DIN41612_C_1x32_Female_Vertical_THT +DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +32 +32 +Connector_DIN +DIN41612_C_1x32_Male_Horizontal_THT +DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +32 +32 +Connector_DIN +DIN41612_C_2x16_Female_Vertical_THT +DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +32 +32 +Connector_DIN +DIN41612_C_2x16_Male_Horizontal_THT +DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +32 +32 +Connector_DIN +DIN41612_C_2x32_Female_Vertical_THT +DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +64 +64 +Connector_DIN +DIN41612_C_2x32_Male_Horizontal_THT +DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +64 +64 +Connector_DIN +DIN41612_C_3x16_Female_Vertical_THT +DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +48 +48 +Connector_DIN +DIN41612_C_3x16_Male_Horizontal_THT +DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +48 +48 +Connector_DIN +DIN41612_C_3x32_Female_Vertical_THT +DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +96 +96 +Connector_DIN +DIN41612_C_3x32_Male_Horizontal_THT +DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +96 +96 +Connector_DIN +DIN41612_D_2x8_Female_Vertical_THT +DIN41612 connector, type D, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 D +0 +16 +16 +Connector_DIN +DIN41612_D_2x8_Male_Horizontal_THT +DIN41612 connector, type D, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 D +0 +16 +16 +Connector_DIN +DIN41612_D_2x16_Female_Vertical_THT +DIN41612 connector, type D, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 D +0 +32 +32 +Connector_DIN +DIN41612_D_2x16_Male_Horizontal_THT +DIN41612 connector, type D, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 D +0 +32 +32 +Connector_DIN +DIN41612_E_2x16_Female_Vertical_THT +DIN41612 connector, type E, Vertical, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 E +0 +32 +32 +Connector_DIN +DIN41612_E_2x16_Male_Horizontal_THT +DIN41612 connector, type E, Horizontal, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 E +0 +32 +32 +Connector_DIN +DIN41612_E_2x16_RowsAC_Female_Vertical_THT +DIN41612 connector, type E, Vertical, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 E +0 +32 +32 +Connector_DIN +DIN41612_E_2x16_RowsAC_Male_Horizontal_THT +DIN41612 connector, type E, Horizontal, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 E +0 +32 +32 +Connector_DIN +DIN41612_E_3x16_Female_Vertical_THT +DIN41612 connector, type E, Vertical, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 E +0 +48 +48 +Connector_DIN +DIN41612_E_3x16_Male_Horizontal_THT +DIN41612 connector, type E, Horizontal, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 E +0 +48 +48 +Connector_DIN +DIN41612_F_2x16_Female_Vertical_THT +DIN41612 connector, type F, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 F +0 +32 +32 +Connector_DIN +DIN41612_F_2x16_Male_Horizontal_THT +DIN41612 connector, type F, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 F +0 +32 +32 +Connector_DIN +DIN41612_F_2x16_RowsZD_Female_Vertical_THT +DIN41612 connector, type F, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 F +0 +32 +32 +Connector_DIN +DIN41612_F_2x16_RowsZD_Male_Horizontal_THT +DIN41612 connector, type F, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 F +0 +32 +32 +Connector_DIN +DIN41612_F_3x16_Female_Vertical_THT +DIN41612 connector, type F, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 F +0 +48 +48 +Connector_DIN +DIN41612_F_3x16_Male_Horizontal_THT +DIN41612 connector, type F, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 F +0 +48 +48 +Connector_DIN +DIN41612_Q2_2x16_Male_Horizontal_THT +DIN41612 connector, type Q/2, Horizontal, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 Q/2 +0 +32 +32 +Connector_DIN +DIN41612_Q2_2x16_Male_Vertical_THT +DIN41612 connector, type Q/2, Vertical, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 Q/2 +0 +32 +32 +Connector_DIN +DIN41612_Q3_2x10_Male_Horizontal_THT +DIN41612 connector, type Q/3, Horizontal, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 Q/3 +0 +20 +20 +Connector_DIN +DIN41612_Q3_2x10_Male_Vertical_THT +DIN41612 connector, type Q/3, Vertical, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 Q/3 +0 +20 +20 +Connector_DIN +DIN41612_Q_2x32_Male_Horizontal_THT +DIN41612 connector, type Q, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 Q +0 +64 +64 +Connector_DIN +DIN41612_Q_2x32_Male_Vertical_THT +DIN41612 connector, type Q, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 Q +0 +64 +64 +Connector_DIN +DIN41612_R2_2x16_Male_Horizontal_THT +DIN41612 connector, type R/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/2 +0 +32 +32 +Connector_DIN +DIN41612_R2_2x16_Male_Vertical_THT +DIN41612 connector, type R/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/2 +0 +32 +32 +Connector_DIN +DIN41612_R2_3x16_Male_Horizontal_THT +DIN41612 connector, type R/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/2 +0 +48 +48 +Connector_DIN +DIN41612_R2_3x16_Male_Vertical_THT +DIN41612 connector, type R/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/2 +0 +48 +48 +Connector_DIN +DIN41612_R3_2x10_Male_Horizontal_THT +DIN41612 connector, type R/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/3 +0 +20 +20 +Connector_DIN +DIN41612_R3_2x10_Male_Vertical_THT +DIN41612 connector, type R/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/3 +0 +20 +20 +Connector_DIN +DIN41612_R3_3x10_Male_Horizontal_THT +DIN41612 connector, type R/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/3 +0 +30 +30 +Connector_DIN +DIN41612_R3_3x10_Male_Vertical_THT +DIN41612 connector, type R/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/3 +0 +30 +30 +Connector_DIN +DIN41612_R_1x32_Male_Horizontal_THT +DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +32 +32 +Connector_DIN +DIN41612_R_1x32_Male_Vertical_THT +DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +32 +32 +Connector_DIN +DIN41612_R_2x16_Male_Horizontal_THT +DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +32 +32 +Connector_DIN +DIN41612_R_2x16_Male_Vertical_THT +DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +32 +32 +Connector_DIN +DIN41612_R_2x32_Male_Horizontal_THT +DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +64 +64 +Connector_DIN +DIN41612_R_2x32_Male_Vertical_THT +DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +64 +64 +Connector_DIN +DIN41612_R_3x16_Male_Horizontal_THT +DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +48 +48 +Connector_DIN +DIN41612_R_3x16_Male_Vertical_THT +DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +48 +48 +Connector_DIN +DIN41612_R_3x32_Male_Horizontal_THT +DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +96 +96 +Connector_DIN +DIN41612_R_3x32_Male_Vertical_THT +DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +96 +96 +Connector_Dsub +DSUB-9_Female_EdgeMount_P2.77mm +9-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 25mm +0 +9 +9 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +9 +9 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +9 +9 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Female_Vertical_P2.77x2.84mm +9-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 25mm +0 +9 +9 +Connector_Dsub +DSUB-9_Female_Vertical_P2.77x2.84mm_MountingHoles +9-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Male_EdgeMount_P2.77mm +9-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 25mm +0 +9 +9 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +9 +9 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +9 +9 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Male_Vertical_P2.77x2.84mm +9-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 25mm +0 +9 +9 +Connector_Dsub +DSUB-9_Male_Vertical_P2.77x2.84mm_MountingHoles +9-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 25mm +0 +11 +10 +Connector_Dsub +DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +17 +16 +Connector_Dsub +DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +17 +16 +Connector_Dsub +DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15-HD_Female_Vertical_P2.29x1.98mm_MountingHoles +15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 25mm +0 +17 +16 +Connector_Dsub +DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +17 +16 +Connector_Dsub +DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +17 +16 +Connector_Dsub +DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15-HD_Male_Vertical_P2.29x1.98mm_MountingHoles +15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 25mm +0 +17 +16 +Connector_Dsub +DSUB-15_Female_EdgeMount_P2.77mm +15-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 33.3mm +0 +15 +15 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Female_Vertical_P2.77x2.84mm +15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 33.3mm +0 +15 +15 +Connector_Dsub +DSUB-15_Female_Vertical_P2.77x2.84mm_MountingHoles +15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Male_EdgeMount_P2.77mm +15-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 33.3mm +0 +15 +15 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Male_Vertical_P2.77x2.84mm +15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 33.3mm +0 +15 +15 +Connector_Dsub +DSUB-15_Male_Vertical_P2.77x2.84mm_MountingHoles +15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-25_Female_EdgeMount_P2.77mm +25-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 47.1mm +0 +25 +25 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +25 +25 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +25 +25 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Female_Vertical_P2.77x2.84mm +25-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 47.1mm +0 +25 +25 +Connector_Dsub +DSUB-25_Female_Vertical_P2.77x2.84mm_MountingHoles +25-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Male_EdgeMount_P2.77mm +25-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 47.1mm +0 +25 +25 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +25 +25 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +25 +25 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Male_Vertical_P2.77x2.84mm +25-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 47.1mm +0 +25 +25 +Connector_Dsub +DSUB-25_Male_Vertical_P2.77x2.84mm_MountingHoles +25-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +28 +27 +Connector_Dsub +DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +28 +27 +Connector_Dsub +DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm +0 +26 +26 +Connector_Dsub +DSUB-26-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm +0 +26 +26 +Connector_Dsub +DSUB-26-HD_Female_Vertical_P2.29x1.98mm_MountingHoles +26-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +26-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 33.3mm +0 +28 +27 +Connector_Dsub +DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +28 +27 +Connector_Dsub +DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +28 +27 +Connector_Dsub +DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm +0 +26 +26 +Connector_Dsub +DSUB-26-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm +0 +26 +26 +Connector_Dsub +DSUB-26-HD_Male_Vertical_P2.29x1.98mm_MountingHoles +26-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +26-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 33.3mm +0 +28 +27 +Connector_Dsub +DSUB-37_Female_EdgeMount_P2.77mm +37-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 63.5mm +0 +37 +37 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +37 +37 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +37 +37 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Female_Vertical_P2.77x2.84mm +37-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 63.5mm +0 +37 +37 +Connector_Dsub +DSUB-37_Female_Vertical_P2.77x2.84mm_MountingHoles +37-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Male_EdgeMount_P2.77mm +37-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 63.5mm +0 +37 +37 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +37 +37 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +37 +37 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Male_Vertical_P2.77x2.84mm +37-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 63.5mm +0 +37 +37 +Connector_Dsub +DSUB-37_Male_Vertical_P2.77x2.84mm_MountingHoles +37-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +46 +45 +Connector_Dsub +DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +46 +45 +Connector_Dsub +DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm +0 +44 +44 +Connector_Dsub +DSUB-44-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm +0 +44 +44 +Connector_Dsub +DSUB-44-HD_Female_Vertical_P2.29x1.98mm_MountingHoles +44-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +44-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 47.1mm +0 +46 +45 +Connector_Dsub +DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +46 +45 +Connector_Dsub +DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +46 +45 +Connector_Dsub +DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm +0 +44 +44 +Connector_Dsub +DSUB-44-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm +0 +44 +44 +Connector_Dsub +DSUB-44-HD_Male_Vertical_P2.29x1.98mm_MountingHoles +44-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +44-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 47.1mm +0 +46 +45 +Connector_Dsub +DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +64 +63 +Connector_Dsub +DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +64 +63 +Connector_Dsub +DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset9.40mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 9.4mm +0 +62 +62 +Connector_Dsub +DSUB-62-HD_Female_Horizontal_P2.41x2.54mm_EdgePinOffset9.40mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x2.54mm pin-PCB-offset 9.4mm +0 +62 +62 +Connector_Dsub +DSUB-62-HD_Female_Vertical_P2.41x1.98mm_MountingHoles +62-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.41x1.98mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +62-pin D-Sub connector straight vertical THT female pitch 2.41x1.98mm mounting holes distance 63.5mm +0 +64 +63 +Connector_Dsub +DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +64 +63 +Connector_Dsub +DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +64 +63 +Connector_Dsub +DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset9.40mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 9.4mm +0 +62 +62 +Connector_Dsub +DSUB-62-HD_Male_Horizontal_P2.41x2.54mm_EdgePinOffset9.40mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x2.54mm pin-PCB-offset 9.4mm +0 +62 +62 +Connector_Dsub +DSUB-62-HD_Male_Vertical_P2.41x1.98mm_MountingHoles +62-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.41x1.98mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +62-pin D-Sub connector straight vertical THT male pitch 2.41x1.98mm mounting holes distance 63.5mm +0 +64 +63 +Connector_FFC-FPC +Hirose_FH12-6S-0.5SH_1x06-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-6S-0.5SH, 6 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +8 +7 +Connector_FFC-FPC +Hirose_FH12-8S-0.5SH_1x08-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-8S-0.5SH, 8 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +10 +9 +Connector_FFC-FPC +Hirose_FH12-10S-0.5SH_1x10-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-10S-0.5SH, 10 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +12 +11 +Connector_FFC-FPC +Hirose_FH12-11S-0.5SH_1x11-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-11S-0.5SH, 11 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +13 +12 +Connector_FFC-FPC +Hirose_FH12-12S-0.5SH_1x12-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-12S-0.5SH, 12 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +14 +13 +Connector_FFC-FPC +Hirose_FH12-13S-0.5SH_1x13-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-13S-0.5SH, 13 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +15 +14 +Connector_FFC-FPC +Hirose_FH12-14S-0.5SH_1x14-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-14S-0.5SH, 14 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +16 +15 +Connector_FFC-FPC +Hirose_FH12-15S-0.5SH_1x15-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-15S-0.5SH, 15 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +17 +16 +Connector_FFC-FPC +Hirose_FH12-16S-0.5SH_1x16-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-16S-0.5SH, 16 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +18 +17 +Connector_FFC-FPC +Hirose_FH12-17S-0.5SH_1x17-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-17S-0.5SH, 17 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +19 +18 +Connector_FFC-FPC +Hirose_FH12-18S-0.5SH_1x18-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-18S-0.5SH, 18 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +20 +19 +Connector_FFC-FPC +Hirose_FH12-19S-0.5SH_1x19-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-19S-0.5SH, 19 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +21 +20 +Connector_FFC-FPC +Hirose_FH12-20S-0.5SH_1x20-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-20S-0.5SH, 20 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +22 +21 +Connector_FFC-FPC +Hirose_FH12-22S-0.5SH_1x22-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-22S-0.5SH, 22 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +24 +23 +Connector_FFC-FPC +Hirose_FH12-24S-0.5SH_1x24-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-24S-0.5SH, 24 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +26 +25 +Connector_FFC-FPC +Hirose_FH12-25S-0.5SH_1x25-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-25S-0.5SH, 25 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +27 +26 +Connector_FFC-FPC +Hirose_FH12-26S-0.5SH_1x26-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-26S-0.5SH, 26 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +28 +27 +Connector_FFC-FPC +Hirose_FH12-28S-0.5SH_1x28-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-28S-0.5SH, 28 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +30 +29 +Connector_FFC-FPC +Hirose_FH12-30S-0.5SH_1x30-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-30S-0.5SH, 30 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +32 +31 +Connector_FFC-FPC +Hirose_FH12-32S-0.5SH_1x32-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-32S-0.5SH, 32 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +34 +33 +Connector_FFC-FPC +Hirose_FH12-33S-0.5SH_1x33-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-33S-0.5SH, 33 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +35 +34 +Connector_FFC-FPC +Hirose_FH12-34S-0.5SH_1x34-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-34S-0.5SH, 34 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +36 +35 +Connector_FFC-FPC +Hirose_FH12-35S-0.5SH_1x35-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-35S-0.5SH, 35 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +37 +36 +Connector_FFC-FPC +Hirose_FH12-36S-0.5SH_1x36-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-36S-0.5SH, 36 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +38 +37 +Connector_FFC-FPC +Hirose_FH12-40S-0.5SH_1x40-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-40S-0.5SH, 40 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +42 +41 +Connector_FFC-FPC +Hirose_FH12-45S-0.5SH_1x45-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-45S-0.5SH, 45 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +47 +46 +Connector_FFC-FPC +Hirose_FH12-50S-0.5SH_1x50-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-50S-0.5SH, 50 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +52 +51 +Connector_FFC-FPC +Hirose_FH12-53S-0.5SH_1x53-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-53S-0.5SH, 53 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +55 +54 +Connector_FFC-FPC +Hirose_FH41-30S-0.5SH_1x30_1MP_1SH_P0.5mm_Horizontal +Hirose FH41, FFC/FPC connector, FH41-30S-0.5SH, 30 Pins per row (https://www.hirose.com/fr/product/document?clcode=CL0580-2218-5-05&productname=FH41-30S-0.5SH(05)&series=FH41&documenttype=2DDrawing&lang=fr&documentid=0001001704) +connector Hirose FH41 horizontal +0 +38 +32 +Connector_FFC-FPC +JAE_FF0825SA1_2Rows-25Pins_P0.40mm_Horizontal +Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0825SA1, 25 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +25 +25 +Connector_FFC-FPC +JAE_FF0829SA1_2Rows-29Pins_P0.40mm_Horizontal +Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0829SA1, 29 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +29 +29 +Connector_FFC-FPC +JAE_FF0841SA1_2Rows-41Pins_P0.40mm_Horizontal +Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0841SA1, 41 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +41 +41 +Connector_FFC-FPC +JAE_FF0851SA1_2Rows-51Pins_P0.40mm_Horizontal +Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0851SA1, 51 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +51 +51 +Connector_FFC-FPC +JAE_FF0871SA1_2Rows-71Pins_P0.40mm_Horizontal +Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0871SA1, 71 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +71 +71 +Connector_FFC-FPC +JAE_FF0881SA1_2Rows-81Pins_P0.40mm_Horizontal +Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0881SA1, 81 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +81 +81 +Connector_FFC-FPC +Jushuo_AFC07-S06FCA-00_1x6-1MP_P0.50_Horizontal +Jushuo AFC07, FFC/FPC connector, AFC07-S06FCA-00, 6 Pins per row (https://datasheet.lcsc.com/lcsc/1811040204_JUSHUO-AFC07-S32FCC-00_C11061.pdf) +connector jushuo horizontal +0 +8 +7 +Connector_FFC-FPC +Jushuo_AFC07-S24FCA-00_1x24-1MP_P0.50_Horizontal +Jushuo AFC07, FFC/FPC connector, AFC07-S24FCA-00, 24 Pins per row (https://datasheet.lcsc.com/lcsc/1811040204_JUSHUO-AFC07-S32FCC-00_C11061.pdf) +connector jushuo horizontal +0 +26 +25 +Connector_FFC-FPC +Molex_52559-3652_2x18-1MP_P0.5mm_Vertical +Molex 0.50mm Pitch Easy-On Type FFC/FPC, 52559-3652, 36 Circuits (https://www.molex.com/pdm_docs/sd/525593652_sd.pdf) +connector Molex top entry +0 +40 +37 +Connector_FFC-FPC +Molex_54132-5033_1x50-1MP_P0.5mm_Horizontal +Molex FFC/FPC connector, 50 bottom-side contacts, 0.5mm pitch, 2.0mm height, https://www.molex.com/pdm_docs/sd/541325033_sd.pdf +FFC FPC +0 +54 +51 +Connector_FFC-FPC +Molex_54548-1071_1x10-1MP_P0.5mm_Horizontal +Molex FFC/FPC connector, 10 bottom-side contacts, 0.5mm pitch, 1.2mm height, https://www.molex.com/pdm_docs/sd/545481071_sd.pdf +FFC FPC connector +0 +12 +11 +Connector_FFC-FPC +Molex_200528-0040_1x04-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0040, 4 Circuits (https://www.molex.com/pdm_docs/sd/2005280040_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +6 +5 +Connector_FFC-FPC +Molex_200528-0050_1x05-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0050, 5 Circuits (https://www.molex.com/pdm_docs/sd/2005280050_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +7 +6 +Connector_FFC-FPC +Molex_200528-0060_1x06-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0060, 6 Circuits (https://www.molex.com/pdm_docs/sd/2005280060_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +8 +7 +Connector_FFC-FPC +Molex_200528-0070_1x07-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0070, 7 Circuits (https://www.molex.com/pdm_docs/sd/2005280070_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +9 +8 +Connector_FFC-FPC +Molex_200528-0080_1x08-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0080, 8 Circuits (https://www.molex.com/pdm_docs/sd/2005280080_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +10 +9 +Connector_FFC-FPC +Molex_200528-0090_1x09-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0090, 9 Circuits (https://www.molex.com/pdm_docs/sd/2005280090_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +11 +10 +Connector_FFC-FPC +Molex_200528-0100_1x10-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0100, 10 Circuits (https://www.molex.com/pdm_docs/sd/2005280100_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +12 +11 +Connector_FFC-FPC +Molex_200528-0110_1x11-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0110, 11 Circuits (https://www.molex.com/pdm_docs/sd/2005280110_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +13 +12 +Connector_FFC-FPC +Molex_200528-0120_1x12-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0120, 12 Circuits (https://www.molex.com/pdm_docs/sd/2005280120_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +14 +13 +Connector_FFC-FPC +Molex_200528-0130_1x13-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0130, 13 Circuits (https://www.molex.com/pdm_docs/sd/2005280130_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +15 +14 +Connector_FFC-FPC +Molex_200528-0140_1x14-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0140, 14 Circuits (https://www.molex.com/pdm_docs/sd/2005280140_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +16 +15 +Connector_FFC-FPC +Molex_200528-0150_1x15-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0150, 15 Circuits (https://www.molex.com/pdm_docs/sd/2005280150_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +17 +16 +Connector_FFC-FPC +Molex_200528-0160_1x16-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0160, 16 Circuits (https://www.molex.com/pdm_docs/sd/2005280160_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +18 +17 +Connector_FFC-FPC +Molex_200528-0170_1x17-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0170, 17 Circuits (https://www.molex.com/pdm_docs/sd/2005280170_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +19 +18 +Connector_FFC-FPC +Molex_200528-0180_1x18-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0180, 18 Circuits (https://www.molex.com/pdm_docs/sd/2005280180_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +20 +19 +Connector_FFC-FPC +Molex_200528-0190_1x19-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0190, 19 Circuits (https://www.molex.com/pdm_docs/sd/2005280190_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +21 +20 +Connector_FFC-FPC +Molex_200528-0200_1x20-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0200, 20 Circuits (https://www.molex.com/pdm_docs/sd/2005280200_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +22 +21 +Connector_FFC-FPC +Molex_200528-0210_1x21-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0210, 21 Circuits (https://www.molex.com/pdm_docs/sd/2005280210_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +23 +22 +Connector_FFC-FPC +Molex_200528-0220_1x22-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0220, 22 Circuits (https://www.molex.com/pdm_docs/sd/2005280220_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +24 +23 +Connector_FFC-FPC +Molex_200528-0230_1x23-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0230, 23 Circuits (https://www.molex.com/pdm_docs/sd/2005280230_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +25 +24 +Connector_FFC-FPC +Molex_200528-0240_1x24-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0240, 24 Circuits (https://www.molex.com/pdm_docs/sd/2005280240_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +26 +25 +Connector_FFC-FPC +Molex_200528-0250_1x25-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0250, 25 Circuits (https://www.molex.com/pdm_docs/sd/2005280250_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +27 +26 +Connector_FFC-FPC +Molex_200528-0260_1x26-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0260, 26 Circuits (https://www.molex.com/pdm_docs/sd/2005280260_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +28 +27 +Connector_FFC-FPC +Molex_200528-0270_1x27-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0270, 27 Circuits (https://www.molex.com/pdm_docs/sd/2005280270_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +29 +28 +Connector_FFC-FPC +Molex_200528-0280_1x28-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0280, 28 Circuits (https://www.molex.com/pdm_docs/sd/2005280280_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +30 +29 +Connector_FFC-FPC +Molex_200528-0290_1x29-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0290, 29 Circuits (https://www.molex.com/pdm_docs/sd/2005280290_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +31 +30 +Connector_FFC-FPC +Molex_200528-0300_1x30-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0300, 30 Circuits (https://www.molex.com/pdm_docs/sd/2005280300_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +32 +31 +Connector_FFC-FPC +Molex_502231-1500_1x15-1SH_P0.5mm_Vertical +Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 15 Circuits (https://www.molex.com/pdm_docs/sd/5022311500_sd.pdf) +molex FFC/FPC connector Pitch 0.5mm vertical +0 +17 +16 +Connector_FFC-FPC +Molex_502231-2400_1x24-1SH_P0.5mm_Vertical +Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 24 Circuits (https://www.molex.com/pdm_docs/sd/5022312400_sd.pdf) +molex FFC/FPC connector Pitch 0.5mm vertical +0 +26 +25 +Connector_FFC-FPC +Molex_502231-3300_1x33-1SH_P0.5mm_Vertical +Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 33 Circuits (https://www.molex.com/pdm_docs/sd/5022313300_sd.pdf) +molex FFC/FPC connector Pitch 0.5mm vertical +0 +36 +34 +Connector_FFC-FPC +Molex_502244-1530_1x15-1MP_P0.5mm_Horizontal +Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 15 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) +molex FFC/FPC connector Pitch 0.5mm right angle +0 +19 +16 +Connector_FFC-FPC +Molex_502244-2430_1x24-1MP_P0.5mm_Horizontal +Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 24 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) +molex FFC/FPC connector Pitch 0.5mm right angle +0 +28 +25 +Connector_FFC-FPC +Molex_502244-3330_1x33-1MP_P0.5mm_Horizontal +Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 33 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) +molex FFC/FPC connector Pitch 0.5mm right angle +0 +39 +34 +Connector_FFC-FPC +Molex_502250-1791_2Rows-17Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-1791, 17 Circuits (http://www.molex.com/pdm_docs/sd/5022501791_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +19 +18 +Connector_FFC-FPC +Molex_502250-2191_2Rows-21Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2191, 21 Circuits (http://www.molex.com/pdm_docs/sd/5022502191_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +23 +22 +Connector_FFC-FPC +Molex_502250-2391_2Rows-23Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2391, 23 Circuits (http://www.molex.com/pdm_docs/sd/5022502391_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +25 +24 +Connector_FFC-FPC +Molex_502250-2791_2Rows-27Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2791, 27 Circuits (http://www.molex.com/pdm_docs/sd/5022502791_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +29 +28 +Connector_FFC-FPC +Molex_502250-3391_2Rows-33Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3391, 33 Circuits (http://www.molex.com/pdm_docs/sd/5022503391_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +35 +34 +Connector_FFC-FPC +Molex_502250-3591_2Rows-35Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3591, 35 Circuits (http://www.molex.com/pdm_docs/sd/5022503591_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +37 +36 +Connector_FFC-FPC +Molex_502250-3991_2Rows-39Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3991, 39 Circuits (http://www.molex.com/pdm_docs/sd/5022503991_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +41 +40 +Connector_FFC-FPC +Molex_502250-4191_2Rows-41Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-4191, 41 Circuits (http://www.molex.com/pdm_docs/sd/5022504191_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +43 +42 +Connector_FFC-FPC +Molex_502250-5191_2Rows-51Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-5191, 51 Circuits (http://www.molex.com/pdm_docs/sd/5022505191_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +53 +52 +Connector_FFC-FPC +Omron_XF2M-4015-1A_1x40-1MP_P0.5mm_Horizontal +Omron FPC connector, 40 top-side contacts, 0.5mm pitch, SMT, https://omronfs.omron.com/en_US/ecb/products/pdf/en-xf2m.pdf +omron fpc xf2m +0 +42 +41 +Connector_FFC-FPC +TE_0-1734839-5_1x05-1MP_P0.5mm_Horizontal +TE FPC connector, 05 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +7 +6 +Connector_FFC-FPC +TE_0-1734839-6_1x06-1MP_P0.5mm_Horizontal +TE FPC connector, 06 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +8 +7 +Connector_FFC-FPC +TE_0-1734839-7_1x07-1MP_P0.5mm_Horizontal +TE FPC connector, 07 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +9 +8 +Connector_FFC-FPC +TE_0-1734839-8_1x08-1MP_P0.5mm_Horizontal +TE FPC connector, 08 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +10 +9 +Connector_FFC-FPC +TE_0-1734839-9_1x09-1MP_P0.5mm_Horizontal +TE FPC connector, 09 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +11 +10 +Connector_FFC-FPC +TE_1-84952-0_1x10-1MP_P1.0mm_Horizontal +TE FPC connector, 10 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +12 +11 +Connector_FFC-FPC +TE_1-84952-1_1x11-1MP_P1.0mm_Horizontal +TE FPC connector, 11 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +13 +12 +Connector_FFC-FPC +TE_1-84952-2_1x12-1MP_P1.0mm_Horizontal +TE FPC connector, 12 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +14 +13 +Connector_FFC-FPC +TE_1-84952-3_1x13-1MP_P1.0mm_Horizontal +TE FPC connector, 13 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +15 +14 +Connector_FFC-FPC +TE_1-84952-4_1x14-1MP_P1.0mm_Horizontal +TE FPC connector, 14 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +16 +15 +Connector_FFC-FPC +TE_1-84952-5_1x15-1MP_P1.0mm_Horizontal +TE FPC connector, 15 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +17 +16 +Connector_FFC-FPC +TE_1-84952-6_1x16-1MP_P1.0mm_Horizontal +TE FPC connector, 16 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +18 +17 +Connector_FFC-FPC +TE_1-84952-7_1x17-1MP_P1.0mm_Horizontal +TE FPC connector, 17 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +19 +18 +Connector_FFC-FPC +TE_1-84952-8_1x18-1MP_P1.0mm_Horizontal +TE FPC connector, 18 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +20 +19 +Connector_FFC-FPC +TE_1-84952-9_1x19-1MP_P1.0mm_Horizontal +TE FPC connector, 19 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +21 +20 +Connector_FFC-FPC +TE_1-84953-0_1x10-1MP_P1.0mm_Horizontal +TE FPC connector, 10 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +12 +11 +Connector_FFC-FPC +TE_1-84953-1_1x11-1MP_P1.0mm_Horizontal +TE FPC connector, 11 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +13 +12 +Connector_FFC-FPC +TE_1-84953-2_1x12-1MP_P1.0mm_Horizontal +TE FPC connector, 12 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +14 +13 +Connector_FFC-FPC +TE_1-84953-3_1x13-1MP_P1.0mm_Horizontal +TE FPC connector, 13 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +15 +14 +Connector_FFC-FPC +TE_1-84953-4_1x14-1MP_P1.0mm_Horizontal +TE FPC connector, 14 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +16 +15 +Connector_FFC-FPC +TE_1-84953-5_1x15-1MP_P1.0mm_Horizontal +TE FPC connector, 15 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +17 +16 +Connector_FFC-FPC +TE_1-84953-6_1x16-1MP_P1.0mm_Horizontal +TE FPC connector, 16 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +18 +17 +Connector_FFC-FPC +TE_1-84953-7_1x17-1MP_P1.0mm_Horizontal +TE FPC connector, 17 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +19 +18 +Connector_FFC-FPC +TE_1-84953-8_1x18-1MP_P1.0mm_Horizontal +TE FPC connector, 18 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +20 +19 +Connector_FFC-FPC +TE_1-84953-9_1x19-1MP_P1.0mm_Horizontal +TE FPC connector, 19 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +21 +20 +Connector_FFC-FPC +TE_1-1734839-0_1x10-1MP_P0.5mm_Horizontal +TE FPC connector, 10 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +12 +11 +Connector_FFC-FPC +TE_1-1734839-1_1x11-1MP_P0.5mm_Horizontal +TE FPC connector, 11 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +13 +12 +Connector_FFC-FPC +TE_1-1734839-2_1x12-1MP_P0.5mm_Horizontal +TE FPC connector, 12 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +14 +13 +Connector_FFC-FPC +TE_1-1734839-3_1x13-1MP_P0.5mm_Horizontal +TE FPC connector, 13 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +15 +14 +Connector_FFC-FPC +TE_1-1734839-4_1x14-1MP_P0.5mm_Horizontal +TE FPC connector, 14 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +16 +15 +Connector_FFC-FPC +TE_1-1734839-5_1x15-1MP_P0.5mm_Horizontal +TE FPC connector, 15 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +17 +16 +Connector_FFC-FPC +TE_1-1734839-6_1x16-1MP_P0.5mm_Horizontal +TE FPC connector, 16 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +18 +17 +Connector_FFC-FPC +TE_1-1734839-7_1x17-1MP_P0.5mm_Horizontal +TE FPC connector, 17 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +19 +18 +Connector_FFC-FPC +TE_1-1734839-8_1x18-1MP_P0.5mm_Horizontal +TE FPC connector, 18 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +20 +19 +Connector_FFC-FPC +TE_1-1734839-9_1x19-1MP_P0.5mm_Horizontal +TE FPC connector, 19 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +21 +20 +Connector_FFC-FPC +TE_2-84952-0_1x20-1MP_P1.0mm_Horizontal +TE FPC connector, 20 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +22 +21 +Connector_FFC-FPC +TE_2-84952-1_1x21-1MP_P1.0mm_Horizontal +TE FPC connector, 21 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +23 +22 +Connector_FFC-FPC +TE_2-84952-2_1x22-1MP_P1.0mm_Horizontal +TE FPC connector, 22 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +24 +23 +Connector_FFC-FPC +TE_2-84952-3_1x23-1MP_P1.0mm_Horizontal +TE FPC connector, 23 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +25 +24 +Connector_FFC-FPC +TE_2-84952-4_1x24-1MP_P1.0mm_Horizontal +TE FPC connector, 24 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +26 +25 +Connector_FFC-FPC +TE_2-84952-5_1x25-1MP_P1.0mm_Horizontal +TE FPC connector, 25 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +27 +26 +Connector_FFC-FPC +TE_2-84952-6_1x26-1MP_P1.0mm_Horizontal +TE FPC connector, 26 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +28 +27 +Connector_FFC-FPC +TE_2-84952-7_1x27-1MP_P1.0mm_Horizontal +TE FPC connector, 27 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +29 +28 +Connector_FFC-FPC +TE_2-84952-8_1x28-1MP_P1.0mm_Horizontal +TE FPC connector, 28 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +30 +29 +Connector_FFC-FPC +TE_2-84952-9_1x29-1MP_P1.0mm_Horizontal +TE FPC connector, 29 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +31 +30 +Connector_FFC-FPC +TE_2-84953-0_1x20-1MP_P1.0mm_Horizontal +TE FPC connector, 20 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +22 +21 +Connector_FFC-FPC +TE_2-84953-1_1x21-1MP_P1.0mm_Horizontal +TE FPC connector, 21 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +23 +22 +Connector_FFC-FPC +TE_2-84953-2_1x22-1MP_P1.0mm_Horizontal +TE FPC connector, 22 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +24 +23 +Connector_FFC-FPC +TE_2-84953-3_1x23-1MP_P1.0mm_Horizontal +TE FPC connector, 23 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +25 +24 +Connector_FFC-FPC +TE_2-84953-4_1x24-1MP_P1.0mm_Horizontal +TE FPC connector, 24 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +26 +25 +Connector_FFC-FPC +TE_2-84953-5_1x25-1MP_P1.0mm_Horizontal +TE FPC connector, 25 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +27 +26 +Connector_FFC-FPC +TE_2-84953-6_1x26-1MP_P1.0mm_Horizontal +TE FPC connector, 26 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +28 +27 +Connector_FFC-FPC +TE_2-84953-7_1x27-1MP_P1.0mm_Horizontal +TE FPC connector, 27 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +29 +28 +Connector_FFC-FPC +TE_2-84953-8_1x28-1MP_P1.0mm_Horizontal +TE FPC connector, 28 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +30 +29 +Connector_FFC-FPC +TE_2-84953-9_1x29-1MP_P1.0mm_Horizontal +TE FPC connector, 29 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +31 +30 +Connector_FFC-FPC +TE_2-1734839-0_1x20-1MP_P0.5mm_Horizontal +TE FPC connector, 20 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +22 +21 +Connector_FFC-FPC +TE_2-1734839-1_1x21-1MP_P0.5mm_Horizontal +TE FPC connector, 21 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +23 +22 +Connector_FFC-FPC +TE_2-1734839-2_1x22-1MP_P0.5mm_Horizontal +TE FPC connector, 22 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +24 +23 +Connector_FFC-FPC +TE_2-1734839-3_1x23-1MP_P0.5mm_Horizontal +TE FPC connector, 23 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +25 +24 +Connector_FFC-FPC +TE_2-1734839-4_1x24-1MP_P0.5mm_Horizontal +TE FPC connector, 24 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +26 +25 +Connector_FFC-FPC +TE_2-1734839-5_1x25-1MP_P0.5mm_Horizontal +TE FPC connector, 25 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +27 +26 +Connector_FFC-FPC +TE_2-1734839-6_1x26-1MP_P0.5mm_Horizontal +TE FPC connector, 26 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +28 +27 +Connector_FFC-FPC +TE_2-1734839-7_1x27-1MP_P0.5mm_Horizontal +TE FPC connector, 27 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +29 +28 +Connector_FFC-FPC +TE_2-1734839-8_1x28-1MP_P0.5mm_Horizontal +TE FPC connector, 28 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +30 +29 +Connector_FFC-FPC +TE_2-1734839-9_1x29-1MP_P0.5mm_Horizontal +TE FPC connector, 29 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +31 +30 +Connector_FFC-FPC +TE_3-84952-0_1x30-1MP_P1.0mm_Horizontal +TE FPC connector, 30 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +32 +31 +Connector_FFC-FPC +TE_3-84953-0_1x30-1MP_P1.0mm_Horizontal +TE FPC connector, 30 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +32 +31 +Connector_FFC-FPC +TE_3-1734839-0_1x30-1MP_P0.5mm_Horizontal +TE FPC connector, 30 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +32 +31 +Connector_FFC-FPC +TE_3-1734839-1_1x31-1MP_P0.5mm_Horizontal +TE FPC connector, 31 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +33 +32 +Connector_FFC-FPC +TE_3-1734839-2_1x32-1MP_P0.5mm_Horizontal +TE FPC connector, 32 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +34 +33 +Connector_FFC-FPC +TE_3-1734839-3_1x33-1MP_P0.5mm_Horizontal +TE FPC connector, 33 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +35 +34 +Connector_FFC-FPC +TE_3-1734839-4_1x34-1MP_P0.5mm_Horizontal +TE FPC connector, 34 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +36 +35 +Connector_FFC-FPC +TE_3-1734839-5_1x35-1MP_P0.5mm_Horizontal +TE FPC connector, 35 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +37 +36 +Connector_FFC-FPC +TE_3-1734839-6_1x36-1MP_P0.5mm_Horizontal +TE FPC connector, 36 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +38 +37 +Connector_FFC-FPC +TE_3-1734839-7_1x37-1MP_P0.5mm_Horizontal +TE FPC connector, 37 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +39 +38 +Connector_FFC-FPC +TE_3-1734839-8_1x38-1MP_P0.5mm_Horizontal +TE FPC connector, 38 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +40 +39 +Connector_FFC-FPC +TE_3-1734839-9_1x39-1MP_P0.5mm_Horizontal +TE FPC connector, 39 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +41 +40 +Connector_FFC-FPC +TE_4-1734839-0_1x40-1MP_P0.5mm_Horizontal +TE FPC connector, 40 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +42 +41 +Connector_FFC-FPC +TE_4-1734839-1_1x41-1MP_P0.5mm_Horizontal +TE FPC connector, 41 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +43 +42 +Connector_FFC-FPC +TE_4-1734839-2_1x42-1MP_P0.5mm_Horizontal +TE FPC connector, 42 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +44 +43 +Connector_FFC-FPC +TE_4-1734839-3_1x43-1MP_P0.5mm_Horizontal +TE FPC connector, 43 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +45 +44 +Connector_FFC-FPC +TE_4-1734839-4_1x44-1MP_P0.5mm_Horizontal +TE FPC connector, 44 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +46 +45 +Connector_FFC-FPC +TE_4-1734839-5_1x45-1MP_P0.5mm_Horizontal +TE FPC connector, 45 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +47 +46 +Connector_FFC-FPC +TE_4-1734839-6_1x46-1MP_P0.5mm_Horizontal +TE FPC connector, 46 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +48 +47 +Connector_FFC-FPC +TE_4-1734839-7_1x47-1MP_P0.5mm_Horizontal +TE FPC connector, 47 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +49 +48 +Connector_FFC-FPC +TE_4-1734839-8_1x48-1MP_P0.5mm_Horizontal +TE FPC connector, 48 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +50 +49 +Connector_FFC-FPC +TE_4-1734839-9_1x49-1MP_P0.5mm_Horizontal +TE FPC connector, 49 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +51 +50 +Connector_FFC-FPC +TE_5-1734839-0_1x50-1MP_P0.5mm_Horizontal +TE FPC connector, 50 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +52 +51 +Connector_FFC-FPC +TE_84952-4_1x04-1MP_P1.0mm_Horizontal +TE FPC connector, 04 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +6 +5 +Connector_FFC-FPC +TE_84952-5_1x05-1MP_P1.0mm_Horizontal +TE FPC connector, 05 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +7 +6 +Connector_FFC-FPC +TE_84952-6_1x06-1MP_P1.0mm_Horizontal +TE FPC connector, 06 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +8 +7 +Connector_FFC-FPC +TE_84952-7_1x07-1MP_P1.0mm_Horizontal +TE FPC connector, 07 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +9 +8 +Connector_FFC-FPC +TE_84952-8_1x08-1MP_P1.0mm_Horizontal +TE FPC connector, 08 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +10 +9 +Connector_FFC-FPC +TE_84952-9_1x09-1MP_P1.0mm_Horizontal +TE FPC connector, 09 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +11 +10 +Connector_FFC-FPC +TE_84953-4_1x04-1MP_P1.0mm_Horizontal +TE FPC connector, 04 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +6 +5 +Connector_FFC-FPC +TE_84953-5_1x05-1MP_P1.0mm_Horizontal +TE FPC connector, 05 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +7 +6 +Connector_FFC-FPC +TE_84953-6_1x06-1MP_P1.0mm_Horizontal +TE FPC connector, 06 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +8 +7 +Connector_FFC-FPC +TE_84953-7_1x07-1MP_P1.0mm_Horizontal +TE FPC connector, 07 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +9 +8 +Connector_FFC-FPC +TE_84953-8_1x08-1MP_P1.0mm_Horizontal +TE FPC connector, 08 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +10 +9 +Connector_FFC-FPC +TE_84953-9_1x09-1MP_P1.0mm_Horizontal +TE FPC connector, 09 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +11 +10 +Connector_FFC-FPC +Wuerth_68611214422_1x12-1MP_P1.0mm_Horizontal +http://katalog.we-online.de/em/datasheet/68611214422.pdf +Wuerth FPC 68611214422 connector 12 bottom-side contacts 1.0mm pitch 1.0mm height SMT +0 +14 +13 +Connector_HDMI +HDMI_A_Amphenol_10029449-x01xLF_Horizontal +HDMI Type A connector, Amphenol 10029449-001TLF 10029449-001RLF 10029449-101TLF 10029449-101RLF, Right Angle(https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10029449.pdf) +hdmi right angle +0 +23 +20 +Connector_HDMI +HDMI_A_Contact_Technology_HDMI-19APL2_Horizontal +HDMI Contact Technology Type A http://www.contactswitch.com/en/download.aspx?id=1449 +HDMI Contact Technology Type A +0 +23 +20 +Connector_HDMI +HDMI_A_Kycon_KDMIX-SL1-NS-WS-B15_VerticalRightAngle +HDMI, Type A, Kycon KDMIX-SL1-NS-WS-B15, Vertical Right Angle, http://www.kycon.com/Pub_Eng_Draw/KDMIX-SL1-NS-WS-B15.pdf +hdmi type a +0 +23 +20 +Connector_HDMI +HDMI_A_Molex_208658-1001_Horizontal +HDMI Molex Type A https://www.molex.com/pdm_docs/sd/2086581001_sd.pdf +HDMI Molex Type A +0 +23 +20 +Connector_HDMI +HDMI_Micro-D_Molex_46765-0x01 +HDMI, Micro, Type D, SMD, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) +hdmi micro type d right angle smd +0 +23 +20 +Connector_HDMI +HDMI_Micro-D_Molex_46765-1x01 +HDMI, Micro, Type D, THT, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) +hdmi micro type d right angle tht +0 +23 +20 +Connector_HDMI +HDMI_Micro-D_Molex_46765-2x0x +HDMI, Micro, Type D, THT/SMD hybrid, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) +hdmi micro type d right angle tht smd hybrid +0 +23 +20 +Connector_Harting +Harting_har-flexicon_14110213001xxx_1x02-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110213001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +4 +3 +Connector_Harting +Harting_har-flexicon_14110213002xxx_1x02-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110213002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +4 +3 +Connector_Harting +Harting_har-flexicon_14110213010xxx_1x02-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110213010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +4 +3 +Connector_Harting +Harting_har-flexicon_14110313001xxx_1x03-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110313001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +5 +4 +Connector_Harting +Harting_har-flexicon_14110313002xxx_1x03-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110313002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +5 +4 +Connector_Harting +Harting_har-flexicon_14110313010xxx_1x03-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110313010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +5 +4 +Connector_Harting +Harting_har-flexicon_14110413001xxx_1x04-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110413001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +6 +5 +Connector_Harting +Harting_har-flexicon_14110413002xxx_1x04-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110413002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +6 +5 +Connector_Harting +Harting_har-flexicon_14110413010xxx_1x04-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110413010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +6 +5 +Connector_Harting +Harting_har-flexicon_14110513001xxx_1x05-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110513001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +7 +6 +Connector_Harting +Harting_har-flexicon_14110513002xxx_1x05-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110513002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +7 +6 +Connector_Harting +Harting_har-flexicon_14110513010xxx_1x05-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110513010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +7 +6 +Connector_Harting +Harting_har-flexicon_14110613001xxx_1x06-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110613001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +8 +7 +Connector_Harting +Harting_har-flexicon_14110613002xxx_1x06-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110613002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +8 +7 +Connector_Harting +Harting_har-flexicon_14110613010xxx_1x06-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110613010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +8 +7 +Connector_Harting +Harting_har-flexicon_14110713001xxx_1x07-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110713001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +9 +8 +Connector_Harting +Harting_har-flexicon_14110713002xxx_1x07-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110713002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +9 +8 +Connector_Harting +Harting_har-flexicon_14110713010xxx_1x07-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110713010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +9 +8 +Connector_Harting +Harting_har-flexicon_14110813001xxx_1x08-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110813001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +10 +9 +Connector_Harting +Harting_har-flexicon_14110813002xxx_1x08-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110813002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +10 +9 +Connector_Harting +Harting_har-flexicon_14110813010xxx_1x08-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110813010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +10 +9 +Connector_Harting +Harting_har-flexicon_14110913001xxx_1x09-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110913001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +11 +10 +Connector_Harting +Harting_har-flexicon_14110913002xxx_1x09-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110913002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +11 +10 +Connector_Harting +Harting_har-flexicon_14110913010xxx_1x09-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110913010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +11 +10 +Connector_Harting +Harting_har-flexicon_14111013001xxx_1x10-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14111013001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +12 +11 +Connector_Harting +Harting_har-flexicon_14111013002xxx_1x10-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14111013002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +12 +11 +Connector_Harting +Harting_har-flexicon_14111013010xxx_1x10-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14111013010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +12 +11 +Connector_Harting +Harting_har-flexicon_14111113001xxx_1x11-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14111113001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +13 +12 +Connector_Harting +Harting_har-flexicon_14111113002xxx_1x11-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14111113002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +13 +12 +Connector_Harting +Harting_har-flexicon_14111113010xxx_1x11-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14111113010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +13 +12 +Connector_Harting +Harting_har-flexicon_14111213001xxx_1x12-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14111213001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +14 +13 +Connector_Harting +Harting_har-flexicon_14111213002xxx_1x12-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14111213002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +14 +13 +Connector_Harting +Harting_har-flexicon_14111213010xxx_1x12-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14111213010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +14 +13 +Connector_Harwin +Harwin_Gecko-G125-FVX0605L0X_2x03_P1.25mm_Vertical +Harwin Gecko Connector, 6 pins, dual row female, vertical entry, PN:G125-FVX0605L0X +connector harwin gecko +0 +6 +6 +Connector_Harwin +Harwin_Gecko-G125-FVX1005L0X_2x05_P1.25mm_Vertical +Harwin Gecko Connector, 10 pins, dual row female, vertical entry, PN:G125-FVX1005L0X +connector harwin gecko +0 +10 +10 +Connector_Harwin +Harwin_Gecko-G125-FVX1205L0X_2x06_P1.25mm_Vertical +Harwin Gecko Connector, 12 pins, dual row female, vertical entry, PN:G125-FVX1205L0X +connector harwin gecko +0 +12 +12 +Connector_Harwin +Harwin_Gecko-G125-FVX1605L0X_2x08_P1.25mm_Vertical +Harwin Gecko Connector, 16 pins, dual row female, vertical entry, PN:G125-FVX1605L0X +connector harwin gecko +0 +16 +16 +Connector_Harwin +Harwin_Gecko-G125-FVX2005L0X_2x10_P1.25mm_Vertical +Harwin Gecko Connector, 20 pins, dual row female, vertical entry, PN:G125-FVX2005L0X +connector harwin gecko +0 +20 +20 +Connector_Harwin +Harwin_Gecko-G125-FVX2605L0X_2x13_P1.25mm_Vertical +Harwin Gecko Connector, 26 pins, dual row female, vertical entry, PN:G125-FVX2605L0X +connector harwin gecko +0 +26 +26 +Connector_Harwin +Harwin_Gecko-G125-FVX3405L0X_2x17_P1.25mm_Vertical +Harwin Gecko Connector, 34 pins, dual row female, vertical entry, PN:G125-FVX3405L0X +connector harwin gecko +0 +34 +34 +Connector_Harwin +Harwin_Gecko-G125-FVX5005L0X_2x25_P1.25mm_Vertical +Harwin Gecko Connector, 50 pins, dual row female, vertical entry, PN:G125-FVX5005L0X +connector harwin gecko +0 +50 +50 +Connector_Harwin +Harwin_Gecko-G125-MVX0605L0X_2x03_P1.25mm_Vertical +Harwin Gecko Connector, 6 pins, dual row male, vertical entry, no latches, PN:G125-MVX0605L0X +connector harwin gecko +0 +6 +6 +Connector_Harwin +Harwin_Gecko-G125-MVX0605L1X_2x03_P1.25mm_Vertical +Harwin Gecko Connector, 6 pins, dual row male, vertical entry, with latches, PN:G125-MVX0605L1X +connector harwin gecko +0 +6 +6 +Connector_Harwin +Harwin_Gecko-G125-MVX1005L0X_2x05_P1.25mm_Vertical +Harwin Gecko Connector, 10 pins, dual row male, vertical entry, no latches, PN:G125-MVX1005L0X +connector harwin gecko +0 +10 +10 +Connector_Harwin +Harwin_Gecko-G125-MVX1005L1X_2x05_P1.25mm_Vertical +Harwin Gecko Connector, 10 pins, dual row male, vertical entry, with latches, PN:G125-MVX1005L1X +connector harwin gecko +0 +10 +10 +Connector_Harwin +Harwin_Gecko-G125-MVX1205L0X_2x06_P1.25mm_Vertical +Harwin Gecko Connector, 12 pins, dual row male, vertical entry, no latches, PN:G125-MVX1205L0X +connector harwin gecko +0 +12 +12 +Connector_Harwin +Harwin_Gecko-G125-MVX1205L1X_2x06_P1.25mm_Vertical +Harwin Gecko Connector, 12 pins, dual row male, vertical entry, with latches, PN:G125-MVX1205L1X +connector harwin gecko +0 +12 +12 +Connector_Harwin +Harwin_Gecko-G125-MVX1605L0X_2x08_P1.25mm_Vertical +Harwin Gecko Connector, 16 pins, dual row male, vertical entry, no latches, PN:G125-MVX1605L0X +connector harwin gecko +0 +16 +16 +Connector_Harwin +Harwin_Gecko-G125-MVX1605L1X_2x08_P1.25mm_Vertical +Harwin Gecko Connector, 16 pins, dual row male, vertical entry, with latches, PN:G125-MVX1605L1X +connector harwin gecko +0 +16 +16 +Connector_Harwin +Harwin_Gecko-G125-MVX2005L0X_2x10_P1.25mm_Vertical +Harwin Gecko Connector, 20 pins, dual row male, vertical entry, no latches, PN:G125-MVX2005L0X +connector harwin gecko +0 +20 +20 +Connector_Harwin +Harwin_Gecko-G125-MVX2005L1X_2x10_P1.25mm_Vertical +Harwin Gecko Connector, 20 pins, dual row male, vertical entry, with latches, PN:G125-MVX2005L1X +connector harwin gecko +0 +20 +20 +Connector_Harwin +Harwin_Gecko-G125-MVX2605L0X_2x13_P1.25mm_Vertical +Harwin Gecko Connector, 26 pins, dual row male, vertical entry, no latches, PN:G125-MVX2605L0X +connector harwin gecko +0 +26 +26 +Connector_Harwin +Harwin_Gecko-G125-MVX2605L1X_2x13_P1.25mm_Vertical +Harwin Gecko Connector, 26 pins, dual row male, vertical entry, with latches, PN:G125-MVX2605L1X +connector harwin gecko +0 +26 +26 +Connector_Harwin +Harwin_Gecko-G125-MVX3405L0X_2x17_P1.25mm_Vertical +Harwin Gecko Connector, 34 pins, dual row male, vertical entry, no latches, PN:G125-MVX3405L0X +connector harwin gecko +0 +34 +34 +Connector_Harwin +Harwin_Gecko-G125-MVX3405L1X_2x17_P1.25mm_Vertical +Harwin Gecko Connector, 34 pins, dual row male, vertical entry, with latches, PN:G125-MVX3405L1X +connector harwin gecko +0 +34 +34 +Connector_Harwin +Harwin_Gecko-G125-MVX5005L0X_2x25_P1.25mm_Vertical +Harwin Gecko Connector, 50 pins, dual row male, vertical entry, no latches, PN:G125-MVX5005L0X +connector harwin gecko +0 +50 +50 +Connector_Harwin +Harwin_Gecko-G125-MVX5005L1X_2x25_P1.25mm_Vertical +Harwin Gecko Connector, 50 pins, dual row male, vertical entry, with latches, PN:G125-MVX5005L1X +connector harwin gecko +0 +50 +50 +Connector_Harwin +Harwin_LTek-Male_02_P2.00mm_Vertical +Harwin LTek Connector, 2 pins, single row male, vertical entry +connector harwin ltek M80 +0 +2 +2 +Connector_Harwin +Harwin_LTek-Male_02_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 2 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +6 +2 +Connector_Harwin +Harwin_LTek-Male_2x02_P2.00mm_Vertical +Harwin LTek Connector, 4 pins, single row male, vertical entry +connector harwin ltek M80 +0 +4 +4 +Connector_Harwin +Harwin_LTek-Male_2x02_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 4 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +8 +4 +Connector_Harwin +Harwin_LTek-Male_2x03_P2.00mm_Vertical +Harwin LTek Connector, 6 pins, single row male, vertical entry +connector harwin ltek M80 +0 +6 +6 +Connector_Harwin +Harwin_LTek-Male_2x03_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 6 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +10 +6 +Connector_Harwin +Harwin_LTek-Male_2x04_P2.00mm_Vertical +Harwin LTek Connector, 8 pins, single row male, vertical entry +connector harwin ltek M80 +0 +8 +8 +Connector_Harwin +Harwin_LTek-Male_2x04_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 8 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +12 +8 +Connector_Harwin +Harwin_LTek-Male_2x05_P2.00mm_Vertical +Harwin LTek Connector, 10 pins, single row male, vertical entry +connector harwin ltek M80 +0 +10 +10 +Connector_Harwin +Harwin_LTek-Male_2x05_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 10 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +14 +10 +Connector_Harwin +Harwin_LTek-Male_2x06_P2.00mm_Vertical +Harwin LTek Connector, 12 pins, single row male, vertical entry +connector harwin ltek M80 +0 +12 +12 +Connector_Harwin +Harwin_LTek-Male_2x06_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 12 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +16 +12 +Connector_Harwin +Harwin_LTek-Male_2x07_P2.00mm_Vertical +Harwin LTek Connector, 14 pins, single row male, vertical entry +connector harwin ltek M80 +0 +14 +14 +Connector_Harwin +Harwin_LTek-Male_2x07_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 14 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +18 +14 +Connector_Harwin +Harwin_LTek-Male_2x08_P2.00mm_Vertical +Harwin LTek Connector, 16 pins, single row male, vertical entry +connector harwin ltek M80 +0 +16 +16 +Connector_Harwin +Harwin_LTek-Male_2x08_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 16 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +20 +16 +Connector_Harwin +Harwin_LTek-Male_2x09_P2.00mm_Vertical +Harwin LTek Connector, 18 pins, single row male, vertical entry +connector harwin ltek M80 +0 +18 +18 +Connector_Harwin +Harwin_LTek-Male_2x09_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 18 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +22 +18 +Connector_Harwin +Harwin_LTek-Male_2x10_P2.00mm_Vertical +Harwin LTek Connector, 20 pins, single row male, vertical entry +connector harwin ltek M80 +0 +20 +20 +Connector_Harwin +Harwin_LTek-Male_2x10_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 20 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +24 +20 +Connector_Harwin +Harwin_LTek-Male_2x13_P2.00mm_Vertical +Harwin LTek Connector, 26 pins, single row male, vertical entry +connector harwin ltek M80 +0 +26 +26 +Connector_Harwin +Harwin_LTek-Male_2x13_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 26 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +30 +26 +Connector_Harwin +Harwin_LTek-Male_2x17_P2.00mm_Vertical +Harwin LTek Connector, 34 pins, single row male, vertical entry +connector harwin ltek M80 +0 +34 +34 +Connector_Harwin +Harwin_LTek-Male_2x17_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 34 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +38 +34 +Connector_Harwin +Harwin_LTek-Male_2x22_P2.00mm_Vertical +Harwin LTek Connector, 44 pins, single row male, vertical entry +connector harwin ltek M80 +0 +44 +44 +Connector_Harwin +Harwin_LTek-Male_2x22_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 44 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +48 +44 +Connector_Harwin +Harwin_LTek-Male_03_P2.00mm_Vertical +Harwin LTek Connector, 3 pins, single row male, vertical entry +connector harwin ltek M80 +0 +3 +3 +Connector_Harwin +Harwin_LTek-Male_03_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 3 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +7 +3 +Connector_Harwin +Harwin_LTek-Male_04_P2.00mm_Vertical +Harwin LTek Connector, 4 pins, single row male, vertical entry +connector harwin ltek M80 +0 +4 +4 +Connector_Harwin +Harwin_LTek-Male_04_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 4 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +8 +4 +Connector_Harwin +Harwin_LTek-Male_05_P2.00mm_Vertical +Harwin LTek Connector, 5 pins, single row male, vertical entry +connector harwin ltek M80 +0 +5 +5 +Connector_Harwin +Harwin_LTek-Male_05_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 5 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +9 +5 +Connector_Harwin +Harwin_LTek-Male_06_P2.00mm_Vertical +Harwin LTek Connector, 6 pins, single row male, vertical entry +connector harwin ltek M80 +0 +6 +6 +Connector_Harwin +Harwin_LTek-Male_06_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 6 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +10 +6 +Connector_Harwin +Harwin_LTek-Male_07_P2.00mm_Vertical +Harwin LTek Connector, 7 pins, single row male, vertical entry +connector harwin ltek M80 +0 +7 +7 +Connector_Harwin +Harwin_LTek-Male_07_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 7 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +11 +7 +Connector_Harwin +Harwin_LTek-Male_17_P2.00mm_Vertical +Harwin LTek Connector, 17 pins, single row male, vertical entry +connector harwin ltek M80 +0 +17 +17 +Connector_Harwin +Harwin_LTek-Male_17_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 17 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +21 +17 +Connector_Harwin +Harwin_LTek-Male_22_P2.00mm_Vertical +Harwin LTek Connector, 22 pins, single row male, vertical entry +connector harwin ltek M80 +0 +22 +22 +Connector_Harwin +Harwin_LTek-Male_22_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 22 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +26 +22 +Connector_Harwin +Harwin_M20-89003xx_1x03_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89003xx, 3 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +4 +3 +Connector_Harwin +Harwin_M20-89004xx_1x04_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89004xx, 4 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +5 +4 +Connector_Harwin +Harwin_M20-89005xx_1x05_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89005xx, 5 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +6 +5 +Connector_Harwin +Harwin_M20-89006xx_1x06_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89006xx, 6 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +7 +6 +Connector_Harwin +Harwin_M20-89007xx_1x07_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89007xx, 7 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +8 +7 +Connector_Harwin +Harwin_M20-89008xx_1x08_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89008xx, 8 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +9 +8 +Connector_Harwin +Harwin_M20-89009xx_1x09_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89009xx, 9 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +10 +9 +Connector_Harwin +Harwin_M20-89010xx_1x10_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89010xx, 10 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +11 +10 +Connector_Harwin +Harwin_M20-89011xx_1x11_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89011xx, 11 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +12 +11 +Connector_Harwin +Harwin_M20-89012xx_1x12_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89012xx, 12 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +13 +12 +Connector_Harwin +Harwin_M20-89013xx_1x13_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89013xx, 13 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +14 +13 +Connector_Harwin +Harwin_M20-89014xx_1x14_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89014xx, 14 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +15 +14 +Connector_Harwin +Harwin_M20-89015xx_1x15_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89015xx, 15 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +16 +15 +Connector_Harwin +Harwin_M20-89016xx_1x16_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89016xx, 16 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +17 +16 +Connector_Harwin +Harwin_M20-89017xx_1x17_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89017xx, 17 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +18 +17 +Connector_Harwin +Harwin_M20-89018xx_1x18_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89018xx, 18 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +19 +18 +Connector_Harwin +Harwin_M20-89019xx_1x19_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89019xx, 19 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +20 +19 +Connector_Harwin +Harwin_M20-89020xx_1x20_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89020xx, 20 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +21 +20 +Connector_Harwin +Harwin_M20-7810245_2x02_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810245, 2 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +4 +4 +Connector_Harwin +Harwin_M20-7810345_2x03_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810345, 3 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +6 +6 +Connector_Harwin +Harwin_M20-7810445_2x04_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810445, 4 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +8 +8 +Connector_Harwin +Harwin_M20-7810545_2x05_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810545, 5 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +10 +10 +Connector_Harwin +Harwin_M20-7810645_2x06_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810645, 6 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +12 +12 +Connector_Harwin +Harwin_M20-7810745_2x07_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810745, 7 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +14 +14 +Connector_Harwin +Harwin_M20-7810845_2x08_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810845, 8 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +16 +16 +Connector_Harwin +Harwin_M20-7810945_2x09_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810945, 9 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +18 +18 +Connector_Harwin +Harwin_M20-7811045_2x10_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811045, 10 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +20 +20 +Connector_Harwin +Harwin_M20-7811245_2x12_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811245, 12 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +24 +24 +Connector_Harwin +Harwin_M20-7811545_2x15_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811545, 15 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +30 +30 +Connector_Harwin +Harwin_M20-7812045_2x20_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7812045, 20 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +40 +40 +Connector_Hirose +Hirose_BM24_BM24-40DP-2-0.35V_2x20_P0.35mm_PowerPin2_Vertical +Hirose BM24 series connector, BM24-40DP/2-0.35V (https://www.hirose.com/product/en/download_file/key_name/BM24/category/Catalog/doc_file_id/47680/?file_category_id=4&item_id=50&is_series=1) +connector Hirose BM24 40pin header +0 +44 +42 +Connector_Hirose +Hirose_BM24_BM24-40DS-2-0.35V_2x20_P0.35mm_PowerPin2_Vertical +Hirose BM24 series connector, BM24-40DS/2-0.35V (https://www.hirose.com/product/en/download_file/key_name/BM24/category/Catalog/doc_file_id/47680/?file_category_id=4&item_id=50&is_series=1) +connector Hirose 40pin receptacle vertical +0 +42 +42 +Connector_Hirose +Hirose_DF3EA-02P-2H_1x02-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-02P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +4 +3 +Connector_Hirose +Hirose_DF3EA-03P-2H_1x03-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-03P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +5 +4 +Connector_Hirose +Hirose_DF3EA-04P-2H_1x04-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-04P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +6 +5 +Connector_Hirose +Hirose_DF3EA-05P-2H_1x05-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-05P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +7 +6 +Connector_Hirose +Hirose_DF3EA-06P-2H_1x06-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-06P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +8 +7 +Connector_Hirose +Hirose_DF3EA-07P-2H_1x07-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-07P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +9 +8 +Connector_Hirose +Hirose_DF3EA-08P-2H_1x08-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-08P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +10 +9 +Connector_Hirose +Hirose_DF3EA-09P-2H_1x09-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-09P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +11 +10 +Connector_Hirose +Hirose_DF3EA-10P-2H_1x10-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-10P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +12 +11 +Connector_Hirose +Hirose_DF3EA-11P-2H_1x11-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-11P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +13 +12 +Connector_Hirose +Hirose_DF3EA-12P-2H_1x12-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-12P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +14 +13 +Connector_Hirose +Hirose_DF3EA-13P-2H_1x13-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-13P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +15 +14 +Connector_Hirose +Hirose_DF3EA-14P-2H_1x14-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-14P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +16 +15 +Connector_Hirose +Hirose_DF3EA-15P-2H_1x15-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-15P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +17 +16 +Connector_Hirose +Hirose_DF11-4DP-2DSA_2x02_P2.00mm_Vertical +Hirose DF11 through hole, DF11-4DP-2DSA, 2 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +4 +4 +Connector_Hirose +Hirose_DF11-6DP-2DSA_2x03_P2.00mm_Vertical +Hirose DF11 through hole, DF11-6DP-2DSA, 3 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +6 +6 +Connector_Hirose +Hirose_DF11-8DP-2DSA_2x04_P2.00mm_Vertical +Hirose DF11 through hole, DF11-8DP-2DSA, 4 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +8 +8 +Connector_Hirose +Hirose_DF11-10DP-2DSA_2x05_P2.00mm_Vertical +Hirose DF11 through hole, DF11-10DP-2DSA, 5 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +10 +10 +Connector_Hirose +Hirose_DF11-12DP-2DSA_2x06_P2.00mm_Vertical +Hirose DF11 through hole, DF11-12DP-2DSA, 6 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +12 +12 +Connector_Hirose +Hirose_DF11-14DP-2DSA_2x07_P2.00mm_Vertical +Hirose DF11 through hole, DF11-14DP-2DSA, 7 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +14 +14 +Connector_Hirose +Hirose_DF11-16DP-2DSA_2x08_P2.00mm_Vertical +Hirose DF11 through hole, DF11-16DP-2DSA, 8 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +16 +16 +Connector_Hirose +Hirose_DF11-18DP-2DSA_2x09_P2.00mm_Vertical +Hirose DF11 through hole, DF11-18DP-2DSA, 9 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +18 +18 +Connector_Hirose +Hirose_DF11-20DP-2DSA_2x10_P2.00mm_Vertical +Hirose DF11 through hole, DF11-20DP-2DSA, 10 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +20 +20 +Connector_Hirose +Hirose_DF11-22DP-2DSA_2x11_P2.00mm_Vertical +Hirose DF11 through hole, DF11-22DP-2DSA, 11 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +22 +22 +Connector_Hirose +Hirose_DF11-24DP-2DSA_2x12_P2.00mm_Vertical +Hirose DF11 through hole, DF11-24DP-2DSA, 12 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +24 +24 +Connector_Hirose +Hirose_DF11-26DP-2DSA_2x13_P2.00mm_Vertical +Hirose DF11 through hole, DF11-26DP-2DSA, 13 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +26 +26 +Connector_Hirose +Hirose_DF11-28DP-2DSA_2x14_P2.00mm_Vertical +Hirose DF11 through hole, DF11-28DP-2DSA, 14 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +28 +28 +Connector_Hirose +Hirose_DF11-30DP-2DSA_2x15_P2.00mm_Vertical +Hirose DF11 through hole, DF11-30DP-2DSA, 15 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +30 +30 +Connector_Hirose +Hirose_DF11-32DP-2DSA_2x16_P2.00mm_Vertical +Hirose DF11 through hole, DF11-32DP-2DSA, 16 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +32 +32 +Connector_Hirose +Hirose_DF12_DF12C3.0-10DS-0.5V_2x05_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-10DS-0.5V, 10 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +20 +10 +Connector_Hirose +Hirose_DF12_DF12C3.0-14DS-0.5V_2x07_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-14DS-0.5V, 14 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +28 +14 +Connector_Hirose +Hirose_DF12_DF12C3.0-20DS-0.5V_2x10_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-20DS-0.5V, 20 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +40 +20 +Connector_Hirose +Hirose_DF12_DF12C3.0-30DS-0.5V_2x15_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-30DS-0.5V, 30 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +60 +30 +Connector_Hirose +Hirose_DF12_DF12C3.0-32DS-0.5V_2x16_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-32DS-0.5V, 32 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +64 +32 +Connector_Hirose +Hirose_DF12_DF12C3.0-36DS-0.5V_2x18_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-36DS-0.5V, 36 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +72 +36 +Connector_Hirose +Hirose_DF12_DF12C3.0-40DS-0.5V_2x20_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-40DS-0.5V, 40 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +80 +40 +Connector_Hirose +Hirose_DF12_DF12C3.0-50DS-0.5V_2x25_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-50DS-0.5V, 50 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +100 +50 +Connector_Hirose +Hirose_DF12_DF12C3.0-60DS-0.5V_2x30_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-60DS-0.5V, 60 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +120 +60 +Connector_Hirose +Hirose_DF12_DF12E3.0-10DP-0.5V_2x05_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-10DP-0.5V, 10 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +20 +10 +Connector_Hirose +Hirose_DF12_DF12E3.0-14DP-0.5V_2x07_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-14DP-0.5V, 14 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +28 +14 +Connector_Hirose +Hirose_DF12_DF12E3.0-20DP-0.5V_2x10_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-20DP-0.5V, 20 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +40 +20 +Connector_Hirose +Hirose_DF12_DF12E3.0-30DP-0.5V_2x15_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-30DP-0.5V, 30 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +60 +30 +Connector_Hirose +Hirose_DF12_DF12E3.0-32DP-0.5V_2x16_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-32DP-0.5V, 32 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +64 +32 +Connector_Hirose +Hirose_DF12_DF12E3.0-36DP-0.5V_2x18_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-36DP-0.5V, 36 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +72 +36 +Connector_Hirose +Hirose_DF12_DF12E3.0-40DP-0.5V_2x20_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-40DP-0.5V, 40 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +80 +40 +Connector_Hirose +Hirose_DF12_DF12E3.0-50DP-0.5V_2x25_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-50DP-0.5V, 50 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +100 +50 +Connector_Hirose +Hirose_DF12_DF12E3.0-60DP-0.5V_2x30_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-60DP-0.5V, 60 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +120 +60 +Connector_Hirose +Hirose_DF12_DF12E3.0-80DP-0.5V_2x40_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-80DP-0.5V, 80 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +160 +80 +Connector_Hirose +Hirose_DF13-02P-1.25DSA_1x02_P1.25mm_Vertical +Hirose DF13 through hole, DF13-02P-1.25DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +2 +2 +Connector_Hirose +Hirose_DF13-02P-1.25DS_1x02_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-02P-1.25DS, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +2 +2 +Connector_Hirose +Hirose_DF13-03P-1.25DSA_1x03_P1.25mm_Vertical +Hirose DF13 through hole, DF13-03P-1.25DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +3 +3 +Connector_Hirose +Hirose_DF13-03P-1.25DS_1x03_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-03P-1.25DS, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +3 +3 +Connector_Hirose +Hirose_DF13-04P-1.25DSA_1x04_P1.25mm_Vertical +Hirose DF13 through hole, DF13-04P-1.25DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +4 +4 +Connector_Hirose +Hirose_DF13-04P-1.25DS_1x04_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-04P-1.25DS, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +4 +4 +Connector_Hirose +Hirose_DF13-05P-1.25DSA_1x05_P1.25mm_Vertical +Hirose DF13 through hole, DF13-05P-1.25DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +5 +5 +Connector_Hirose +Hirose_DF13-05P-1.25DS_1x05_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-05P-1.25DS, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +5 +5 +Connector_Hirose +Hirose_DF13-06P-1.25DSA_1x06_P1.25mm_Vertical +Hirose DF13 through hole, DF13-06P-1.25DSA, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +6 +6 +Connector_Hirose +Hirose_DF13-06P-1.25DS_1x06_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-06P-1.25DS, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +6 +6 +Connector_Hirose +Hirose_DF13-07P-1.25DSA_1x07_P1.25mm_Vertical +Hirose DF13 through hole, DF13-07P-1.25DSA, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +7 +7 +Connector_Hirose +Hirose_DF13-07P-1.25DS_1x07_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-07P-1.25DS, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +7 +7 +Connector_Hirose +Hirose_DF13-08P-1.25DSA_1x08_P1.25mm_Vertical +Hirose DF13 through hole, DF13-08P-1.25DSA, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +8 +8 +Connector_Hirose +Hirose_DF13-08P-1.25DS_1x08_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-08P-1.25DS, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +8 +8 +Connector_Hirose +Hirose_DF13-09P-1.25DSA_1x09_P1.25mm_Vertical +Hirose DF13 through hole, DF13-09P-1.25DSA, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +9 +9 +Connector_Hirose +Hirose_DF13-09P-1.25DS_1x09_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-09P-1.25DS, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +9 +9 +Connector_Hirose +Hirose_DF13-10P-1.25DSA_1x10_P1.25mm_Vertical +Hirose DF13 through hole, DF13-10P-1.25DSA, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +10 +10 +Connector_Hirose +Hirose_DF13-10P-1.25DS_1x10_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-10P-1.25DS, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +10 +10 +Connector_Hirose +Hirose_DF13-11P-1.25DSA_1x11_P1.25mm_Vertical +Hirose DF13 through hole, DF13-11P-1.25DSA, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +11 +11 +Connector_Hirose +Hirose_DF13-11P-1.25DS_1x11_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-11P-1.25DS, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +11 +11 +Connector_Hirose +Hirose_DF13-12P-1.25DSA_1x12_P1.25mm_Vertical +Hirose DF13 through hole, DF13-12P-1.25DSA, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +12 +12 +Connector_Hirose +Hirose_DF13-12P-1.25DS_1x12_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-12P-1.25DS, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +12 +12 +Connector_Hirose +Hirose_DF13-13P-1.25DSA_1x13_P1.25mm_Vertical +Hirose DF13 through hole, DF13-13P-1.25DSA, 13 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +13 +13 +Connector_Hirose +Hirose_DF13-14P-1.25DSA_1x14_P1.25mm_Vertical +Hirose DF13 through hole, DF13-14P-1.25DSA, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +14 +14 +Connector_Hirose +Hirose_DF13-14P-1.25DS_1x14_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-14P-1.25DS, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +14 +14 +Connector_Hirose +Hirose_DF13-15P-1.25DSA_1x15_P1.25mm_Vertical +Hirose DF13 through hole, DF13-15P-1.25DSA, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +15 +15 +Connector_Hirose +Hirose_DF13-15P-1.25DS_1x15_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-15P-1.25DS, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +15 +15 +Connector_Hirose +Hirose_DF13C_CL535-0402-2-51_1x02-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0402-2-51, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +4 +3 +Connector_Hirose +Hirose_DF13C_CL535-0403-5-51_1x03-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0403-5-51, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +5 +4 +Connector_Hirose +Hirose_DF13C_CL535-0404-8-51_1x04-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0404-8-51, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +6 +5 +Connector_Hirose +Hirose_DF13C_CL535-0405-0-51_1x05-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0405-0-51, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +7 +6 +Connector_Hirose +Hirose_DF13C_CL535-0406-3-51_1x06-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0406-3-51, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +8 +7 +Connector_Hirose +Hirose_DF13C_CL535-0407-6-51_1x07-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0407-6-51, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +9 +8 +Connector_Hirose +Hirose_DF13C_CL535-0408-9-51_1x08-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0408-9-51, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +10 +9 +Connector_Hirose +Hirose_DF13C_CL535-0409-1-51_1x09-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0409-1-51, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +11 +10 +Connector_Hirose +Hirose_DF13C_CL535-0410-4-51_1x10-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0410-4-51, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +12 +11 +Connector_Hirose +Hirose_DF13C_CL535-0411-3-51_1x11-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0411-3-51, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +13 +12 +Connector_Hirose +Hirose_DF13C_CL535-0412-6-51_1x12-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0412-6-51, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +14 +13 +Connector_Hirose +Hirose_DF13C_CL535-0414-1-51_1x14-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0414-1-51, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +16 +15 +Connector_Hirose +Hirose_DF13C_CL535-0415-4-51_1x15-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0415-4-51, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +17 +16 +Connector_Hirose +Hirose_DF52-2S-0.8H_1x02-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-2S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +4 +3 +Connector_Hirose +Hirose_DF52-3S-0.8H_1x03-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-3S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +5 +4 +Connector_Hirose +Hirose_DF52-4S-0.8H_1x04-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-4S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +6 +5 +Connector_Hirose +Hirose_DF52-5S-0.8H_1x05-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-5S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +7 +6 +Connector_Hirose +Hirose_DF52-6S-0.8H_1x06-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-6S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +8 +7 +Connector_Hirose +Hirose_DF52-7S-0.8H_1x07-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-7S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +9 +8 +Connector_Hirose +Hirose_DF52-8S-0.8H_1x08-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-8S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +10 +9 +Connector_Hirose +Hirose_DF52-9S-0.8H_1x09-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-9S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +11 +10 +Connector_Hirose +Hirose_DF52-10S-0.8H_1x10-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-10S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +12 +11 +Connector_Hirose +Hirose_DF52-11S-0.8H_1x11-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-11S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +13 +12 +Connector_Hirose +Hirose_DF52-12S-0.8H_1x12-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-12S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +14 +13 +Connector_Hirose +Hirose_DF52-14S-0.8H_1x14-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-14S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +16 +15 +Connector_Hirose +Hirose_DF52-15S-0.8H_1x15-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-15S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +17 +16 +Connector_Hirose +Hirose_DF63-5P-3.96DSA_1x05_P3.96mm_Vertical +Hirose DF63 through hole, DF63-5P-3.96DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +5 +5 +Connector_Hirose +Hirose_DF63-6P-3.96DSA_1x06_P3.96mm_Vertical +Hirose DF63 through hole, DF63-6P-3.96DSA, 6 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +6 +6 +Connector_Hirose +Hirose_DF63M-1P-3.96DSA_1x01_P3.96mm_Vertical +Hirose DF63 through hole, DF63M-1P-3.96DSA, 1 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +1 +1 +Connector_Hirose +Hirose_DF63M-2P-3.96DSA_1x02_P3.96mm_Vertical +Hirose DF63 through hole, DF63M-2P-3.96DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +2 +2 +Connector_Hirose +Hirose_DF63M-3P-3.96DSA_1x03_P3.96mm_Vertical +Hirose DF63 through hole, DF63M-3P-3.96DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +3 +3 +Connector_Hirose +Hirose_DF63M-4P-3.96DSA_1x04_P3.96mm_Vertical +Hirose DF63 through hole, DF63M-4P-3.96DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +4 +4 +Connector_Hirose +Hirose_DF63R-1P-3.96DSA_1x01_P3.96mm_Vertical +Hirose DF63 through hole, DF63R-1P-3.96DSA, 1 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +1 +1 +Connector_Hirose +Hirose_DF63R-2P-3.96DSA_1x02_P3.96mm_Vertical +Hirose DF63 through hole, DF63R-2P-3.96DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +2 +2 +Connector_Hirose +Hirose_DF63R-3P-3.96DSA_1x03_P3.96mm_Vertical +Hirose DF63 through hole, DF63R-3P-3.96DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +3 +3 +Connector_Hirose +Hirose_DF63R-4P-3.96DSA_1x04_P3.96mm_Vertical +Hirose DF63 through hole, DF63R-4P-3.96DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +4 +4 +Connector_Hirose +Hirose_DF63R-5P-3.96DSA_1x05_P3.96mm_Vertical +Hirose DF63 through hole, DF63R-5P-3.96DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +5 +5 +Connector_IDC +IDC-Header_2x03_P2.54mm_Horizontal +Through hole IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x03 2.54mm double row +0 +6 +6 +Connector_IDC +IDC-Header_2x03_P2.54mm_Vertical +Through hole IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x03 2.54mm double row +0 +6 +6 +Connector_IDC +IDC-Header_2x03_P2.54mm_Vertical_SMD +SMD IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf +SMD vertical IDC box header 2x03 2.54mm double row +0 +6 +6 +Connector_IDC +IDC-Header_2x04_P2.54mm_Horizontal +Through hole IDC box header, 2x04, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x04 2.54mm double row +0 +8 +8 +Connector_IDC +IDC-Header_2x04_P2.54mm_Vertical +Through hole IDC box header, 2x04, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x04 2.54mm double row +0 +8 +8 +Connector_IDC +IDC-Header_2x04_P2.54mm_Vertical_SMD +SMD IDC box header, 2x04, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf +SMD vertical IDC box header 2x04 2.54mm double row +0 +8 +8 +Connector_IDC +IDC-Header_2x05-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +12 +11 +Connector_IDC +IDC-Header_2x05-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +12 +11 +Connector_IDC +IDC-Header_2x05-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +12 +11 +Connector_IDC +IDC-Header_2x05-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x05 2.54mm double row +0 +12 +11 +Connector_IDC +IDC-Header_2x05-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +12 +11 +Connector_IDC +IDC-Header_2x05_P2.54mm_Horizontal +Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x05_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x05_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x05_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x05_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x05_P2.54mm_Latch_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x05_P2.54mm_Vertical +Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x05_P2.54mm_Vertical_SMD +SMD IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf +SMD vertical IDC box header 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x06-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +14 +13 +Connector_IDC +IDC-Header_2x06-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +14 +13 +Connector_IDC +IDC-Header_2x06-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +14 +13 +Connector_IDC +IDC-Header_2x06-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x06 2.54mm double row +0 +14 +13 +Connector_IDC +IDC-Header_2x06-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +14 +13 +Connector_IDC +IDC-Header_2x06_P2.54mm_Horizontal +Through hole IDC box header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x06_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x06_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x06_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x06_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x06_P2.54mm_Latch_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x06_P2.54mm_Vertical +Through hole IDC box header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x06_P2.54mm_Vertical_SMD +SMD IDC box header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf +SMD vertical IDC box header 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x07-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +16 +15 +Connector_IDC +IDC-Header_2x07-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +16 +15 +Connector_IDC +IDC-Header_2x07-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +16 +15 +Connector_IDC +IDC-Header_2x07-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x07 2.54mm double row +0 +16 +15 +Connector_IDC +IDC-Header_2x07-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +16 +15 +Connector_IDC +IDC-Header_2x07_P2.54mm_Horizontal +Through hole IDC box header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Horizontal_Lock +Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) +connector idc locked +0 +16 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Latch_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Vertical +Through hole IDC box header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Vertical_SMD +SMD IDC box header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf +SMD vertical IDC box header 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x08-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +18 +17 +Connector_IDC +IDC-Header_2x08-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +18 +17 +Connector_IDC +IDC-Header_2x08-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +18 +17 +Connector_IDC +IDC-Header_2x08-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x08 2.54mm double row +0 +18 +17 +Connector_IDC +IDC-Header_2x08-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +18 +17 +Connector_IDC +IDC-Header_2x08_P2.54mm_Horizontal +Through hole IDC box header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x08_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x08_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x08_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x08_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x08_P2.54mm_Latch_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x08_P2.54mm_Vertical +Through hole IDC box header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x08_P2.54mm_Vertical_SMD +SMD IDC box header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf +SMD vertical IDC box header 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x10-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +22 +21 +Connector_IDC +IDC-Header_2x10-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +22 +21 +Connector_IDC +IDC-Header_2x10-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +22 +21 +Connector_IDC +IDC-Header_2x10-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x10 2.54mm double row +0 +22 +21 +Connector_IDC +IDC-Header_2x10-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +22 +21 +Connector_IDC +IDC-Header_2x10_P2.54mm_Horizontal +Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x10_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x10_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x10_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x10_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x10_P2.54mm_Latch_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x10_P2.54mm_Vertical +Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x10_P2.54mm_Vertical_SMD +SMD IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf +SMD vertical IDC box header 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x12-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +26 +25 +Connector_IDC +IDC-Header_2x12-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +26 +25 +Connector_IDC +IDC-Header_2x12-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +26 +25 +Connector_IDC +IDC-Header_2x12-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x12 2.54mm double row +0 +26 +25 +Connector_IDC +IDC-Header_2x12-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +26 +25 +Connector_IDC +IDC-Header_2x12_P2.54mm_Horizontal +Through hole IDC box header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x12_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x12_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x12_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x12_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x12_P2.54mm_Latch_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x12_P2.54mm_Vertical +Through hole IDC box header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x12_P2.54mm_Vertical_SMD +SMD IDC box header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf +SMD vertical IDC box header 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x13-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +28 +27 +Connector_IDC +IDC-Header_2x13-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +28 +27 +Connector_IDC +IDC-Header_2x13-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +28 +27 +Connector_IDC +IDC-Header_2x13-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x13 2.54mm double row +0 +28 +27 +Connector_IDC +IDC-Header_2x13-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +28 +27 +Connector_IDC +IDC-Header_2x13_P2.54mm_Horizontal +Through hole IDC box header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x13_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x13_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x13_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x13_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x13_P2.54mm_Latch_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x13_P2.54mm_Vertical +Through hole IDC box header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x13_P2.54mm_Vertical_SMD +SMD IDC box header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf +SMD vertical IDC box header 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x15-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +32 +31 +Connector_IDC +IDC-Header_2x15-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +32 +31 +Connector_IDC +IDC-Header_2x15-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +32 +31 +Connector_IDC +IDC-Header_2x15-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x15 2.54mm double row +0 +32 +31 +Connector_IDC +IDC-Header_2x15-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +32 +31 +Connector_IDC +IDC-Header_2x15_P2.54mm_Horizontal +Through hole IDC box header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x15_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x15_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x15_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x15_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x15_P2.54mm_Latch_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x15_P2.54mm_Vertical +Through hole IDC box header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x17-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +36 +35 +Connector_IDC +IDC-Header_2x17-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +36 +35 +Connector_IDC +IDC-Header_2x17-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +36 +35 +Connector_IDC +IDC-Header_2x17-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x17 2.54mm double row +0 +36 +35 +Connector_IDC +IDC-Header_2x17-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +36 +35 +Connector_IDC +IDC-Header_2x17_P2.54mm_Horizontal +Through hole IDC box header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x17_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x17_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x17_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x17_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x17_P2.54mm_Latch_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x17_P2.54mm_Vertical +Through hole IDC box header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x20-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +42 +41 +Connector_IDC +IDC-Header_2x20-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +42 +41 +Connector_IDC +IDC-Header_2x20-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +42 +41 +Connector_IDC +IDC-Header_2x20-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x20 2.54mm double row +0 +42 +41 +Connector_IDC +IDC-Header_2x20-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +42 +41 +Connector_IDC +IDC-Header_2x20_P2.54mm_Horizontal +Through hole IDC box header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x20_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x20_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x20_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x20_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x20_P2.54mm_Latch_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x20_P2.54mm_Vertical +Through hole IDC box header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x20_P2.54mm_Vertical_SMD +SMD IDC box header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf +SMD vertical IDC box header 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x25-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +52 +51 +Connector_IDC +IDC-Header_2x25-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +52 +51 +Connector_IDC +IDC-Header_2x25-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +52 +51 +Connector_IDC +IDC-Header_2x25-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x25 2.54mm double row +0 +52 +51 +Connector_IDC +IDC-Header_2x25-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +52 +51 +Connector_IDC +IDC-Header_2x25_P2.54mm_Horizontal +Through hole IDC box header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x25_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x25_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x25_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x25_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x25_P2.54mm_Latch_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x25_P2.54mm_Vertical +Through hole IDC box header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x25_P2.54mm_Vertical_SMD +SMD IDC box header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf +SMD vertical IDC box header 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x30-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +62 +61 +Connector_IDC +IDC-Header_2x30-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +62 +61 +Connector_IDC +IDC-Header_2x30-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +62 +61 +Connector_IDC +IDC-Header_2x30-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x30 2.54mm double row +0 +62 +61 +Connector_IDC +IDC-Header_2x30-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +62 +61 +Connector_IDC +IDC-Header_2x30_P2.54mm_Horizontal +Through hole IDC box header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x30_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x30_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x30_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x30_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x30_P2.54mm_Latch_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x30_P2.54mm_Vertical +Through hole IDC box header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x30_P2.54mm_Vertical_SMD +SMD IDC box header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf +SMD vertical IDC box header 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x32-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +66 +65 +Connector_IDC +IDC-Header_2x32-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +66 +65 +Connector_IDC +IDC-Header_2x32-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +66 +65 +Connector_IDC +IDC-Header_2x32-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x32 2.54mm double row +0 +66 +65 +Connector_IDC +IDC-Header_2x32-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +66 +65 +Connector_IDC +IDC-Header_2x32_P2.54mm_Horizontal +Through hole IDC box header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x32 2.54mm double row +0 +64 +64 +Connector_IDC +IDC-Header_2x32_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +64 +64 +Connector_IDC +IDC-Header_2x32_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +64 +64 +Connector_IDC +IDC-Header_2x32_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +64 +64 +Connector_IDC +IDC-Header_2x32_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x32 2.54mm double row +0 +64 +64 +Connector_IDC +IDC-Header_2x32_P2.54mm_Latch_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +64 +64 +Connector_IDC +IDC-Header_2x32_P2.54mm_Vertical +Through hole IDC box header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x32 2.54mm double row +0 +64 +64 +Connector_JAE +JAE_LY20-4P-DLT1_2x02_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-4P-DLT1, 2 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +4 +4 +Connector_JAE +JAE_LY20-4P-DT1_2x02_P2.00mm_Vertical +Molex LY 20 series connector, LY20-4P-DT1, 2 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +4 +4 +Connector_JAE +JAE_LY20-6P-DLT1_2x03_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-6P-DLT1, 3 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +6 +6 +Connector_JAE +JAE_LY20-6P-DT1_2x03_P2.00mm_Vertical +Molex LY 20 series connector, LY20-6P-DT1, 3 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +6 +6 +Connector_JAE +JAE_LY20-8P-DLT1_2x04_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-8P-DLT1, 4 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +8 +8 +Connector_JAE +JAE_LY20-8P-DT1_2x04_P2.00mm_Vertical +Molex LY 20 series connector, LY20-8P-DT1, 4 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +8 +8 +Connector_JAE +JAE_LY20-10P-DLT1_2x05_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-10P-DLT1, 5 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +10 +10 +Connector_JAE +JAE_LY20-10P-DT1_2x05_P2.00mm_Vertical +Molex LY 20 series connector, LY20-10P-DT1, 5 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +10 +10 +Connector_JAE +JAE_LY20-12P-DLT1_2x06_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-12P-DLT1, 6 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +12 +12 +Connector_JAE +JAE_LY20-12P-DT1_2x06_P2.00mm_Vertical +Molex LY 20 series connector, LY20-12P-DT1, 6 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +12 +12 +Connector_JAE +JAE_LY20-14P-DLT1_2x07_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-14P-DLT1, 7 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +14 +14 +Connector_JAE +JAE_LY20-14P-DT1_2x07_P2.00mm_Vertical +Molex LY 20 series connector, LY20-14P-DT1, 7 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +14 +14 +Connector_JAE +JAE_LY20-16P-DLT1_2x08_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-16P-DLT1, 8 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +16 +16 +Connector_JAE +JAE_LY20-16P-DT1_2x08_P2.00mm_Vertical +Molex LY 20 series connector, LY20-16P-DT1, 8 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +16 +16 +Connector_JAE +JAE_LY20-18P-DLT1_2x09_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-18P-DLT1, 9 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +18 +18 +Connector_JAE +JAE_LY20-18P-DT1_2x09_P2.00mm_Vertical +Molex LY 20 series connector, LY20-18P-DT1, 9 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +18 +18 +Connector_JAE +JAE_LY20-20P-DLT1_2x10_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-20P-DLT1, 10 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +20 +20 +Connector_JAE +JAE_LY20-20P-DT1_2x10_P2.00mm_Vertical +Molex LY 20 series connector, LY20-20P-DT1, 10 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +20 +20 +Connector_JAE +JAE_LY20-22P-DLT1_2x11_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-22P-DLT1, 11 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +22 +22 +Connector_JAE +JAE_LY20-22P-DT1_2x11_P2.00mm_Vertical +Molex LY 20 series connector, LY20-22P-DT1, 11 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +22 +22 +Connector_JAE +JAE_LY20-24P-DLT1_2x12_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-24P-DLT1, 12 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +24 +24 +Connector_JAE +JAE_LY20-24P-DT1_2x12_P2.00mm_Vertical +Molex LY 20 series connector, LY20-24P-DT1, 12 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +24 +24 +Connector_JAE +JAE_LY20-26P-DLT1_2x13_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-26P-DLT1, 13 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +26 +26 +Connector_JAE +JAE_LY20-26P-DT1_2x13_P2.00mm_Vertical +Molex LY 20 series connector, LY20-26P-DT1, 13 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +26 +26 +Connector_JAE +JAE_LY20-28P-DLT1_2x14_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-28P-DLT1, 14 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +28 +28 +Connector_JAE +JAE_LY20-28P-DT1_2x14_P2.00mm_Vertical +Molex LY 20 series connector, LY20-28P-DT1, 14 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +28 +28 +Connector_JAE +JAE_LY20-30P-DLT1_2x15_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-30P-DLT1, 15 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +30 +30 +Connector_JAE +JAE_LY20-30P-DT1_2x15_P2.00mm_Vertical +Molex LY 20 series connector, LY20-30P-DT1, 15 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +30 +30 +Connector_JAE +JAE_LY20-32P-DLT1_2x16_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-32P-DLT1, 16 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +32 +32 +Connector_JAE +JAE_LY20-32P-DT1_2x16_P2.00mm_Vertical +Molex LY 20 series connector, LY20-32P-DT1, 16 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +32 +32 +Connector_JAE +JAE_LY20-34P-DLT1_2x17_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-34P-DLT1, 17 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +34 +34 +Connector_JAE +JAE_LY20-34P-DT1_2x17_P2.00mm_Vertical +Molex LY 20 series connector, LY20-34P-DT1, 17 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +34 +34 +Connector_JAE +JAE_LY20-36P-DLT1_2x18_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-36P-DLT1, 18 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +36 +36 +Connector_JAE +JAE_LY20-36P-DT1_2x18_P2.00mm_Vertical +Molex LY 20 series connector, LY20-36P-DT1, 18 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +36 +36 +Connector_JAE +JAE_LY20-38P-DLT1_2x19_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-38P-DLT1, 19 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +38 +38 +Connector_JAE +JAE_LY20-38P-DT1_2x19_P2.00mm_Vertical +Molex LY 20 series connector, LY20-38P-DT1, 19 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +38 +38 +Connector_JAE +JAE_LY20-40P-DLT1_2x20_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-40P-DLT1, 20 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +40 +40 +Connector_JAE +JAE_LY20-40P-DT1_2x20_P2.00mm_Vertical +Molex LY 20 series connector, LY20-40P-DT1, 20 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +40 +40 +Connector_JAE +JAE_LY20-42P-DLT1_2x21_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-42P-DLT1, 21 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +42 +42 +Connector_JAE +JAE_LY20-42P-DT1_2x21_P2.00mm_Vertical +Molex LY 20 series connector, LY20-42P-DT1, 21 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +42 +42 +Connector_JAE +JAE_LY20-44P-DLT1_2x22_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-44P-DLT1, 22 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +44 +44 +Connector_JAE +JAE_LY20-44P-DT1_2x22_P2.00mm_Vertical +Molex LY 20 series connector, LY20-44P-DT1, 22 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +44 +44 +Connector_JAE +JAE_MM70-314-310B1 +http://www.heilind.com/marketing/documents/jae/JAE_MM70.pdf +connector JAE MXM +0 +280 +279 +Connector_JAE +JAE_SIM_Card_SF72S006 +SIM Card, Push-Push, https://www.jae.com/direct/topics/topics_file_download/topics_id=68892&ext_no=06&index=0&_lang=en&v=202003111511468456809 +SIM Card with Detect Switch +0 +18 +9 +Connector_JST +JST_ACH_BM01B-ACHSS-A-GAN-ETF_1x01-1MP_P1.20mm_Vertical +JST ACH series connector, BM01B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator +connector JST ACH vertical +0 +3 +2 +Connector_JST +JST_ACH_BM02B-ACHSS-GAN-ETF_1x02-1MP_P1.20mm_Vertical +JST ACH series connector, BM02B-ACHSS-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator +connector JST ACH vertical +0 +4 +3 +Connector_JST +JST_ACH_BM03B-ACHSS-GAN-ETF_1x03-1MP_P1.20mm_Vertical +JST ACH series connector, BM03B-ACHSS-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator +connector JST ACH vertical +0 +5 +4 +Connector_JST +JST_ACH_BM04B-ACHSS-A-GAN-ETF_1x04-1MP_P1.20mm_Vertical +JST ACH series connector, BM04B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator +connector JST ACH vertical +0 +6 +5 +Connector_JST +JST_ACH_BM05B-ACHSS-A-GAN-ETF_1x05-1MP_P1.20mm_Vertical +JST ACH series connector, BM05B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator +connector JST ACH vertical +0 +7 +6 +Connector_JST +JST_AUH_BM03B-AUHKS-GA-TB_1x03-1MP_P1.50mm_Vertical +JST AUH series connector, BM03B-AUHKS-GA-TB (http://www.jst-mfg.com/product/pdf/eng/eAUH.pdf), generated with kicad-footprint-generator +connector JST AUH side entry +0 +5 +4 +Connector_JST +JST_AUH_BM05B-AUHKS-GA-TB_1x05-1MP_P1.50mm_Vertical +JST AUH series connector, BM05B-AUHKS-GA-TB (http://www.jst-mfg.com/product/pdf/eng/eAUH.pdf), generated with kicad-footprint-generator +connector JST AUH side entry +0 +7 +6 +Connector_JST +JST_EH_B2B-EH-A_1x02_P2.50mm_Vertical +JST EH series connector, B2B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +2 +2 +Connector_JST +JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical +JST EH series connector, B3B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +3 +3 +Connector_JST +JST_EH_B4B-EH-A_1x04_P2.50mm_Vertical +JST EH series connector, B4B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +4 +4 +Connector_JST +JST_EH_B5B-EH-A_1x05_P2.50mm_Vertical +JST EH series connector, B5B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +5 +5 +Connector_JST +JST_EH_B6B-EH-A_1x06_P2.50mm_Vertical +JST EH series connector, B6B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +6 +6 +Connector_JST +JST_EH_B7B-EH-A_1x07_P2.50mm_Vertical +JST EH series connector, B7B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +7 +7 +Connector_JST +JST_EH_B8B-EH-A_1x08_P2.50mm_Vertical +JST EH series connector, B8B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +8 +8 +Connector_JST +JST_EH_B9B-EH-A_1x09_P2.50mm_Vertical +JST EH series connector, B9B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +9 +9 +Connector_JST +JST_EH_B10B-EH-A_1x10_P2.50mm_Vertical +JST EH series connector, B10B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH side entry +0 +10 +10 +Connector_JST +JST_EH_B11B-EH-A_1x11_P2.50mm_Vertical +JST EH series connector, B11B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH side entry +0 +11 +11 +Connector_JST +JST_EH_B12B-EH-A_1x12_P2.50mm_Vertical +JST EH series connector, B12B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH side entry +0 +12 +12 +Connector_JST +JST_EH_B13B-EH-A_1x13_P2.50mm_Vertical +JST EH series connector, B13B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH side entry +0 +13 +13 +Connector_JST +JST_EH_B14B-EH-A_1x14_P2.50mm_Vertical +JST EH series connector, B14B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH side entry +0 +14 +14 +Connector_JST +JST_EH_B15B-EH-A_1x15_P2.50mm_Vertical +JST EH series connector, B15B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH side entry +0 +15 +15 +Connector_JST +JST_EH_S2B-EH_1x02_P2.50mm_Horizontal +JST EH series connector, S2B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +2 +2 +Connector_JST +JST_EH_S3B-EH_1x03_P2.50mm_Horizontal +JST EH series connector, S3B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +3 +3 +Connector_JST +JST_EH_S4B-EH_1x04_P2.50mm_Horizontal +JST EH series connector, S4B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +4 +4 +Connector_JST +JST_EH_S5B-EH_1x05_P2.50mm_Horizontal +JST EH series connector, S5B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +5 +5 +Connector_JST +JST_EH_S6B-EH_1x06_P2.50mm_Horizontal +JST EH series connector, S6B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +6 +6 +Connector_JST +JST_EH_S7B-EH_1x07_P2.50mm_Horizontal +JST EH series connector, S7B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +7 +7 +Connector_JST +JST_EH_S8B-EH_1x08_P2.50mm_Horizontal +JST EH series connector, S8B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +8 +8 +Connector_JST +JST_EH_S9B-EH_1x09_P2.50mm_Horizontal +JST EH series connector, S9B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +9 +9 +Connector_JST +JST_EH_S10B-EH_1x10_P2.50mm_Horizontal +JST EH series connector, S10B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH top entry +0 +10 +10 +Connector_JST +JST_EH_S11B-EH_1x11_P2.50mm_Horizontal +JST EH series connector, S11B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH top entry +0 +11 +11 +Connector_JST +JST_EH_S12B-EH_1x12_P2.50mm_Horizontal +JST EH series connector, S12B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH top entry +0 +12 +12 +Connector_JST +JST_EH_S13B-EH_1x13_P2.50mm_Horizontal +JST EH series connector, S13B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH top entry +0 +13 +13 +Connector_JST +JST_EH_S14B-EH_1x14_P2.50mm_Horizontal +JST EH series connector, S14B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH top entry +0 +14 +14 +Connector_JST +JST_EH_S15B-EH_1x15_P2.50mm_Horizontal +JST EH series connector, S15B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH top entry +0 +15 +15 +Connector_JST +JST_GH_BM02B-GHS-TBT_1x02-1MP_P1.25mm_Vertical +JST GH series connector, BM02B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +4 +3 +Connector_JST +JST_GH_BM03B-GHS-TBT_1x03-1MP_P1.25mm_Vertical +JST GH series connector, BM03B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +5 +4 +Connector_JST +JST_GH_BM04B-GHS-TBT_1x04-1MP_P1.25mm_Vertical +JST GH series connector, BM04B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +6 +5 +Connector_JST +JST_GH_BM05B-GHS-TBT_1x05-1MP_P1.25mm_Vertical +JST GH series connector, BM05B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +7 +6 +Connector_JST +JST_GH_BM06B-GHS-TBT_1x06-1MP_P1.25mm_Vertical +JST GH series connector, BM06B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +8 +7 +Connector_JST +JST_GH_BM07B-GHS-TBT_1x07-1MP_P1.25mm_Vertical +JST GH series connector, BM07B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +9 +8 +Connector_JST +JST_GH_BM08B-GHS-TBT_1x08-1MP_P1.25mm_Vertical +JST GH series connector, BM08B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +10 +9 +Connector_JST +JST_GH_BM09B-GHS-TBT_1x09-1MP_P1.25mm_Vertical +JST GH series connector, BM09B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +11 +10 +Connector_JST +JST_GH_BM10B-GHS-TBT_1x10-1MP_P1.25mm_Vertical +JST GH series connector, BM10B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +12 +11 +Connector_JST +JST_GH_BM11B-GHS-TBT_1x11-1MP_P1.25mm_Vertical +JST GH series connector, BM11B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +13 +12 +Connector_JST +JST_GH_BM12B-GHS-TBT_1x12-1MP_P1.25mm_Vertical +JST GH series connector, BM12B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +14 +13 +Connector_JST +JST_GH_BM13B-GHS-TBT_1x13-1MP_P1.25mm_Vertical +JST GH series connector, BM13B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +15 +14 +Connector_JST +JST_GH_BM14B-GHS-TBT_1x14-1MP_P1.25mm_Vertical +JST GH series connector, BM14B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +16 +15 +Connector_JST +JST_GH_BM15B-GHS-TBT_1x15-1MP_P1.25mm_Vertical +JST GH series connector, BM15B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +17 +16 +Connector_JST +JST_GH_SM02B-GHS-TB_1x02-1MP_P1.25mm_Horizontal +JST GH series connector, SM02B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +4 +3 +Connector_JST +JST_GH_SM03B-GHS-TB_1x03-1MP_P1.25mm_Horizontal +JST GH series connector, SM03B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +5 +4 +Connector_JST +JST_GH_SM04B-GHS-TB_1x04-1MP_P1.25mm_Horizontal +JST GH series connector, SM04B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +6 +5 +Connector_JST +JST_GH_SM05B-GHS-TB_1x05-1MP_P1.25mm_Horizontal +JST GH series connector, SM05B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +7 +6 +Connector_JST +JST_GH_SM06B-GHS-TB_1x06-1MP_P1.25mm_Horizontal +JST GH series connector, SM06B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +8 +7 +Connector_JST +JST_GH_SM07B-GHS-TB_1x07-1MP_P1.25mm_Horizontal +JST GH series connector, SM07B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +9 +8 +Connector_JST +JST_GH_SM08B-GHS-TB_1x08-1MP_P1.25mm_Horizontal +JST GH series connector, SM08B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +10 +9 +Connector_JST +JST_GH_SM09B-GHS-TB_1x09-1MP_P1.25mm_Horizontal +JST GH series connector, SM09B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +11 +10 +Connector_JST +JST_GH_SM10B-GHS-TB_1x10-1MP_P1.25mm_Horizontal +JST GH series connector, SM10B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +12 +11 +Connector_JST +JST_GH_SM11B-GHS-TB_1x11-1MP_P1.25mm_Horizontal +JST GH series connector, SM11B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +13 +12 +Connector_JST +JST_GH_SM12B-GHS-TB_1x12-1MP_P1.25mm_Horizontal +JST GH series connector, SM12B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +14 +13 +Connector_JST +JST_GH_SM13B-GHS-TB_1x13-1MP_P1.25mm_Horizontal +JST GH series connector, SM13B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +15 +14 +Connector_JST +JST_GH_SM14B-GHS-TB_1x14-1MP_P1.25mm_Horizontal +JST GH series connector, SM14B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +16 +15 +Connector_JST +JST_GH_SM15B-GHS-TB_1x15-1MP_P1.25mm_Horizontal +JST GH series connector, SM15B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +17 +16 +Connector_JST +JST_J2100_B06B-J21DK-GGXR_2x03_P2.50x4.00mm_Vertical +JST J2100 series connector, B06B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 vertical +0 +8 +6 +Connector_JST +JST_J2100_B08B-J21DK-GGXR_2x04_P2.50x4.00mm_Vertical +JST J2100 series connector, B08B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 vertical +0 +10 +8 +Connector_JST +JST_J2100_B10B-J21DK-GGXR_2x05_P2.50x4.00mm_Vertical +JST J2100 series connector, B10B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 vertical +0 +12 +10 +Connector_JST +JST_J2100_B12B-J21DK-GGXR_2x06_P2.50x4.00mm_Vertical +JST J2100 series connector, B12B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 vertical +0 +14 +12 +Connector_JST +JST_J2100_B16B-J21DK-GGXR_2x08_P2.50x4.00mm_Vertical +JST J2100 series connector, B16B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 vertical +0 +18 +16 +Connector_JST +JST_J2100_B20B-J21DK-GGXR_2x10_P2.50x4.00mm_Vertical +JST J2100 series connector, B20B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 vertical +0 +22 +20 +Connector_JST +JST_J2100_S06B-J21DK-GGXR_2x03_P2.50mm_Horizontal +JST J2100 series connector, S06B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 horizontal +0 +7 +6 +Connector_JST +JST_J2100_S08B-J21DK-GGXR_2x04_P2.50mm_Horizontal +JST J2100 series connector, S08B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 horizontal +0 +10 +8 +Connector_JST +JST_J2100_S10B-J21DK-GGXR_2x05_P2.50mm_Horizontal +JST J2100 series connector, S10B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 horizontal +0 +12 +10 +Connector_JST +JST_J2100_S12B-J21DK-GGXR_2x06_P2.50mm_Horizontal +JST J2100 series connector, S12B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 horizontal +0 +14 +12 +Connector_JST +JST_J2100_S16B-J21DK-GGXR_2x08_P2.50mm_Horizontal +JST J2100 series connector, S16B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 horizontal +0 +18 +16 +Connector_JST +JST_J2100_S20B-J21DK-GGXR_2x10_P2.50mm_Horizontal +JST J2100 series connector, S20B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 horizontal +0 +22 +20 +Connector_JST +JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical +JST JWPF series connector, B02B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator +connector JST JWPF side entry +0 +2 +2 +Connector_JST +JST_JWPF_B03B-JWPF-SK-R_1x03_P2.00mm_Vertical +JST JWPF series connector, B03B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator +connector JST JWPF side entry +0 +3 +3 +Connector_JST +JST_JWPF_B04B-JWPF-SK-R_1x04_P2.00mm_Vertical +JST JWPF series connector, B04B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator +connector JST JWPF side entry +0 +4 +4 +Connector_JST +JST_JWPF_B06B-JWPF-SK-R_2x03_P2.00mm_Vertical +JST JWPF series connector, B06B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator +connector JST JWPF side entry +0 +6 +6 +Connector_JST +JST_JWPF_B08B-JWPF-SK-R_2x04_P2.00mm_Vertical +JST JWPF series connector, B08B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator +connector JST JWPF side entry +0 +8 +8 +Connector_JST +JST_LEA_SM02B-LEASS-TF_1x02-1MP_P4.20mm_Horizontal +JST LEA series connector, SM02B-LEASS-TF (http://www.jst-mfg.com/product/pdf/eng/eLEA.pdf), generated with kicad-footprint-generator +connector JST LEA top entry +0 +4 +3 +Connector_JST +JST_NV_B02P-NV_1x02_P5.00mm_Vertical +JST NV series connector, B02P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator +connector JST NV side entry +0 +2 +2 +Connector_JST +JST_NV_B03P-NV_1x03_P5.00mm_Vertical +JST NV series connector, B03P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator +connector JST NV side entry +0 +3 +3 +Connector_JST +JST_NV_B04P-NV_1x04_P5.00mm_Vertical +JST NV series connector, B04P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator +connector JST NV side entry +0 +4 +4 +Connector_JST +JST_PHD_B8B-PHDSS_2x04_P2.00mm_Vertical +JST PHD series connector, B8B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +8 +8 +Connector_JST +JST_PHD_B10B-PHDSS_2x05_P2.00mm_Vertical +JST PHD series connector, B10B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +10 +10 +Connector_JST +JST_PHD_B12B-PHDSS_2x06_P2.00mm_Vertical +JST PHD series connector, B12B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +12 +12 +Connector_JST +JST_PHD_B14B-PHDSS_2x07_P2.00mm_Vertical +JST PHD series connector, B14B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +14 +14 +Connector_JST +JST_PHD_B16B-PHDSS_2x08_P2.00mm_Vertical +JST PHD series connector, B16B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +16 +16 +Connector_JST +JST_PHD_B18B-PHDSS_2x09_P2.00mm_Vertical +JST PHD series connector, B18B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +18 +18 +Connector_JST +JST_PHD_B20B-PHDSS_2x10_P2.00mm_Vertical +JST PHD series connector, B20B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +20 +20 +Connector_JST +JST_PHD_B22B-PHDSS_2x11_P2.00mm_Vertical +JST PHD series connector, B22B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +22 +22 +Connector_JST +JST_PHD_B24B-PHDSS_2x12_P2.00mm_Vertical +JST PHD series connector, B24B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +24 +24 +Connector_JST +JST_PHD_B26B-PHDSS_2x13_P2.00mm_Vertical +JST PHD series connector, B26B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +26 +26 +Connector_JST +JST_PHD_B28B-PHDSS_2x14_P2.00mm_Vertical +JST PHD series connector, B28B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +28 +28 +Connector_JST +JST_PHD_B30B-PHDSS_2x15_P2.00mm_Vertical +JST PHD series connector, B30B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +30 +30 +Connector_JST +JST_PHD_B32B-PHDSS_2x16_P2.00mm_Vertical +JST PHD series connector, B32B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +32 +32 +Connector_JST +JST_PHD_B34B-PHDSS_2x17_P2.00mm_Vertical +JST PHD series connector, B34B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +34 +34 +Connector_JST +JST_PHD_S8B-PHDSS_2x04_P2.00mm_Horizontal +JST PHD series connector, S8B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +8 +8 +Connector_JST +JST_PHD_S10B-PHDSS_2x05_P2.00mm_Horizontal +JST PHD series connector, S10B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +10 +10 +Connector_JST +JST_PHD_S12B-PHDSS_2x06_P2.00mm_Horizontal +JST PHD series connector, S12B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +12 +12 +Connector_JST +JST_PHD_S14B-PHDSS_2x07_P2.00mm_Horizontal +JST PHD series connector, S14B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +14 +14 +Connector_JST +JST_PHD_S16B-PHDSS_2x08_P2.00mm_Horizontal +JST PHD series connector, S16B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +16 +16 +Connector_JST +JST_PHD_S18B-PHDSS_2x09_P2.00mm_Horizontal +JST PHD series connector, S18B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +18 +18 +Connector_JST +JST_PHD_S20B-PHDSS_2x10_P2.00mm_Horizontal +JST PHD series connector, S20B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +20 +20 +Connector_JST +JST_PHD_S22B-PHDSS_2x11_P2.00mm_Horizontal +JST PHD series connector, S22B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +22 +22 +Connector_JST +JST_PHD_S24B-PHDSS_2x12_P2.00mm_Horizontal +JST PHD series connector, S24B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +24 +24 +Connector_JST +JST_PHD_S26B-PHDSS_2x13_P2.00mm_Horizontal +JST PHD series connector, S26B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +26 +26 +Connector_JST +JST_PHD_S28B-PHDSS_2x14_P2.00mm_Horizontal +JST PHD series connector, S28B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +28 +28 +Connector_JST +JST_PHD_S30B-PHDSS_2x15_P2.00mm_Horizontal +JST PHD series connector, S30B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +30 +30 +Connector_JST +JST_PHD_S32B-PHDSS_2x16_P2.00mm_Horizontal +JST PHD series connector, S32B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +32 +32 +Connector_JST +JST_PHD_S34B-PHDSS_2x17_P2.00mm_Horizontal +JST PHD series connector, S34B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +34 +34 +Connector_JST +JST_PH_B2B-PH-K_1x02_P2.00mm_Vertical +JST PH series connector, B2B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +2 +2 +Connector_JST +JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical +JST PH series connector, B2B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +4 +3 +Connector_JST +JST_PH_B3B-PH-K_1x03_P2.00mm_Vertical +JST PH series connector, B3B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +3 +3 +Connector_JST +JST_PH_B3B-PH-SM4-TB_1x03-1MP_P2.00mm_Vertical +JST PH series connector, B3B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +5 +4 +Connector_JST +JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical +JST PH series connector, B4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +4 +4 +Connector_JST +JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical +JST PH series connector, B4B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +6 +5 +Connector_JST +JST_PH_B5B-PH-K_1x05_P2.00mm_Vertical +JST PH series connector, B5B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +5 +5 +Connector_JST +JST_PH_B5B-PH-SM4-TB_1x05-1MP_P2.00mm_Vertical +JST PH series connector, B5B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +7 +6 +Connector_JST +JST_PH_B6B-PH-K_1x06_P2.00mm_Vertical +JST PH series connector, B6B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +6 +6 +Connector_JST +JST_PH_B6B-PH-SM4-TB_1x06-1MP_P2.00mm_Vertical +JST PH series connector, B6B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +8 +7 +Connector_JST +JST_PH_B7B-PH-K_1x07_P2.00mm_Vertical +JST PH series connector, B7B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +7 +7 +Connector_JST +JST_PH_B7B-PH-SM4-TB_1x07-1MP_P2.00mm_Vertical +JST PH series connector, B7B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +9 +8 +Connector_JST +JST_PH_B8B-PH-K_1x08_P2.00mm_Vertical +JST PH series connector, B8B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +8 +8 +Connector_JST +JST_PH_B8B-PH-SM4-TB_1x08-1MP_P2.00mm_Vertical +JST PH series connector, B8B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +10 +9 +Connector_JST +JST_PH_B9B-PH-K_1x09_P2.00mm_Vertical +JST PH series connector, B9B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +9 +9 +Connector_JST +JST_PH_B9B-PH-SM4-TB_1x09-1MP_P2.00mm_Vertical +JST PH series connector, B9B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +11 +10 +Connector_JST +JST_PH_B10B-PH-K_1x10_P2.00mm_Vertical +JST PH series connector, B10B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +10 +10 +Connector_JST +JST_PH_B10B-PH-SM4-TB_1x10-1MP_P2.00mm_Vertical +JST PH series connector, B10B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +12 +11 +Connector_JST +JST_PH_B11B-PH-K_1x11_P2.00mm_Vertical +JST PH series connector, B11B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +11 +11 +Connector_JST +JST_PH_B11B-PH-SM4-TB_1x11-1MP_P2.00mm_Vertical +JST PH series connector, B11B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +13 +12 +Connector_JST +JST_PH_B12B-PH-K_1x12_P2.00mm_Vertical +JST PH series connector, B12B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +12 +12 +Connector_JST +JST_PH_B12B-PH-SM4-TB_1x12-1MP_P2.00mm_Vertical +JST PH series connector, B12B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +14 +13 +Connector_JST +JST_PH_B13B-PH-K_1x13_P2.00mm_Vertical +JST PH series connector, B13B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +13 +13 +Connector_JST +JST_PH_B13B-PH-SM4-TB_1x13-1MP_P2.00mm_Vertical +JST PH series connector, B13B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +15 +14 +Connector_JST +JST_PH_B14B-PH-K_1x14_P2.00mm_Vertical +JST PH series connector, B14B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +14 +14 +Connector_JST +JST_PH_B14B-PH-SM4-TB_1x14-1MP_P2.00mm_Vertical +JST PH series connector, B14B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +16 +15 +Connector_JST +JST_PH_B15B-PH-K_1x15_P2.00mm_Vertical +JST PH series connector, B15B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +15 +15 +Connector_JST +JST_PH_B15B-PH-SM4-TB_1x15-1MP_P2.00mm_Vertical +JST PH series connector, B15B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +17 +16 +Connector_JST +JST_PH_B16B-PH-K_1x16_P2.00mm_Vertical +JST PH series connector, B16B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +16 +16 +Connector_JST +JST_PH_B16B-PH-SM4-TB_1x16-1MP_P2.00mm_Vertical +JST PH series connector, B16B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +18 +17 +Connector_JST +JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal +JST PH series connector, S2B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +2 +2 +Connector_JST +JST_PH_S2B-PH-SM4-TB_1x02-1MP_P2.00mm_Horizontal +JST PH series connector, S2B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +4 +3 +Connector_JST +JST_PH_S3B-PH-K_1x03_P2.00mm_Horizontal +JST PH series connector, S3B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +3 +3 +Connector_JST +JST_PH_S3B-PH-SM4-TB_1x03-1MP_P2.00mm_Horizontal +JST PH series connector, S3B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +5 +4 +Connector_JST +JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal +JST PH series connector, S4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +4 +4 +Connector_JST +JST_PH_S4B-PH-SM4-TB_1x04-1MP_P2.00mm_Horizontal +JST PH series connector, S4B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +6 +5 +Connector_JST +JST_PH_S5B-PH-K_1x05_P2.00mm_Horizontal +JST PH series connector, S5B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +5 +5 +Connector_JST +JST_PH_S5B-PH-SM4-TB_1x05-1MP_P2.00mm_Horizontal +JST PH series connector, S5B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +7 +6 +Connector_JST +JST_PH_S6B-PH-K_1x06_P2.00mm_Horizontal +JST PH series connector, S6B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +6 +6 +Connector_JST +JST_PH_S6B-PH-SM4-TB_1x06-1MP_P2.00mm_Horizontal +JST PH series connector, S6B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +8 +7 +Connector_JST +JST_PH_S7B-PH-K_1x07_P2.00mm_Horizontal +JST PH series connector, S7B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +7 +7 +Connector_JST +JST_PH_S7B-PH-SM4-TB_1x07-1MP_P2.00mm_Horizontal +JST PH series connector, S7B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +9 +8 +Connector_JST +JST_PH_S8B-PH-K_1x08_P2.00mm_Horizontal +JST PH series connector, S8B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +8 +8 +Connector_JST +JST_PH_S8B-PH-SM4-TB_1x08-1MP_P2.00mm_Horizontal +JST PH series connector, S8B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +10 +9 +Connector_JST +JST_PH_S9B-PH-K_1x09_P2.00mm_Horizontal +JST PH series connector, S9B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +9 +9 +Connector_JST +JST_PH_S9B-PH-SM4-TB_1x09-1MP_P2.00mm_Horizontal +JST PH series connector, S9B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +11 +10 +Connector_JST +JST_PH_S10B-PH-K_1x10_P2.00mm_Horizontal +JST PH series connector, S10B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +10 +10 +Connector_JST +JST_PH_S10B-PH-SM4-TB_1x10-1MP_P2.00mm_Horizontal +JST PH series connector, S10B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +12 +11 +Connector_JST +JST_PH_S11B-PH-K_1x11_P2.00mm_Horizontal +JST PH series connector, S11B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +11 +11 +Connector_JST +JST_PH_S11B-PH-SM4-TB_1x11-1MP_P2.00mm_Horizontal +JST PH series connector, S11B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +13 +12 +Connector_JST +JST_PH_S12B-PH-K_1x12_P2.00mm_Horizontal +JST PH series connector, S12B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +12 +12 +Connector_JST +JST_PH_S12B-PH-SM4-TB_1x12-1MP_P2.00mm_Horizontal +JST PH series connector, S12B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +14 +13 +Connector_JST +JST_PH_S13B-PH-K_1x13_P2.00mm_Horizontal +JST PH series connector, S13B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +13 +13 +Connector_JST +JST_PH_S13B-PH-SM4-TB_1x13-1MP_P2.00mm_Horizontal +JST PH series connector, S13B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +15 +14 +Connector_JST +JST_PH_S14B-PH-K_1x14_P2.00mm_Horizontal +JST PH series connector, S14B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +14 +14 +Connector_JST +JST_PH_S14B-PH-SM4-TB_1x14-1MP_P2.00mm_Horizontal +JST PH series connector, S14B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +16 +15 +Connector_JST +JST_PH_S15B-PH-K_1x15_P2.00mm_Horizontal +JST PH series connector, S15B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +15 +15 +Connector_JST +JST_PH_S15B-PH-SM4-TB_1x15-1MP_P2.00mm_Horizontal +JST PH series connector, S15B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +17 +16 +Connector_JST +JST_PH_S16B-PH-K_1x16_P2.00mm_Horizontal +JST PH series connector, S16B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +16 +16 +Connector_JST +JST_PUD_B08B-PUDSS_2x04_P2.00mm_Vertical +JST PUD series connector, B08B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +8 +8 +Connector_JST +JST_PUD_B10B-PUDSS_2x05_P2.00mm_Vertical +JST PUD series connector, B10B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +10 +10 +Connector_JST +JST_PUD_B12B-PUDSS_2x06_P2.00mm_Vertical +JST PUD series connector, B12B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +12 +12 +Connector_JST +JST_PUD_B14B-PUDSS_2x07_P2.00mm_Vertical +JST PUD series connector, B14B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +14 +14 +Connector_JST +JST_PUD_B16B-PUDSS_2x08_P2.00mm_Vertical +JST PUD series connector, B16B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +16 +16 +Connector_JST +JST_PUD_B18B-PUDSS_2x09_P2.00mm_Vertical +JST PUD series connector, B18B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +18 +18 +Connector_JST +JST_PUD_B20B-PUDSS_2x10_P2.00mm_Vertical +JST PUD series connector, B20B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +20 +20 +Connector_JST +JST_PUD_B22B-PUDSS_2x11_P2.00mm_Vertical +JST PUD series connector, B22B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +22 +22 +Connector_JST +JST_PUD_B24B-PUDSS_2x12_P2.00mm_Vertical +JST PUD series connector, B24B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +24 +24 +Connector_JST +JST_PUD_B26B-PUDSS_2x13_P2.00mm_Vertical +JST PUD series connector, B26B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +26 +26 +Connector_JST +JST_PUD_B28B-PUDSS_2x14_P2.00mm_Vertical +JST PUD series connector, B28B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +28 +28 +Connector_JST +JST_PUD_B30B-PUDSS_2x15_P2.00mm_Vertical +JST PUD series connector, B30B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +30 +30 +Connector_JST +JST_PUD_B32B-PUDSS_2x16_P2.00mm_Vertical +JST PUD series connector, B32B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +32 +32 +Connector_JST +JST_PUD_B34B-PUDSS_2x17_P2.00mm_Vertical +JST PUD series connector, B34B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +34 +34 +Connector_JST +JST_PUD_B36B-PUDSS_2x18_P2.00mm_Vertical +JST PUD series connector, B36B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +36 +36 +Connector_JST +JST_PUD_B38B-PUDSS_2x19_P2.00mm_Vertical +JST PUD series connector, B38B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +38 +38 +Connector_JST +JST_PUD_B40B-PUDSS_2x20_P2.00mm_Vertical +JST PUD series connector, B40B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +40 +40 +Connector_JST +JST_PUD_S08B-PUDSS-1_2x04_P2.00mm_Horizontal +JST PUD series connector, S08B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +8 +8 +Connector_JST +JST_PUD_S10B-PUDSS-1_2x05_P2.00mm_Horizontal +JST PUD series connector, S10B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +10 +10 +Connector_JST +JST_PUD_S12B-PUDSS-1_2x06_P2.00mm_Horizontal +JST PUD series connector, S12B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +12 +12 +Connector_JST +JST_PUD_S14B-PUDSS-1_2x07_P2.00mm_Horizontal +JST PUD series connector, S14B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +14 +14 +Connector_JST +JST_PUD_S16B-PUDSS-1_2x08_P2.00mm_Horizontal +JST PUD series connector, S16B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +16 +16 +Connector_JST +JST_PUD_S18B-PUDSS-1_2x09_P2.00mm_Horizontal +JST PUD series connector, S18B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +18 +18 +Connector_JST +JST_PUD_S20B-PUDSS-1_2x10_P2.00mm_Horizontal +JST PUD series connector, S20B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +20 +20 +Connector_JST +JST_PUD_S22B-PUDSS-1_2x11_P2.00mm_Horizontal +JST PUD series connector, S22B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +22 +22 +Connector_JST +JST_PUD_S24B-PUDSS-1_2x12_P2.00mm_Horizontal +JST PUD series connector, S24B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +24 +24 +Connector_JST +JST_PUD_S26B-PUDSS-1_2x13_P2.00mm_Horizontal +JST PUD series connector, S26B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +26 +26 +Connector_JST +JST_PUD_S28B-PUDSS-1_2x14_P2.00mm_Horizontal +JST PUD series connector, S28B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +28 +28 +Connector_JST +JST_PUD_S30B-PUDSS-1_2x15_P2.00mm_Horizontal +JST PUD series connector, S30B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +30 +30 +Connector_JST +JST_PUD_S32B-PUDSS-1_2x16_P2.00mm_Horizontal +JST PUD series connector, S32B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +32 +32 +Connector_JST +JST_PUD_S34B-PUDSS-1_2x17_P2.00mm_Horizontal +JST PUD series connector, S34B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +34 +34 +Connector_JST +JST_PUD_S36B-PUDSS-1_2x18_P2.00mm_Horizontal +JST PUD series connector, S36B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +36 +36 +Connector_JST +JST_PUD_S38B-PUDSS-1_2x19_P2.00mm_Horizontal +JST PUD series connector, S38B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +38 +38 +Connector_JST +JST_PUD_S40B-PUDSS-1_2x20_P2.00mm_Horizontal +JST PUD series connector, S40B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +40 +40 +Connector_JST +JST_SFH_SM02B-SFHRS-TF_1x02-1MP_P4.20mm_Horizontal +JST SFH series connector, SM02B-SFHRS-TF (http://www.jst-mfg.com/product/pdf/eng/eSFH.pdf), generated with kicad-footprint-generator +connector JST SFH horizontal +0 +4 +3 +Connector_JST +JST_SHL_SM02B-SHLS-TF_1x02-1MP_P1.00mm_Horizontal +JST SHL series connector, SM02B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +4 +3 +Connector_JST +JST_SHL_SM05B-SHLS-TF_1x05-1MP_P1.00mm_Horizontal +JST SHL series connector, SM05B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +7 +6 +Connector_JST +JST_SHL_SM06B-SHLS-TF_1x06-1MP_P1.00mm_Horizontal +JST SHL series connector, SM06B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +8 +7 +Connector_JST +JST_SHL_SM07B-SHLS-TF_1x07-1MP_P1.00mm_Horizontal +JST SHL series connector, SM07B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +9 +8 +Connector_JST +JST_SHL_SM08B-SHLS-TF_1x08-1MP_P1.00mm_Horizontal +JST SHL series connector, SM08B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +10 +9 +Connector_JST +JST_SHL_SM10B-SHLS-TF_1x10-1MP_P1.00mm_Horizontal +JST SHL series connector, SM10B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +12 +11 +Connector_JST +JST_SHL_SM11B-SHLS-TF_1x11-1MP_P1.00mm_Horizontal +JST SHL series connector, SM11B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +13 +12 +Connector_JST +JST_SHL_SM12B-SHLS-TF_1x12-1MP_P1.00mm_Horizontal +JST SHL series connector, SM12B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +14 +13 +Connector_JST +JST_SHL_SM14B-SHLS-TF_1x14-1MP_P1.00mm_Horizontal +JST SHL series connector, SM14B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +16 +15 +Connector_JST +JST_SHL_SM16B-SHLS-TF_1x16-1MP_P1.00mm_Horizontal +JST SHL series connector, SM16B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +18 +17 +Connector_JST +JST_SHL_SM20B-SHLS-TF_1x20-1MP_P1.00mm_Horizontal +JST SHL series connector, SM20B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +22 +21 +Connector_JST +JST_SHL_SM22B-SHLS-TF_1x22-1MP_P1.00mm_Horizontal +JST SHL series connector, SM22B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +24 +23 +Connector_JST +JST_SHL_SM26B-SHLS-TF_1x26-1MP_P1.00mm_Horizontal +JST SHL series connector, SM26B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +28 +27 +Connector_JST +JST_SHL_SM30B-SHLS-TF_1x30-1MP_P1.00mm_Horizontal +JST SHL series connector, SM30B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +32 +31 +Connector_JST +JST_SH_BM02B-SRSS-TB_1x02-1MP_P1.00mm_Vertical +JST SH series connector, BM02B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +4 +3 +Connector_JST +JST_SH_BM03B-SRSS-TB_1x03-1MP_P1.00mm_Vertical +JST SH series connector, BM03B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +5 +4 +Connector_JST +JST_SH_BM04B-SRSS-TB_1x04-1MP_P1.00mm_Vertical +JST SH series connector, BM04B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +6 +5 +Connector_JST +JST_SH_BM05B-SRSS-TB_1x05-1MP_P1.00mm_Vertical +JST SH series connector, BM05B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +7 +6 +Connector_JST +JST_SH_BM06B-SRSS-TB_1x06-1MP_P1.00mm_Vertical +JST SH series connector, BM06B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +8 +7 +Connector_JST +JST_SH_BM07B-SRSS-TB_1x07-1MP_P1.00mm_Vertical +JST SH series connector, BM07B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +9 +8 +Connector_JST +JST_SH_BM08B-SRSS-TB_1x08-1MP_P1.00mm_Vertical +JST SH series connector, BM08B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +10 +9 +Connector_JST +JST_SH_BM09B-SRSS-TB_1x09-1MP_P1.00mm_Vertical +JST SH series connector, BM09B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +11 +10 +Connector_JST +JST_SH_BM10B-SRSS-TB_1x10-1MP_P1.00mm_Vertical +JST SH series connector, BM10B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +12 +11 +Connector_JST +JST_SH_BM11B-SRSS-TB_1x11-1MP_P1.00mm_Vertical +JST SH series connector, BM11B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +13 +12 +Connector_JST +JST_SH_BM12B-SRSS-TB_1x12-1MP_P1.00mm_Vertical +JST SH series connector, BM12B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +14 +13 +Connector_JST +JST_SH_BM13B-SRSS-TB_1x13-1MP_P1.00mm_Vertical +JST SH series connector, BM13B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +15 +14 +Connector_JST +JST_SH_BM14B-SRSS-TB_1x14-1MP_P1.00mm_Vertical +JST SH series connector, BM14B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +16 +15 +Connector_JST +JST_SH_BM15B-SRSS-TB_1x15-1MP_P1.00mm_Vertical +JST SH series connector, BM15B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +17 +16 +Connector_JST +JST_SH_SM02B-SRSS-TB_1x02-1MP_P1.00mm_Horizontal +JST SH series connector, SM02B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +4 +3 +Connector_JST +JST_SH_SM03B-SRSS-TB_1x03-1MP_P1.00mm_Horizontal +JST SH series connector, SM03B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +5 +4 +Connector_JST +JST_SH_SM04B-SRSS-TB_1x04-1MP_P1.00mm_Horizontal +JST SH series connector, SM04B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +6 +5 +Connector_JST +JST_SH_SM05B-SRSS-TB_1x05-1MP_P1.00mm_Horizontal +JST SH series connector, SM05B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +7 +6 +Connector_JST +JST_SH_SM06B-SRSS-TB_1x06-1MP_P1.00mm_Horizontal +JST SH series connector, SM06B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +8 +7 +Connector_JST +JST_SH_SM07B-SRSS-TB_1x07-1MP_P1.00mm_Horizontal +JST SH series connector, SM07B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +9 +8 +Connector_JST +JST_SH_SM08B-SRSS-TB_1x08-1MP_P1.00mm_Horizontal +JST SH series connector, SM08B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +10 +9 +Connector_JST +JST_SH_SM09B-SRSS-TB_1x09-1MP_P1.00mm_Horizontal +JST SH series connector, SM09B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +11 +10 +Connector_JST +JST_SH_SM10B-SRSS-TB_1x10-1MP_P1.00mm_Horizontal +JST SH series connector, SM10B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +12 +11 +Connector_JST +JST_SH_SM11B-SRSS-TB_1x11-1MP_P1.00mm_Horizontal +JST SH series connector, SM11B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +13 +12 +Connector_JST +JST_SH_SM12B-SRSS-TB_1x12-1MP_P1.00mm_Horizontal +JST SH series connector, SM12B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +14 +13 +Connector_JST +JST_SH_SM13B-SRSS-TB_1x13-1MP_P1.00mm_Horizontal +JST SH series connector, SM13B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +15 +14 +Connector_JST +JST_SH_SM14B-SRSS-TB_1x14-1MP_P1.00mm_Horizontal +JST SH series connector, SM14B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +16 +15 +Connector_JST +JST_SH_SM15B-SRSS-TB_1x15-1MP_P1.00mm_Horizontal +JST SH series connector, SM15B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +17 +16 +Connector_JST +JST_SH_SM20B-SRSS-TB_1x20-1MP_P1.00mm_Horizontal +JST SH series connector, SM20B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +22 +21 +Connector_JST +JST_SUR_BM02B-SURS-TF_1x02-1MP_P0.80mm_Vertical +JST SUR series connector, BM02B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +4 +3 +Connector_JST +JST_SUR_BM03B-SURS-TF_1x03-1MP_P0.80mm_Vertical +JST SUR series connector, BM03B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +5 +4 +Connector_JST +JST_SUR_BM04B-SURS-TF_1x04-1MP_P0.80mm_Vertical +JST SUR series connector, BM04B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +6 +5 +Connector_JST +JST_SUR_BM05B-SURS-TF_1x05-1MP_P0.80mm_Vertical +JST SUR series connector, BM05B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +7 +6 +Connector_JST +JST_SUR_BM06B-SURS-TF_1x06-1MP_P0.80mm_Vertical +JST SUR series connector, BM06B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +8 +7 +Connector_JST +JST_SUR_BM08B-SURS-TF_1x08-1MP_P0.80mm_Vertical +JST SUR series connector, BM08B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +10 +9 +Connector_JST +JST_SUR_BM10B-SURS-TF_1x10-1MP_P0.80mm_Vertical +JST SUR series connector, BM10B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +12 +11 +Connector_JST +JST_SUR_BM12B-SURS-TF_1x12-1MP_P0.80mm_Vertical +JST SUR series connector, BM12B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +14 +13 +Connector_JST +JST_SUR_BM14B-SURS-TF_1x14-1MP_P0.80mm_Vertical +JST SUR series connector, BM14B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +16 +15 +Connector_JST +JST_SUR_BM15B-SURS-TF_1x15-1MP_P0.80mm_Vertical +JST SUR series connector, BM15B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +17 +16 +Connector_JST +JST_SUR_BM16B-SURS-TF_1x16-1MP_P0.80mm_Vertical +JST SUR series connector, BM16B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +18 +17 +Connector_JST +JST_SUR_BM17B-SURS-TF_1x17-1MP_P0.80mm_Vertical +JST SUR series connector, BM17B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +19 +18 +Connector_JST +JST_SUR_BM20B-SURS-TF_1x20-1MP_P0.80mm_Vertical +JST SUR series connector, BM20B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +22 +21 +Connector_JST +JST_SUR_SM02B-SURS-TF_1x02-1MP_P0.80mm_Horizontal +JST SUR series connector, SM02B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +4 +3 +Connector_JST +JST_SUR_SM03B-SURS-TF_1x03-1MP_P0.80mm_Horizontal +JST SUR series connector, SM03B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +5 +4 +Connector_JST +JST_SUR_SM04B-SURS-TF_1x04-1MP_P0.80mm_Horizontal +JST SUR series connector, SM04B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +6 +5 +Connector_JST +JST_SUR_SM05B-SURS-TF_1x05-1MP_P0.80mm_Horizontal +JST SUR series connector, SM05B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +7 +6 +Connector_JST +JST_SUR_SM06B-SURS-TF_1x06-1MP_P0.80mm_Horizontal +JST SUR series connector, SM06B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +8 +7 +Connector_JST +JST_SUR_SM08B-SURS-TF_1x08-1MP_P0.80mm_Horizontal +JST SUR series connector, SM08B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +10 +9 +Connector_JST +JST_SUR_SM10B-SURS-TF_1x10-1MP_P0.80mm_Horizontal +JST SUR series connector, SM10B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +12 +11 +Connector_JST +JST_SUR_SM12B-SURS-TF_1x12-1MP_P0.80mm_Horizontal +JST SUR series connector, SM12B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +14 +13 +Connector_JST +JST_SUR_SM14B-SURS-TF_1x14-1MP_P0.80mm_Horizontal +JST SUR series connector, SM14B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +16 +15 +Connector_JST +JST_SUR_SM15B-SURS-TF_1x15-1MP_P0.80mm_Horizontal +JST SUR series connector, SM15B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +17 +16 +Connector_JST +JST_SUR_SM16B-SURS-TF_1x16-1MP_P0.80mm_Horizontal +JST SUR series connector, SM16B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +18 +17 +Connector_JST +JST_SUR_SM17B-SURS-TF_1x17-1MP_P0.80mm_Horizontal +JST SUR series connector, SM17B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +19 +18 +Connector_JST +JST_SUR_SM20B-SURS-TF_1x20-1MP_P0.80mm_Horizontal +JST SUR series connector, SM20B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +22 +21 +Connector_JST +JST_SUR_SM22B-SURS-TF_1x22-1MP_P0.80mm_Horizontal +JST SUR series connector, SM22B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +24 +23 +Connector_JST +JST_VH_B2P-VH-B_1x02_P3.96mm_Vertical +JST VH PBT series connector, B2P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +2 +2 +Connector_JST +JST_VH_B2P-VH-FB-B_1x02_P3.96mm_Vertical +JST VH series connector, B2P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +2 +2 +Connector_JST +JST_VH_B2P-VH_1x02_P3.96mm_Vertical +JST VH series connector, B2P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +2 +2 +Connector_JST +JST_VH_B2P3-VH_1x02_P7.92mm_Vertical +JST VH series connector, B2P3-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +2 +2 +Connector_JST +JST_VH_B2PS-VH_1x02_P3.96mm_Horizontal +JST VH series connector, B2PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +2 +2 +Connector_JST +JST_VH_B3P-VH-B_1x03_P3.96mm_Vertical +JST VH PBT series connector, B3P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +3 +3 +Connector_JST +JST_VH_B3P-VH-FB-B_1x03_P3.96mm_Vertical +JST VH series connector, B3P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +3 +3 +Connector_JST +JST_VH_B3P-VH_1x03_P3.96mm_Vertical +JST VH series connector, B3P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +3 +3 +Connector_JST +JST_VH_B3PS-VH_1x03_P3.96mm_Horizontal +JST VH series connector, B3PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +3 +3 +Connector_JST +JST_VH_B4P-VH-B_1x04_P3.96mm_Vertical +JST VH PBT series connector, B4P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +4 +4 +Connector_JST +JST_VH_B4P-VH-FB-B_1x04_P3.96mm_Vertical +JST VH series connector, B4P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +4 +4 +Connector_JST +JST_VH_B4P-VH_1x04_P3.96mm_Vertical +JST VH series connector, B4P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +4 +4 +Connector_JST +JST_VH_B4PS-VH_1x04_P3.96mm_Horizontal +JST VH series connector, B4PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +4 +4 +Connector_JST +JST_VH_B5P-VH-B_1x05_P3.96mm_Vertical +JST VH PBT series connector, B5P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +5 +5 +Connector_JST +JST_VH_B5P-VH-FB-B_1x05_P3.96mm_Vertical +JST VH series connector, B5P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +5 +5 +Connector_JST +JST_VH_B5P-VH_1x05_P3.96mm_Vertical +JST VH series connector, B5P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +5 +5 +Connector_JST +JST_VH_B5PS-VH_1x05_P3.96mm_Horizontal +JST VH series connector, B5PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +5 +5 +Connector_JST +JST_VH_B6P-VH-B_1x06_P3.96mm_Vertical +JST VH PBT series connector, B6P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +6 +6 +Connector_JST +JST_VH_B6P-VH-FB-B_1x06_P3.96mm_Vertical +JST VH series connector, B6P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +6 +6 +Connector_JST +JST_VH_B6P-VH_1x06_P3.96mm_Vertical +JST VH series connector, B6P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +6 +6 +Connector_JST +JST_VH_B6PS-VH_1x06_P3.96mm_Horizontal +JST VH series connector, B6PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +6 +6 +Connector_JST +JST_VH_B7P-VH-B_1x07_P3.96mm_Vertical +JST VH PBT series connector, B7P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +7 +7 +Connector_JST +JST_VH_B7P-VH-FB-B_1x07_P3.96mm_Vertical +JST VH series connector, B7P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +7 +7 +Connector_JST +JST_VH_B7P-VH_1x07_P3.96mm_Vertical +JST VH series connector, B7P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +7 +7 +Connector_JST +JST_VH_B7PS-VH_1x07_P3.96mm_Horizontal +JST VH series connector, B7PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +7 +7 +Connector_JST +JST_VH_B8P-VH-B_1x08_P3.96mm_Vertical +JST VH PBT series connector, B8P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +8 +8 +Connector_JST +JST_VH_B8P-VH-FB-B_1x08_P3.96mm_Vertical +JST VH series connector, B8P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +8 +8 +Connector_JST +JST_VH_B8P-VH_1x08_P3.96mm_Vertical +JST VH series connector, B8P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +8 +8 +Connector_JST +JST_VH_B8PS-VH_1x08_P3.96mm_Horizontal +JST VH series connector, B8PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +8 +8 +Connector_JST +JST_VH_B9P-VH-B_1x09_P3.96mm_Vertical +JST VH PBT series connector, B9P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +9 +9 +Connector_JST +JST_VH_B9P-VH-FB-B_1x09_P3.96mm_Vertical +JST VH series connector, B9P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +9 +9 +Connector_JST +JST_VH_B9P-VH_1x09_P3.96mm_Vertical +JST VH series connector, B9P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +9 +9 +Connector_JST +JST_VH_B9PS-VH_1x09_P3.96mm_Horizontal +JST VH series connector, B9PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +9 +9 +Connector_JST +JST_VH_B10P-VH-B_1x10_P3.96mm_Vertical +JST VH PBT series connector, B10P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +10 +10 +Connector_JST +JST_VH_B10P-VH-FB-B_1x10_P3.96mm_Vertical +JST VH series connector, B10P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +10 +10 +Connector_JST +JST_VH_B10P-VH_1x10_P3.96mm_Vertical +JST VH series connector, B10P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +10 +10 +Connector_JST +JST_VH_B10PS-VH_1x10_P3.96mm_Horizontal +JST VH series connector, B10PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +10 +10 +Connector_JST +JST_VH_B11P-VH-B_1x11_P3.96mm_Vertical +JST VH PBT series connector, B11P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +11 +11 +Connector_JST +JST_VH_S2P-VH_1x02_P3.96mm_Horizontal +JST VH series connector, S2P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +2 +2 +Connector_JST +JST_VH_S3P-VH_1x03_P3.96mm_Horizontal +JST VH series connector, S3P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +3 +3 +Connector_JST +JST_VH_S4P-VH_1x04_P3.96mm_Horizontal +JST VH series connector, S4P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +4 +4 +Connector_JST +JST_VH_S5P-VH_1x05_P3.96mm_Horizontal +JST VH series connector, S5P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +5 +5 +Connector_JST +JST_VH_S6P-VH_1x06_P3.96mm_Horizontal +JST VH series connector, S6P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +6 +6 +Connector_JST +JST_VH_S7P-VH_1x07_P3.96mm_Horizontal +JST VH series connector, S7P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +7 +7 +Connector_JST +JST_XAG_SM05B-XAGKS-BN-TB_1x05-1MP_P2.50mm_Horizontal +JST XAG series connector, SM05B-XAGKS-BN-TB (http://www.jst-mfg.com/product/pdf/eng/eXAG.pdf), generated with kicad-footprint-generator +connector JST XAG top entry +0 +7 +6 +Connector_JST +JST_XA_B02B-XASK-1-A_1x02_P2.50mm_Vertical +JST XA series connector, B02B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +2 +2 +Connector_JST +JST_XA_B02B-XASK-1_1x02_P2.50mm_Vertical +JST XA series connector, B02B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +2 +2 +Connector_JST +JST_XA_B03B-XASK-1-A_1x03_P2.50mm_Vertical +JST XA series connector, B03B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +3 +3 +Connector_JST +JST_XA_B03B-XASK-1_1x03_P2.50mm_Vertical +JST XA series connector, B03B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +3 +3 +Connector_JST +JST_XA_B04B-XASK-1-A_1x04_P2.50mm_Vertical +JST XA series connector, B04B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +4 +4 +Connector_JST +JST_XA_B04B-XASK-1_1x04_P2.50mm_Vertical +JST XA series connector, B04B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +4 +4 +Connector_JST +JST_XA_B05B-XASK-1-A_1x05_P2.50mm_Vertical +JST XA series connector, B05B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +5 +5 +Connector_JST +JST_XA_B05B-XASK-1_1x05_P2.50mm_Vertical +JST XA series connector, B05B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +5 +5 +Connector_JST +JST_XA_B06B-XASK-1-A_1x06_P2.50mm_Vertical +JST XA series connector, B06B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +6 +6 +Connector_JST +JST_XA_B06B-XASK-1_1x06_P2.50mm_Vertical +JST XA series connector, B06B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +6 +6 +Connector_JST +JST_XA_B07B-XASK-1-A_1x07_P2.50mm_Vertical +JST XA series connector, B07B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +7 +7 +Connector_JST +JST_XA_B07B-XASK-1_1x07_P2.50mm_Vertical +JST XA series connector, B07B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +7 +7 +Connector_JST +JST_XA_B08B-XASK-1-A_1x08_P2.50mm_Vertical +JST XA series connector, B08B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +8 +8 +Connector_JST +JST_XA_B08B-XASK-1_1x08_P2.50mm_Vertical +JST XA series connector, B08B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +8 +8 +Connector_JST +JST_XA_B09B-XASK-1-A_1x09_P2.50mm_Vertical +JST XA series connector, B09B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +9 +9 +Connector_JST +JST_XA_B09B-XASK-1_1x09_P2.50mm_Vertical +JST XA series connector, B09B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +9 +9 +Connector_JST +JST_XA_B10B-XASK-1-A_1x10_P2.50mm_Vertical +JST XA series connector, B10B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +10 +10 +Connector_JST +JST_XA_B10B-XASK-1_1x10_P2.50mm_Vertical +JST XA series connector, B10B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +10 +10 +Connector_JST +JST_XA_B11B-XASK-1-A_1x11_P2.50mm_Vertical +JST XA series connector, B11B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +11 +11 +Connector_JST +JST_XA_B11B-XASK-1_1x11_P2.50mm_Vertical +JST XA series connector, B11B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +11 +11 +Connector_JST +JST_XA_B12B-XASK-1-A_1x12_P2.50mm_Vertical +JST XA series connector, B12B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +12 +12 +Connector_JST +JST_XA_B12B-XASK-1_1x12_P2.50mm_Vertical +JST XA series connector, B12B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +12 +12 +Connector_JST +JST_XA_B13B-XASK-1-A_1x13_P2.50mm_Vertical +JST XA series connector, B13B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +13 +13 +Connector_JST +JST_XA_B13B-XASK-1_1x13_P2.50mm_Vertical +JST XA series connector, B13B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +13 +13 +Connector_JST +JST_XA_B14B-XASK-1-A_1x14_P2.50mm_Vertical +JST XA series connector, B14B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +14 +14 +Connector_JST +JST_XA_B14B-XASK-1_1x14_P2.50mm_Vertical +JST XA series connector, B14B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +14 +14 +Connector_JST +JST_XA_B15B-XASK-1-A_1x15_P2.50mm_Vertical +JST XA series connector, B15B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +15 +15 +Connector_JST +JST_XA_B15B-XASK-1_1x15_P2.50mm_Vertical +JST XA series connector, B15B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +15 +15 +Connector_JST +JST_XA_B18B-XASK-1_1x18_P2.50mm_Vertical +JST XA series connector, B18B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +18 +18 +Connector_JST +JST_XA_B20B-XASK-1-A_1x20_P2.50mm_Vertical +JST XA series connector, B20B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +20 +20 +Connector_JST +JST_XA_B20B-XASK-1_1x20_P2.50mm_Vertical +JST XA series connector, B20B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +20 +20 +Connector_JST +JST_XA_S02B-XASK-1N-BN_1x02_P2.50mm_Horizontal +JST XA series connector, S02B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +2 +2 +Connector_JST +JST_XA_S02B-XASK-1_1x02_P2.50mm_Horizontal +JST XA series connector, S02B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +2 +2 +Connector_JST +JST_XA_S03B-XASK-1N-BN_1x03_P2.50mm_Horizontal +JST XA series connector, S03B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +3 +3 +Connector_JST +JST_XA_S03B-XASK-1_1x03_P2.50mm_Horizontal +JST XA series connector, S03B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +3 +3 +Connector_JST +JST_XA_S04B-XASK-1N-BN_1x04_P2.50mm_Horizontal +JST XA series connector, S04B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +4 +4 +Connector_JST +JST_XA_S04B-XASK-1_1x04_P2.50mm_Horizontal +JST XA series connector, S04B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +4 +4 +Connector_JST +JST_XA_S05B-XASK-1N-BN_1x05_P2.50mm_Horizontal +JST XA series connector, S05B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +5 +5 +Connector_JST +JST_XA_S05B-XASK-1_1x05_P2.50mm_Horizontal +JST XA series connector, S05B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +5 +5 +Connector_JST +JST_XA_S06B-XASK-1N-BN_1x06_P2.50mm_Horizontal +JST XA series connector, S06B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +6 +6 +Connector_JST +JST_XA_S06B-XASK-1_1x06_P2.50mm_Horizontal +JST XA series connector, S06B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +6 +6 +Connector_JST +JST_XA_S07B-XASK-1N-BN_1x07_P2.50mm_Horizontal +JST XA series connector, S07B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +7 +7 +Connector_JST +JST_XA_S07B-XASK-1_1x07_P2.50mm_Horizontal +JST XA series connector, S07B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +7 +7 +Connector_JST +JST_XA_S08B-XASK-1N-BN_1x08_P2.50mm_Horizontal +JST XA series connector, S08B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +8 +8 +Connector_JST +JST_XA_S08B-XASK-1_1x08_P2.50mm_Horizontal +JST XA series connector, S08B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +8 +8 +Connector_JST +JST_XA_S09B-XASK-1N-BN_1x09_P2.50mm_Horizontal +JST XA series connector, S09B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +9 +9 +Connector_JST +JST_XA_S09B-XASK-1_1x09_P2.50mm_Horizontal +JST XA series connector, S09B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +9 +9 +Connector_JST +JST_XA_S10B-XASK-1N-BN_1x10_P2.50mm_Horizontal +JST XA series connector, S10B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +10 +10 +Connector_JST +JST_XA_S10B-XASK-1_1x10_P2.50mm_Horizontal +JST XA series connector, S10B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +10 +10 +Connector_JST +JST_XA_S11B-XASK-1N-BN_1x11_P2.50mm_Horizontal +JST XA series connector, S11B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +11 +11 +Connector_JST +JST_XA_S11B-XASK-1_1x11_P2.50mm_Horizontal +JST XA series connector, S11B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +11 +11 +Connector_JST +JST_XA_S12B-XASK-1N-BN_1x12_P2.50mm_Horizontal +JST XA series connector, S12B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +12 +12 +Connector_JST +JST_XA_S12B-XASK-1_1x12_P2.50mm_Horizontal +JST XA series connector, S12B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +12 +12 +Connector_JST +JST_XA_S13B-XASK-1N-BN_1x13_P2.50mm_Horizontal +JST XA series connector, S13B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +13 +13 +Connector_JST +JST_XA_S13B-XASK-1_1x13_P2.50mm_Horizontal +JST XA series connector, S13B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +13 +13 +Connector_JST +JST_XA_S14B-XASK-1N-BN_1x14_P2.50mm_Horizontal +JST XA series connector, S14B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +14 +14 +Connector_JST +JST_XA_S14B-XASK-1_1x14_P2.50mm_Horizontal +JST XA series connector, S14B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +14 +14 +Connector_JST +JST_XH_B1B-XH-AM_1x01_P2.50mm_Vertical +JST XH series connector, B1B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +1 +1 +Connector_JST +JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical +JST XH series connector, B2B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +2 +2 +Connector_JST +JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical +JST XH series connector, B2B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +2 +2 +Connector_JST +JST_XH_B3B-XH-AM_1x03_P2.50mm_Vertical +JST XH series connector, B3B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +3 +3 +Connector_JST +JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical +JST XH series connector, B3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +3 +3 +Connector_JST +JST_XH_B4B-XH-AM_1x04_P2.50mm_Vertical +JST XH series connector, B4B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +4 +4 +Connector_JST +JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical +JST XH series connector, B4B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +4 +4 +Connector_JST +JST_XH_B5B-XH-AM_1x05_P2.50mm_Vertical +JST XH series connector, B5B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +5 +5 +Connector_JST +JST_XH_B5B-XH-A_1x05_P2.50mm_Vertical +JST XH series connector, B5B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +5 +5 +Connector_JST +JST_XH_B6B-XH-AM_1x06_P2.50mm_Vertical +JST XH series connector, B6B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +6 +6 +Connector_JST +JST_XH_B6B-XH-A_1x06_P2.50mm_Vertical +JST XH series connector, B6B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +6 +6 +Connector_JST +JST_XH_B7B-XH-AM_1x07_P2.50mm_Vertical +JST XH series connector, B7B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +7 +7 +Connector_JST +JST_XH_B7B-XH-A_1x07_P2.50mm_Vertical +JST XH series connector, B7B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +7 +7 +Connector_JST +JST_XH_B8B-XH-AM_1x08_P2.50mm_Vertical +JST XH series connector, B8B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +8 +8 +Connector_JST +JST_XH_B8B-XH-A_1x08_P2.50mm_Vertical +JST XH series connector, B8B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +8 +8 +Connector_JST +JST_XH_B9B-XH-AM_1x09_P2.50mm_Vertical +JST XH series connector, B9B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +9 +9 +Connector_JST +JST_XH_B9B-XH-A_1x09_P2.50mm_Vertical +JST XH series connector, B9B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +9 +9 +Connector_JST +JST_XH_B10B-XH-AM_1x10_P2.50mm_Vertical +JST XH series connector, B10B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry boss +0 +10 +10 +Connector_JST +JST_XH_B10B-XH-A_1x10_P2.50mm_Vertical +JST XH series connector, B10B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +10 +10 +Connector_JST +JST_XH_B11B-XH-A_1x11_P2.50mm_Vertical +JST XH series connector, B11B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +11 +11 +Connector_JST +JST_XH_B12B-XH-AM_1x12_P2.50mm_Vertical +JST XH series connector, B12B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry boss +0 +12 +12 +Connector_JST +JST_XH_B12B-XH-A_1x12_P2.50mm_Vertical +JST XH series connector, B12B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +12 +12 +Connector_JST +JST_XH_B13B-XH-A_1x13_P2.50mm_Vertical +JST XH series connector, B13B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +13 +13 +Connector_JST +JST_XH_B14B-XH-A_1x14_P2.50mm_Vertical +JST XH series connector, B14B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +14 +14 +Connector_JST +JST_XH_B15B-XH-A_1x15_P2.50mm_Vertical +JST XH series connector, B15B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +15 +15 +Connector_JST +JST_XH_B16B-XH-A_1x16_P2.50mm_Vertical +JST XH series connector, B16B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +16 +16 +Connector_JST +JST_XH_B20B-XH-A_1x20_P2.50mm_Vertical +JST XH series connector, B20B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +20 +20 +Connector_JST +JST_XH_S2B-XH-A-1_1x02_P2.50mm_Horizontal +JST XH series connector, S2B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +2 +2 +Connector_JST +JST_XH_S2B-XH-A_1x02_P2.50mm_Horizontal +JST XH series connector, S2B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +2 +2 +Connector_JST +JST_XH_S3B-XH-A-1_1x03_P2.50mm_Horizontal +JST XH series connector, S3B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +3 +3 +Connector_JST +JST_XH_S3B-XH-A_1x03_P2.50mm_Horizontal +JST XH series connector, S3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +3 +3 +Connector_JST +JST_XH_S4B-XH-A-1_1x04_P2.50mm_Horizontal +JST XH series connector, S4B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +4 +4 +Connector_JST +JST_XH_S4B-XH-A_1x04_P2.50mm_Horizontal +JST XH series connector, S4B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +4 +4 +Connector_JST +JST_XH_S5B-XH-A-1_1x05_P2.50mm_Horizontal +JST XH series connector, S5B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +5 +5 +Connector_JST +JST_XH_S5B-XH-A_1x05_P2.50mm_Horizontal +JST XH series connector, S5B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +5 +5 +Connector_JST +JST_XH_S6B-XH-A-1_1x06_P2.50mm_Horizontal +JST XH series connector, S6B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +6 +6 +Connector_JST +JST_XH_S6B-XH-A_1x06_P2.50mm_Horizontal +JST XH series connector, S6B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +6 +6 +Connector_JST +JST_XH_S7B-XH-A-1_1x07_P2.50mm_Horizontal +JST XH series connector, S7B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +7 +7 +Connector_JST +JST_XH_S7B-XH-A_1x07_P2.50mm_Horizontal +JST XH series connector, S7B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +7 +7 +Connector_JST +JST_XH_S8B-XH-A-1_1x08_P2.50mm_Horizontal +JST XH series connector, S8B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +8 +8 +Connector_JST +JST_XH_S8B-XH-A_1x08_P2.50mm_Horizontal +JST XH series connector, S8B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +8 +8 +Connector_JST +JST_XH_S9B-XH-A-1_1x09_P2.50mm_Horizontal +JST XH series connector, S9B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +9 +9 +Connector_JST +JST_XH_S9B-XH-A_1x09_P2.50mm_Horizontal +JST XH series connector, S9B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +9 +9 +Connector_JST +JST_XH_S10B-XH-A-1_1x10_P2.50mm_Horizontal +JST XH series connector, S10B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +10 +10 +Connector_JST +JST_XH_S10B-XH-A_1x10_P2.50mm_Horizontal +JST XH series connector, S10B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +10 +10 +Connector_JST +JST_XH_S11B-XH-A-1_1x11_P2.50mm_Horizontal +JST XH series connector, S11B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +11 +11 +Connector_JST +JST_XH_S11B-XH-A_1x11_P2.50mm_Horizontal +JST XH series connector, S11B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +11 +11 +Connector_JST +JST_XH_S12B-XH-A-1_1x12_P2.50mm_Horizontal +JST XH series connector, S12B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +12 +12 +Connector_JST +JST_XH_S12B-XH-A_1x12_P2.50mm_Horizontal +JST XH series connector, S12B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +12 +12 +Connector_JST +JST_XH_S13B-XH-A-1_1x13_P2.50mm_Horizontal +JST XH series connector, S13B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +13 +13 +Connector_JST +JST_XH_S13B-XH-A_1x13_P2.50mm_Horizontal +JST XH series connector, S13B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +13 +13 +Connector_JST +JST_XH_S14B-XH-A-1_1x14_P2.50mm_Horizontal +JST XH series connector, S14B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +14 +14 +Connector_JST +JST_XH_S14B-XH-A_1x14_P2.50mm_Horizontal +JST XH series connector, S14B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +14 +14 +Connector_JST +JST_XH_S15B-XH-A-1_1x15_P2.50mm_Horizontal +JST XH series connector, S15B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +15 +15 +Connector_JST +JST_XH_S15B-XH-A_1x15_P2.50mm_Horizontal +JST XH series connector, S15B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +15 +15 +Connector_JST +JST_XH_S16B-XH-A_1x16_P2.50mm_Horizontal +JST XH series connector, S16B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +16 +16 +Connector_JST +JST_ZE_B02B-ZESK-1D_1x02_P1.50mm_Vertical +JST ZE series connector, B02B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +2 +2 +Connector_JST +JST_ZE_B03B-ZESK-1D_1x03_P1.50mm_Vertical +JST ZE series connector, B03B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +3 +3 +Connector_JST +JST_ZE_B03B-ZESK-D_1x03_P1.50mm_Vertical +JST ZE series connector, B03B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +3 +3 +Connector_JST +JST_ZE_B04B-ZESK-1D_1x04_P1.50mm_Vertical +JST ZE series connector, B04B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +4 +4 +Connector_JST +JST_ZE_B04B-ZESK-D_1x04_P1.50mm_Vertical +JST ZE series connector, B04B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +4 +4 +Connector_JST +JST_ZE_B05B-ZESK-1D_1x05_P1.50mm_Vertical +JST ZE series connector, B05B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +5 +5 +Connector_JST +JST_ZE_B05B-ZESK-D_1x05_P1.50mm_Vertical +JST ZE series connector, B05B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +5 +5 +Connector_JST +JST_ZE_B06B-ZESK-1D_1x06_P1.50mm_Vertical +JST ZE series connector, B06B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +6 +6 +Connector_JST +JST_ZE_B06B-ZESK-D_1x06_P1.50mm_Vertical +JST ZE series connector, B06B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +6 +6 +Connector_JST +JST_ZE_B07B-ZESK-1D_1x07_P1.50mm_Vertical +JST ZE series connector, B07B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +7 +7 +Connector_JST +JST_ZE_B07B-ZESK-D_1x07_P1.50mm_Vertical +JST ZE series connector, B07B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +7 +7 +Connector_JST +JST_ZE_B08B-ZESK-1D_1x08_P1.50mm_Vertical +JST ZE series connector, B08B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +8 +8 +Connector_JST +JST_ZE_B08B-ZESK-D_1x08_P1.50mm_Vertical +JST ZE series connector, B08B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +8 +8 +Connector_JST +JST_ZE_B09B-ZESK-1D_1x09_P1.50mm_Vertical +JST ZE series connector, B09B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +9 +9 +Connector_JST +JST_ZE_B09B-ZESK-D_1x09_P1.50mm_Vertical +JST ZE series connector, B09B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +9 +9 +Connector_JST +JST_ZE_B10B-ZESK-1D_1x10_P1.50mm_Vertical +JST ZE series connector, B10B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +10 +10 +Connector_JST +JST_ZE_B10B-ZESK-D_1x10_P1.50mm_Vertical +JST ZE series connector, B10B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +10 +10 +Connector_JST +JST_ZE_B11B-ZESK-1D_1x11_P1.50mm_Vertical +JST ZE series connector, B11B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +11 +11 +Connector_JST +JST_ZE_B11B-ZESK-D_1x11_P1.50mm_Vertical +JST ZE series connector, B11B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +11 +11 +Connector_JST +JST_ZE_B12B-ZESK-1D_1x12_P1.50mm_Vertical +JST ZE series connector, B12B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +12 +12 +Connector_JST +JST_ZE_B12B-ZESK-D_1x12_P1.50mm_Vertical +JST ZE series connector, B12B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +12 +12 +Connector_JST +JST_ZE_B13B-ZESK-1D_1x13_P1.50mm_Vertical +JST ZE series connector, B13B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +13 +13 +Connector_JST +JST_ZE_B13B-ZESK-D_1x13_P1.50mm_Vertical +JST ZE series connector, B13B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +13 +13 +Connector_JST +JST_ZE_B14B-ZESK-1D_1x14_P1.50mm_Vertical +JST ZE series connector, B14B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +14 +14 +Connector_JST +JST_ZE_B14B-ZESK-D_1x14_P1.50mm_Vertical +JST ZE series connector, B14B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +14 +14 +Connector_JST +JST_ZE_B15B-ZESK-1D_1x15_P1.50mm_Vertical +JST ZE series connector, B15B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +15 +15 +Connector_JST +JST_ZE_B15B-ZESK-D_1x15_P1.50mm_Vertical +JST ZE series connector, B15B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +15 +15 +Connector_JST +JST_ZE_B16B-ZESK-1D_1x16_P1.50mm_Vertical +JST ZE series connector, B16B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +16 +16 +Connector_JST +JST_ZE_B16B-ZESK-D_1x16_P1.50mm_Vertical +JST ZE series connector, B16B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +16 +16 +Connector_JST +JST_ZE_BM02B-ZESS-TBT_1x02-1MP_P1.50mm_Vertical +JST ZE series connector, BM02B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +4 +3 +Connector_JST +JST_ZE_BM03B-ZESS-TBT_1x03-1MP_P1.50mm_Vertical +JST ZE series connector, BM03B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +5 +4 +Connector_JST +JST_ZE_BM04B-ZESS-TBT_1x04-1MP_P1.50mm_Vertical +JST ZE series connector, BM04B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +6 +5 +Connector_JST +JST_ZE_BM05B-ZESS-TBT_1x05-1MP_P1.50mm_Vertical +JST ZE series connector, BM05B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +7 +6 +Connector_JST +JST_ZE_BM06B-ZESS-TBT_1x06-1MP_P1.50mm_Vertical +JST ZE series connector, BM06B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +8 +7 +Connector_JST +JST_ZE_BM07B-ZESS-TBT_1x07-1MP_P1.50mm_Vertical +JST ZE series connector, BM07B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +9 +8 +Connector_JST +JST_ZE_BM08B-ZESS-TBT_1x08-1MP_P1.50mm_Vertical +JST ZE series connector, BM08B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +10 +9 +Connector_JST +JST_ZE_BM09B-ZESS-TBT_1x09-1MP_P1.50mm_Vertical +JST ZE series connector, BM09B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +11 +10 +Connector_JST +JST_ZE_BM10B-ZESS-TBT_1x10-1MP_P1.50mm_Vertical +JST ZE series connector, BM10B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +12 +11 +Connector_JST +JST_ZE_BM11B-ZESS-TBT_1x11-1MP_P1.50mm_Vertical +JST ZE series connector, BM11B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +13 +12 +Connector_JST +JST_ZE_BM12B-ZESS-TBT_1x12-1MP_P1.50mm_Vertical +JST ZE series connector, BM12B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +14 +13 +Connector_JST +JST_ZE_BM13B-ZESS-TBT_1x13-1MP_P1.50mm_Vertical +JST ZE series connector, BM13B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +15 +14 +Connector_JST +JST_ZE_BM14B-ZESS-TBT_1x14-1MP_P1.50mm_Vertical +JST ZE series connector, BM14B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +16 +15 +Connector_JST +JST_ZE_BM15B-ZESS-TBT_1x15-1MP_P1.50mm_Vertical +JST ZE series connector, BM15B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +17 +16 +Connector_JST +JST_ZE_BM16B-ZESS-TBT_1x16-1MP_P1.50mm_Vertical +JST ZE series connector, BM16B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +18 +17 +Connector_JST +JST_ZE_S02B-ZESK-2D_1x02_P1.50mm_Horizontal +JST ZE series connector, S02B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +2 +2 +Connector_JST +JST_ZE_S03B-ZESK-2D_1x03_P1.50mm_Horizontal +JST ZE series connector, S03B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +3 +3 +Connector_JST +JST_ZE_S04B-ZESK-2D_1x04_P1.50mm_Horizontal +JST ZE series connector, S04B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +4 +4 +Connector_JST +JST_ZE_S05B-ZESK-2D_1x05_P1.50mm_Horizontal +JST ZE series connector, S05B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +5 +5 +Connector_JST +JST_ZE_S06B-ZESK-2D_1x06_P1.50mm_Horizontal +JST ZE series connector, S06B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +6 +6 +Connector_JST +JST_ZE_S07B-ZESK-2D_1x07_P1.50mm_Horizontal +JST ZE series connector, S07B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +7 +7 +Connector_JST +JST_ZE_S08B-ZESK-2D_1x08_P1.50mm_Horizontal +JST ZE series connector, S08B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +8 +8 +Connector_JST +JST_ZE_S09B-ZESK-2D_1x09_P1.50mm_Horizontal +JST ZE series connector, S09B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +9 +9 +Connector_JST +JST_ZE_S10B-ZESK-2D_1x10_P1.50mm_Horizontal +JST ZE series connector, S10B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +10 +10 +Connector_JST +JST_ZE_S11B-ZESK-2D_1x11_P1.50mm_Horizontal +JST ZE series connector, S11B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +11 +11 +Connector_JST +JST_ZE_S12B-ZESK-2D_1x12_P1.50mm_Horizontal +JST ZE series connector, S12B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +12 +12 +Connector_JST +JST_ZE_S13B-ZESK-2D_1x13_P1.50mm_Horizontal +JST ZE series connector, S13B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +13 +13 +Connector_JST +JST_ZE_S14B-ZESK-2D_1x14_P1.50mm_Horizontal +JST ZE series connector, S14B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +14 +14 +Connector_JST +JST_ZE_S15B-ZESK-2D_1x15_P1.50mm_Horizontal +JST ZE series connector, S15B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +15 +15 +Connector_JST +JST_ZE_S16B-ZESK-2D_1x16_P1.50mm_Horizontal +JST ZE series connector, S16B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +16 +16 +Connector_JST +JST_ZE_SM02B-ZESS-TB_1x02-1MP_P1.50mm_Horizontal +JST ZE series connector, SM02B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +4 +3 +Connector_JST +JST_ZE_SM03B-ZESS-TB_1x03-1MP_P1.50mm_Horizontal +JST ZE series connector, SM03B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +5 +4 +Connector_JST +JST_ZE_SM04B-ZESS-TB_1x04-1MP_P1.50mm_Horizontal +JST ZE series connector, SM04B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +6 +5 +Connector_JST +JST_ZE_SM05B-ZESS-TB_1x05-1MP_P1.50mm_Horizontal +JST ZE series connector, SM05B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +7 +6 +Connector_JST +JST_ZE_SM06B-ZESS-TB_1x06-1MP_P1.50mm_Horizontal +JST ZE series connector, SM06B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +8 +7 +Connector_JST +JST_ZE_SM07B-ZESS-TB_1x07-1MP_P1.50mm_Horizontal +JST ZE series connector, SM07B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +9 +8 +Connector_JST +JST_ZE_SM08B-ZESS-TB_1x08-1MP_P1.50mm_Horizontal +JST ZE series connector, SM08B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +10 +9 +Connector_JST +JST_ZE_SM09B-ZESS-TB_1x09-1MP_P1.50mm_Horizontal +JST ZE series connector, SM09B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +11 +10 +Connector_JST +JST_ZE_SM10B-ZESS-TB_1x10-1MP_P1.50mm_Horizontal +JST ZE series connector, SM10B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +12 +11 +Connector_JST +JST_ZE_SM11B-ZESS-TB_1x11-1MP_P1.50mm_Horizontal +JST ZE series connector, SM11B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +13 +12 +Connector_JST +JST_ZE_SM12B-ZESS-TB_1x12-1MP_P1.50mm_Horizontal +JST ZE series connector, SM12B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +14 +13 +Connector_JST +JST_ZE_SM13B-ZESS-TB_1x13-1MP_P1.50mm_Horizontal +JST ZE series connector, SM13B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +15 +14 +Connector_JST +JST_ZE_SM14B-ZESS-TB_1x14-1MP_P1.50mm_Horizontal +JST ZE series connector, SM14B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +16 +15 +Connector_JST +JST_ZE_SM15B-ZESS-TB_1x15-1MP_P1.50mm_Horizontal +JST ZE series connector, SM15B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +17 +16 +Connector_JST +JST_ZE_SM16B-ZESS-TB_1x16-1MP_P1.50mm_Horizontal +JST ZE series connector, SM16B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +18 +17 +Connector_Molex +Molex_CLIK-Mate_502382-0270_1x02-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0270 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +4 +3 +Connector_Molex +Molex_CLIK-Mate_502382-0370_1x03-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0370 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +5 +4 +Connector_Molex +Molex_CLIK-Mate_502382-0470_1x04-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0470 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +6 +5 +Connector_Molex +Molex_CLIK-Mate_502382-0570_1x05-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0570 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +7 +6 +Connector_Molex +Molex_CLIK-Mate_502382-0670_1x06-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0670 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +8 +7 +Connector_Molex +Molex_CLIK-Mate_502382-0770_1x07-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0770 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +9 +8 +Connector_Molex +Molex_CLIK-Mate_502382-0870_1x08-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0870 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +10 +9 +Connector_Molex +Molex_CLIK-Mate_502382-0970_1x09-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0970 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +11 +10 +Connector_Molex +Molex_CLIK-Mate_502382-1070_1x10-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-1070 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +12 +11 +Connector_Molex +Molex_CLIK-Mate_502382-1170_1x11-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-1170 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +13 +12 +Connector_Molex +Molex_CLIK-Mate_502382-1270_1x12-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-1270 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +14 +13 +Connector_Molex +Molex_CLIK-Mate_502382-1370_1x13-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-1370 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +15 +14 +Connector_Molex +Molex_CLIK-Mate_502382-1470_1x14-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-1470 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +16 +15 +Connector_Molex +Molex_CLIK-Mate_502382-1570_1x15-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-1570 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +17 +16 +Connector_Molex +Molex_CLIK-Mate_502386-0270_1x02-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0270 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +4 +3 +Connector_Molex +Molex_CLIK-Mate_502386-0370_1x03-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0370 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +5 +4 +Connector_Molex +Molex_CLIK-Mate_502386-0470_1x04-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0470 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +6 +5 +Connector_Molex +Molex_CLIK-Mate_502386-0570_1x05-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0570 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +7 +6 +Connector_Molex +Molex_CLIK-Mate_502386-0670_1x06-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0670 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +8 +7 +Connector_Molex +Molex_CLIK-Mate_502386-0770_1x07-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0770 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +9 +8 +Connector_Molex +Molex_CLIK-Mate_502386-0870_1x08-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0870 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +10 +9 +Connector_Molex +Molex_CLIK-Mate_502386-0970_1x09-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0970 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +11 +10 +Connector_Molex +Molex_CLIK-Mate_502386-1070_1x10-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-1070 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +12 +11 +Connector_Molex +Molex_CLIK-Mate_502386-1170_1x11-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-1170 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +13 +12 +Connector_Molex +Molex_CLIK-Mate_502386-1270_1x12-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-1270 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +14 +13 +Connector_Molex +Molex_CLIK-Mate_502386-1370_1x13-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-1370 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +15 +14 +Connector_Molex +Molex_CLIK-Mate_502386-1470_1x14-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-1470 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +16 +15 +Connector_Molex +Molex_CLIK-Mate_502386-1570_1x15-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-1570 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +17 +16 +Connector_Molex +Molex_CLIK-Mate_502443-0270_1x02-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0270 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +4 +3 +Connector_Molex +Molex_CLIK-Mate_502443-0370_1x03-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0370 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +5 +4 +Connector_Molex +Molex_CLIK-Mate_502443-0470_1x04-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0470 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +6 +5 +Connector_Molex +Molex_CLIK-Mate_502443-0570_1x05-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0570 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +7 +6 +Connector_Molex +Molex_CLIK-Mate_502443-0670_1x06-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0670 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +8 +7 +Connector_Molex +Molex_CLIK-Mate_502443-0770_1x07-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0770 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +9 +8 +Connector_Molex +Molex_CLIK-Mate_502443-0870_1x08-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0870 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +10 +9 +Connector_Molex +Molex_CLIK-Mate_502443-0970_1x09-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0970 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +11 +10 +Connector_Molex +Molex_CLIK-Mate_502443-1270_1x12-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-1270 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +14 +13 +Connector_Molex +Molex_CLIK-Mate_502443-1370_1x13-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-1370 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +15 +14 +Connector_Molex +Molex_CLIK-Mate_502443-1470_1x14-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-1470 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +16 +15 +Connector_Molex +Molex_CLIK-Mate_502443-1570_1x15-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-1570 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +17 +16 +Connector_Molex +Molex_CLIK-Mate_502494-0270_1x02-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-0270 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +4 +3 +Connector_Molex +Molex_CLIK-Mate_502494-0370_1x03-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-0370 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +5 +4 +Connector_Molex +Molex_CLIK-Mate_502494-0470_1x04-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-0470 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +6 +5 +Connector_Molex +Molex_CLIK-Mate_502494-0670_1x06-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-0670 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +8 +7 +Connector_Molex +Molex_CLIK-Mate_502494-0870_1x08-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-0870 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +10 +9 +Connector_Molex +Molex_CLIK-Mate_502494-1070_1x10-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-1070 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +12 +11 +Connector_Molex +Molex_CLIK-Mate_502494-1270_1x12-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-1270 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +14 +13 +Connector_Molex +Molex_CLIK-Mate_502494-1370_1x13-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-1370 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +15 +14 +Connector_Molex +Molex_CLIK-Mate_502494-1470_1x14-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-1470 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +16 +15 +Connector_Molex +Molex_CLIK-Mate_502494-1570_1x15-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-1570 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +17 +16 +Connector_Molex +Molex_CLIK-Mate_502585-0270_1x02-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0270 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +4 +3 +Connector_Molex +Molex_CLIK-Mate_502585-0370_1x03-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0370 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +5 +4 +Connector_Molex +Molex_CLIK-Mate_502585-0470_1x04-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0470 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +6 +5 +Connector_Molex +Molex_CLIK-Mate_502585-0570_1x05-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0570 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +7 +6 +Connector_Molex +Molex_CLIK-Mate_502585-0670_1x06-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0670 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +8 +7 +Connector_Molex +Molex_CLIK-Mate_502585-0770_1x07-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0770 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +9 +8 +Connector_Molex +Molex_CLIK-Mate_502585-0870_1x08-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0870 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +10 +9 +Connector_Molex +Molex_CLIK-Mate_502585-0970_1x09-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0970 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +11 +10 +Connector_Molex +Molex_CLIK-Mate_502585-1070_1x10-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-1070 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +12 +11 +Connector_Molex +Molex_CLIK-Mate_502585-1170_1x11-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-1170 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +13 +12 +Connector_Molex +Molex_CLIK-Mate_502585-1270_1x12-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-1270 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +14 +13 +Connector_Molex +Molex_CLIK-Mate_502585-1370_1x13-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-1370 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +15 +14 +Connector_Molex +Molex_CLIK-Mate_502585-1470_1x14-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-1470 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +16 +15 +Connector_Molex +Molex_CLIK-Mate_502585-1570_1x15-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-1570 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +17 +16 +Connector_Molex +Molex_CLIK-Mate_505405-0270_1x02-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0270 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +4 +3 +Connector_Molex +Molex_CLIK-Mate_505405-0370_1x03-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0370 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +5 +4 +Connector_Molex +Molex_CLIK-Mate_505405-0470_1x04-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0470 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +6 +5 +Connector_Molex +Molex_CLIK-Mate_505405-0570_1x05-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0570 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +7 +6 +Connector_Molex +Molex_CLIK-Mate_505405-0670_1x06-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0670 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +8 +7 +Connector_Molex +Molex_CLIK-Mate_505405-0770_1x07-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0770 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +9 +8 +Connector_Molex +Molex_CLIK-Mate_505405-0870_1x08-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0870 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +10 +9 +Connector_Molex +Molex_CLIK-Mate_505405-0970_1x09-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0970 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +11 +10 +Connector_Molex +Molex_CLIK-Mate_505405-1070_1x10-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-1070 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +12 +11 +Connector_Molex +Molex_CLIK-Mate_505405-1170_1x11-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-1170 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +13 +12 +Connector_Molex +Molex_CLIK-Mate_505405-1270_1x12-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-1270 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +14 +13 +Connector_Molex +Molex_CLIK-Mate_505405-1370_1x13-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-1370 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +15 +14 +Connector_Molex +Molex_CLIK-Mate_505405-1470_1x14-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-1470 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +16 +15 +Connector_Molex +Molex_CLIK-Mate_505405-1570_1x15-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-1570 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +17 +16 +Connector_Molex +Molex_KK-254_AE-6410-02A_1x02_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-02A example for new part number: 22-27-2021, 2 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +2 +2 +Connector_Molex +Molex_KK-254_AE-6410-03A_1x03_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-03A example for new part number: 22-27-2031, 3 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +3 +3 +Connector_Molex +Molex_KK-254_AE-6410-04A_1x04_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-04A example for new part number: 22-27-2041, 4 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +4 +4 +Connector_Molex +Molex_KK-254_AE-6410-05A_1x05_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-05A example for new part number: 22-27-2051, 5 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +5 +5 +Connector_Molex +Molex_KK-254_AE-6410-06A_1x06_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-06A example for new part number: 22-27-2061, 6 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +6 +6 +Connector_Molex +Molex_KK-254_AE-6410-07A_1x07_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-07A example for new part number: 22-27-2071, 7 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +7 +7 +Connector_Molex +Molex_KK-254_AE-6410-08A_1x08_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-08A example for new part number: 22-27-2081, 8 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +8 +8 +Connector_Molex +Molex_KK-254_AE-6410-09A_1x09_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-09A example for new part number: 22-27-2091, 9 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +9 +9 +Connector_Molex +Molex_KK-254_AE-6410-10A_1x10_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-10A example for new part number: 22-27-2101, 10 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +10 +10 +Connector_Molex +Molex_KK-254_AE-6410-11A_1x11_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-11A example for new part number: 22-27-2111, 11 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +11 +11 +Connector_Molex +Molex_KK-254_AE-6410-12A_1x12_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-12A example for new part number: 22-27-2121, 12 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +12 +12 +Connector_Molex +Molex_KK-254_AE-6410-13A_1x13_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-13A example for new part number: 22-27-2131, 13 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +13 +13 +Connector_Molex +Molex_KK-254_AE-6410-14A_1x14_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-14A example for new part number: 22-27-2141, 14 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +14 +14 +Connector_Molex +Molex_KK-254_AE-6410-15A_1x15_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-15A example for new part number: 22-27-2151, 15 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +15 +15 +Connector_Molex +Molex_KK-254_AE-6410-16A_1x16_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-16A example for new part number: 22-27-2161, 16 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +16 +16 +Connector_Molex +Molex_KK-396_5273-02A_1x02_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-02A example for new part number: 09-65-2028, 2 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +2 +2 +Connector_Molex +Molex_KK-396_5273-03A_1x03_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-03A example for new part number: 09-65-2038, 3 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +3 +3 +Connector_Molex +Molex_KK-396_5273-04A_1x04_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-04A example for new part number: 09-65-2048, 4 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +4 +4 +Connector_Molex +Molex_KK-396_5273-05A_1x05_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-05A example for new part number: 09-65-2058, 5 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +5 +5 +Connector_Molex +Molex_KK-396_5273-06A_1x06_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-06A example for new part number: 09-65-2068, 6 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +6 +6 +Connector_Molex +Molex_KK-396_5273-07A_1x07_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-07A example for new part number: 09-65-2078, 7 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +7 +7 +Connector_Molex +Molex_KK-396_5273-08A_1x08_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-08A example for new part number: 09-65-2088, 8 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +8 +8 +Connector_Molex +Molex_KK-396_5273-09A_1x09_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-09A example for new part number: 09-65-2098, 9 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +9 +9 +Connector_Molex +Molex_KK-396_5273-10A_1x10_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-10A example for new part number: 09-65-2108, 10 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +10 +10 +Connector_Molex +Molex_KK-396_5273-11A_1x11_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-11A example for new part number: 09-65-2118, 11 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +11 +11 +Connector_Molex +Molex_KK-396_5273-12A_1x12_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-12A example for new part number: 09-65-2128, 12 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +12 +12 +Connector_Molex +Molex_KK-396_A-41791-0002_1x02_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0002 example for new part number: 26-60-4020, 2 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +2 +2 +Connector_Molex +Molex_KK-396_A-41791-0003_1x03_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0003 example for new part number: 26-60-4030, 3 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +3 +3 +Connector_Molex +Molex_KK-396_A-41791-0004_1x04_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0004 example for new part number: 26-60-4040, 4 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +4 +4 +Connector_Molex +Molex_KK-396_A-41791-0005_1x05_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0005 example for new part number: 26-60-4050, 5 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +5 +5 +Connector_Molex +Molex_KK-396_A-41791-0006_1x06_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0006 example for new part number: 26-60-4060, 6 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +6 +6 +Connector_Molex +Molex_KK-396_A-41791-0007_1x07_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0007 example for new part number: 26-60-4070, 7 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +7 +7 +Connector_Molex +Molex_KK-396_A-41791-0008_1x08_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0008 example for new part number: 26-60-4080, 8 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +8 +8 +Connector_Molex +Molex_KK-396_A-41791-0009_1x09_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0009 example for new part number: 26-60-4090, 9 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +9 +9 +Connector_Molex +Molex_KK-396_A-41791-0010_1x10_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0010 example for new part number: 26-60-4100, 10 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +10 +10 +Connector_Molex +Molex_KK-396_A-41791-0011_1x11_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0011 example for new part number: 26-60-4110, 11 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +11 +11 +Connector_Molex +Molex_KK-396_A-41791-0012_1x12_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0012 example for new part number: 26-60-4120, 12 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +12 +12 +Connector_Molex +Molex_KK-396_A-41791-0013_1x13_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0013 example for new part number: 26-60-4130, 13 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +13 +13 +Connector_Molex +Molex_KK-396_A-41791-0014_1x14_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0014 example for new part number: 26-60-4140, 14 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +14 +14 +Connector_Molex +Molex_KK-396_A-41791-0015_1x15_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0015 example for new part number: 26-60-4150, 15 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +15 +15 +Connector_Molex +Molex_KK-396_A-41791-0016_1x16_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0016 example for new part number: 26-60-4160, 16 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +16 +16 +Connector_Molex +Molex_KK-396_A-41791-0017_1x17_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0017 example for new part number: 26-60-4170, 17 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +17 +17 +Connector_Molex +Molex_KK-396_A-41791-0018_1x18_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0018 example for new part number: 26-60-4180, 18 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +18 +18 +Connector_Molex +Molex_KK-396_A-41792-0002_1x02_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0002 example for new part number: 26-60-5020, 2 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +2 +2 +Connector_Molex +Molex_KK-396_A-41792-0003_1x03_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0003 example for new part number: 26-60-5030, 3 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +3 +3 +Connector_Molex +Molex_KK-396_A-41792-0004_1x04_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0004 example for new part number: 26-60-5040, 4 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +4 +4 +Connector_Molex +Molex_KK-396_A-41792-0005_1x05_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0005 example for new part number: 26-60-5050, 5 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +5 +5 +Connector_Molex +Molex_KK-396_A-41792-0006_1x06_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0006 example for new part number: 26-60-5060, 6 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +6 +6 +Connector_Molex +Molex_KK-396_A-41792-0007_1x07_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0007 example for new part number: 26-60-5070, 7 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +7 +7 +Connector_Molex +Molex_KK-396_A-41792-0008_1x08_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0008 example for new part number: 26-60-5080, 8 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +8 +8 +Connector_Molex +Molex_KK-396_A-41792-0009_1x09_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0009 example for new part number: 26-60-5090, 9 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +9 +9 +Connector_Molex +Molex_KK-396_A-41792-0010_1x10_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0010 example for new part number: 26-60-5100, 10 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +10 +10 +Connector_Molex +Molex_KK-396_A-41792-0011_1x11_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0011 example for new part number: 26-60-5110, 11 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +11 +11 +Connector_Molex +Molex_KK-396_A-41792-0012_1x12_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0012 example for new part number: 26-60-5120, 12 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +12 +12 +Connector_Molex +Molex_KK-396_A-41792-0013_1x13_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0013 example for new part number: 26-60-5130, 13 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +13 +13 +Connector_Molex +Molex_KK-396_A-41792-0014_1x14_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0014 example for new part number: 26-60-5140, 14 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +14 +14 +Connector_Molex +Molex_KK-396_A-41792-0015_1x15_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0015 example for new part number: 26-60-5150, 15 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +15 +15 +Connector_Molex +Molex_KK-396_A-41792-0016_1x16_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0016 example for new part number: 26-60-5160, 16 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +16 +16 +Connector_Molex +Molex_KK-396_A-41792-0017_1x17_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0017 example for new part number: 26-60-5170, 17 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +17 +17 +Connector_Molex +Molex_KK-396_A-41792-0018_1x18_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0018 example for new part number: 26-60-5180, 18 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +18 +18 +Connector_Molex +Molex_Mega-Fit_76825-0002_2x01_P5.70mm_Horizontal +Molex Mega-Fit Power Connectors, 76825-0002 (compatible alternatives: 172064-0002, 172064-1002), 1 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit top entry +0 +2 +2 +Connector_Molex +Molex_Mega-Fit_76825-0004_2x02_P5.70mm_Horizontal +Molex Mega-Fit Power Connectors, 76825-0004 (compatible alternatives: 172064-0004, 172064-1004), 2 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit top entry +0 +4 +4 +Connector_Molex +Molex_Mega-Fit_76825-0006_2x03_P5.70mm_Horizontal +Molex Mega-Fit Power Connectors, 76825-0006 (compatible alternatives: 172064-0006, 172064-1006), 3 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit top entry +0 +6 +6 +Connector_Molex +Molex_Mega-Fit_76825-0008_2x04_P5.70mm_Horizontal +Molex Mega-Fit Power Connectors, 76825-0008 (compatible alternatives: 172064-0008, 172064-1008), 4 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit top entry +0 +8 +8 +Connector_Molex +Molex_Mega-Fit_76825-0010_2x05_P5.70mm_Horizontal +Molex Mega-Fit Power Connectors, 76825-0010 (compatible alternatives: 172064-0010, 172064-1010), 5 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit top entry +0 +10 +10 +Connector_Molex +Molex_Mega-Fit_76825-0012_2x06_P5.70mm_Horizontal +Molex Mega-Fit Power Connectors, 76825-0012 (compatible alternatives: 172064-0012, 172064-1012), 6 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit top entry +0 +12 +12 +Connector_Molex +Molex_Mega-Fit_76829-0002_2x01_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0002 (compatible alternatives: 172065-0002, 172065-1002), 1 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +2 +2 +Connector_Molex +Molex_Mega-Fit_76829-0004_2x02_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0004 (compatible alternatives: 172065-0004, 172065-1004), 2 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +4 +4 +Connector_Molex +Molex_Mega-Fit_76829-0006_2x03_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0006 (compatible alternatives: 172065-0006, 172065-1006), 3 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +6 +6 +Connector_Molex +Molex_Mega-Fit_76829-0008_2x04_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0008 (compatible alternatives: 172065-0008, 172065-1008), 4 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +8 +8 +Connector_Molex +Molex_Mega-Fit_76829-0010_2x05_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0010 (compatible alternatives: 172065-0010, 172065-1010), 5 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +10 +10 +Connector_Molex +Molex_Mega-Fit_76829-0012_2x06_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0012 (compatible alternatives: 172065-0012, 172065-1012), 6 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +12 +12 +Connector_Molex +Molex_Mega-Fit_76829-0102_2x01_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0102 (compatible alternatives: 172065-0202, 172065-0302), 1 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +2 +2 +Connector_Molex +Molex_Mega-Fit_76829-0104_2x02_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0104 (compatible alternatives: 172065-0204, 172065-0304), 2 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +4 +4 +Connector_Molex +Molex_Mega-Fit_76829-0106_2x03_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0106 (compatible alternatives: 172065-0206, 172065-0306), 3 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +6 +6 +Connector_Molex +Molex_Mega-Fit_76829-0108_2x04_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0108 (compatible alternatives: 172065-0208, 172065-0308), 4 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +8 +8 +Connector_Molex +Molex_Mega-Fit_76829-0110_2x05_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0110 (compatible alternatives: 172065-0210, 172065-0310), 5 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +10 +10 +Connector_Molex +Molex_Mega-Fit_76829-0112_2x06_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0112 (compatible alternatives: 172065-0212, 172065-0312), 6 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0200_2x01_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0200 (alternative finishes: 43045-020x), 1 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +2 +2 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0210_2x01-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0210 (compatible alternatives: 43045-0211, 43045-0209), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +4 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0212_2x01_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0212 (compatible alternatives: 43045-0213, 43045-0224), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +2 +2 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0215_2x01_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0215 (compatible alternatives: 43045-0216, 43045-0217), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +2 +2 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0218_2x01-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0218 (compatible alternatives: 43045-0219, 43045-0220), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +4 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0221_2x01-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0221 (alternative finishes: 43045-022x), 1 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +4 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0400_2x02_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0400 (alternative finishes: 43045-040x), 2 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +4 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0410_2x02-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0410 (compatible alternatives: 43045-0411, 43045-0409), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +6 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0412_2x02_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0412 (compatible alternatives: 43045-0413, 43045-0424), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +4 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0415_2x02_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0415 (compatible alternatives: 43045-0416, 43045-0417), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +4 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0418_2x02-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0418 (compatible alternatives: 43045-0419, 43045-0420), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +6 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0421_2x02-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0421 (alternative finishes: 43045-042x), 2 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +6 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0600_2x03_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0600 (alternative finishes: 43045-060x), 3 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +6 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0610_2x03-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0610 (compatible alternatives: 43045-0611, 43045-0609), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +8 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0612_2x03_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0612 (compatible alternatives: 43045-0613, 43045-0624), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +6 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0615_2x03_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0615 (compatible alternatives: 43045-0616, 43045-0617), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +6 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0618_2x03-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0618 (compatible alternatives: 43045-0619, 43045-0620), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +8 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0621_2x03-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0621 (alternative finishes: 43045-062x), 3 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +8 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0800_2x04_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0800 (alternative finishes: 43045-080x), 4 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +8 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0810_2x04-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0810 (compatible alternatives: 43045-0811, 43045-0809), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +10 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0812_2x04_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0812 (compatible alternatives: 43045-0813, 43045-0824), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +8 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0815_2x04_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0815 (compatible alternatives: 43045-0816, 43045-0817), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +8 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0818_2x04-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0818 (compatible alternatives: 43045-0819, 43045-0820), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +10 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0821_2x04-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0821 (alternative finishes: 43045-082x), 4 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +10 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1000_2x05_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1000 (alternative finishes: 43045-100x), 5 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +10 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1010_2x05-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1010 (compatible alternatives: 43045-1011, 43045-1009), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +12 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1012_2x05_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1012 (compatible alternatives: 43045-1013, 43045-1024), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +10 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1015_2x05_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1015 (compatible alternatives: 43045-1016, 43045-1017), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +10 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1018_2x05-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1018 (compatible alternatives: 43045-1019, 43045-1020), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +12 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1021_2x05-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1021 (alternative finishes: 43045-102x), 5 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +12 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1200_2x06_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1200 (alternative finishes: 43045-120x), 6 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1210_2x06-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1210 (compatible alternatives: 43045-1211, 43045-1209), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +14 +13 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1212_2x06_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1212 (compatible alternatives: 43045-1213, 43045-1224), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1215_2x06_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1215 (compatible alternatives: 43045-1216, 43045-1217), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1218_2x06-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1218 (compatible alternatives: 43045-1219, 43045-1220), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +14 +13 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1221_2x06-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1221 (alternative finishes: 43045-122x), 6 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +14 +13 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1400_2x07_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1400 (alternative finishes: 43045-140x), 7 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +14 +14 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1410_2x07-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1410 (compatible alternatives: 43045-1411, 43045-1409), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +16 +15 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1412_2x07_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1412 (compatible alternatives: 43045-1413, 43045-1424), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +14 +14 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1415_2x07_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1415 (compatible alternatives: 43045-1416, 43045-1417), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +14 +14 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1418_2x07-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1418 (compatible alternatives: 43045-1419, 43045-1420), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +16 +15 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1421_2x07-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1421 (alternative finishes: 43045-142x), 7 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +16 +15 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1600_2x08_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1600 (alternative finishes: 43045-160x), 8 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +16 +16 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1610_2x08-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1610 (compatible alternatives: 43045-1611, 43045-1609), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +18 +17 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1612_2x08_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1612 (compatible alternatives: 43045-1613, 43045-1624), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +16 +16 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1615_2x08_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1615 (compatible alternatives: 43045-1616, 43045-1617), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +16 +16 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1618_2x08-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1618 (compatible alternatives: 43045-1619, 43045-1620), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +18 +17 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1621_2x08-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1621 (alternative finishes: 43045-162x), 8 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +18 +17 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1800_2x09_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1800 (alternative finishes: 43045-180x), 9 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +18 +18 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1810_2x09-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1810 (compatible alternatives: 43045-1811, 43045-1809), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +20 +19 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1812_2x09_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1812 (compatible alternatives: 43045-1813, 43045-1824), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +18 +18 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1815_2x09_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1815 (compatible alternatives: 43045-1816, 43045-1817), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +18 +18 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1818_2x09-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1818 (compatible alternatives: 43045-1819, 43045-1820), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +20 +19 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1821_2x09-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1821 (alternative finishes: 43045-182x), 9 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +20 +19 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2000_2x10_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2000 (alternative finishes: 43045-200x), 10 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +20 +20 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2010_2x10-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2010 (compatible alternatives: 43045-2011, 43045-2009), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +22 +21 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2012_2x10_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2012 (compatible alternatives: 43045-2013, 43045-2024), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +20 +20 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2015_2x10_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2015 (compatible alternatives: 43045-2016, 43045-2017), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +20 +20 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2018_2x10-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2018 (compatible alternatives: 43045-2019, 43045-2020), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +22 +21 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2021_2x10-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2021 (alternative finishes: 43045-202x), 10 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +22 +21 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2200_2x11_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2200 (alternative finishes: 43045-220x), 11 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +22 +22 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2210_2x11-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2210 (compatible alternatives: 43045-2211, 43045-2209), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +24 +23 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2212_2x11_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2212 (compatible alternatives: 43045-2213, 43045-2224), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +22 +22 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2215_2x11_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2215 (compatible alternatives: 43045-2216, 43045-2217), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +22 +22 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2218_2x11-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2218 (compatible alternatives: 43045-2219, 43045-2220), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +24 +23 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2221_2x11-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2221 (alternative finishes: 43045-222x), 11 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +24 +23 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2400_2x12_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2400 (alternative finishes: 43045-240x), 12 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +24 +24 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2410_2x12-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2410 (compatible alternatives: 43045-2411, 43045-2409), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +26 +25 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2412_2x12_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2412 (compatible alternatives: 43045-2413, 43045-2424), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +24 +24 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2415_2x12_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2415 (compatible alternatives: 43045-2416, 43045-2417), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +24 +24 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2418_2x12-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2418 (compatible alternatives: 43045-2419, 43045-2420), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +26 +25 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2421_2x12-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2421 (alternative finishes: 43045-242x), 12 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +26 +25 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0200_1x02_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0200 (compatible alternatives: 43650-0201, 43650-0202), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +2 +2 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0210_1x02-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0210 (compatible alternatives: 43650-0211, 43650-0209), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +4 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0210_1x02-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0210 (compatible alternatives: 43650-0211, 43650-0209), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +4 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0215_1x02_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0215 (compatible alternatives: 43650-0216, 43650-0217), 2 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +2 +2 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0221_1x02_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0221 (compatible alternatives: 43650-0222, 43650-0223), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +2 +2 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0224_1x02-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0224 (compatible alternatives: 43650-0225, 43650-0226), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +4 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0300_1x03_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0300 (compatible alternatives: 43650-0301, 43650-0302), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +3 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0310_1x03-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0310 (compatible alternatives: 43650-0311, 43650-0309), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +5 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0310_1x03-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0310 (compatible alternatives: 43650-0311, 43650-0309), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +5 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0315_1x03_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0315 (compatible alternatives: 43650-0316, 43650-0317), 3 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +3 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0321_1x03_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0321 (compatible alternatives: 43650-0322, 43650-0323), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +3 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0324_1x03-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0324 (compatible alternatives: 43650-0325, 43650-0326), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +5 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0400_1x04_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0400 (compatible alternatives: 43650-0401, 43650-0402), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +4 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0410_1x04-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0410 (compatible alternatives: 43650-0411, 43650-0409), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +6 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0410_1x04-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0410 (compatible alternatives: 43650-0411, 43650-0409), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +6 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0415_1x04_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0415 (compatible alternatives: 43650-0416, 43650-0417), 4 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +4 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0421_1x04_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0421 (compatible alternatives: 43650-0422, 43650-0423), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +4 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0424_1x04-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0424 (compatible alternatives: 43650-0425, 43650-0426), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +6 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0500_1x05_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0500 (compatible alternatives: 43650-0501, 43650-0502), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +5 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0510_1x05-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0510 (compatible alternatives: 43650-0511, 43650-0509), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +7 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0510_1x05-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0510 (compatible alternatives: 43650-0511, 43650-0509), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +7 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0515_1x05_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0515 (compatible alternatives: 43650-0516, 43650-0517), 5 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +5 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0521_1x05_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0521 (compatible alternatives: 43650-0522, 43650-0523), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +5 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0524_1x05-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0524 (compatible alternatives: 43650-0525, 43650-0526), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +7 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0600_1x06_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0600 (compatible alternatives: 43650-0601, 43650-0602), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +6 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0610_1x06-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0610 (compatible alternatives: 43650-0611, 43650-0609), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +8 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0610_1x06-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0610 (compatible alternatives: 43650-0611, 43650-0609), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +8 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0615_1x06_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0615 (compatible alternatives: 43650-0616, 43650-0617), 6 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +6 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0621_1x06_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0621 (compatible alternatives: 43650-0622, 43650-0623), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +6 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0624_1x06-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0624 (compatible alternatives: 43650-0625, 43650-0626), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +8 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0700_1x07_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0700 (compatible alternatives: 43650-0701, 43650-0702), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +7 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0710_1x07-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0710 (compatible alternatives: 43650-0711, 43650-0709), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +9 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0710_1x07-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0710 (compatible alternatives: 43650-0711, 43650-0709), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +9 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0715_1x07_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0715 (compatible alternatives: 43650-0716, 43650-0717), 7 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +7 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0721_1x07_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0721 (compatible alternatives: 43650-0722, 43650-0723), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +7 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0724_1x07-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0724 (compatible alternatives: 43650-0725, 43650-0726), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +9 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0800_1x08_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0800 (compatible alternatives: 43650-0801, 43650-0802), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +8 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0810_1x08-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0810 (compatible alternatives: 43650-0811, 43650-0809), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +10 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0810_1x08-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0810 (compatible alternatives: 43650-0811, 43650-0809), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +10 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0815_1x08_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0815 (compatible alternatives: 43650-0816, 43650-0817), 8 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +8 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0821_1x08_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0821 (compatible alternatives: 43650-0822, 43650-0823), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +8 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0824_1x08-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0824 (compatible alternatives: 43650-0825, 43650-0826), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +10 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0900_1x09_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0900 (compatible alternatives: 43650-0901, 43650-0902), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +9 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0910_1x09-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0910 (compatible alternatives: 43650-0911, 43650-0909), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +11 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0910_1x09-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0910 (compatible alternatives: 43650-0911, 43650-0909), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +11 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0915_1x09_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0915 (compatible alternatives: 43650-0916, 43650-0917), 9 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +9 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0921_1x09_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0921 (compatible alternatives: 43650-0922, 43650-0923), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +9 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0924_1x09-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0924 (compatible alternatives: 43650-0925, 43650-0926), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +11 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1000_1x10_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-1000 (compatible alternatives: 43650-1001, 43650-1002), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +10 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1010_1x10-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-1010 (compatible alternatives: 43650-1011, 43650-1009), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +12 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1010_1x10-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-1010 (compatible alternatives: 43650-1011, 43650-1009), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +12 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1015_1x10_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1015 (compatible alternatives: 43650-1016, 43650-1017), 10 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +10 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1021_1x10_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1021 (compatible alternatives: 43650-1022, 43650-1023), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +10 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1024_1x10-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1024 (compatible alternatives: 43650-1025, 43650-1026), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +12 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1100_1x11_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-1100 (compatible alternatives: 43650-1101, 43650-1102), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +11 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1110_1x11-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-1110 (compatible alternatives: 43650-1111, 43650-1109), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +13 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1110_1x11-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-1110 (compatible alternatives: 43650-1111, 43650-1109), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +13 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1115_1x11_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1115 (compatible alternatives: 43650-1116, 43650-1117), 11 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +11 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1121_1x11_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1121 (compatible alternatives: 43650-1122, 43650-1123), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +11 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1124_1x11-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1124 (compatible alternatives: 43650-1125, 43650-1126), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +13 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1200_1x12_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-1200 (compatible alternatives: 43650-1201, 43650-1202), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1210_1x12-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-1210 (compatible alternatives: 43650-1211, 43650-1209), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +14 +13 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1210_1x12-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-1210 (compatible alternatives: 43650-1211, 43650-1209), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +14 +13 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1215_1x12_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1215 (compatible alternatives: 43650-1216, 43650-1217), 12 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1221_1x12_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1221 (compatible alternatives: 43650-1222, 43650-1223), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1224_1x12-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1224 (compatible alternatives: 43650-1225, 43650-1226), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +14 +13 +Connector_Molex +Molex_Micro-Latch_53253-0270_1x02_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0270 (compatible alternatives: 53253-0250), 2 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +2 +2 +Connector_Molex +Molex_Micro-Latch_53253-0370_1x03_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0370 (compatible alternatives: 53253-0350), 3 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +3 +3 +Connector_Molex +Molex_Micro-Latch_53253-0470_1x04_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0470 (compatible alternatives: 53253-0450), 4 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +4 +4 +Connector_Molex +Molex_Micro-Latch_53253-0570_1x05_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0570 (compatible alternatives: 53253-0550), 5 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +5 +5 +Connector_Molex +Molex_Micro-Latch_53253-0670_1x06_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0670 (compatible alternatives: 53253-0650), 6 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +6 +6 +Connector_Molex +Molex_Micro-Latch_53253-0770_1x07_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0770 (compatible alternatives: 53253-0750), 7 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +7 +7 +Connector_Molex +Molex_Micro-Latch_53253-0870_1x08_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0870 (compatible alternatives: 53253-0850), 8 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +8 +8 +Connector_Molex +Molex_Micro-Latch_53253-0970_1x09_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0970 (compatible alternatives: 53253-0950), 9 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +9 +9 +Connector_Molex +Molex_Micro-Latch_53253-1070_1x10_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-1070 (compatible alternatives: 53253-1050), 10 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +10 +10 +Connector_Molex +Molex_Micro-Latch_53253-1170_1x11_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-1170 (compatible alternatives: 53253-1150), 11 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +11 +11 +Connector_Molex +Molex_Micro-Latch_53253-1270_1x12_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-1270 (compatible alternatives: 53253-1250), 12 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +12 +12 +Connector_Molex +Molex_Micro-Latch_53253-1370_1x13_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-1370 (compatible alternatives: 53253-1350), 13 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +13 +13 +Connector_Molex +Molex_Micro-Latch_53253-1470_1x14_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-1470 (compatible alternatives: 53253-1450), 14 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +14 +14 +Connector_Molex +Molex_Micro-Latch_53253-1570_1x15_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-1570 (compatible alternatives: 53253-1550), 15 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +15 +15 +Connector_Molex +Molex_Micro-Latch_53254-0270_1x02_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0270 (compatible alternatives: 53254-0250), 2 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +2 +2 +Connector_Molex +Molex_Micro-Latch_53254-0370_1x03_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0370 (compatible alternatives: 53254-0350), 3 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +3 +3 +Connector_Molex +Molex_Micro-Latch_53254-0470_1x04_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0470 (compatible alternatives: 53254-0450), 4 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +4 +4 +Connector_Molex +Molex_Micro-Latch_53254-0570_1x05_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0570 (compatible alternatives: 53254-0550), 5 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +5 +5 +Connector_Molex +Molex_Micro-Latch_53254-0670_1x06_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0670 (compatible alternatives: 53254-0650), 6 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +6 +6 +Connector_Molex +Molex_Micro-Latch_53254-0770_1x07_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0770 (compatible alternatives: 53254-0750), 7 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +7 +7 +Connector_Molex +Molex_Micro-Latch_53254-0870_1x08_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0870 (compatible alternatives: 53254-0850), 8 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +8 +8 +Connector_Molex +Molex_Micro-Latch_53254-0970_1x09_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0970 (compatible alternatives: 53254-0950), 9 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +9 +9 +Connector_Molex +Molex_Micro-Latch_53254-1070_1x10_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-1070 (compatible alternatives: 53254-1050), 10 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +10 +10 +Connector_Molex +Molex_Micro-Latch_53254-1170_1x11_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-1170 (compatible alternatives: 53254-1150), 11 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +11 +11 +Connector_Molex +Molex_Micro-Latch_53254-1270_1x12_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-1270 (compatible alternatives: 53254-1250), 12 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +12 +12 +Connector_Molex +Molex_Micro-Latch_53254-1370_1x13_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-1370 (compatible alternatives: 53254-1350), 13 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +13 +13 +Connector_Molex +Molex_Micro-Latch_53254-1470_1x14_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-1470 (compatible alternatives: 53254-1450), 14 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +14 +14 +Connector_Molex +Molex_Micro-Latch_53254-1570_1x15_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-1570 (compatible alternatives: 53254-1550), 15 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +15 +15 +Connector_Molex +Molex_MicroClasp_55932-0210_1x02_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0210, with PCB locator, 2 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +2 +2 +Connector_Molex +Molex_MicroClasp_55932-0230_1x02_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0230, 2 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +2 +2 +Connector_Molex +Molex_MicroClasp_55932-0310_1x03_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0310, with PCB locator, 3 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +3 +3 +Connector_Molex +Molex_MicroClasp_55932-0330_1x03_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0330, 3 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +3 +3 +Connector_Molex +Molex_MicroClasp_55932-0410_1x04_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0410, with PCB locator, 4 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +4 +4 +Connector_Molex +Molex_MicroClasp_55932-0430_1x04_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0430, 4 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +4 +4 +Connector_Molex +Molex_MicroClasp_55932-0510_1x05_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0510, with PCB locator, 5 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +5 +5 +Connector_Molex +Molex_MicroClasp_55932-0530_1x05_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0530, 5 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +5 +5 +Connector_Molex +Molex_MicroClasp_55932-0610_1x06_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0610, with PCB locator, 6 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +6 +6 +Connector_Molex +Molex_MicroClasp_55932-0630_1x06_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0630, 6 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +6 +6 +Connector_Molex +Molex_MicroClasp_55932-0710_1x07_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0710, with PCB locator, 7 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +7 +7 +Connector_Molex +Molex_MicroClasp_55932-0730_1x07_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0730, 7 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +7 +7 +Connector_Molex +Molex_MicroClasp_55932-0810_1x08_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0810, with PCB locator, 8 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +8 +8 +Connector_Molex +Molex_MicroClasp_55932-0830_1x08_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0830, 8 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +8 +8 +Connector_Molex +Molex_MicroClasp_55932-0910_1x09_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0910, with PCB locator, 9 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +9 +9 +Connector_Molex +Molex_MicroClasp_55932-0930_1x09_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0930, 9 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +9 +9 +Connector_Molex +Molex_MicroClasp_55932-1010_1x10_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1010, with PCB locator, 10 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +10 +10 +Connector_Molex +Molex_MicroClasp_55932-1030_1x10_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1030, 10 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +10 +10 +Connector_Molex +Molex_MicroClasp_55932-1110_1x11_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1110, with PCB locator, 11 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +11 +11 +Connector_Molex +Molex_MicroClasp_55932-1130_1x11_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1130, 11 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +11 +11 +Connector_Molex +Molex_MicroClasp_55932-1210_1x12_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1210, with PCB locator, 12 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +12 +12 +Connector_Molex +Molex_MicroClasp_55932-1230_1x12_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1230, 12 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +12 +12 +Connector_Molex +Molex_MicroClasp_55932-1310_1x13_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1310, with PCB locator, 13 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +13 +13 +Connector_Molex +Molex_MicroClasp_55932-1330_1x13_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1330, 13 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +13 +13 +Connector_Molex +Molex_MicroClasp_55932-1410_1x14_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1410, with PCB locator, 14 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +14 +14 +Connector_Molex +Molex_MicroClasp_55932-1430_1x14_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1430, 14 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +14 +14 +Connector_Molex +Molex_MicroClasp_55932-1510_1x15_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1510, with PCB locator, 15 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +15 +15 +Connector_Molex +Molex_MicroClasp_55932-1530_1x15_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1530, 15 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +15 +15 +Connector_Molex +Molex_MicroClasp_55935-0210_1x02_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0210, with PCB locator, 2 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +2 +2 +Connector_Molex +Molex_MicroClasp_55935-0230_1x02_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0230, 2 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +2 +2 +Connector_Molex +Molex_MicroClasp_55935-0310_1x03_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0310, with PCB locator, 3 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +3 +3 +Connector_Molex +Molex_MicroClasp_55935-0330_1x03_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0330, 3 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +3 +3 +Connector_Molex +Molex_MicroClasp_55935-0410_1x04_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0410, with PCB locator, 4 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +4 +4 +Connector_Molex +Molex_MicroClasp_55935-0430_1x04_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0430, 4 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +4 +4 +Connector_Molex +Molex_MicroClasp_55935-0510_1x05_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0510, with PCB locator, 5 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +5 +5 +Connector_Molex +Molex_MicroClasp_55935-0530_1x05_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0530, 5 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +5 +5 +Connector_Molex +Molex_MicroClasp_55935-0610_1x06_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0610, with PCB locator, 6 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +6 +6 +Connector_Molex +Molex_MicroClasp_55935-0630_1x06_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0630, 6 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +6 +6 +Connector_Molex +Molex_MicroClasp_55935-0710_1x07_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0710, with PCB locator, 7 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +7 +7 +Connector_Molex +Molex_MicroClasp_55935-0730_1x07_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0730, 7 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +7 +7 +Connector_Molex +Molex_MicroClasp_55935-0810_1x08_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0810, with PCB locator, 8 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +8 +8 +Connector_Molex +Molex_MicroClasp_55935-0830_1x08_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0830, 8 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +8 +8 +Connector_Molex +Molex_MicroClasp_55935-0910_1x09_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0910, with PCB locator, 9 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +9 +9 +Connector_Molex +Molex_MicroClasp_55935-0930_1x09_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0930, 9 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +9 +9 +Connector_Molex +Molex_MicroClasp_55935-1010_1x10_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1010, with PCB locator, 10 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +10 +10 +Connector_Molex +Molex_MicroClasp_55935-1030_1x10_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1030, 10 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +10 +10 +Connector_Molex +Molex_MicroClasp_55935-1110_1x11_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1110, with PCB locator, 11 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +11 +11 +Connector_Molex +Molex_MicroClasp_55935-1130_1x11_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1130, 11 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +11 +11 +Connector_Molex +Molex_MicroClasp_55935-1210_1x12_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1210, with PCB locator, 12 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +12 +12 +Connector_Molex +Molex_MicroClasp_55935-1230_1x12_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1230, 12 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +12 +12 +Connector_Molex +Molex_MicroClasp_55935-1310_1x13_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1310, with PCB locator, 13 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +13 +13 +Connector_Molex +Molex_MicroClasp_55935-1330_1x13_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1330, 13 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +13 +13 +Connector_Molex +Molex_MicroClasp_55935-1410_1x14_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1410, with PCB locator, 14 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +14 +14 +Connector_Molex +Molex_MicroClasp_55935-1430_1x14_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1430, 14 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +14 +14 +Connector_Molex +Molex_MicroClasp_55935-1510_1x15_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1510, with PCB locator, 15 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +15 +15 +Connector_Molex +Molex_MicroClasp_55935-1530_1x15_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1530, 15 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +15 +15 +Connector_Molex +Molex_Mini-Fit_Jr_5566-02A2_2x01_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-02A2, example for new mpn: 39-28-902x, 1 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +2 +2 +Connector_Molex +Molex_Mini-Fit_Jr_5566-02A_2x01_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-02A, example for new mpn: 39-28-x02x, 1 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +2 +2 +Connector_Molex +Molex_Mini-Fit_Jr_5566-04A2_2x02_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-04A2, example for new mpn: 39-28-904x, 2 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +4 +4 +Connector_Molex +Molex_Mini-Fit_Jr_5566-04A_2x02_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-04A, example for new mpn: 39-28-x04x, 2 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +4 +4 +Connector_Molex +Molex_Mini-Fit_Jr_5566-06A2_2x03_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-06A2, example for new mpn: 39-28-906x, 3 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +6 +6 +Connector_Molex +Molex_Mini-Fit_Jr_5566-06A_2x03_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-06A, example for new mpn: 39-28-x06x, 3 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +6 +6 +Connector_Molex +Molex_Mini-Fit_Jr_5566-08A2_2x04_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-08A2, example for new mpn: 39-28-908x, 4 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +8 +8 +Connector_Molex +Molex_Mini-Fit_Jr_5566-08A_2x04_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-08A, example for new mpn: 39-28-x08x, 4 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +8 +8 +Connector_Molex +Molex_Mini-Fit_Jr_5566-10A2_2x05_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-10A2, example for new mpn: 39-28-910x, 5 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +10 +10 +Connector_Molex +Molex_Mini-Fit_Jr_5566-10A_2x05_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-10A, example for new mpn: 39-28-x10x, 5 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +10 +10 +Connector_Molex +Molex_Mini-Fit_Jr_5566-12A2_2x06_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-12A2, example for new mpn: 39-28-912x, 6 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +12 +12 +Connector_Molex +Molex_Mini-Fit_Jr_5566-12A_2x06_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-12A, example for new mpn: 39-28-x12x, 6 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +12 +12 +Connector_Molex +Molex_Mini-Fit_Jr_5566-14A2_2x07_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-14A2, example for new mpn: 39-28-914x, 7 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +14 +14 +Connector_Molex +Molex_Mini-Fit_Jr_5566-14A_2x07_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-14A, example for new mpn: 39-28-x14x, 7 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +14 +14 +Connector_Molex +Molex_Mini-Fit_Jr_5566-16A2_2x08_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-16A2, example for new mpn: 39-28-916x, 8 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +16 +16 +Connector_Molex +Molex_Mini-Fit_Jr_5566-16A_2x08_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-16A, example for new mpn: 39-28-x16x, 8 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +16 +16 +Connector_Molex +Molex_Mini-Fit_Jr_5566-18A2_2x09_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-18A2, example for new mpn: 39-28-918x, 9 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +18 +18 +Connector_Molex +Molex_Mini-Fit_Jr_5566-18A_2x09_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-18A, example for new mpn: 39-28-x18x, 9 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +18 +18 +Connector_Molex +Molex_Mini-Fit_Jr_5566-20A2_2x10_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-20A2, example for new mpn: 39-28-920x, 10 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +20 +20 +Connector_Molex +Molex_Mini-Fit_Jr_5566-20A_2x10_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-20A, example for new mpn: 39-28-x20x, 10 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +20 +20 +Connector_Molex +Molex_Mini-Fit_Jr_5566-22A2_2x11_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-22A2, example for new mpn: 39-28-922x, 11 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +22 +22 +Connector_Molex +Molex_Mini-Fit_Jr_5566-22A_2x11_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-22A, example for new mpn: 39-28-x22x, 11 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +22 +22 +Connector_Molex +Molex_Mini-Fit_Jr_5566-24A2_2x12_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-24A2, example for new mpn: 39-28-924x, 12 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +24 +24 +Connector_Molex +Molex_Mini-Fit_Jr_5566-24A_2x12_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-24A, example for new mpn: 39-28-x24x, 12 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +24 +24 +Connector_Molex +Molex_Mini-Fit_Jr_5569-02A1_2x01_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-02A1, example for new mpn: 39-29-4029, 1 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +2 +2 +Connector_Molex +Molex_Mini-Fit_Jr_5569-02A2_2x01_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-02A2, example for new mpn: 39-30-0020, 1 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +2 +2 +Connector_Molex +Molex_Mini-Fit_Jr_5569-04A1_2x02_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-04A1, example for new mpn: 39-29-4049, 2 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +4 +4 +Connector_Molex +Molex_Mini-Fit_Jr_5569-04A2_2x02_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-04A2, example for new mpn: 39-30-0040, 2 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +4 +4 +Connector_Molex +Molex_Mini-Fit_Jr_5569-06A1_2x03_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-06A1, example for new mpn: 39-29-4069, 3 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +6 +6 +Connector_Molex +Molex_Mini-Fit_Jr_5569-06A2_2x03_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-06A2, example for new mpn: 39-30-0060, 3 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +6 +6 +Connector_Molex +Molex_Mini-Fit_Jr_5569-08A1_2x04_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-08A1, example for new mpn: 39-29-4089, 4 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +8 +8 +Connector_Molex +Molex_Mini-Fit_Jr_5569-08A2_2x04_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-08A2, example for new mpn: 39-30-0080, 4 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +8 +8 +Connector_Molex +Molex_Mini-Fit_Jr_5569-10A1_2x05_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-10A1, example for new mpn: 39-29-4109, 5 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +10 +10 +Connector_Molex +Molex_Mini-Fit_Jr_5569-10A2_2x05_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-10A2, example for new mpn: 39-30-0100, 5 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +10 +10 +Connector_Molex +Molex_Mini-Fit_Jr_5569-12A1_2x06_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-12A1, example for new mpn: 39-29-4129, 6 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +12 +12 +Connector_Molex +Molex_Mini-Fit_Jr_5569-12A2_2x06_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-12A2, example for new mpn: 39-30-0120, 6 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +12 +12 +Connector_Molex +Molex_Mini-Fit_Jr_5569-14A1_2x07_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-14A1, example for new mpn: 39-29-4149, 7 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +14 +14 +Connector_Molex +Molex_Mini-Fit_Jr_5569-14A2_2x07_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-14A2, example for new mpn: 39-30-0140, 7 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +14 +14 +Connector_Molex +Molex_Mini-Fit_Jr_5569-16A1_2x08_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-16A1, example for new mpn: 39-29-4169, 8 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +16 +16 +Connector_Molex +Molex_Mini-Fit_Jr_5569-16A2_2x08_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-16A2, example for new mpn: 39-30-0160, 8 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +16 +16 +Connector_Molex +Molex_Mini-Fit_Jr_5569-18A1_2x09_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-18A1, example for new mpn: 39-29-4189, 9 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +18 +18 +Connector_Molex +Molex_Mini-Fit_Jr_5569-18A2_2x09_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-18A2, example for new mpn: 39-30-0180, 9 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +18 +18 +Connector_Molex +Molex_Mini-Fit_Jr_5569-20A1_2x10_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-20A1, example for new mpn: 39-29-4209, 10 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +20 +20 +Connector_Molex +Molex_Mini-Fit_Jr_5569-20A2_2x10_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-20A2, example for new mpn: 39-30-0200, 10 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +20 +20 +Connector_Molex +Molex_Mini-Fit_Jr_5569-22A1_2x11_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-22A1, example for new mpn: 39-29-4229, 11 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +22 +22 +Connector_Molex +Molex_Mini-Fit_Jr_5569-22A2_2x11_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-22A2, example for new mpn: 39-30-0220, 11 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +22 +22 +Connector_Molex +Molex_Mini-Fit_Jr_5569-24A1_2x12_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-24A1, example for new mpn: 39-29-4249, 12 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +24 +24 +Connector_Molex +Molex_Mini-Fit_Jr_5569-24A2_2x12_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-24A2, example for new mpn: 39-30-0240, 12 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +24 +24 +Connector_Molex +Molex_Mini-Fit_Sr_42819-22XX_1x02_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 42819-22XX, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +6 +2 +Connector_Molex +Molex_Mini-Fit_Sr_42819-22XX_1x02_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42819-22XX, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +32 +2 +Connector_Molex +Molex_Mini-Fit_Sr_42819-32XX_1x03_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 42819-32XX, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +8 +3 +Connector_Molex +Molex_Mini-Fit_Sr_42819-32XX_1x03_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42819-32XX, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +47 +3 +Connector_Molex +Molex_Mini-Fit_Sr_42819-42XX_1x04_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 42819-42XX, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +10 +4 +Connector_Molex +Molex_Mini-Fit_Sr_42819-42XX_1x04_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42819-42XX, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +62 +4 +Connector_Molex +Molex_Mini-Fit_Sr_42819-52XX_1x05_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 42819-52XX, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +12 +5 +Connector_Molex +Molex_Mini-Fit_Sr_42819-52XX_1x05_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42819-52XX, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +77 +5 +Connector_Molex +Molex_Mini-Fit_Sr_42819-62XX_1x06_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 42819-62XX, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +14 +6 +Connector_Molex +Molex_Mini-Fit_Sr_42819-62XX_1x06_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42819-62XX, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +92 +6 +Connector_Molex +Molex_Mini-Fit_Sr_42820-22XX_1x02_P10.00mm_Horizontal +Molex Mini-Fit Sr. Power Connectors, 42820-22XX, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +6 +2 +Connector_Molex +Molex_Mini-Fit_Sr_42820-22XX_1x02_P10.00mm_Horizontal_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42820-22XX, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +32 +2 +Connector_Molex +Molex_Mini-Fit_Sr_42820-32XX_1x03_P10.00mm_Horizontal +Molex Mini-Fit Sr. Power Connectors, 42820-32XX, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +8 +3 +Connector_Molex +Molex_Mini-Fit_Sr_42820-32XX_1x03_P10.00mm_Horizontal_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42820-32XX, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +47 +3 +Connector_Molex +Molex_Mini-Fit_Sr_42820-42XX_1x04_P10.00mm_Horizontal +Molex Mini-Fit Sr. Power Connectors, 42820-42XX, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +10 +4 +Connector_Molex +Molex_Mini-Fit_Sr_42820-42XX_1x04_P10.00mm_Horizontal_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42820-42XX, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +62 +4 +Connector_Molex +Molex_Mini-Fit_Sr_42820-52XX_1x05_P10.00mm_Horizontal +Molex Mini-Fit Sr. Power Connectors, 42820-52XX, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +12 +5 +Connector_Molex +Molex_Mini-Fit_Sr_42820-52XX_1x05_P10.00mm_Horizontal_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42820-52XX, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +77 +5 +Connector_Molex +Molex_Mini-Fit_Sr_42820-62XX_1x06_P10.00mm_Horizontal +Molex Mini-Fit Sr. Power Connectors, 42820-62XX, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +14 +6 +Connector_Molex +Molex_Mini-Fit_Sr_42820-62XX_1x06_P10.00mm_Horizontal_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42820-62XX, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +92 +6 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx06_2x03_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 43915-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +14 +6 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx06_2x03_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 43915-xx06, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +92 +6 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx08_2x04_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 43915-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +18 +8 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx08_2x04_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 43915-xx08, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +122 +8 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx10_2x05_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 43915-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +22 +10 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx10_2x05_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 43915-xx10, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +152 +10 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx12_2x06_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 43915-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +26 +12 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx12_2x06_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 43915-xx12, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +182 +12 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx14_2x07_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 43915-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +30 +14 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx14_2x07_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 43915-xx14, With thermal vias in pads, 7 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +212 +14 +Connector_Molex +Molex_Nano-Fit_105309-xx02_1x02_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx02, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +2 +2 +Connector_Molex +Molex_Nano-Fit_105309-xx03_1x03_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx03, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +3 +3 +Connector_Molex +Molex_Nano-Fit_105309-xx04_1x04_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx04, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +4 +4 +Connector_Molex +Molex_Nano-Fit_105309-xx05_1x05_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx05, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +5 +5 +Connector_Molex +Molex_Nano-Fit_105309-xx06_1x06_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx06, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +6 +6 +Connector_Molex +Molex_Nano-Fit_105309-xx07_1x07_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx07, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +7 +7 +Connector_Molex +Molex_Nano-Fit_105309-xx08_1x08_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx08, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +8 +8 +Connector_Molex +Molex_Nano-Fit_105310-xx04_2x02_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx04, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +4 +4 +Connector_Molex +Molex_Nano-Fit_105310-xx06_2x03_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +6 +6 +Connector_Molex +Molex_Nano-Fit_105310-xx08_2x04_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +8 +8 +Connector_Molex +Molex_Nano-Fit_105310-xx10_2x05_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +10 +10 +Connector_Molex +Molex_Nano-Fit_105310-xx12_2x06_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +12 +12 +Connector_Molex +Molex_Nano-Fit_105310-xx14_2x07_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +14 +14 +Connector_Molex +Molex_Nano-Fit_105310-xx16_2x08_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx16, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +16 +16 +Connector_Molex +Molex_Nano-Fit_105313-xx02_1x02_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx02, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +2 +2 +Connector_Molex +Molex_Nano-Fit_105313-xx03_1x03_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx03, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +3 +3 +Connector_Molex +Molex_Nano-Fit_105313-xx04_1x04_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx04, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +4 +4 +Connector_Molex +Molex_Nano-Fit_105313-xx05_1x05_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx05, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +5 +5 +Connector_Molex +Molex_Nano-Fit_105313-xx06_1x06_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx06, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +6 +6 +Connector_Molex +Molex_Nano-Fit_105313-xx07_1x07_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx07, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +7 +7 +Connector_Molex +Molex_Nano-Fit_105313-xx08_1x08_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx08, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +8 +8 +Connector_Molex +Molex_Nano-Fit_105314-xx04_2x02_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx04, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +4 +4 +Connector_Molex +Molex_Nano-Fit_105314-xx06_2x03_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +6 +6 +Connector_Molex +Molex_Nano-Fit_105314-xx08_2x04_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +8 +8 +Connector_Molex +Molex_Nano-Fit_105314-xx10_2x05_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +10 +10 +Connector_Molex +Molex_Nano-Fit_105314-xx12_2x06_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +12 +12 +Connector_Molex +Molex_Nano-Fit_105314-xx14_2x07_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +14 +14 +Connector_Molex +Molex_Nano-Fit_105314-xx16_2x08_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx16, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +16 +16 +Connector_Molex +Molex_Panelmate_53780-0270_1x02-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0270 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +4 +3 +Connector_Molex +Molex_Panelmate_53780-0370_1x03-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0370 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +5 +4 +Connector_Molex +Molex_Panelmate_53780-0470_1x04-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0470 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +6 +5 +Connector_Molex +Molex_Panelmate_53780-0570_1x05-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0570 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +7 +6 +Connector_Molex +Molex_Panelmate_53780-0670_1x06-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0670 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +8 +7 +Connector_Molex +Molex_Panelmate_53780-0770_1x07-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0770 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +9 +8 +Connector_Molex +Molex_Panelmate_53780-0870_1x08-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0870 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +10 +9 +Connector_Molex +Molex_Panelmate_53780-0970_1x09-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0970 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +11 +10 +Connector_Molex +Molex_Panelmate_53780-1070_1x10-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-1070 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +12 +11 +Connector_Molex +Molex_Panelmate_53780-1270_1x12-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-1270 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +14 +13 +Connector_Molex +Molex_Panelmate_53780-1470_1x14-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-1470 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +16 +15 +Connector_Molex +Molex_Panelmate_53780-1570_1x15-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-1570 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +17 +16 +Connector_Molex +Molex_Panelmate_53780-1870_1x18-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-1870 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +20 +19 +Connector_Molex +Molex_Panelmate_53780-3070_1x30-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-3070 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +32 +31 +Connector_Molex +Molex_Pico-Clasp_202396-0207_1x02-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0207 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +4 +3 +Connector_Molex +Molex_Pico-Clasp_202396-0307_1x03-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0307 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +5 +4 +Connector_Molex +Molex_Pico-Clasp_202396-0407_1x04-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0407 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +6 +5 +Connector_Molex +Molex_Pico-Clasp_202396-0507_1x05-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0507 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +7 +6 +Connector_Molex +Molex_Pico-Clasp_202396-0607_1x06-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0607 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +8 +7 +Connector_Molex +Molex_Pico-Clasp_202396-0707_1x07-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0707 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +9 +8 +Connector_Molex +Molex_Pico-Clasp_202396-0807_1x08-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0807 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +10 +9 +Connector_Molex +Molex_Pico-Clasp_202396-0907_1x09-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0907 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +11 +10 +Connector_Molex +Molex_Pico-Clasp_202396-1007_1x10-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-1007 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +12 +11 +Connector_Molex +Molex_Pico-Clasp_202396-1107_1x11-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-1107 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +13 +12 +Connector_Molex +Molex_Pico-Clasp_202396-1207_1x12-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-1207 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +14 +13 +Connector_Molex +Molex_Pico-Clasp_202396-1307_1x13-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-1307 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +15 +14 +Connector_Molex +Molex_Pico-Clasp_202396-1407_1x14-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-1407 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +16 +15 +Connector_Molex +Molex_Pico-Clasp_202396-1507_1x15-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-1507 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +17 +16 +Connector_Molex +Molex_Pico-Clasp_501331-0207_1x02-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0207 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +4 +3 +Connector_Molex +Molex_Pico-Clasp_501331-0307_1x03-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0307 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +5 +4 +Connector_Molex +Molex_Pico-Clasp_501331-0407_1x04-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0407 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +6 +5 +Connector_Molex +Molex_Pico-Clasp_501331-0507_1x05-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0507 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +7 +6 +Connector_Molex +Molex_Pico-Clasp_501331-0607_1x06-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0607 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +8 +7 +Connector_Molex +Molex_Pico-Clasp_501331-0707_1x07-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0707 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +9 +8 +Connector_Molex +Molex_Pico-Clasp_501331-0807_1x08-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0807 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +10 +9 +Connector_Molex +Molex_Pico-Clasp_501331-0907_1x09-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0907 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +11 +10 +Connector_Molex +Molex_Pico-Clasp_501331-1007_1x10-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-1007 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +12 +11 +Connector_Molex +Molex_Pico-Clasp_501331-1107_1x11-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-1107 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +13 +12 +Connector_Molex +Molex_Pico-Clasp_501331-1207_1x12-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-1207 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +14 +13 +Connector_Molex +Molex_Pico-Clasp_501331-1307_1x13-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-1307 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +15 +14 +Connector_Molex +Molex_Pico-Clasp_501331-1407_1x14-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-1407 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +16 +15 +Connector_Molex +Molex_Pico-Clasp_501331-1507_1x15-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-1507 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +17 +16 +Connector_Molex +Molex_Pico-EZmate_78171-0002_1x02-1MP_P1.20mm_Vertical +Molex Pico-EZmate series connector, 78171-0002 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-EZmate side entry +0 +4 +3 +Connector_Molex +Molex_Pico-EZmate_78171-0003_1x03-1MP_P1.20mm_Vertical +Molex Pico-EZmate series connector, 78171-0003 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-EZmate side entry +0 +5 +4 +Connector_Molex +Molex_Pico-EZmate_78171-0004_1x04-1MP_P1.20mm_Vertical +Molex Pico-EZmate series connector, 78171-0004 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-EZmate side entry +0 +6 +5 +Connector_Molex +Molex_Pico-EZmate_78171-0005_1x05-1MP_P1.20mm_Vertical +Molex Pico-EZmate series connector, 78171-0005 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-EZmate side entry +0 +7 +6 +Connector_Molex +Molex_Pico-EZmate_Slim_202656-0021_1x02-1MP_P1.20mm_Vertical +Molex Pico-EZmate_Slim series connector, 202656-0021 (http://www.molex.com/pdm_docs/sd/2026560021_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-EZmate_Slim side entry +0 +4 +3 +Connector_Molex +Molex_Pico-Lock_504050-0491_1x04-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-0491 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +6 +5 +Connector_Molex +Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-0591 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +7 +6 +Connector_Molex +Molex_Pico-Lock_504050-0691_1x06-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-0691 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +8 +7 +Connector_Molex +Molex_Pico-Lock_504050-0791_1x07-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-0791 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +9 +8 +Connector_Molex +Molex_Pico-Lock_504050-0891_1x08-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-0891 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +10 +9 +Connector_Molex +Molex_Pico-Lock_504050-1091_1x10-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-1091 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +12 +11 +Connector_Molex +Molex_Pico-Lock_504050-1291_1x12-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-1291 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +14 +13 +Connector_Molex +Molex_Pico-SPOX_87437-1443_1x14-P1.5mm_Vertical +Molex Pico-SPOX Connector System, 87437-1443, 14 Pins per row (https://www.molex.com/pdm_docs/sd/874371443_sd.pdf#page=2) +molex pico spox 14 +0 +28 +14 +Connector_Molex +Molex_PicoBlade_53047-0210_1x02_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0210, 2 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +2 +2 +Connector_Molex +Molex_PicoBlade_53047-0310_1x03_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0310, 3 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +3 +3 +Connector_Molex +Molex_PicoBlade_53047-0410_1x04_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0410, 4 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +4 +4 +Connector_Molex +Molex_PicoBlade_53047-0510_1x05_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0510, 5 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +5 +5 +Connector_Molex +Molex_PicoBlade_53047-0610_1x06_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0610, 6 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +6 +6 +Connector_Molex +Molex_PicoBlade_53047-0710_1x07_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0710, 7 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +7 +7 +Connector_Molex +Molex_PicoBlade_53047-0810_1x08_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0810, 8 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +8 +8 +Connector_Molex +Molex_PicoBlade_53047-0910_1x09_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0910, 9 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +9 +9 +Connector_Molex +Molex_PicoBlade_53047-1010_1x10_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-1010, 10 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +10 +10 +Connector_Molex +Molex_PicoBlade_53047-1110_1x11_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-1110, 11 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +11 +11 +Connector_Molex +Molex_PicoBlade_53047-1210_1x12_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-1210, 12 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +12 +12 +Connector_Molex +Molex_PicoBlade_53047-1310_1x13_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-1310, 13 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +13 +13 +Connector_Molex +Molex_PicoBlade_53047-1410_1x14_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-1410, 14 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +14 +14 +Connector_Molex +Molex_PicoBlade_53047-1510_1x15_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-1510, 15 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +15 +15 +Connector_Molex +Molex_PicoBlade_53048-0210_1x02_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0210, 2 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +2 +2 +Connector_Molex +Molex_PicoBlade_53048-0310_1x03_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0310, 3 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +3 +3 +Connector_Molex +Molex_PicoBlade_53048-0410_1x04_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0410, 4 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +4 +4 +Connector_Molex +Molex_PicoBlade_53048-0510_1x05_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0510, 5 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +5 +5 +Connector_Molex +Molex_PicoBlade_53048-0610_1x06_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0610, 6 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +6 +6 +Connector_Molex +Molex_PicoBlade_53048-0710_1x07_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0710, 7 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +7 +7 +Connector_Molex +Molex_PicoBlade_53048-0810_1x08_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0810, 8 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +8 +8 +Connector_Molex +Molex_PicoBlade_53048-0910_1x09_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0910, 9 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +9 +9 +Connector_Molex +Molex_PicoBlade_53048-1010_1x10_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-1010, 10 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +10 +10 +Connector_Molex +Molex_PicoBlade_53048-1110_1x11_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-1110, 11 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +11 +11 +Connector_Molex +Molex_PicoBlade_53048-1210_1x12_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-1210, 12 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +12 +12 +Connector_Molex +Molex_PicoBlade_53048-1310_1x13_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-1310, 13 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +13 +13 +Connector_Molex +Molex_PicoBlade_53048-1410_1x14_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-1410, 14 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +14 +14 +Connector_Molex +Molex_PicoBlade_53048-1510_1x15_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-1510, 15 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +15 +15 +Connector_Molex +Molex_PicoBlade_53261-0271_1x02-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0271 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +4 +3 +Connector_Molex +Molex_PicoBlade_53261-0371_1x03-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0371 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +5 +4 +Connector_Molex +Molex_PicoBlade_53261-0471_1x04-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0471 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +6 +5 +Connector_Molex +Molex_PicoBlade_53261-0571_1x05-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0571 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +7 +6 +Connector_Molex +Molex_PicoBlade_53261-0671_1x06-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0671 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +8 +7 +Connector_Molex +Molex_PicoBlade_53261-0771_1x07-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0771 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +9 +8 +Connector_Molex +Molex_PicoBlade_53261-0871_1x08-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0871 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +10 +9 +Connector_Molex +Molex_PicoBlade_53261-0971_1x09-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0971 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +11 +10 +Connector_Molex +Molex_PicoBlade_53261-1071_1x10-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1071 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +12 +11 +Connector_Molex +Molex_PicoBlade_53261-1171_1x11-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1171 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +13 +12 +Connector_Molex +Molex_PicoBlade_53261-1271_1x12-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1271 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +14 +13 +Connector_Molex +Molex_PicoBlade_53261-1371_1x13-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1371 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +15 +14 +Connector_Molex +Molex_PicoBlade_53261-1471_1x14-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1471 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +16 +15 +Connector_Molex +Molex_PicoBlade_53261-1571_1x15-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1571 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +17 +16 +Connector_Molex +Molex_PicoBlade_53261-1771_1x17-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1771 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +19 +18 +Connector_Molex +Molex_PicoBlade_53398-0271_1x02-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0271 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +4 +3 +Connector_Molex +Molex_PicoBlade_53398-0371_1x03-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0371 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +5 +4 +Connector_Molex +Molex_PicoBlade_53398-0471_1x04-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0471 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +6 +5 +Connector_Molex +Molex_PicoBlade_53398-0571_1x05-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0571 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +7 +6 +Connector_Molex +Molex_PicoBlade_53398-0671_1x06-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0671 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +8 +7 +Connector_Molex +Molex_PicoBlade_53398-0771_1x07-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0771 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +9 +8 +Connector_Molex +Molex_PicoBlade_53398-0871_1x08-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0871 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +10 +9 +Connector_Molex +Molex_PicoBlade_53398-0971_1x09-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0971 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +11 +10 +Connector_Molex +Molex_PicoBlade_53398-1071_1x10-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-1071 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +12 +11 +Connector_Molex +Molex_PicoBlade_53398-1171_1x11-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-1171 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +13 +12 +Connector_Molex +Molex_PicoBlade_53398-1271_1x12-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-1271 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +14 +13 +Connector_Molex +Molex_PicoBlade_53398-1371_1x13-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-1371 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +15 +14 +Connector_Molex +Molex_PicoBlade_53398-1471_1x14-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-1471 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +16 +15 +Connector_Molex +Molex_PicoBlade_53398-1571_1x15-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-1571 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +17 +16 +Connector_Molex +Molex_Picoflex_90325-0004_2x02_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0004, 4 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +4 +4 +Connector_Molex +Molex_Picoflex_90325-0006_2x03_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0006, 6 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +6 +6 +Connector_Molex +Molex_Picoflex_90325-0008_2x04_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0008, 8 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +8 +8 +Connector_Molex +Molex_Picoflex_90325-0010_2x05_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0010, 10 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +10 +10 +Connector_Molex +Molex_Picoflex_90325-0012_2x06_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0012, 12 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +12 +12 +Connector_Molex +Molex_Picoflex_90325-0014_2x07_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0014, 14 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +14 +14 +Connector_Molex +Molex_Picoflex_90325-0016_2x08_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0016, 16 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +16 +16 +Connector_Molex +Molex_Picoflex_90325-0018_2x09_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0018, 18 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +18 +18 +Connector_Molex +Molex_Picoflex_90325-0020_2x10_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0020, 20 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +20 +20 +Connector_Molex +Molex_Picoflex_90325-0022_2x11_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0022, 22 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +22 +22 +Connector_Molex +Molex_Picoflex_90325-0024_2x12_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0024, 24 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +24 +24 +Connector_Molex +Molex_Picoflex_90325-0026_2x13_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0026, 26 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +26 +26 +Connector_Molex +Molex_Picoflex_90814-0004_2x02_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0004, 4 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +4 +4 +Connector_Molex +Molex_Picoflex_90814-0006_2x03_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0006, 6 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +6 +6 +Connector_Molex +Molex_Picoflex_90814-0008_2x04_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0008, 8 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +8 +8 +Connector_Molex +Molex_Picoflex_90814-0010_2x05_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0010, 10 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +10 +10 +Connector_Molex +Molex_Picoflex_90814-0012_2x06_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0012, 12 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +12 +12 +Connector_Molex +Molex_Picoflex_90814-0014_2x07_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0014, 14 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +14 +14 +Connector_Molex +Molex_Picoflex_90814-0016_2x08_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0016, 16 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +16 +16 +Connector_Molex +Molex_Picoflex_90814-0018_2x09_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0018, 18 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +18 +18 +Connector_Molex +Molex_Picoflex_90814-0020_2x10_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0020, 20 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +20 +20 +Connector_Molex +Molex_Picoflex_90814-0022_2x11_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0022, 22 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +22 +22 +Connector_Molex +Molex_Picoflex_90814-0024_2x12_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0024, 24 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +24 +24 +Connector_Molex +Molex_Picoflex_90814-0026_2x13_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0026, 26 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +26 +26 +Connector_Molex +Molex_SL_171971-0002_1x02_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0002 (compatible alternatives: 171971-0102, 171971-0202), 2 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +2 +2 +Connector_Molex +Molex_SL_171971-0003_1x03_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0003 (compatible alternatives: 171971-0103, 171971-0203), 3 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +3 +3 +Connector_Molex +Molex_SL_171971-0004_1x04_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0004 (compatible alternatives: 171971-0104, 171971-0204), 4 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +4 +4 +Connector_Molex +Molex_SL_171971-0005_1x05_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0005 (compatible alternatives: 171971-0105, 171971-0205), 5 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +5 +5 +Connector_Molex +Molex_SL_171971-0006_1x06_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0006 (compatible alternatives: 171971-0106, 171971-0206), 6 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +6 +6 +Connector_Molex +Molex_SL_171971-0007_1x07_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0007 (compatible alternatives: 171971-0107, 171971-0207), 7 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +7 +7 +Connector_Molex +Molex_SL_171971-0008_1x08_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0008 (compatible alternatives: 171971-0108, 171971-0208), 8 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +8 +8 +Connector_Molex +Molex_SL_171971-0009_1x09_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0009 (compatible alternatives: 171971-0109, 171971-0209), 9 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +9 +9 +Connector_Molex +Molex_SL_171971-0010_1x10_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0010 (compatible alternatives: 171971-0110, 171971-0210), 10 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +10 +10 +Connector_Molex +Molex_SL_171971-0011_1x11_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0011 (compatible alternatives: 171971-0111, 171971-0211), 11 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +11 +11 +Connector_Molex +Molex_SL_171971-0012_1x12_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0012 (compatible alternatives: 171971-0112, 171971-0212), 12 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +12 +12 +Connector_Molex +Molex_SL_171971-0013_1x13_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0013 (compatible alternatives: 171971-0113, 171971-0213), 13 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +13 +13 +Connector_Molex +Molex_SL_171971-0014_1x14_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0014 (compatible alternatives: 171971-0114, 171971-0214), 14 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +14 +14 +Connector_Molex +Molex_SL_171971-0015_1x15_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0015 (compatible alternatives: 171971-0115, 171971-0215), 15 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +15 +15 +Connector_Molex +Molex_SL_171971-0016_1x16_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0016 (compatible alternatives: 171971-0116, 171971-0216), 16 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +16 +16 +Connector_Molex +Molex_SL_171971-0017_1x17_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0017 (compatible alternatives: 171971-0117, 171971-0217), 17 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +17 +17 +Connector_Molex +Molex_SL_171971-0018_1x18_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0018 (compatible alternatives: 171971-0118, 171971-0218), 18 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +18 +18 +Connector_Molex +Molex_SL_171971-0019_1x19_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0019 (compatible alternatives: 171971-0119, 171971-0219), 19 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +19 +19 +Connector_Molex +Molex_SL_171971-0020_1x20_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0020 (compatible alternatives: 171971-0120, 171971-0220), 20 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +20 +20 +Connector_Molex +Molex_SL_171971-0021_1x21_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0021 (compatible alternatives: 171971-0121, 171971-0221), 21 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +21 +21 +Connector_Molex +Molex_SL_171971-0022_1x22_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0022 (compatible alternatives: 171971-0122, 171971-0222), 22 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +22 +22 +Connector_Molex +Molex_SL_171971-0023_1x23_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0023 (compatible alternatives: 171971-0123, 171971-0223), 23 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +23 +23 +Connector_Molex +Molex_SL_171971-0024_1x24_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0024 (compatible alternatives: 171971-0124, 171971-0224), 24 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +24 +24 +Connector_Molex +Molex_SL_171971-0025_1x25_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0025 (compatible alternatives: 171971-0125, 171971-0225), 25 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +25 +25 +Connector_Molex +Molex_SPOX_5267-02A_1x02_P2.50mm_Vertical +Molex SPOX Connector System, 5267-02A, 2 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +2 +2 +Connector_Molex +Molex_SPOX_5267-03A_1x03_P2.50mm_Vertical +Molex SPOX Connector System, 5267-03A, 3 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +3 +3 +Connector_Molex +Molex_SPOX_5267-04A_1x04_P2.50mm_Vertical +Molex SPOX Connector System, 5267-04A, 4 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +4 +4 +Connector_Molex +Molex_SPOX_5267-05A_1x05_P2.50mm_Vertical +Molex SPOX Connector System, 5267-05A, 5 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +5 +5 +Connector_Molex +Molex_SPOX_5267-06A_1x06_P2.50mm_Vertical +Molex SPOX Connector System, 5267-06A, 6 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +6 +6 +Connector_Molex +Molex_SPOX_5267-07A_1x07_P2.50mm_Vertical +Molex SPOX Connector System, 5267-07A, 7 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +7 +7 +Connector_Molex +Molex_SPOX_5267-08A_1x08_P2.50mm_Vertical +Molex SPOX Connector System, 5267-08A, 8 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +8 +8 +Connector_Molex +Molex_SPOX_5267-09A_1x09_P2.50mm_Vertical +Molex SPOX Connector System, 5267-09A, 9 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +9 +9 +Connector_Molex +Molex_SPOX_5267-10A_1x10_P2.50mm_Vertical +Molex SPOX Connector System, 5267-10A, 10 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +10 +10 +Connector_Molex +Molex_SPOX_5267-11A_1x11_P2.50mm_Vertical +Molex SPOX Connector System, 5267-11A, 11 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +11 +11 +Connector_Molex +Molex_SPOX_5267-12A_1x12_P2.50mm_Vertical +Molex SPOX Connector System, 5267-12A, 12 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +12 +12 +Connector_Molex +Molex_SPOX_5267-13A_1x13_P2.50mm_Vertical +Molex SPOX Connector System, 5267-13A, 13 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +13 +13 +Connector_Molex +Molex_SPOX_5267-14A_1x14_P2.50mm_Vertical +Molex SPOX Connector System, 5267-14A, 14 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +14 +14 +Connector_Molex +Molex_SPOX_5267-15A_1x15_P2.50mm_Vertical +Molex SPOX Connector System, 5267-15A, 15 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +15 +15 +Connector_Molex +Molex_SPOX_5268-02A_1x02_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-02A, 2 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +2 +2 +Connector_Molex +Molex_SPOX_5268-03A_1x03_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-03A, 3 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +3 +3 +Connector_Molex +Molex_SPOX_5268-04A_1x04_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-04A, 4 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +4 +4 +Connector_Molex +Molex_SPOX_5268-05A_1x05_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-05A, 5 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +5 +5 +Connector_Molex +Molex_SPOX_5268-06A_1x06_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-06A, 6 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +6 +6 +Connector_Molex +Molex_SPOX_5268-07A_1x07_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-07A, 7 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +7 +7 +Connector_Molex +Molex_SPOX_5268-08A_1x08_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-08A, 8 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +8 +8 +Connector_Molex +Molex_SPOX_5268-09A_1x09_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-09A, 9 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +9 +9 +Connector_Molex +Molex_SPOX_5268-10A_1x10_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-10A, 10 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +10 +10 +Connector_Molex +Molex_SPOX_5268-11A_1x11_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-11A, 11 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +11 +11 +Connector_Molex +Molex_SPOX_5268-12A_1x12_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-12A, 12 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +12 +12 +Connector_Molex +Molex_SPOX_5268-13A_1x13_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-13A, 13 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +13 +13 +Connector_Molex +Molex_SPOX_5268-14A_1x14_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-14A, 14 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +14 +14 +Connector_Molex +Molex_SPOX_5268-15A_1x15_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-15A, 15 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +15 +15 +Connector_Molex +Molex_Sabre_43160-0102_1x02_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-0102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +4 +2 +Connector_Molex +Molex_Sabre_43160-0102_1x02_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-0102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +30 +2 +Connector_Molex +Molex_Sabre_43160-0103_1x03_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-0103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +6 +3 +Connector_Molex +Molex_Sabre_43160-0103_1x03_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-0103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +45 +3 +Connector_Molex +Molex_Sabre_43160-0104_1x04_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-0104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +8 +4 +Connector_Molex +Molex_Sabre_43160-0104_1x04_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-0104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +60 +4 +Connector_Molex +Molex_Sabre_43160-0105_1x05_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-0105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +10 +5 +Connector_Molex +Molex_Sabre_43160-0105_1x05_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-0105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +75 +5 +Connector_Molex +Molex_Sabre_43160-0106_1x06_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-0106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +12 +6 +Connector_Molex +Molex_Sabre_43160-0106_1x06_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-0106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +90 +6 +Connector_Molex +Molex_Sabre_43160-1102_1x02_P7.49mm_Horizontal +Molex Sabre Power Connector, 43160-1102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +6 +2 +Connector_Molex +Molex_Sabre_43160-1102_1x02_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 43160-1102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +32 +2 +Connector_Molex +Molex_Sabre_43160-1103_1x03_P7.49mm_Horizontal +Molex Sabre Power Connector, 43160-1103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +8 +3 +Connector_Molex +Molex_Sabre_43160-1103_1x03_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 43160-1103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +47 +3 +Connector_Molex +Molex_Sabre_43160-1104_1x04_P7.49mm_Horizontal +Molex Sabre Power Connector, 43160-1104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +10 +4 +Connector_Molex +Molex_Sabre_43160-1104_1x04_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 43160-1104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +62 +4 +Connector_Molex +Molex_Sabre_43160-1105_1x05_P7.49mm_Horizontal +Molex Sabre Power Connector, 43160-1105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +12 +5 +Connector_Molex +Molex_Sabre_43160-1105_1x05_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 43160-1105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +77 +5 +Connector_Molex +Molex_Sabre_43160-1106_1x06_P7.49mm_Horizontal +Molex Sabre Power Connector, 43160-1106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +14 +6 +Connector_Molex +Molex_Sabre_43160-1106_1x06_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 43160-1106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +92 +6 +Connector_Molex +Molex_Sabre_43160-2102_1x02_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-2102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +6 +2 +Connector_Molex +Molex_Sabre_43160-2102_1x02_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-2102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +32 +2 +Connector_Molex +Molex_Sabre_43160-2103_1x03_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-2103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +8 +3 +Connector_Molex +Molex_Sabre_43160-2103_1x03_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-2103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +47 +3 +Connector_Molex +Molex_Sabre_43160-2104_1x04_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-2104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +10 +4 +Connector_Molex +Molex_Sabre_43160-2104_1x04_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-2104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +62 +4 +Connector_Molex +Molex_Sabre_43160-2105_1x05_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-2105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +12 +5 +Connector_Molex +Molex_Sabre_43160-2105_1x05_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-2105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +77 +5 +Connector_Molex +Molex_Sabre_43160-2106_1x06_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-2106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +14 +6 +Connector_Molex +Molex_Sabre_43160-2106_1x06_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-2106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +92 +6 +Connector_Molex +Molex_Sabre_46007-1102_1x02_P7.49mm_Horizontal +Molex Sabre Power Connector, 46007-1102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +4 +2 +Connector_Molex +Molex_Sabre_46007-1102_1x02_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 46007-1102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +30 +2 +Connector_Molex +Molex_Sabre_46007-1103_1x03_P7.49mm_Horizontal +Molex Sabre Power Connector, 46007-1103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +6 +3 +Connector_Molex +Molex_Sabre_46007-1103_1x03_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 46007-1103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +45 +3 +Connector_Molex +Molex_Sabre_46007-1104_1x04_P7.49mm_Horizontal +Molex Sabre Power Connector, 46007-1104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +8 +4 +Connector_Molex +Molex_Sabre_46007-1104_1x04_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 46007-1104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +60 +4 +Connector_Molex +Molex_Sabre_46007-1105_1x05_P7.49mm_Horizontal +Molex Sabre Power Connector, 46007-1105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +10 +5 +Connector_Molex +Molex_Sabre_46007-1105_1x05_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 46007-1105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +75 +5 +Connector_Molex +Molex_Sabre_46007-1106_1x06_P7.49mm_Horizontal +Molex Sabre Power Connector, 46007-1106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +12 +6 +Connector_Molex +Molex_Sabre_46007-1106_1x06_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 46007-1106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +90 +6 +Connector_Molex +Molex_SlimStack_52991-0208_2x10_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0208, 20 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +20 +20 +Connector_Molex +Molex_SlimStack_52991-0308_2x15_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0308, 30 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +30 +30 +Connector_Molex +Molex_SlimStack_52991-0408_2x20_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0408, 40 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +40 +40 +Connector_Molex +Molex_SlimStack_52991-0508_2x25_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0508, 50 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +50 +50 +Connector_Molex +Molex_SlimStack_52991-0608_2x30_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0608, 60 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +60 +60 +Connector_Molex +Molex_SlimStack_52991-0708_2x35_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0708, 70 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +70 +70 +Connector_Molex +Molex_SlimStack_52991-0808_2x40_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0808, 80 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +80 +80 +Connector_Molex +Molex_SlimStack_53748-0208_2x10_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0208, 20 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +20 +20 +Connector_Molex +Molex_SlimStack_53748-0308_2x15_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0308, 30 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +30 +30 +Connector_Molex +Molex_SlimStack_53748-0408_2x20_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0408, 40 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +40 +40 +Connector_Molex +Molex_SlimStack_53748-0608_2x30_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0608, 60 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +60 +60 +Connector_Molex +Molex_SlimStack_53748-0708_2x35_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0708, 70 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +70 +70 +Connector_Molex +Molex_SlimStack_53748-0808_2x40_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0808, 80 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +80 +80 +Connector_Molex +Molex_SlimStack_54722-0164_2x08_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0164, 16 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +16 +16 +Connector_Molex +Molex_SlimStack_54722-0204_2x10_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0204, 20 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +20 +20 +Connector_Molex +Molex_SlimStack_54722-0224_2x11_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0224, 22 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +22 +22 +Connector_Molex +Molex_SlimStack_54722-0244_2x12_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0244, 24 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +24 +24 +Connector_Molex +Molex_SlimStack_54722-0304_2x15_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0304, 30 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +30 +30 +Connector_Molex +Molex_SlimStack_54722-0344_2x17_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0344, 34 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +34 +34 +Connector_Molex +Molex_SlimStack_54722-0404_2x20_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0404, 40 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +40 +40 +Connector_Molex +Molex_SlimStack_54722-0504_2x25_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0504, 50 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +50 +50 +Connector_Molex +Molex_SlimStack_54722-0604_2x30_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0604, 60 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +60 +60 +Connector_Molex +Molex_SlimStack_54722-0804_2x40_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0804, 80 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +80 +80 +Connector_Molex +Molex_SlimStack_55560-0161_2x08_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0161, 16 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +16 +16 +Connector_Molex +Molex_SlimStack_55560-0201_2x10_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0201, 20 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +20 +20 +Connector_Molex +Molex_SlimStack_55560-0221_2x11_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0221, 22 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +22 +22 +Connector_Molex +Molex_SlimStack_55560-0241_2x12_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0241, 24 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +24 +24 +Connector_Molex +Molex_SlimStack_55560-0301_2x15_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0301, 30 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +30 +30 +Connector_Molex +Molex_SlimStack_55560-0341_2x17_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0341, 34 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +34 +34 +Connector_Molex +Molex_SlimStack_55560-0401_2x20_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0401, 40 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +40 +40 +Connector_Molex +Molex_SlimStack_55560-0501_2x25_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0501, 50 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +50 +50 +Connector_Molex +Molex_SlimStack_55560-0601_2x30_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0601, 60 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +60 +60 +Connector_Molex +Molex_SlimStack_55560-0801_2x40_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0801, 80 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +80 +80 +Connector_Molex +Molex_SlimStack_501920-3001_2x15_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-3001, 30 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +30 +30 +Connector_Molex +Molex_SlimStack_501920-4001_2x20_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-4001, 40 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +40 +40 +Connector_Molex +Molex_SlimStack_501920-5001_2x25_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-5001, 50 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +50 +50 +Connector_Molex +Molex_SlimStack_502426-0810_2x04_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-0810, 8 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +8 +8 +Connector_Molex +Molex_SlimStack_502426-1410_2x07_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-1410, 14 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +14 +14 +Connector_Molex +Molex_SlimStack_502426-2010_2x10_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2010, 20 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +20 +20 +Connector_Molex +Molex_SlimStack_502426-2210_2x11_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2210, 22 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +22 +22 +Connector_Molex +Molex_SlimStack_502426-2410_2x12_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2410, 24 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +24 +24 +Connector_Molex +Molex_SlimStack_502426-2610_2x13_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2610, 26 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +26 +26 +Connector_Molex +Molex_SlimStack_502426-3010_2x15_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3010, 30 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +30 +30 +Connector_Molex +Molex_SlimStack_502426-3210_2x16_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3210, 32 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +32 +32 +Connector_Molex +Molex_SlimStack_502426-3410_2x17_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3410, 34 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +34 +34 +Connector_Molex +Molex_SlimStack_502426-4010_2x20_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-4010, 40 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +40 +40 +Connector_Molex +Molex_SlimStack_502426-4410_2x22_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-4410, 44 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +44 +44 +Connector_Molex +Molex_SlimStack_502426-5010_2x25_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-5010, 50 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +50 +50 +Connector_Molex +Molex_SlimStack_502426-6010_2x30_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-6010, 60 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +60 +60 +Connector_Molex +Molex_SlimStack_502426-6410_2x32_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-6410, 64 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +64 +64 +Connector_Molex +Molex_SlimStack_502426-8010_2x40_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-8010, 80 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +80 +80 +Connector_Molex +Molex_SlimStack_502430-0820_2x04_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-0820, 8 Pins (http://www.molex.com/pdm_docs/sd/5024300820_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +8 +8 +Connector_Molex +Molex_SlimStack_502430-1410_2x07_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-1410, 14 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +14 +14 +Connector_Molex +Molex_SlimStack_502430-2010_2x10_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2010, 20 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +20 +20 +Connector_Molex +Molex_SlimStack_502430-2210_2x11_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2210, 22 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +22 +22 +Connector_Molex +Molex_SlimStack_502430-2410_2x12_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2410, 24 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +24 +24 +Connector_Molex +Molex_SlimStack_502430-2610_2x13_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2610, 26 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +26 +26 +Connector_Molex +Molex_SlimStack_502430-3010_2x15_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3010, 30 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +30 +30 +Connector_Molex +Molex_SlimStack_502430-3210_2x16_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3210, 32 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +32 +32 +Connector_Molex +Molex_SlimStack_502430-3410_2x17_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3410, 34 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +34 +34 +Connector_Molex +Molex_SlimStack_502430-4010_2x20_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-4010, 40 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +40 +40 +Connector_Molex +Molex_SlimStack_502430-4410_2x22_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-4410, 44 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +44 +44 +Connector_Molex +Molex_SlimStack_502430-5010_2x25_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-5010, 50 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +50 +50 +Connector_Molex +Molex_SlimStack_502430-6010_2x30_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-6010, 60 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +60 +60 +Connector_Molex +Molex_SlimStack_502430-6410_2x32_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-6410, 64 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +64 +64 +Connector_Molex +Molex_SlimStack_502430-8010_2x40_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-8010, 80 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +80 +80 +Connector_PCBEdge +4UCON_10156_2x40_P1.27mm_Socket_Horizontal +4UCON 10156 Card edge socket with 80 contacts (40 each side), through-hole, http://www.4uconnector.com/online/object/4udrawing/10156.pdf +4UCON 10156 Card edge socket with 80 contacts +0 +80 +80 +Connector_PCBEdge +BUS_AT +AT ISA 16 bits Bus Edge Connector +BUS ISA AT Edge connector +0 +98 +98 +Connector_PCBEdge +BUS_PCI +PCI bus Edge Connector +PCI bus Edge Connector +0 +240 +120 +Connector_PCBEdge +BUS_PCI_Express_Mini +Mini-PCI Express bus connector (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=11) +mini pcie +0 +54 +53 +Connector_PCBEdge +BUS_PCI_Express_Mini_Dual +Mini-PCI Express bus connector full size with dual clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=28) +mini pcie +0 +54 +53 +Connector_PCBEdge +BUS_PCI_Express_Mini_Full +Mini-PCI Express bus connector full size with clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=24) +mini pcie +0 +54 +53 +Connector_PCBEdge +BUS_PCI_Express_Mini_Half +Mini-PCI Express bus connector half size with clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=25) +mini pcie +0 +54 +53 +Connector_PCBEdge +BUS_PCIexpress_x1 +PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 +PCIe +0 +36 +36 +Connector_PCBEdge +BUS_PCIexpress_x4 +PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 +PCIe +0 +64 +64 +Connector_PCBEdge +BUS_PCIexpress_x8 +PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 +PCIe +0 +98 +98 +Connector_PCBEdge +BUS_PCIexpress_x16 +PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 +PCIe +0 +164 +164 +Connector_PCBEdge +Samtec_MECF-05-0_-L-DV_2x05_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 05 contacts (polarized) +conn samtec card-edge high-speed +0 +8 +8 +Connector_PCBEdge +Samtec_MECF-05-0_-NP-L-DV_2x05_P1.27mm_Edge +Highspeed card edge connector for PCB's with 05 contacts (not polarized) +conn samtec card-edge high-speed +0 +10 +10 +Connector_PCBEdge +Samtec_MECF-05-01-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized) +conn samtec card-edge high-speed +0 +10 +8 +Connector_PCBEdge +Samtec_MECF-05-01-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized) +conn samtec card-edge high-speed +0 +8 +8 +Connector_PCBEdge +Samtec_MECF-05-01-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized) +conn samtec card-edge high-speed +0 +12 +10 +Connector_PCBEdge +Samtec_MECF-05-01-NP-L-DV_2x05_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized) +conn samtec card-edge high-speed +0 +10 +10 +Connector_PCBEdge +Samtec_MECF-05-02-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized) +conn samtec card-edge high-speed +0 +10 +8 +Connector_PCBEdge +Samtec_MECF-05-02-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized) +conn samtec card-edge high-speed +0 +8 +8 +Connector_PCBEdge +Samtec_MECF-05-02-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized) +conn samtec card-edge high-speed +0 +12 +10 +Connector_PCBEdge +Samtec_MECF-05-02-NP-L-DV_2x05_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized) +conn samtec card-edge high-speed +0 +10 +10 +Connector_PCBEdge +Samtec_MECF-08-0_-L-DV_2x08_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 08 contacts (polarized) +conn samtec card-edge high-speed +0 +14 +14 +Connector_PCBEdge +Samtec_MECF-08-0_-NP-L-DV_2x08_P1.27mm_Edge +Highspeed card edge connector for PCB's with 08 contacts (not polarized) +conn samtec card-edge high-speed +0 +16 +16 +Connector_PCBEdge +Samtec_MECF-08-01-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized) +conn samtec card-edge high-speed +0 +16 +14 +Connector_PCBEdge +Samtec_MECF-08-01-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized) +conn samtec card-edge high-speed +0 +14 +14 +Connector_PCBEdge +Samtec_MECF-08-01-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized) +conn samtec card-edge high-speed +0 +18 +16 +Connector_PCBEdge +Samtec_MECF-08-01-NP-L-DV_2x08_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized) +conn samtec card-edge high-speed +0 +16 +16 +Connector_PCBEdge +Samtec_MECF-08-02-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized) +conn samtec card-edge high-speed +0 +16 +14 +Connector_PCBEdge +Samtec_MECF-08-02-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized) +conn samtec card-edge high-speed +0 +14 +14 +Connector_PCBEdge +Samtec_MECF-08-02-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized) +conn samtec card-edge high-speed +0 +18 +16 +Connector_PCBEdge +Samtec_MECF-08-02-NP-L-DV_2x08_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized) +conn samtec card-edge high-speed +0 +16 +16 +Connector_PCBEdge +Samtec_MECF-20-0_-L-DV_2x20_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 20 contacts (polarized) +conn samtec card-edge high-speed +0 +38 +38 +Connector_PCBEdge +Samtec_MECF-20-0_-NP-L-DV_2x20_P1.27mm_Edge +Highspeed card edge connector for PCB's with 20 contacts (not polarized) +conn samtec card-edge high-speed +0 +40 +40 +Connector_PCBEdge +Samtec_MECF-20-01-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized) +conn samtec card-edge high-speed +0 +40 +38 +Connector_PCBEdge +Samtec_MECF-20-01-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized) +conn samtec card-edge high-speed +0 +38 +38 +Connector_PCBEdge +Samtec_MECF-20-01-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized) +conn samtec card-edge high-speed +0 +42 +40 +Connector_PCBEdge +Samtec_MECF-20-01-NP-L-DV_2x20_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized) +conn samtec card-edge high-speed +0 +40 +40 +Connector_PCBEdge +Samtec_MECF-20-02-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized) +conn samtec card-edge high-speed +0 +40 +38 +Connector_PCBEdge +Samtec_MECF-20-02-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized) +conn samtec card-edge high-speed +0 +38 +38 +Connector_PCBEdge +Samtec_MECF-20-02-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized) +conn samtec card-edge high-speed +0 +42 +40 +Connector_PCBEdge +Samtec_MECF-20-02-NP-L-DV_2x20_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized) +conn samtec card-edge high-speed +0 +40 +40 +Connector_PCBEdge +Samtec_MECF-30-0_-L-DV_2x30_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 30 contacts (polarized) +conn samtec card-edge high-speed +0 +58 +58 +Connector_PCBEdge +Samtec_MECF-30-0_-NP-L-DV_2x30_P1.27mm_Edge +Highspeed card edge connector for PCB's with 30 contacts (not polarized) +conn samtec card-edge high-speed +0 +60 +60 +Connector_PCBEdge +Samtec_MECF-30-01-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized) +conn samtec card-edge high-speed +0 +60 +58 +Connector_PCBEdge +Samtec_MECF-30-01-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized) +conn samtec card-edge high-speed +0 +58 +58 +Connector_PCBEdge +Samtec_MECF-30-01-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized) +conn samtec card-edge high-speed +0 +62 +60 +Connector_PCBEdge +Samtec_MECF-30-01-NP-L-DV_2x30_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized) +conn samtec card-edge high-speed +0 +60 +60 +Connector_PCBEdge +Samtec_MECF-30-02-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized) +conn samtec card-edge high-speed +0 +60 +58 +Connector_PCBEdge +Samtec_MECF-30-02-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized) +conn samtec card-edge high-speed +0 +58 +58 +Connector_PCBEdge +Samtec_MECF-30-02-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized) +conn samtec card-edge high-speed +0 +62 +60 +Connector_PCBEdge +Samtec_MECF-30-02-NP-L-DV_2x30_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized) +conn samtec card-edge high-speed +0 +60 +60 +Connector_PCBEdge +Samtec_MECF-40-0_-L-DV_2x40_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 40 contacts (polarized) +conn samtec card-edge high-speed +0 +78 +78 +Connector_PCBEdge +Samtec_MECF-40-0_-NP-L-DV_2x40_P1.27mm_Edge +Highspeed card edge connector for PCB's with 40 contacts (not polarized) +conn samtec card-edge high-speed +0 +80 +80 +Connector_PCBEdge +Samtec_MECF-40-01-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized) +conn samtec card-edge high-speed +0 +80 +78 +Connector_PCBEdge +Samtec_MECF-40-01-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized) +conn samtec card-edge high-speed +0 +78 +78 +Connector_PCBEdge +Samtec_MECF-40-01-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized) +conn samtec card-edge high-speed +0 +82 +80 +Connector_PCBEdge +Samtec_MECF-40-01-NP-L-DV_2x40_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized) +conn samtec card-edge high-speed +0 +80 +80 +Connector_PCBEdge +Samtec_MECF-40-02-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized) +conn samtec card-edge high-speed +0 +80 +78 +Connector_PCBEdge +Samtec_MECF-40-02-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized) +conn samtec card-edge high-speed +0 +78 +78 +Connector_PCBEdge +Samtec_MECF-40-02-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized) +conn samtec card-edge high-speed +0 +82 +80 +Connector_PCBEdge +Samtec_MECF-40-02-NP-L-DV_2x40_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized) +conn samtec card-edge high-speed +0 +80 +80 +Connector_PCBEdge +Samtec_MECF-50-0_-L-DV_2x50_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 50 contacts (polarized) +conn samtec card-edge high-speed +0 +98 +98 +Connector_PCBEdge +Samtec_MECF-50-0_-NP-L-DV_2x50_P1.27mm_Edge +Highspeed card edge connector for PCB's with 50 contacts (not polarized) +conn samtec card-edge high-speed +0 +100 +100 +Connector_PCBEdge +Samtec_MECF-50-01-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized) +conn samtec card-edge high-speed +0 +100 +98 +Connector_PCBEdge +Samtec_MECF-50-01-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized) +conn samtec card-edge high-speed +0 +98 +98 +Connector_PCBEdge +Samtec_MECF-50-01-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized) +conn samtec card-edge high-speed +0 +102 +100 +Connector_PCBEdge +Samtec_MECF-50-01-NP-L-DV_2x50_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized) +conn samtec card-edge high-speed +0 +100 +100 +Connector_PCBEdge +Samtec_MECF-50-02-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized) +conn samtec card-edge high-speed +0 +100 +98 +Connector_PCBEdge +Samtec_MECF-50-02-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized) +conn samtec card-edge high-speed +0 +98 +98 +Connector_PCBEdge +Samtec_MECF-50-02-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized) +conn samtec card-edge high-speed +0 +102 +100 +Connector_PCBEdge +Samtec_MECF-50-02-NP-L-DV_2x50_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized) +conn samtec card-edge high-speed +0 +100 +100 +Connector_PCBEdge +Samtec_MECF-60-0_-L-DV_2x60_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 60 contacts (polarized) +conn samtec card-edge high-speed +0 +116 +116 +Connector_PCBEdge +Samtec_MECF-60-0_-NP-L-DV_2x60_P1.27mm_Edge +Highspeed card edge connector for PCB's with 60 contacts (not polarized) +conn samtec card-edge high-speed +0 +120 +120 +Connector_PCBEdge +Samtec_MECF-60-01-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized) +conn samtec card-edge high-speed +0 +118 +116 +Connector_PCBEdge +Samtec_MECF-60-01-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized) +conn samtec card-edge high-speed +0 +116 +116 +Connector_PCBEdge +Samtec_MECF-60-01-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized) +conn samtec card-edge high-speed +0 +122 +120 +Connector_PCBEdge +Samtec_MECF-60-01-NP-L-DV_2x60_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized) +conn samtec card-edge high-speed +0 +120 +120 +Connector_PCBEdge +Samtec_MECF-60-02-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized) +conn samtec card-edge high-speed +0 +118 +116 +Connector_PCBEdge +Samtec_MECF-60-02-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized) +conn samtec card-edge high-speed +0 +116 +116 +Connector_PCBEdge +Samtec_MECF-60-02-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized) +conn samtec card-edge high-speed +0 +122 +120 +Connector_PCBEdge +Samtec_MECF-60-02-NP-L-DV_2x60_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized) +conn samtec card-edge high-speed +0 +120 +120 +Connector_PCBEdge +Samtec_MECF-70-0_-L-DV_2x70_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 70 contacts (polarized) +conn samtec card-edge high-speed +0 +136 +136 +Connector_PCBEdge +Samtec_MECF-70-0_-NP-L-DV_2x70_P1.27mm_Edge +Highspeed card edge connector for PCB's with 70 contacts (not polarized) +conn samtec card-edge high-speed +0 +140 +140 +Connector_PCBEdge +Samtec_MECF-70-01-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized) +conn samtec card-edge high-speed +0 +138 +136 +Connector_PCBEdge +Samtec_MECF-70-01-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized) +conn samtec card-edge high-speed +0 +136 +136 +Connector_PCBEdge +Samtec_MECF-70-01-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized) +conn samtec card-edge high-speed +0 +142 +140 +Connector_PCBEdge +Samtec_MECF-70-01-NP-L-DV_2x70_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized) +conn samtec card-edge high-speed +0 +140 +140 +Connector_PCBEdge +Samtec_MECF-70-02-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized) +conn samtec card-edge high-speed +0 +138 +136 +Connector_PCBEdge +Samtec_MECF-70-02-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized) +conn samtec card-edge high-speed +0 +136 +136 +Connector_PCBEdge +Samtec_MECF-70-02-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized) +conn samtec card-edge high-speed +0 +142 +140 +Connector_PCBEdge +Samtec_MECF-70-02-NP-L-DV_2x70_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized) +conn samtec card-edge high-speed +0 +140 +140 +Connector_PCBEdge +molex_EDGELOCK_2-CKT +https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf +Connector PCBEdge molex EDGELOCK +0 +2 +2 +Connector_PCBEdge +molex_EDGELOCK_4-CKT +https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf +Connector PCBEdge molex EDGELOCK +0 +4 +4 +Connector_PCBEdge +molex_EDGELOCK_6-CKT +https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf +Connector PCBEdge molex EDGELOCK +0 +6 +6 +Connector_PCBEdge +molex_EDGELOCK_8-CKT +https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf +Connector PCBEdge molex EDGELOCK +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_2-G-7,62_1x02_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Angled || order number: 1766233 12A 630V +phoenix_contact connector GMSTBA_01x02_G_7.62mm +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_2-G_1x02_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Angled || order number: 1766343 12A 630V +phoenix_contact connector GMSTBA_01x02_G_7.50mm +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_3-G-7,62_1x03_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Angled || order number: 1766246 12A 630V +phoenix_contact connector GMSTBA_01x03_G_7.62mm +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_3-G_1x03_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Angled || order number: 1766356 12A 630V +phoenix_contact connector GMSTBA_01x03_G_7.50mm +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_4-G-7,62_1x04_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Angled || order number: 1766259 12A 630V +phoenix_contact connector GMSTBA_01x04_G_7.62mm +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_4-G_1x04_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Angled || order number: 1766369 12A 630V +phoenix_contact connector GMSTBA_01x04_G_7.50mm +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_5-G-7,62_1x05_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Angled || order number: 1766262 12A 630V +phoenix_contact connector GMSTBA_01x05_G_7.62mm +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_5-G_1x05_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Angled || order number: 1766372 12A 630V +phoenix_contact connector GMSTBA_01x05_G_7.50mm +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_6-G-7,62_1x06_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Angled || order number: 1766275 12A 630V +phoenix_contact connector GMSTBA_01x06_G_7.62mm +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_6-G_1x06_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Angled || order number: 1766385 12A 630V +phoenix_contact connector GMSTBA_01x06_G_7.50mm +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_7-G-7,62_1x07_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Angled || order number: 1766288 12A 630V +phoenix_contact connector GMSTBA_01x07_G_7.62mm +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_7-G_1x07_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Angled || order number: 1766398 12A 630V +phoenix_contact connector GMSTBA_01x07_G_7.50mm +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_8-G-7,62_1x08_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Angled || order number: 1766291 12A 630V +phoenix_contact connector GMSTBA_01x08_G_7.62mm +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_8-G_1x08_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Angled || order number: 1766408 12A 630V +phoenix_contact connector GMSTBA_01x08_G_7.50mm +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_9-G-7,62_1x09_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Angled || order number: 1766301 12A 630V +phoenix_contact connector GMSTBA_01x09_G_7.62mm +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_9-G_1x09_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Angled || order number: 1766411 12A 630V +phoenix_contact connector GMSTBA_01x09_G_7.50mm +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_10-G-7,62_1x10_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Angled || order number: 1766314 12A 630V +phoenix_contact connector GMSTBA_01x10_G_7.62mm +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_10-G_1x10_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Angled || order number: 1766424 12A 630V +phoenix_contact connector GMSTBA_01x10_G_7.50mm +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_11-G-7,62_1x11_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Angled || order number: 1766327 12A 630V +phoenix_contact connector GMSTBA_01x11_G_7.62mm +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_11-G_1x11_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Angled || order number: 1766437 12A 630V +phoenix_contact connector GMSTBA_01x11_G_7.50mm +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_12-G-7,62_1x12_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Angled || order number: 1766330 12A 630V +phoenix_contact connector GMSTBA_01x12_G_7.62mm +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_12-G_1x12_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Angled || order number: 1766440 12A 630V +phoenix_contact connector GMSTBA_01x12_G_7.50mm +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_2-G-7,62_1x02_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical || order number: 1766770 12A 630V +phoenix_contact connector GMSTBVA_01x02_G_7.62mm +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_2-G_1x02_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Vertical || order number: 1766660 12A 630V +phoenix_contact connector GMSTBVA_01x02_G_7.50mm +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_3-G-7,62_1x03_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical || order number: 1766783 12A 630V +phoenix_contact connector GMSTBVA_01x03_G_7.62mm +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_3-G_1x03_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Vertical || order number: 1766673 12A 630V +phoenix_contact connector GMSTBVA_01x03_G_7.50mm +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_4-G-7,62_1x04_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical || order number: 1766796 12A 630V +phoenix_contact connector GMSTBVA_01x04_G_7.62mm +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_4-G_1x04_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Vertical || order number: 1766686 12A 630V +phoenix_contact connector GMSTBVA_01x04_G_7.50mm +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_5-G-7,62_1x05_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical || order number: 1766806 12A 630V +phoenix_contact connector GMSTBVA_01x05_G_7.62mm +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_5-G_1x05_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Vertical || order number: 1766699 12A 630V +phoenix_contact connector GMSTBVA_01x05_G_7.50mm +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_6-G-7,62_1x06_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical || order number: 1766819 12A 630V +phoenix_contact connector GMSTBVA_01x06_G_7.62mm +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_6-G_1x06_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Vertical || order number: 1766709 12A 630V +phoenix_contact connector GMSTBVA_01x06_G_7.50mm +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_7-G-7,62_1x07_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical || order number: 1766822 12A 630V +phoenix_contact connector GMSTBVA_01x07_G_7.62mm +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_7-G_1x07_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Vertical || order number: 1766712 12A 630V +phoenix_contact connector GMSTBVA_01x07_G_7.50mm +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_8-G-7,62_1x08_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical || order number: 1766835 12A 630V +phoenix_contact connector GMSTBVA_01x08_G_7.62mm +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_8-G_1x08_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Vertical || order number: 1766725 12A 630V +phoenix_contact connector GMSTBVA_01x08_G_7.50mm +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_9-G-7,62_1x09_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical || order number: 1766848 12A 630V +phoenix_contact connector GMSTBVA_01x09_G_7.62mm +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_9-G_1x09_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Vertical || order number: 1766738 12A 630V +phoenix_contact connector GMSTBVA_01x09_G_7.50mm +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_10-G-7,62_1x10_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical || order number: 1766851 12A 630V +phoenix_contact connector GMSTBVA_01x10_G_7.62mm +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_10-G_1x10_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Vertical || order number: 1766741 12A 630V +phoenix_contact connector GMSTBVA_01x10_G_7.50mm +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_11-G-7,62_1x11_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical || order number: 1766864 12A 630V +phoenix_contact connector GMSTBVA_01x11_G_7.62mm +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_11-G_1x11_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Vertical || order number: 1766754 12A 630V +phoenix_contact connector GMSTBVA_01x11_G_7.50mm +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_12-G-7,62_1x12_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical || order number: 1766877 12A 630V +phoenix_contact connector GMSTBVA_01x12_G_7.62mm +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_12-G_1x12_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Vertical || order number: 1766767 12A 630V +phoenix_contact connector GMSTBVA_01x12_G_7.50mm +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829154 12A 630V +phoenix_contact connector GMSTBV_01x02_GF_7.62mm +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829154 12A 630V +phoenix_contact connector GMSTBV_01x02_GF_7.62mm_MH +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829167 12A 630V +phoenix_contact connector GMSTBV_01x03_GF_7.62mm +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829167 12A 630V +phoenix_contact connector GMSTBV_01x03_GF_7.62mm_MH +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829170 12A 630V +phoenix_contact connector GMSTBV_01x04_GF_7.62mm +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829170 12A 630V +phoenix_contact connector GMSTBV_01x04_GF_7.62mm_MH +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829183 12A 630V +phoenix_contact connector GMSTBV_01x05_GF_7.62mm +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829183 12A 630V +phoenix_contact connector GMSTBV_01x05_GF_7.62mm_MH +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829196 12A 630V +phoenix_contact connector GMSTBV_01x06_GF_7.62mm +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829196 12A 630V +phoenix_contact connector GMSTBV_01x06_GF_7.62mm_MH +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829206 12A 630V +phoenix_contact connector GMSTBV_01x07_GF_7.62mm +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829206 12A 630V +phoenix_contact connector GMSTBV_01x07_GF_7.62mm_MH +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829219 12A 630V +phoenix_contact connector GMSTBV_01x08_GF_7.62mm +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829219 12A 630V +phoenix_contact connector GMSTBV_01x08_GF_7.62mm_MH +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829222 12A 630V +phoenix_contact connector GMSTBV_01x09_GF_7.62mm +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829222 12A 630V +phoenix_contact connector GMSTBV_01x09_GF_7.62mm_MH +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829235 12A 630V +phoenix_contact connector GMSTBV_01x10_GF_7.62mm +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829235 12A 630V +phoenix_contact connector GMSTBV_01x10_GF_7.62mm_MH +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829248 12A 630V +phoenix_contact connector GMSTBV_01x11_GF_7.62mm +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829248 12A 630V +phoenix_contact connector GMSTBV_01x11_GF_7.62mm_MH +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829251 12A 630V +phoenix_contact connector GMSTBV_01x12_GF_7.62mm +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829251 12A 630V +phoenix_contact connector GMSTBV_01x12_GF_7.62mm_MH +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806229 12A 630V +phoenix_contact connector GMSTB_01x02_GF_7.62mm +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806229 12A 630V +phoenix_contact connector GMSTB_01x02_GF_7.62mm_MH +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806232 12A 630V +phoenix_contact connector GMSTB_01x03_GF_7.62mm +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806232 12A 630V +phoenix_contact connector GMSTB_01x03_GF_7.62mm_MH +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806245 12A 630V +phoenix_contact connector GMSTB_01x04_GF_7.62mm +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806245 12A 630V +phoenix_contact connector GMSTB_01x04_GF_7.62mm_MH +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806258 12A 630V +phoenix_contact connector GMSTB_01x05_GF_7.62mm +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806258 12A 630V +phoenix_contact connector GMSTB_01x05_GF_7.62mm_MH +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806261 12A 630V +phoenix_contact connector GMSTB_01x06_GF_7.62mm +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806261 12A 630V +phoenix_contact connector GMSTB_01x06_GF_7.62mm_MH +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806274 12A 630V +phoenix_contact connector GMSTB_01x07_GF_7.62mm +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806274 12A 630V +phoenix_contact connector GMSTB_01x07_GF_7.62mm_MH +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806287 12A 630V +phoenix_contact connector GMSTB_01x08_GF_7.62mm +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806287 12A 630V +phoenix_contact connector GMSTB_01x08_GF_7.62mm_MH +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806290 12A 630V +phoenix_contact connector GMSTB_01x09_GF_7.62mm +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806290 12A 630V +phoenix_contact connector GMSTB_01x09_GF_7.62mm_MH +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806300 12A 630V +phoenix_contact connector GMSTB_01x10_GF_7.62mm +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806300 12A 630V +phoenix_contact connector GMSTB_01x10_GF_7.62mm_MH +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806313 12A 630V +phoenix_contact connector GMSTB_01x11_GF_7.62mm +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806313 12A 630V +phoenix_contact connector GMSTB_01x11_GF_7.62mm_MH +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806326 12A 630V +phoenix_contact connector GMSTB_01x12_GF_7.62mm +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806326 12A 630V +phoenix_contact connector GMSTB_01x12_GF_7.62mm_MH +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical || order number: 1843606 8A 160V +phoenix_contact connector MCV_01x02_G_3.5mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_2-G-3.81_1x02_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical || order number: 1803426 8A 160V +phoenix_contact connector MCV_01x02_G_3.81mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843224 8A 160V +phoenix_contact connector MCV_01x02_GF_3.5mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843224 8A 160V +phoenix_contact connector MCV_01x02_GF_3.5mm_MH +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830596 8A 160V +phoenix_contact connector MCV_01x02_GF_3.81mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830596 8A 160V +phoenix_contact connector MCV_01x02_GF_3.81mm_MH +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_3-G-3.5_1x03_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical || order number: 1843619 8A 160V +phoenix_contact connector MCV_01x03_G_3.5mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_3-G-3.81_1x03_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical || order number: 1803439 8A 160V +phoenix_contact connector MCV_01x03_G_3.81mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843237 8A 160V +phoenix_contact connector MCV_01x03_GF_3.5mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843237 8A 160V +phoenix_contact connector MCV_01x03_GF_3.5mm_MH +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830606 8A 160V +phoenix_contact connector MCV_01x03_GF_3.81mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830606 8A 160V +phoenix_contact connector MCV_01x03_GF_3.81mm_MH +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_4-G-3.5_1x04_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical || order number: 1843622 8A 160V +phoenix_contact connector MCV_01x04_G_3.5mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_4-G-3.81_1x04_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical || order number: 1803442 8A 160V +phoenix_contact connector MCV_01x04_G_3.81mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843240 8A 160V +phoenix_contact connector MCV_01x04_GF_3.5mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843240 8A 160V +phoenix_contact connector MCV_01x04_GF_3.5mm_MH +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830619 8A 160V +phoenix_contact connector MCV_01x04_GF_3.81mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830619 8A 160V +phoenix_contact connector MCV_01x04_GF_3.81mm_MH +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_5-G-3.5_1x05_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical || order number: 1843635 8A 160V +phoenix_contact connector MCV_01x05_G_3.5mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_5-G-3.81_1x05_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical || order number: 1803455 8A 160V +phoenix_contact connector MCV_01x05_G_3.81mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843253 8A 160V +phoenix_contact connector MCV_01x05_GF_3.5mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843253 8A 160V +phoenix_contact connector MCV_01x05_GF_3.5mm_MH +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830622 8A 160V +phoenix_contact connector MCV_01x05_GF_3.81mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830622 8A 160V +phoenix_contact connector MCV_01x05_GF_3.81mm_MH +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_6-G-3.5_1x06_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical || order number: 1843648 8A 160V +phoenix_contact connector MCV_01x06_G_3.5mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_6-G-3.81_1x06_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical || order number: 1803468 8A 160V +phoenix_contact connector MCV_01x06_G_3.81mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843266 8A 160V +phoenix_contact connector MCV_01x06_GF_3.5mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843266 8A 160V +phoenix_contact connector MCV_01x06_GF_3.5mm_MH +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830635 8A 160V +phoenix_contact connector MCV_01x06_GF_3.81mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830635 8A 160V +phoenix_contact connector MCV_01x06_GF_3.81mm_MH +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_7-G-3.5_1x07_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical || order number: 1843651 8A 160V +phoenix_contact connector MCV_01x07_G_3.5mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_7-G-3.81_1x07_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical || order number: 1803471 8A 160V +phoenix_contact connector MCV_01x07_G_3.81mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843279 8A 160V +phoenix_contact connector MCV_01x07_GF_3.5mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843279 8A 160V +phoenix_contact connector MCV_01x07_GF_3.5mm_MH +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830648 8A 160V +phoenix_contact connector MCV_01x07_GF_3.81mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830648 8A 160V +phoenix_contact connector MCV_01x07_GF_3.81mm_MH +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_8-G-3.5_1x08_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical || order number: 1843664 8A 160V +phoenix_contact connector MCV_01x08_G_3.5mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_8-G-3.81_1x08_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical || order number: 1803484 8A 160V +phoenix_contact connector MCV_01x08_G_3.81mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843282 8A 160V +phoenix_contact connector MCV_01x08_GF_3.5mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843282 8A 160V +phoenix_contact connector MCV_01x08_GF_3.5mm_MH +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830651 8A 160V +phoenix_contact connector MCV_01x08_GF_3.81mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830651 8A 160V +phoenix_contact connector MCV_01x08_GF_3.81mm_MH +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_9-G-3.5_1x09_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical || order number: 1843677 8A 160V +phoenix_contact connector MCV_01x09_G_3.5mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_9-G-3.81_1x09_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical || order number: 1803497 8A 160V +phoenix_contact connector MCV_01x09_G_3.81mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843295 8A 160V +phoenix_contact connector MCV_01x09_GF_3.5mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843295 8A 160V +phoenix_contact connector MCV_01x09_GF_3.5mm_MH +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830664 8A 160V +phoenix_contact connector MCV_01x09_GF_3.81mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830664 8A 160V +phoenix_contact connector MCV_01x09_GF_3.81mm_MH +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_10-G-3.5_1x10_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical || order number: 1843680 8A 160V +phoenix_contact connector MCV_01x10_G_3.5mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_10-G-3.81_1x10_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical || order number: 1803507 8A 160V +phoenix_contact connector MCV_01x10_G_3.81mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843305 8A 160V +phoenix_contact connector MCV_01x10_GF_3.5mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843305 8A 160V +phoenix_contact connector MCV_01x10_GF_3.5mm_MH +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830677 8A 160V +phoenix_contact connector MCV_01x10_GF_3.81mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830677 8A 160V +phoenix_contact connector MCV_01x10_GF_3.81mm_MH +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_11-G-3.5_1x11_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical || order number: 1843693 8A 160V +phoenix_contact connector MCV_01x11_G_3.5mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_11-G-3.81_1x11_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical || order number: 1803510 8A 160V +phoenix_contact connector MCV_01x11_G_3.81mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843318 8A 160V +phoenix_contact connector MCV_01x11_GF_3.5mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843318 8A 160V +phoenix_contact connector MCV_01x11_GF_3.5mm_MH +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830680 8A 160V +phoenix_contact connector MCV_01x11_GF_3.81mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830680 8A 160V +phoenix_contact connector MCV_01x11_GF_3.81mm_MH +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_12-G-3.5_1x12_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical || order number: 1843703 8A 160V +phoenix_contact connector MCV_01x12_G_3.5mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_12-G-3.81_1x12_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical || order number: 1803523 8A 160V +phoenix_contact connector MCV_01x12_G_3.81mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843321 8A 160V +phoenix_contact connector MCV_01x12_GF_3.5mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843321 8A 160V +phoenix_contact connector MCV_01x12_GF_3.5mm_MH +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830693 8A 160V +phoenix_contact connector MCV_01x12_GF_3.81mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830693 8A 160V +phoenix_contact connector MCV_01x12_GF_3.81mm_MH +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_13-G-3.5_1x13_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical || order number: 1843716 8A 160V +phoenix_contact connector MCV_01x13_G_3.5mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_13-G-3.81_1x13_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical || order number: 1803536 8A 160V +phoenix_contact connector MCV_01x13_G_3.81mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843334 8A 160V +phoenix_contact connector MCV_01x13_GF_3.5mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843334 8A 160V +phoenix_contact connector MCV_01x13_GF_3.5mm_MH +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830703 8A 160V +phoenix_contact connector MCV_01x13_GF_3.81mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830703 8A 160V +phoenix_contact connector MCV_01x13_GF_3.81mm_MH +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_14-G-3.5_1x14_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical || order number: 1843729 8A 160V +phoenix_contact connector MCV_01x14_G_3.5mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_14-G-3.81_1x14_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical || order number: 1803549 8A 160V +phoenix_contact connector MCV_01x14_G_3.81mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843347 8A 160V +phoenix_contact connector MCV_01x14_GF_3.5mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843347 8A 160V +phoenix_contact connector MCV_01x14_GF_3.5mm_MH +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830716 8A 160V +phoenix_contact connector MCV_01x14_GF_3.81mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830716 8A 160V +phoenix_contact connector MCV_01x14_GF_3.81mm_MH +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_15-G-3.5_1x15_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical || order number: 1843732 8A 160V +phoenix_contact connector MCV_01x15_G_3.5mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_15-G-3.81_1x15_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical || order number: 1803552 8A 160V +phoenix_contact connector MCV_01x15_G_3.81mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843350 8A 160V +phoenix_contact connector MCV_01x15_GF_3.5mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843350 8A 160V +phoenix_contact connector MCV_01x15_GF_3.5mm_MH +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830729 8A 160V +phoenix_contact connector MCV_01x15_GF_3.81mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830729 8A 160V +phoenix_contact connector MCV_01x15_GF_3.81mm_MH +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_16-G-3.5_1x16_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical || order number: 1843745 8A 160V +phoenix_contact connector MCV_01x16_G_3.5mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_16-G-3.81_1x16_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical || order number: 1803565 8A 160V +phoenix_contact connector MCV_01x16_G_3.81mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843363 8A 160V +phoenix_contact connector MCV_01x16_GF_3.5mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843363 8A 160V +phoenix_contact connector MCV_01x16_GF_3.5mm_MH +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830732 8A 160V +phoenix_contact connector MCV_01x16_GF_3.81mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830732 8A 160V +phoenix_contact connector MCV_01x16_GF_3.81mm_MH +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_2-G-3.5_1x02_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Angled || order number: 1844210 8A 160V +phoenix_contact connector MC_01x02_G_3.5mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_2-G-3.81_1x02_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Angled || order number: 1803277 8A 160V +phoenix_contact connector MC_01x02_G_3.81mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843790 8A 160V +phoenix_contact connector MC_01x02_GF_3.5mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843790 8A 160V +phoenix_contact connector MC_01x02_GF_3.5mm_MH +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827868 8A 160V +phoenix_contact connector MC_01x02_GF_3.81mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827868 8A 160V +phoenix_contact connector MC_01x02_GF_3.81mm_MH +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_3-G-3.5_1x03_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Angled || order number: 1844223 8A 160V +phoenix_contact connector MC_01x03_G_3.5mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_3-G-3.81_1x03_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Angled || order number: 1803280 8A 160V +phoenix_contact connector MC_01x03_G_3.81mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843800 8A 160V +phoenix_contact connector MC_01x03_GF_3.5mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843800 8A 160V +phoenix_contact connector MC_01x03_GF_3.5mm_MH +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827871 8A 160V +phoenix_contact connector MC_01x03_GF_3.81mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827871 8A 160V +phoenix_contact connector MC_01x03_GF_3.81mm_MH +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_4-G-3.5_1x04_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Angled || order number: 1844236 8A 160V +phoenix_contact connector MC_01x04_G_3.5mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_4-G-3.81_1x04_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Angled || order number: 1803293 8A 160V +phoenix_contact connector MC_01x04_G_3.81mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843813 8A 160V +phoenix_contact connector MC_01x04_GF_3.5mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843813 8A 160V +phoenix_contact connector MC_01x04_GF_3.5mm_MH +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827884 8A 160V +phoenix_contact connector MC_01x04_GF_3.81mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827884 8A 160V +phoenix_contact connector MC_01x04_GF_3.81mm_MH +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_5-G-3.5_1x05_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Angled || order number: 1844249 8A 160V +phoenix_contact connector MC_01x05_G_3.5mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_5-G-3.81_1x05_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Angled || order number: 1803303 8A 160V +phoenix_contact connector MC_01x05_G_3.81mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843826 8A 160V +phoenix_contact connector MC_01x05_GF_3.5mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843826 8A 160V +phoenix_contact connector MC_01x05_GF_3.5mm_MH +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827897 8A 160V +phoenix_contact connector MC_01x05_GF_3.81mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827897 8A 160V +phoenix_contact connector MC_01x05_GF_3.81mm_MH +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_6-G-3.5_1x06_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Angled || order number: 1844252 8A 160V +phoenix_contact connector MC_01x06_G_3.5mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_6-G-3.81_1x06_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Angled || order number: 1803316 8A 160V +phoenix_contact connector MC_01x06_G_3.81mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843839 8A 160V +phoenix_contact connector MC_01x06_GF_3.5mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843839 8A 160V +phoenix_contact connector MC_01x06_GF_3.5mm_MH +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827907 8A 160V +phoenix_contact connector MC_01x06_GF_3.81mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827907 8A 160V +phoenix_contact connector MC_01x06_GF_3.81mm_MH +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_7-G-3.5_1x07_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Angled || order number: 1844265 8A 160V +phoenix_contact connector MC_01x07_G_3.5mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_7-G-3.81_1x07_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Angled || order number: 1803329 8A 160V +phoenix_contact connector MC_01x07_G_3.81mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843842 8A 160V +phoenix_contact connector MC_01x07_GF_3.5mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843842 8A 160V +phoenix_contact connector MC_01x07_GF_3.5mm_MH +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827910 8A 160V +phoenix_contact connector MC_01x07_GF_3.81mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827910 8A 160V +phoenix_contact connector MC_01x07_GF_3.81mm_MH +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_8-G-3.5_1x08_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Angled || order number: 1844278 8A 160V +phoenix_contact connector MC_01x08_G_3.5mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_8-G-3.81_1x08_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Angled || order number: 1803332 8A 160V +phoenix_contact connector MC_01x08_G_3.81mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843855 8A 160V +phoenix_contact connector MC_01x08_GF_3.5mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843855 8A 160V +phoenix_contact connector MC_01x08_GF_3.5mm_MH +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827923 8A 160V +phoenix_contact connector MC_01x08_GF_3.81mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827923 8A 160V +phoenix_contact connector MC_01x08_GF_3.81mm_MH +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_9-G-3.5_1x09_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Angled || order number: 1844281 8A 160V +phoenix_contact connector MC_01x09_G_3.5mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_9-G-3.81_1x09_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Angled || order number: 1803345 8A 160V +phoenix_contact connector MC_01x09_G_3.81mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843868 8A 160V +phoenix_contact connector MC_01x09_GF_3.5mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843868 8A 160V +phoenix_contact connector MC_01x09_GF_3.5mm_MH +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827936 8A 160V +phoenix_contact connector MC_01x09_GF_3.81mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827936 8A 160V +phoenix_contact connector MC_01x09_GF_3.81mm_MH +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_10-G-3.5_1x10_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Angled || order number: 1844294 8A 160V +phoenix_contact connector MC_01x10_G_3.5mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_10-G-3.81_1x10_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Angled || order number: 1803358 8A 160V +phoenix_contact connector MC_01x10_G_3.81mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843871 8A 160V +phoenix_contact connector MC_01x10_GF_3.5mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843871 8A 160V +phoenix_contact connector MC_01x10_GF_3.5mm_MH +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827949 8A 160V +phoenix_contact connector MC_01x10_GF_3.81mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827949 8A 160V +phoenix_contact connector MC_01x10_GF_3.81mm_MH +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_11-G-3.5_1x11_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Angled || order number: 1844304 8A 160V +phoenix_contact connector MC_01x11_G_3.5mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_11-G-3.81_1x11_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Angled || order number: 1803361 8A 160V +phoenix_contact connector MC_01x11_G_3.81mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843884 8A 160V +phoenix_contact connector MC_01x11_GF_3.5mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843884 8A 160V +phoenix_contact connector MC_01x11_GF_3.5mm_MH +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827952 8A 160V +phoenix_contact connector MC_01x11_GF_3.81mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827952 8A 160V +phoenix_contact connector MC_01x11_GF_3.81mm_MH +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_12-G-3.5_1x12_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Angled || order number: 1844317 8A 160V +phoenix_contact connector MC_01x12_G_3.5mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_12-G-3.81_1x12_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Angled || order number: 1803374 8A 160V +phoenix_contact connector MC_01x12_G_3.81mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843897 8A 160V +phoenix_contact connector MC_01x12_GF_3.5mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843897 8A 160V +phoenix_contact connector MC_01x12_GF_3.5mm_MH +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827965 8A 160V +phoenix_contact connector MC_01x12_GF_3.81mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827965 8A 160V +phoenix_contact connector MC_01x12_GF_3.81mm_MH +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_13-G-3.5_1x13_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Angled || order number: 1844320 8A 160V +phoenix_contact connector MC_01x13_G_3.5mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_13-G-3.81_1x13_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Angled || order number: 1803387 8A 160V +phoenix_contact connector MC_01x13_G_3.81mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843907 8A 160V +phoenix_contact connector MC_01x13_GF_3.5mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843907 8A 160V +phoenix_contact connector MC_01x13_GF_3.5mm_MH +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827978 8A 160V +phoenix_contact connector MC_01x13_GF_3.81mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827978 8A 160V +phoenix_contact connector MC_01x13_GF_3.81mm_MH +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_14-G-3.5_1x14_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Angled || order number: 1844333 8A 160V +phoenix_contact connector MC_01x14_G_3.5mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_14-G-3.81_1x14_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Angled || order number: 1803390 8A 160V +phoenix_contact connector MC_01x14_G_3.81mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843910 8A 160V +phoenix_contact connector MC_01x14_GF_3.5mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843910 8A 160V +phoenix_contact connector MC_01x14_GF_3.5mm_MH +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827981 8A 160V +phoenix_contact connector MC_01x14_GF_3.81mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827981 8A 160V +phoenix_contact connector MC_01x14_GF_3.81mm_MH +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_15-G-3.5_1x15_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Angled || order number: 1844346 8A 160V +phoenix_contact connector MC_01x15_G_3.5mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_15-G-3.81_1x15_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Angled || order number: 1803400 8A 160V +phoenix_contact connector MC_01x15_G_3.81mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843923 8A 160V +phoenix_contact connector MC_01x15_GF_3.5mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843923 8A 160V +phoenix_contact connector MC_01x15_GF_3.5mm_MH +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827994 8A 160V +phoenix_contact connector MC_01x15_GF_3.81mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827994 8A 160V +phoenix_contact connector MC_01x15_GF_3.81mm_MH +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_16-G-3.5_1x16_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Angled || order number: 1844359 8A 160V +phoenix_contact connector MC_01x16_G_3.5mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_16-G-3.81_1x16_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Angled || order number: 1803413 8A 160V +phoenix_contact connector MC_01x16_G_3.81mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843936 8A 160V +phoenix_contact connector MC_01x16_GF_3.5mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843936 8A 160V +phoenix_contact connector MC_01x16_GF_3.5mm_MH +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange || order number: 1828003 8A 160V +phoenix_contact connector MC_01x16_GF_3.81mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1828003 8A 160V +phoenix_contact connector MC_01x16_GF_3.81mm_MH +0 +16 +16 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_2-G-5.08_1x02_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1836299 8A 320V +phoenix_contact connector MCV_01x02_G_5.08mm +0 +2 +2 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847615 8A 320V +phoenix_contact connector MCV_01x02_GF_5.08mm +0 +2 +2 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847615 8A 320V +phoenix_contact connector MCV_01x02_GF_5.08mm_MH +0 +2 +2 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_3-G-5.08_1x03_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1836309 8A 320V +phoenix_contact connector MCV_01x03_G_5.08mm +0 +3 +3 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847628 8A 320V +phoenix_contact connector MCV_01x03_GF_5.08mm +0 +3 +3 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847628 8A 320V +phoenix_contact connector MCV_01x03_GF_5.08mm_MH +0 +3 +3 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_4-G-5.08_1x04_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1836312 8A 320V +phoenix_contact connector MCV_01x04_G_5.08mm +0 +4 +4 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847631 8A 320V +phoenix_contact connector MCV_01x04_GF_5.08mm +0 +4 +4 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847631 8A 320V +phoenix_contact connector MCV_01x04_GF_5.08mm_MH +0 +4 +4 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_5-G-5.08_1x05_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1836325 8A 320V +phoenix_contact connector MCV_01x05_G_5.08mm +0 +5 +5 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847644 8A 320V +phoenix_contact connector MCV_01x05_GF_5.08mm +0 +5 +5 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847644 8A 320V +phoenix_contact connector MCV_01x05_GF_5.08mm_MH +0 +5 +5 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_6-G-5.08_1x06_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1836338 8A 320V +phoenix_contact connector MCV_01x06_G_5.08mm +0 +6 +6 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847657 8A 320V +phoenix_contact connector MCV_01x06_GF_5.08mm +0 +6 +6 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847657 8A 320V +phoenix_contact connector MCV_01x06_GF_5.08mm_MH +0 +6 +6 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_7-G-5.08_1x07_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1836341 8A 320V +phoenix_contact connector MCV_01x07_G_5.08mm +0 +7 +7 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847660 8A 320V +phoenix_contact connector MCV_01x07_GF_5.08mm +0 +7 +7 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847660 8A 320V +phoenix_contact connector MCV_01x07_GF_5.08mm_MH +0 +7 +7 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_8-G-5.08_1x08_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1836354 8A 320V +phoenix_contact connector MCV_01x08_G_5.08mm +0 +8 +8 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847673 8A 320V +phoenix_contact connector MCV_01x08_GF_5.08mm +0 +8 +8 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847673 8A 320V +phoenix_contact connector MCV_01x08_GF_5.08mm_MH +0 +8 +8 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_9-G-5.08_1x09_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1836367 8A 320V +phoenix_contact connector MCV_01x09_G_5.08mm +0 +9 +9 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847686 8A 320V +phoenix_contact connector MCV_01x09_GF_5.08mm +0 +9 +9 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847686 8A 320V +phoenix_contact connector MCV_01x09_GF_5.08mm_MH +0 +9 +9 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_10-G-5.08_1x10_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1836370 8A 320V +phoenix_contact connector MCV_01x10_G_5.08mm +0 +10 +10 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847699 8A 320V +phoenix_contact connector MCV_01x10_GF_5.08mm +0 +10 +10 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847699 8A 320V +phoenix_contact connector MCV_01x10_GF_5.08mm_MH +0 +10 +10 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_11-G-5.08_1x11_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1836383 8A 320V +phoenix_contact connector MCV_01x11_G_5.08mm +0 +11 +11 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847709 8A 320V +phoenix_contact connector MCV_01x11_GF_5.08mm +0 +11 +11 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847709 8A 320V +phoenix_contact connector MCV_01x11_GF_5.08mm_MH +0 +11 +11 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_12-G-5.08_1x12_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1836396 8A 320V +phoenix_contact connector MCV_01x12_G_5.08mm +0 +12 +12 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847712 8A 320V +phoenix_contact connector MCV_01x12_GF_5.08mm +0 +12 +12 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847712 8A 320V +phoenix_contact connector MCV_01x12_GF_5.08mm_MH +0 +12 +12 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_2-G-5.08_1x02_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1836189 8A 320V +phoenix_contact connector MC_01x02_G_5.08mm +0 +2 +2 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847466 8A 320V +phoenix_contact connector MC_01x02_GF_5.08mm +0 +2 +2 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847466 8A 320V +phoenix_contact connector MC_01x02_GF_5.08mm_MH +0 +2 +2 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_3-G-5.08_1x03_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1836192 8A 320V +phoenix_contact connector MC_01x03_G_5.08mm +0 +3 +3 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847479 8A 320V +phoenix_contact connector MC_01x03_GF_5.08mm +0 +3 +3 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847479 8A 320V +phoenix_contact connector MC_01x03_GF_5.08mm_MH +0 +3 +3 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_4-G-5.08_1x04_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1836202 8A 320V +phoenix_contact connector MC_01x04_G_5.08mm +0 +4 +4 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847482 8A 320V +phoenix_contact connector MC_01x04_GF_5.08mm +0 +4 +4 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847482 8A 320V +phoenix_contact connector MC_01x04_GF_5.08mm_MH +0 +4 +4 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_5-G-5.08_1x05_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1836215 8A 320V +phoenix_contact connector MC_01x05_G_5.08mm +0 +5 +5 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847495 8A 320V +phoenix_contact connector MC_01x05_GF_5.08mm +0 +5 +5 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847495 8A 320V +phoenix_contact connector MC_01x05_GF_5.08mm_MH +0 +5 +5 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_6-G-5.08_1x06_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1836228 8A 320V +phoenix_contact connector MC_01x06_G_5.08mm +0 +6 +6 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847505 8A 320V +phoenix_contact connector MC_01x06_GF_5.08mm +0 +6 +6 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847505 8A 320V +phoenix_contact connector MC_01x06_GF_5.08mm_MH +0 +6 +6 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_7-G-5.08_1x07_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1836231 8A 320V +phoenix_contact connector MC_01x07_G_5.08mm +0 +7 +7 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847518 8A 320V +phoenix_contact connector MC_01x07_GF_5.08mm +0 +7 +7 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847518 8A 320V +phoenix_contact connector MC_01x07_GF_5.08mm_MH +0 +7 +7 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_8-G-5.08_1x08_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1836244 8A 320V +phoenix_contact connector MC_01x08_G_5.08mm +0 +8 +8 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847521 8A 320V +phoenix_contact connector MC_01x08_GF_5.08mm +0 +8 +8 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847521 8A 320V +phoenix_contact connector MC_01x08_GF_5.08mm_MH +0 +8 +8 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_9-G-5.08_1x09_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1836257 8A 320V +phoenix_contact connector MC_01x09_G_5.08mm +0 +9 +9 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847534 8A 320V +phoenix_contact connector MC_01x09_GF_5.08mm +0 +9 +9 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847534 8A 320V +phoenix_contact connector MC_01x09_GF_5.08mm_MH +0 +9 +9 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_10-G-5.08_1x10_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1836260 8A 320V +phoenix_contact connector MC_01x10_G_5.08mm +0 +10 +10 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847547 8A 320V +phoenix_contact connector MC_01x10_GF_5.08mm +0 +10 +10 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847547 8A 320V +phoenix_contact connector MC_01x10_GF_5.08mm_MH +0 +10 +10 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_11-G-5.08_1x11_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1836273 8A 320V +phoenix_contact connector MC_01x11_G_5.08mm +0 +11 +11 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847550 8A 320V +phoenix_contact connector MC_01x11_GF_5.08mm +0 +11 +11 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847550 8A 320V +phoenix_contact connector MC_01x11_GF_5.08mm_MH +0 +11 +11 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_12-G-5.08_1x12_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1836286 8A 320V +phoenix_contact connector MC_01x12_G_5.08mm +0 +12 +12 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847563 8A 320V +phoenix_contact connector MC_01x12_GF_5.08mm +0 +12 +12 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847563 8A 320V +phoenix_contact connector MC_01x12_GF_5.08mm_MH +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_2-G-5,08_1x02_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1757242 12A || order number: 1923869 16A (HC) +phoenix_contact connector MSTBA_01x02_G_5.08mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_2-G_1x02_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Angled || order number: 1757475 12A || order number: 1923759 16A (HC) +phoenix_contact connector MSTBA_01x02_G_5.00mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_3-G-5,08_1x03_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1757255 12A || order number: 1923872 16A (HC) +phoenix_contact connector MSTBA_01x03_G_5.08mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_3-G_1x03_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Angled || order number: 1757488 12A || order number: 1923762 16A (HC) +phoenix_contact connector MSTBA_01x03_G_5.00mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_4-G-5,08_1x04_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1757268 12A || order number: 1923885 16A (HC) +phoenix_contact connector MSTBA_01x04_G_5.08mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_4-G_1x04_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Angled || order number: 1757491 12A || order number: 1923775 16A (HC) +phoenix_contact connector MSTBA_01x04_G_5.00mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_5-G-5,08_1x05_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1757271 12A || order number: 1923898 16A (HC) +phoenix_contact connector MSTBA_01x05_G_5.08mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_5-G_1x05_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Angled || order number: 1757501 12A || order number: 1923788 16A (HC) +phoenix_contact connector MSTBA_01x05_G_5.00mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_6-G-5,08_1x06_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1757284 12A || order number: 1923908 16A (HC) +phoenix_contact connector MSTBA_01x06_G_5.08mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_6-G_1x06_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Angled || order number: 1757514 12A || order number: 1923791 16A (HC) +phoenix_contact connector MSTBA_01x06_G_5.00mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_7-G-5,08_1x07_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1757297 12A || order number: 1923911 16A (HC) +phoenix_contact connector MSTBA_01x07_G_5.08mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_7-G_1x07_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Angled || order number: 1757493 12A || order number: 1923801 16A (HC) +phoenix_contact connector MSTBA_01x07_G_5.00mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_8-G-5,08_1x08_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1757307 12A || order number: 1923924 16A (HC) +phoenix_contact connector MSTBA_01x08_G_5.08mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_8-G_1x08_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Angled || order number: 1757527 12A || order number: 1923814 16A (HC) +phoenix_contact connector MSTBA_01x08_G_5.00mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_9-G-5,08_1x09_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1757310 12A || order number: 1923937 16A (HC) +phoenix_contact connector MSTBA_01x09_G_5.08mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_9-G_1x09_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Angled || order number: 1757530 12A || order number: 1923827 16A (HC) +phoenix_contact connector MSTBA_01x09_G_5.00mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_10-G-5,08_1x10_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1757323 12A || order number: 1923940 16A (HC) +phoenix_contact connector MSTBA_01x10_G_5.08mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_10-G_1x10_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Angled || order number: 1757543 12A || order number: 1923830 16A (HC) +phoenix_contact connector MSTBA_01x10_G_5.00mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_11-G-5,08_1x11_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1757336 12A || order number: 1923953 16A (HC) +phoenix_contact connector MSTBA_01x11_G_5.08mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_11-G_1x11_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Angled || order number: 1757556 12A || order number: 1923843 16A (HC) +phoenix_contact connector MSTBA_01x11_G_5.00mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_12-G-5,08_1x12_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1757349 12A || order number: 1923966 16A (HC) +phoenix_contact connector MSTBA_01x12_G_5.08mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_12-G_1x12_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Angled || order number: 1757569 12A || order number: 1923856 16A (HC) +phoenix_contact connector MSTBA_01x12_G_5.00mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_13-G-5,08_1x13_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Angled || order number: 1757352 12A +phoenix_contact connector MSTBA_01x13_G_5.08mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_13-G_1x13_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Angled || order number: 1757572 12A +phoenix_contact connector MSTBA_01x13_G_5.00mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_14-G-5,08_1x14_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Angled || order number: 1757365 12A +phoenix_contact connector MSTBA_01x14_G_5.08mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_14-G_1x14_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Angled || order number: 1757585 12A +phoenix_contact connector MSTBA_01x14_G_5.00mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_15-G-5,08_1x15_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Angled || order number: 1757378 12A +phoenix_contact connector MSTBA_01x15_G_5.08mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_15-G_1x15_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Angled || order number: 1757598 12A +phoenix_contact connector MSTBA_01x15_G_5.00mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_16-G-5,08_1x16_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Angled || order number: 1757381 12A +phoenix_contact connector MSTBA_01x16_G_5.08mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_16-G_1x16_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Angled || order number: 1757608 12A +phoenix_contact connector MSTBA_01x16_G_5.00mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_2-G-5,08_1x02_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1755736 12A || order number: 1924305 16A (HC) +phoenix_contact connector MSTBVA_01x02_G_5.08mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_2-G_1x02_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Vertical || order number: 1755516 12A || order number: 1924198 16A (HC) +phoenix_contact connector MSTBVA_01x02_G_5.00mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_3-G-5,08_1x03_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1755749 12A || order number: 1924318 16A (HC) +phoenix_contact connector MSTBVA_01x03_G_5.08mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_3-G_1x03_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Vertical || order number: 1755529 12A || order number: 1924208 16A (HC) +phoenix_contact connector MSTBVA_01x03_G_5.00mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_4-G-5,08_1x04_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1755752 12A || order number: 1924321 16A (HC) +phoenix_contact connector MSTBVA_01x04_G_5.08mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_4-G_1x04_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Vertical || order number: 1755532 12A || order number: 1924211 16A (HC) +phoenix_contact connector MSTBVA_01x04_G_5.00mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_5-G-5,08_1x05_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1755765 12A || order number: 1924334 16A (HC) +phoenix_contact connector MSTBVA_01x05_G_5.08mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_5-G_1x05_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Vertical || order number: 1755545 12A || order number: 1924224 16A (HC) +phoenix_contact connector MSTBVA_01x05_G_5.00mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_6-G-5,08_1x06_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1755778 12A || order number: 1924347 16A (HC) +phoenix_contact connector MSTBVA_01x06_G_5.08mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_6-G_1x06_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Vertical || order number: 1755558 12A || order number: 1924237 16A (HC) +phoenix_contact connector MSTBVA_01x06_G_5.00mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_7-G-5,08_1x07_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1755781 12A || order number: 1924350 16A (HC) +phoenix_contact connector MSTBVA_01x07_G_5.08mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_7-G_1x07_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Vertical || order number: 1755561 12A || order number: 1924240 16A (HC) +phoenix_contact connector MSTBVA_01x07_G_5.00mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_8-G-5,08_1x08_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1755794 12A || order number: 1924363 16A (HC) +phoenix_contact connector MSTBVA_01x08_G_5.08mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Vertical || order number: 1755574 12A || order number: 1924253 16A (HC) +phoenix_contact connector MSTBVA_01x08_G_5.00mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_9-G-5,08_1x09_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1755804 12A || order number: 1924376 16A (HC) +phoenix_contact connector MSTBVA_01x09_G_5.08mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_9-G_1x09_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Vertical || order number: 1755587 12A || order number: 1924266 16A (HC) +phoenix_contact connector MSTBVA_01x09_G_5.00mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_10-G-5,08_1x10_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1755817 12A || order number: 1924389 16A (HC) +phoenix_contact connector MSTBVA_01x10_G_5.08mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_10-G_1x10_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Vertical || order number: 1755503 12A || order number: 1924279 16A (HC) +phoenix_contact connector MSTBVA_01x10_G_5.00mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_11-G-5,08_1x11_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1755820 12A || order number: 1924392 16A (HC) +phoenix_contact connector MSTBVA_01x11_G_5.08mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_11-G_1x11_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Vertical || order number: 1755590 12A || order number: 1924282 16A (HC) +phoenix_contact connector MSTBVA_01x11_G_5.00mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_12-G-5,08_1x12_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1755833 12A || order number: 1924402 16A (HC) +phoenix_contact connector MSTBVA_01x12_G_5.08mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_12-G_1x12_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Vertical || order number: 1755600 12A || order number: 1924295 16A (HC) +phoenix_contact connector MSTBVA_01x12_G_5.00mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_13-G-5,08_1x13_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical || order number: 1755846 12A +phoenix_contact connector MSTBVA_01x13_G_5.08mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_13-G_1x13_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Vertical || order number: 1755613 12A +phoenix_contact connector MSTBVA_01x13_G_5.00mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_14-G-5,08_1x14_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical || order number: 1755859 12A +phoenix_contact connector MSTBVA_01x14_G_5.08mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_14-G_1x14_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Vertical || order number: 1755626 12A +phoenix_contact connector MSTBVA_01x14_G_5.00mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_15-G-5,08_1x15_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical || order number: 1755862 12A +phoenix_contact connector MSTBVA_01x15_G_5.08mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_15-G_1x15_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Vertical || order number: 1755639 12A +phoenix_contact connector MSTBVA_01x15_G_5.00mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_16-G-5,08_1x16_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical || order number: 1755875 12A +phoenix_contact connector MSTBVA_01x16_G_5.08mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_16-G_1x16_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Vertical || order number: 1755642 12A +phoenix_contact connector MSTBVA_01x16_G_5.00mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777073 12A || order number: 1924525 16A (HC) +phoenix_contact connector MSTBV_01x02_GF_5.08mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777073 12A || order number: 1924525 16A (HC) +phoenix_contact connector MSTBV_01x02_GF_5.08mm_MH +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776883 12A || order number: 1924415 16A (HC) +phoenix_contact connector MSTBV_01x02_GF_5.00mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776883 12A || order number: 1924415 16A (HC) +phoenix_contact connector MSTBV_01x02_GF_5.00mm_MH +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777086 12A || order number: 1924538 16A (HC) +phoenix_contact connector MSTBV_01x03_GF_5.08mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777086 12A || order number: 1924538 16A (HC) +phoenix_contact connector MSTBV_01x03_GF_5.08mm_MH +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776896 12A || order number: 1924428 16A (HC) +phoenix_contact connector MSTBV_01x03_GF_5.00mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776896 12A || order number: 1924428 16A (HC) +phoenix_contact connector MSTBV_01x03_GF_5.00mm_MH +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777099 12A || order number: 1924541 16A (HC) +phoenix_contact connector MSTBV_01x04_GF_5.08mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777099 12A || order number: 1924541 16A (HC) +phoenix_contact connector MSTBV_01x04_GF_5.08mm_MH +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776906 12A || order number: 1924431 16A (HC) +phoenix_contact connector MSTBV_01x04_GF_5.00mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776906 12A || order number: 1924431 16A (HC) +phoenix_contact connector MSTBV_01x04_GF_5.00mm_MH +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777109 12A || order number: 1924554 16A (HC) +phoenix_contact connector MSTBV_01x05_GF_5.08mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777109 12A || order number: 1924554 16A (HC) +phoenix_contact connector MSTBV_01x05_GF_5.08mm_MH +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776919 12A || order number: 1924444 16A (HC) +phoenix_contact connector MSTBV_01x05_GF_5.00mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776919 12A || order number: 1924444 16A (HC) +phoenix_contact connector MSTBV_01x05_GF_5.00mm_MH +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777112 12A || order number: 1924567 16A (HC) +phoenix_contact connector MSTBV_01x06_GF_5.08mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777112 12A || order number: 1924567 16A (HC) +phoenix_contact connector MSTBV_01x06_GF_5.08mm_MH +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776922 12A || order number: 1924457 16A (HC) +phoenix_contact connector MSTBV_01x06_GF_5.00mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776922 12A || order number: 1924457 16A (HC) +phoenix_contact connector MSTBV_01x06_GF_5.00mm_MH +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777125 12A || order number: 1924570 16A (HC) +phoenix_contact connector MSTBV_01x07_GF_5.08mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777125 12A || order number: 1924570 16A (HC) +phoenix_contact connector MSTBV_01x07_GF_5.08mm_MH +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776935 12A || order number: 1924460 16A (HC) +phoenix_contact connector MSTBV_01x07_GF_5.00mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776935 12A || order number: 1924460 16A (HC) +phoenix_contact connector MSTBV_01x07_GF_5.00mm_MH +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777138 12A || order number: 1924583 16A (HC) +phoenix_contact connector MSTBV_01x08_GF_5.08mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777138 12A || order number: 1924583 16A (HC) +phoenix_contact connector MSTBV_01x08_GF_5.08mm_MH +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776948 12A || order number: 1924473 16A (HC) +phoenix_contact connector MSTBV_01x08_GF_5.00mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776948 12A || order number: 1924473 16A (HC) +phoenix_contact connector MSTBV_01x08_GF_5.00mm_MH +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777141 12A || order number: 1924596 16A (HC) +phoenix_contact connector MSTBV_01x09_GF_5.08mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777141 12A || order number: 1924596 16A (HC) +phoenix_contact connector MSTBV_01x09_GF_5.08mm_MH +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776951 12A || order number: 1924486 16A (HC) +phoenix_contact connector MSTBV_01x09_GF_5.00mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776951 12A || order number: 1924486 16A (HC) +phoenix_contact connector MSTBV_01x09_GF_5.00mm_MH +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777154 12A || order number: 1924606 16A (HC) +phoenix_contact connector MSTBV_01x10_GF_5.08mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777154 12A || order number: 1924606 16A (HC) +phoenix_contact connector MSTBV_01x10_GF_5.08mm_MH +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776964 12A || order number: 1924499 16A (HC) +phoenix_contact connector MSTBV_01x10_GF_5.00mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776964 12A || order number: 1924499 16A (HC) +phoenix_contact connector MSTBV_01x10_GF_5.00mm_MH +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777167 12A || order number: 1924619 16A (HC) +phoenix_contact connector MSTBV_01x11_GF_5.08mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777167 12A || order number: 1924619 16A (HC) +phoenix_contact connector MSTBV_01x11_GF_5.08mm_MH +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776977 12A || order number: 1924509 16A (HC) +phoenix_contact connector MSTBV_01x11_GF_5.00mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776977 12A || order number: 1924509 16A (HC) +phoenix_contact connector MSTBV_01x11_GF_5.00mm_MH +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777170 12A || order number: 1924622 16A (HC) +phoenix_contact connector MSTBV_01x12_GF_5.08mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777170 12A || order number: 1924622 16A (HC) +phoenix_contact connector MSTBV_01x12_GF_5.08mm_MH +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776980 12A || order number: 1924512 16A (HC) +phoenix_contact connector MSTBV_01x12_GF_5.00mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776980 12A || order number: 1924512 16A (HC) +phoenix_contact connector MSTBV_01x12_GF_5.00mm_MH +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777183 12A +phoenix_contact connector MSTBV_01x13_GF_5.08mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777183 12A +phoenix_contact connector MSTBV_01x13_GF_5.08mm_MH +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776993 12A +phoenix_contact connector MSTBV_01x13_GF_5.00mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776993 12A +phoenix_contact connector MSTBV_01x13_GF_5.00mm_MH +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777196 12A +phoenix_contact connector MSTBV_01x14_GF_5.08mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777196 12A +phoenix_contact connector MSTBV_01x14_GF_5.08mm_MH +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776002 12A +phoenix_contact connector MSTBV_01x14_GF_5.00mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776002 12A +phoenix_contact connector MSTBV_01x14_GF_5.00mm_MH +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777206 12A +phoenix_contact connector MSTBV_01x15_GF_5.08mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777206 12A +phoenix_contact connector MSTBV_01x15_GF_5.08mm_MH +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776015 12A +phoenix_contact connector MSTBV_01x15_GF_5.00mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776015 12A +phoenix_contact connector MSTBV_01x15_GF_5.00mm_MH +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777219 12A +phoenix_contact connector MSTBV_01x16_GF_5.08mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777219 12A +phoenix_contact connector MSTBV_01x16_GF_5.08mm_MH +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776028 12A +phoenix_contact connector MSTBV_01x16_GF_5.00mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776028 12A +phoenix_contact connector MSTBV_01x16_GF_5.00mm_MH +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776508 12A || order number: 1924088 16A (HC) +phoenix_contact connector MSTB_01x02_GF_5.08mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776508 12A || order number: 1924088 16A (HC) +phoenix_contact connector MSTB_01x02_GF_5.08mm_MH +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776692 12A || order number: 1923979 16A (HC) +phoenix_contact connector MSTB_01x02_GF_5.00mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776692 12A || order number: 1923979 16A (HC) +phoenix_contact connector MSTB_01x02_GF_5.00mm_MH +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776511 12A || order number: 1924091 16A (HC) +phoenix_contact connector MSTB_01x03_GF_5.08mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776511 12A || order number: 1924091 16A (HC) +phoenix_contact connector MSTB_01x03_GF_5.08mm_MH +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776702 12A || order number: 1923982 16A (HC) +phoenix_contact connector MSTB_01x03_GF_5.00mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776702 12A || order number: 1923982 16A (HC) +phoenix_contact connector MSTB_01x03_GF_5.00mm_MH +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776524 12A || order number: 1924101 16A (HC) +phoenix_contact connector MSTB_01x04_GF_5.08mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776524 12A || order number: 1924101 16A (HC) +phoenix_contact connector MSTB_01x04_GF_5.08mm_MH +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776715 12A || order number: 1923995 16A (HC) +phoenix_contact connector MSTB_01x04_GF_5.00mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776715 12A || order number: 1923995 16A (HC) +phoenix_contact connector MSTB_01x04_GF_5.00mm_MH +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776537 12A || order number: 1924114 16A (HC) +phoenix_contact connector MSTB_01x05_GF_5.08mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776537 12A || order number: 1924114 16A (HC) +phoenix_contact connector MSTB_01x05_GF_5.08mm_MH +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776728 12A || order number: 1924004 16A (HC) +phoenix_contact connector MSTB_01x05_GF_5.00mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776728 12A || order number: 1924004 16A (HC) +phoenix_contact connector MSTB_01x05_GF_5.00mm_MH +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776540 12A || order number: 1924127 16A (HC) +phoenix_contact connector MSTB_01x06_GF_5.08mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776540 12A || order number: 1924127 16A (HC) +phoenix_contact connector MSTB_01x06_GF_5.08mm_MH +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776731 12A || order number: 1924017 16A (HC) +phoenix_contact connector MSTB_01x06_GF_5.00mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776731 12A || order number: 1924017 16A (HC) +phoenix_contact connector MSTB_01x06_GF_5.00mm_MH +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776553 12A || order number: 1924130 16A (HC) +phoenix_contact connector MSTB_01x07_GF_5.08mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776553 12A || order number: 1924130 16A (HC) +phoenix_contact connector MSTB_01x07_GF_5.08mm_MH +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776744 12A || order number: 1924020 16A (HC) +phoenix_contact connector MSTB_01x07_GF_5.00mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776744 12A || order number: 1924020 16A (HC) +phoenix_contact connector MSTB_01x07_GF_5.00mm_MH +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776566 12A || order number: 1924143 16A (HC) +phoenix_contact connector MSTB_01x08_GF_5.08mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776566 12A || order number: 1924143 16A (HC) +phoenix_contact connector MSTB_01x08_GF_5.08mm_MH +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776757 12A || order number: 1924033 16A (HC) +phoenix_contact connector MSTB_01x08_GF_5.00mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776757 12A || order number: 1924033 16A (HC) +phoenix_contact connector MSTB_01x08_GF_5.00mm_MH +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776579 12A || order number: 1924156 16A (HC) +phoenix_contact connector MSTB_01x09_GF_5.08mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776579 12A || order number: 1924156 16A (HC) +phoenix_contact connector MSTB_01x09_GF_5.08mm_MH +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776760 12A || order number: 1924046 16A (HC) +phoenix_contact connector MSTB_01x09_GF_5.00mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776760 12A || order number: 1924046 16A (HC) +phoenix_contact connector MSTB_01x09_GF_5.00mm_MH +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776582 12A || order number: 1924169 16A (HC) +phoenix_contact connector MSTB_01x10_GF_5.08mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776582 12A || order number: 1924169 16A (HC) +phoenix_contact connector MSTB_01x10_GF_5.08mm_MH +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776773 12A || order number: 1924059 16A (HC) +phoenix_contact connector MSTB_01x10_GF_5.00mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776773 12A || order number: 1924059 16A (HC) +phoenix_contact connector MSTB_01x10_GF_5.00mm_MH +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776595 12A || order number: 1924172 16A (HC) +phoenix_contact connector MSTB_01x11_GF_5.08mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776595 12A || order number: 1924172 16A (HC) +phoenix_contact connector MSTB_01x11_GF_5.08mm_MH +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776786 12A || order number: 1924062 16A (HC) +phoenix_contact connector MSTB_01x11_GF_5.00mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776786 12A || order number: 1924062 16A (HC) +phoenix_contact connector MSTB_01x11_GF_5.00mm_MH +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776605 12A || order number: 1924185 16A (HC) +phoenix_contact connector MSTB_01x12_GF_5.08mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776605 12A || order number: 1924185 16A (HC) +phoenix_contact connector MSTB_01x12_GF_5.08mm_MH +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776799 12A || order number: 1924075 16A (HC) +phoenix_contact connector MSTB_01x12_GF_5.00mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776799 12A || order number: 1924075 16A (HC) +phoenix_contact connector MSTB_01x12_GF_5.00mm_MH +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776618 12A +phoenix_contact connector MSTB_01x13_GF_5.08mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776618 12A +phoenix_contact connector MSTB_01x13_GF_5.08mm_MH +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776809 12A +phoenix_contact connector MSTB_01x13_GF_5.00mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776809 12A +phoenix_contact connector MSTB_01x13_GF_5.00mm_MH +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776621 12A +phoenix_contact connector MSTB_01x14_GF_5.08mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776621 12A +phoenix_contact connector MSTB_01x14_GF_5.08mm_MH +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776812 12A +phoenix_contact connector MSTB_01x14_GF_5.00mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776812 12A +phoenix_contact connector MSTB_01x14_GF_5.00mm_MH +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776634 12A +phoenix_contact connector MSTB_01x15_GF_5.08mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776634 12A +phoenix_contact connector MSTB_01x15_GF_5.08mm_MH +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776825 12A +phoenix_contact connector MSTB_01x15_GF_5.00mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776825 12A +phoenix_contact connector MSTB_01x15_GF_5.00mm_MH +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776647 12A +phoenix_contact connector MSTB_01x16_GF_5.08mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776647 12A +phoenix_contact connector MSTB_01x16_GF_5.08mm_MH +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776838 12A +phoenix_contact connector MSTB_01x16_GF_5.00mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776838 12A +phoenix_contact connector MSTB_01x16_GF_5.00mm_MH +0 +16 +16 +Connector_Pin +Pin_D0.7mm_L6.5mm_W1.8mm_FlatFork +solder Pin_ with flat fork, hole diameter 0.7mm, length 6.5mm, width 1.8mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D0.9mm_L10.0mm_W2.4mm_FlatFork +solder Pin_ with flat fork, hole diameter 0.9mm, length 10.0mm, width 2.4mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.0mm_L10.0mm +solder Pin_ diameter 1.0mm, hole diameter 1.0mm (press fit), length 10.0mm +solder Pin_ press fit +0 +1 +1 +Connector_Pin +Pin_D1.0mm_L10.0mm_LooseFit +solder Pin_ diameter 1.0mm, hole diameter 1.2mm (loose fit), length 10.0mm +solder Pin_ loose fit +0 +1 +1 +Connector_Pin +Pin_D1.1mm_L8.5mm_W2.5mm_FlatFork +solder Pin_ with flat fork, hole diameter 1.1mm, length 8.5mm, width 2.5mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.1mm_L10.2mm_W3.5mm_Flat +solder Pin_ with flat with hole, hole diameter 1.1mm, length 10.2mm, width 3.5mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.2mm_L10.2mm_W2.9mm_FlatFork +solder Pin_ with flat with fork, hole diameter 1.2mm, length 11.3mm, width 3.0mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.2mm_L11.3mm_W3.0mm_Flat +solder Pin_ with flat with hole, hole diameter 1.2mm, length 11.3mm, width 3.0mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.3mm_L10.0mm_W3.5mm_Flat +solder Pin_ with flat with hole, hole diameter 1.3mm, length 10.0mm, width 3.5mm, e.g. Ettinger 13.13.865, https://katalog.ettinger.de/#p=434 +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.3mm_L11.0mm +solder Pin_ diameter 1.3mm, hole diameter 1.3mm, length 11.0mm +solder Pin_ pressfit +0 +1 +1 +Connector_Pin +Pin_D1.3mm_L11.0mm_LooseFit +solder Pin_ diameter 1.3mm, hole diameter 1.5mm (loose fit), length 11.0mm +solder Pin_ loose fit +0 +1 +1 +Connector_Pin +Pin_D1.3mm_L11.3mm_W2.8mm_Flat +solder Pin_ with flat with hole, hole diameter 1.3mm, length 11.3mm, width 2.8mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.4mm_L8.5mm_W2.8mm_FlatFork +solder Pin_ with flat with fork, hole diameter 1.4mm, length 8.5mm, width 2.8mm, e.g. Ettinger 13.13.890, https://katalog.ettinger.de/#p=434 +solder Pin_ with flat fork +0 +1 +1 +Connector_PinHeader_1.00mm +PinHeader_1x01_P1.00mm_Horizontal +Through hole angled pin header, 1x01, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x01 1.00mm single row +0 +1 +1 +Connector_PinHeader_1.00mm +PinHeader_1x01_P1.00mm_Vertical +Through hole straight pin header, 1x01, 1.00mm pitch, single row +Through hole pin header THT 1x01 1.00mm single row +0 +1 +1 +Connector_PinHeader_1.00mm +PinHeader_1x02_P1.00mm_Horizontal +Through hole angled pin header, 1x02, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x02 1.00mm single row +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_1x02_P1.00mm_Vertical +Through hole straight pin header, 1x02, 1.00mm pitch, single row +Through hole pin header THT 1x02 1.00mm single row +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_1x02_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x02, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x02 1.00mm single row style1 pin1 left +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_1x02_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x02, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x02 1.00mm single row style2 pin1 right +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_1x03_P1.00mm_Horizontal +Through hole angled pin header, 1x03, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x03 1.00mm single row +0 +3 +3 +Connector_PinHeader_1.00mm +PinHeader_1x03_P1.00mm_Vertical +Through hole straight pin header, 1x03, 1.00mm pitch, single row +Through hole pin header THT 1x03 1.00mm single row +0 +3 +3 +Connector_PinHeader_1.00mm +PinHeader_1x03_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x03, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x03 1.00mm single row style1 pin1 left +0 +3 +3 +Connector_PinHeader_1.00mm +PinHeader_1x03_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x03, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x03 1.00mm single row style2 pin1 right +0 +3 +3 +Connector_PinHeader_1.00mm +PinHeader_1x04_P1.00mm_Horizontal +Through hole angled pin header, 1x04, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x04 1.00mm single row +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_1x04_P1.00mm_Vertical +Through hole straight pin header, 1x04, 1.00mm pitch, single row +Through hole pin header THT 1x04 1.00mm single row +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_1x04_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x04, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x04 1.00mm single row style1 pin1 left +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_1x04_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x04, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x04 1.00mm single row style2 pin1 right +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_1x05_P1.00mm_Horizontal +Through hole angled pin header, 1x05, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x05 1.00mm single row +0 +5 +5 +Connector_PinHeader_1.00mm +PinHeader_1x05_P1.00mm_Vertical +Through hole straight pin header, 1x05, 1.00mm pitch, single row +Through hole pin header THT 1x05 1.00mm single row +0 +5 +5 +Connector_PinHeader_1.00mm +PinHeader_1x05_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x05, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x05 1.00mm single row style1 pin1 left +0 +5 +5 +Connector_PinHeader_1.00mm +PinHeader_1x05_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x05, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x05 1.00mm single row style2 pin1 right +0 +5 +5 +Connector_PinHeader_1.00mm +PinHeader_1x06_P1.00mm_Horizontal +Through hole angled pin header, 1x06, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x06 1.00mm single row +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_1x06_P1.00mm_Vertical +Through hole straight pin header, 1x06, 1.00mm pitch, single row +Through hole pin header THT 1x06 1.00mm single row +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_1x06_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x06, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x06 1.00mm single row style1 pin1 left +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_1x06_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x06, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x06 1.00mm single row style2 pin1 right +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_1x07_P1.00mm_Horizontal +Through hole angled pin header, 1x07, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x07 1.00mm single row +0 +7 +7 +Connector_PinHeader_1.00mm +PinHeader_1x07_P1.00mm_Vertical +Through hole straight pin header, 1x07, 1.00mm pitch, single row +Through hole pin header THT 1x07 1.00mm single row +0 +7 +7 +Connector_PinHeader_1.00mm +PinHeader_1x07_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x07, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x07 1.00mm single row style1 pin1 left +0 +7 +7 +Connector_PinHeader_1.00mm +PinHeader_1x07_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x07, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x07 1.00mm single row style2 pin1 right +0 +7 +7 +Connector_PinHeader_1.00mm +PinHeader_1x08_P1.00mm_Horizontal +Through hole angled pin header, 1x08, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x08 1.00mm single row +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_1x08_P1.00mm_Vertical +Through hole straight pin header, 1x08, 1.00mm pitch, single row +Through hole pin header THT 1x08 1.00mm single row +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_1x08_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x08, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x08 1.00mm single row style1 pin1 left +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_1x08_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x08, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x08 1.00mm single row style2 pin1 right +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_1x09_P1.00mm_Horizontal +Through hole angled pin header, 1x09, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x09 1.00mm single row +0 +9 +9 +Connector_PinHeader_1.00mm +PinHeader_1x09_P1.00mm_Vertical +Through hole straight pin header, 1x09, 1.00mm pitch, single row +Through hole pin header THT 1x09 1.00mm single row +0 +9 +9 +Connector_PinHeader_1.00mm +PinHeader_1x09_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x09, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x09 1.00mm single row style1 pin1 left +0 +9 +9 +Connector_PinHeader_1.00mm +PinHeader_1x09_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x09, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x09 1.00mm single row style2 pin1 right +0 +9 +9 +Connector_PinHeader_1.00mm +PinHeader_1x10_P1.00mm_Horizontal +Through hole angled pin header, 1x10, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x10 1.00mm single row +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_1x10_P1.00mm_Vertical +Through hole straight pin header, 1x10, 1.00mm pitch, single row +Through hole pin header THT 1x10 1.00mm single row +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_1x10_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x10, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x10 1.00mm single row style1 pin1 left +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_1x10_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x10, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x10 1.00mm single row style2 pin1 right +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_1x11_P1.00mm_Horizontal +Through hole angled pin header, 1x11, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x11 1.00mm single row +0 +11 +11 +Connector_PinHeader_1.00mm +PinHeader_1x11_P1.00mm_Vertical +Through hole straight pin header, 1x11, 1.00mm pitch, single row +Through hole pin header THT 1x11 1.00mm single row +0 +11 +11 +Connector_PinHeader_1.00mm +PinHeader_1x11_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x11, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x11 1.00mm single row style1 pin1 left +0 +11 +11 +Connector_PinHeader_1.00mm +PinHeader_1x11_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x11, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x11 1.00mm single row style2 pin1 right +0 +11 +11 +Connector_PinHeader_1.00mm +PinHeader_1x12_P1.00mm_Horizontal +Through hole angled pin header, 1x12, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x12 1.00mm single row +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_1x12_P1.00mm_Vertical +Through hole straight pin header, 1x12, 1.00mm pitch, single row +Through hole pin header THT 1x12 1.00mm single row +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_1x12_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x12, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x12 1.00mm single row style1 pin1 left +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_1x12_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x12, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x12 1.00mm single row style2 pin1 right +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_1x13_P1.00mm_Horizontal +Through hole angled pin header, 1x13, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x13 1.00mm single row +0 +13 +13 +Connector_PinHeader_1.00mm +PinHeader_1x13_P1.00mm_Vertical +Through hole straight pin header, 1x13, 1.00mm pitch, single row +Through hole pin header THT 1x13 1.00mm single row +0 +13 +13 +Connector_PinHeader_1.00mm +PinHeader_1x13_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x13, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x13 1.00mm single row style1 pin1 left +0 +13 +13 +Connector_PinHeader_1.00mm +PinHeader_1x13_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x13, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x13 1.00mm single row style2 pin1 right +0 +13 +13 +Connector_PinHeader_1.00mm +PinHeader_1x14_P1.00mm_Horizontal +Through hole angled pin header, 1x14, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x14 1.00mm single row +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_1x14_P1.00mm_Vertical +Through hole straight pin header, 1x14, 1.00mm pitch, single row +Through hole pin header THT 1x14 1.00mm single row +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_1x14_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x14, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x14 1.00mm single row style1 pin1 left +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_1x14_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x14, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x14 1.00mm single row style2 pin1 right +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_1x15_P1.00mm_Horizontal +Through hole angled pin header, 1x15, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x15 1.00mm single row +0 +15 +15 +Connector_PinHeader_1.00mm +PinHeader_1x15_P1.00mm_Vertical +Through hole straight pin header, 1x15, 1.00mm pitch, single row +Through hole pin header THT 1x15 1.00mm single row +0 +15 +15 +Connector_PinHeader_1.00mm +PinHeader_1x15_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x15, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x15 1.00mm single row style1 pin1 left +0 +15 +15 +Connector_PinHeader_1.00mm +PinHeader_1x15_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x15, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x15 1.00mm single row style2 pin1 right +0 +15 +15 +Connector_PinHeader_1.00mm +PinHeader_1x16_P1.00mm_Horizontal +Through hole angled pin header, 1x16, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x16 1.00mm single row +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_1x16_P1.00mm_Vertical +Through hole straight pin header, 1x16, 1.00mm pitch, single row +Through hole pin header THT 1x16 1.00mm single row +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_1x16_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x16, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x16 1.00mm single row style1 pin1 left +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_1x16_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x16, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x16 1.00mm single row style2 pin1 right +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_1x17_P1.00mm_Horizontal +Through hole angled pin header, 1x17, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x17 1.00mm single row +0 +17 +17 +Connector_PinHeader_1.00mm +PinHeader_1x17_P1.00mm_Vertical +Through hole straight pin header, 1x17, 1.00mm pitch, single row +Through hole pin header THT 1x17 1.00mm single row +0 +17 +17 +Connector_PinHeader_1.00mm +PinHeader_1x17_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x17, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x17 1.00mm single row style1 pin1 left +0 +17 +17 +Connector_PinHeader_1.00mm +PinHeader_1x17_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x17, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x17 1.00mm single row style2 pin1 right +0 +17 +17 +Connector_PinHeader_1.00mm +PinHeader_1x18_P1.00mm_Horizontal +Through hole angled pin header, 1x18, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x18 1.00mm single row +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_1x18_P1.00mm_Vertical +Through hole straight pin header, 1x18, 1.00mm pitch, single row +Through hole pin header THT 1x18 1.00mm single row +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_1x18_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x18, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x18 1.00mm single row style1 pin1 left +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_1x18_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x18, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x18 1.00mm single row style2 pin1 right +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_1x19_P1.00mm_Horizontal +Through hole angled pin header, 1x19, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x19 1.00mm single row +0 +19 +19 +Connector_PinHeader_1.00mm +PinHeader_1x19_P1.00mm_Vertical +Through hole straight pin header, 1x19, 1.00mm pitch, single row +Through hole pin header THT 1x19 1.00mm single row +0 +19 +19 +Connector_PinHeader_1.00mm +PinHeader_1x19_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x19, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x19 1.00mm single row style1 pin1 left +0 +19 +19 +Connector_PinHeader_1.00mm +PinHeader_1x19_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x19, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x19 1.00mm single row style2 pin1 right +0 +19 +19 +Connector_PinHeader_1.00mm +PinHeader_1x20_P1.00mm_Horizontal +Through hole angled pin header, 1x20, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x20 1.00mm single row +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_1x20_P1.00mm_Vertical +Through hole straight pin header, 1x20, 1.00mm pitch, single row +Through hole pin header THT 1x20 1.00mm single row +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_1x20_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x20, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x20 1.00mm single row style1 pin1 left +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_1x20_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x20, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x20 1.00mm single row style2 pin1 right +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_1x21_P1.00mm_Horizontal +Through hole angled pin header, 1x21, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x21 1.00mm single row +0 +21 +21 +Connector_PinHeader_1.00mm +PinHeader_1x21_P1.00mm_Vertical +Through hole straight pin header, 1x21, 1.00mm pitch, single row +Through hole pin header THT 1x21 1.00mm single row +0 +21 +21 +Connector_PinHeader_1.00mm +PinHeader_1x21_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x21, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x21 1.00mm single row style1 pin1 left +0 +21 +21 +Connector_PinHeader_1.00mm +PinHeader_1x21_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x21, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x21 1.00mm single row style2 pin1 right +0 +21 +21 +Connector_PinHeader_1.00mm +PinHeader_1x22_P1.00mm_Horizontal +Through hole angled pin header, 1x22, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x22 1.00mm single row +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_1x22_P1.00mm_Vertical +Through hole straight pin header, 1x22, 1.00mm pitch, single row +Through hole pin header THT 1x22 1.00mm single row +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_1x22_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x22, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x22 1.00mm single row style1 pin1 left +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_1x22_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x22, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x22 1.00mm single row style2 pin1 right +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_1x23_P1.00mm_Horizontal +Through hole angled pin header, 1x23, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x23 1.00mm single row +0 +23 +23 +Connector_PinHeader_1.00mm +PinHeader_1x23_P1.00mm_Vertical +Through hole straight pin header, 1x23, 1.00mm pitch, single row +Through hole pin header THT 1x23 1.00mm single row +0 +23 +23 +Connector_PinHeader_1.00mm +PinHeader_1x23_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x23, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x23 1.00mm single row style1 pin1 left +0 +23 +23 +Connector_PinHeader_1.00mm +PinHeader_1x23_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x23, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x23 1.00mm single row style2 pin1 right +0 +23 +23 +Connector_PinHeader_1.00mm +PinHeader_1x24_P1.00mm_Horizontal +Through hole angled pin header, 1x24, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x24 1.00mm single row +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_1x24_P1.00mm_Vertical +Through hole straight pin header, 1x24, 1.00mm pitch, single row +Through hole pin header THT 1x24 1.00mm single row +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_1x24_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x24, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x24 1.00mm single row style1 pin1 left +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_1x24_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x24, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x24 1.00mm single row style2 pin1 right +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_1x25_P1.00mm_Horizontal +Through hole angled pin header, 1x25, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x25 1.00mm single row +0 +25 +25 +Connector_PinHeader_1.00mm +PinHeader_1x25_P1.00mm_Vertical +Through hole straight pin header, 1x25, 1.00mm pitch, single row +Through hole pin header THT 1x25 1.00mm single row +0 +25 +25 +Connector_PinHeader_1.00mm +PinHeader_1x25_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x25, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x25 1.00mm single row style1 pin1 left +0 +25 +25 +Connector_PinHeader_1.00mm +PinHeader_1x25_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x25, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x25 1.00mm single row style2 pin1 right +0 +25 +25 +Connector_PinHeader_1.00mm +PinHeader_1x26_P1.00mm_Horizontal +Through hole angled pin header, 1x26, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x26 1.00mm single row +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_1x26_P1.00mm_Vertical +Through hole straight pin header, 1x26, 1.00mm pitch, single row +Through hole pin header THT 1x26 1.00mm single row +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_1x26_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x26, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x26 1.00mm single row style1 pin1 left +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_1x26_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x26, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x26 1.00mm single row style2 pin1 right +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_1x27_P1.00mm_Horizontal +Through hole angled pin header, 1x27, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x27 1.00mm single row +0 +27 +27 +Connector_PinHeader_1.00mm +PinHeader_1x27_P1.00mm_Vertical +Through hole straight pin header, 1x27, 1.00mm pitch, single row +Through hole pin header THT 1x27 1.00mm single row +0 +27 +27 +Connector_PinHeader_1.00mm +PinHeader_1x27_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x27, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x27 1.00mm single row style1 pin1 left +0 +27 +27 +Connector_PinHeader_1.00mm +PinHeader_1x27_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x27, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x27 1.00mm single row style2 pin1 right +0 +27 +27 +Connector_PinHeader_1.00mm +PinHeader_1x28_P1.00mm_Horizontal +Through hole angled pin header, 1x28, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x28 1.00mm single row +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_1x28_P1.00mm_Vertical +Through hole straight pin header, 1x28, 1.00mm pitch, single row +Through hole pin header THT 1x28 1.00mm single row +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_1x28_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x28, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x28 1.00mm single row style1 pin1 left +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_1x28_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x28, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x28 1.00mm single row style2 pin1 right +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_1x29_P1.00mm_Horizontal +Through hole angled pin header, 1x29, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x29 1.00mm single row +0 +29 +29 +Connector_PinHeader_1.00mm +PinHeader_1x29_P1.00mm_Vertical +Through hole straight pin header, 1x29, 1.00mm pitch, single row +Through hole pin header THT 1x29 1.00mm single row +0 +29 +29 +Connector_PinHeader_1.00mm +PinHeader_1x29_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x29, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x29 1.00mm single row style1 pin1 left +0 +29 +29 +Connector_PinHeader_1.00mm +PinHeader_1x29_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x29, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x29 1.00mm single row style2 pin1 right +0 +29 +29 +Connector_PinHeader_1.00mm +PinHeader_1x30_P1.00mm_Horizontal +Through hole angled pin header, 1x30, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x30 1.00mm single row +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_1x30_P1.00mm_Vertical +Through hole straight pin header, 1x30, 1.00mm pitch, single row +Through hole pin header THT 1x30 1.00mm single row +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_1x30_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x30, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x30 1.00mm single row style1 pin1 left +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_1x30_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x30, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x30 1.00mm single row style2 pin1 right +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_1x31_P1.00mm_Horizontal +Through hole angled pin header, 1x31, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x31 1.00mm single row +0 +31 +31 +Connector_PinHeader_1.00mm +PinHeader_1x31_P1.00mm_Vertical +Through hole straight pin header, 1x31, 1.00mm pitch, single row +Through hole pin header THT 1x31 1.00mm single row +0 +31 +31 +Connector_PinHeader_1.00mm +PinHeader_1x31_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x31, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x31 1.00mm single row style1 pin1 left +0 +31 +31 +Connector_PinHeader_1.00mm +PinHeader_1x31_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x31, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x31 1.00mm single row style2 pin1 right +0 +31 +31 +Connector_PinHeader_1.00mm +PinHeader_1x32_P1.00mm_Horizontal +Through hole angled pin header, 1x32, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x32 1.00mm single row +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_1x32_P1.00mm_Vertical +Through hole straight pin header, 1x32, 1.00mm pitch, single row +Through hole pin header THT 1x32 1.00mm single row +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_1x32_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x32, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x32 1.00mm single row style1 pin1 left +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_1x32_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x32, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x32 1.00mm single row style2 pin1 right +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_1x33_P1.00mm_Horizontal +Through hole angled pin header, 1x33, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x33 1.00mm single row +0 +33 +33 +Connector_PinHeader_1.00mm +PinHeader_1x33_P1.00mm_Vertical +Through hole straight pin header, 1x33, 1.00mm pitch, single row +Through hole pin header THT 1x33 1.00mm single row +0 +33 +33 +Connector_PinHeader_1.00mm +PinHeader_1x33_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x33, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x33 1.00mm single row style1 pin1 left +0 +33 +33 +Connector_PinHeader_1.00mm +PinHeader_1x33_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x33, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x33 1.00mm single row style2 pin1 right +0 +33 +33 +Connector_PinHeader_1.00mm +PinHeader_1x34_P1.00mm_Horizontal +Through hole angled pin header, 1x34, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x34 1.00mm single row +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_1x34_P1.00mm_Vertical +Through hole straight pin header, 1x34, 1.00mm pitch, single row +Through hole pin header THT 1x34 1.00mm single row +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_1x34_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x34, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x34 1.00mm single row style1 pin1 left +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_1x34_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x34, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x34 1.00mm single row style2 pin1 right +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_1x35_P1.00mm_Horizontal +Through hole angled pin header, 1x35, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x35 1.00mm single row +0 +35 +35 +Connector_PinHeader_1.00mm +PinHeader_1x35_P1.00mm_Vertical +Through hole straight pin header, 1x35, 1.00mm pitch, single row +Through hole pin header THT 1x35 1.00mm single row +0 +35 +35 +Connector_PinHeader_1.00mm +PinHeader_1x35_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x35, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x35 1.00mm single row style1 pin1 left +0 +35 +35 +Connector_PinHeader_1.00mm +PinHeader_1x35_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x35, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x35 1.00mm single row style2 pin1 right +0 +35 +35 +Connector_PinHeader_1.00mm +PinHeader_1x36_P1.00mm_Horizontal +Through hole angled pin header, 1x36, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x36 1.00mm single row +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_1x36_P1.00mm_Vertical +Through hole straight pin header, 1x36, 1.00mm pitch, single row +Through hole pin header THT 1x36 1.00mm single row +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_1x36_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x36, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x36 1.00mm single row style1 pin1 left +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_1x36_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x36, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x36 1.00mm single row style2 pin1 right +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_1x37_P1.00mm_Horizontal +Through hole angled pin header, 1x37, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x37 1.00mm single row +0 +37 +37 +Connector_PinHeader_1.00mm +PinHeader_1x37_P1.00mm_Vertical +Through hole straight pin header, 1x37, 1.00mm pitch, single row +Through hole pin header THT 1x37 1.00mm single row +0 +37 +37 +Connector_PinHeader_1.00mm +PinHeader_1x37_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x37, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x37 1.00mm single row style1 pin1 left +0 +37 +37 +Connector_PinHeader_1.00mm +PinHeader_1x37_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x37, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x37 1.00mm single row style2 pin1 right +0 +37 +37 +Connector_PinHeader_1.00mm +PinHeader_1x38_P1.00mm_Horizontal +Through hole angled pin header, 1x38, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x38 1.00mm single row +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_1x38_P1.00mm_Vertical +Through hole straight pin header, 1x38, 1.00mm pitch, single row +Through hole pin header THT 1x38 1.00mm single row +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_1x38_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x38, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x38 1.00mm single row style1 pin1 left +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_1x38_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x38, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x38 1.00mm single row style2 pin1 right +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_1x39_P1.00mm_Horizontal +Through hole angled pin header, 1x39, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x39 1.00mm single row +0 +39 +39 +Connector_PinHeader_1.00mm +PinHeader_1x39_P1.00mm_Vertical +Through hole straight pin header, 1x39, 1.00mm pitch, single row +Through hole pin header THT 1x39 1.00mm single row +0 +39 +39 +Connector_PinHeader_1.00mm +PinHeader_1x39_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x39, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x39 1.00mm single row style1 pin1 left +0 +39 +39 +Connector_PinHeader_1.00mm +PinHeader_1x39_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x39, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x39 1.00mm single row style2 pin1 right +0 +39 +39 +Connector_PinHeader_1.00mm +PinHeader_1x40_P1.00mm_Horizontal +Through hole angled pin header, 1x40, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x40 1.00mm single row +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_1x40_P1.00mm_Vertical +Through hole straight pin header, 1x40, 1.00mm pitch, single row +Through hole pin header THT 1x40 1.00mm single row +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_1x40_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x40, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x40 1.00mm single row style1 pin1 left +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_1x40_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x40, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x40 1.00mm single row style2 pin1 right +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_2x01_P1.00mm_Horizontal +Through hole angled pin header, 2x01, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x01 1.00mm double row +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_2x01_P1.00mm_Vertical +Through hole straight pin header, 2x01, 1.00mm pitch, double rows +Through hole pin header THT 2x01 1.00mm double row +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_2x01_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x01, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x01 1.00mm double row +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_2x02_P1.00mm_Horizontal +Through hole angled pin header, 2x02, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x02 1.00mm double row +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_2x02_P1.00mm_Vertical +Through hole straight pin header, 2x02, 1.00mm pitch, double rows +Through hole pin header THT 2x02 1.00mm double row +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_2x02_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x02, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x02 1.00mm double row +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_2x03_P1.00mm_Horizontal +Through hole angled pin header, 2x03, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x03 1.00mm double row +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_2x03_P1.00mm_Vertical +Through hole straight pin header, 2x03, 1.00mm pitch, double rows +Through hole pin header THT 2x03 1.00mm double row +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_2x03_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x03, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x03 1.00mm double row +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_2x04_P1.00mm_Horizontal +Through hole angled pin header, 2x04, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x04 1.00mm double row +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_2x04_P1.00mm_Vertical +Through hole straight pin header, 2x04, 1.00mm pitch, double rows +Through hole pin header THT 2x04 1.00mm double row +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_2x04_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x04, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x04 1.00mm double row +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_2x05_P1.00mm_Horizontal +Through hole angled pin header, 2x05, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x05 1.00mm double row +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_2x05_P1.00mm_Vertical +Through hole straight pin header, 2x05, 1.00mm pitch, double rows +Through hole pin header THT 2x05 1.00mm double row +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_2x05_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x05, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x05 1.00mm double row +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_2x06_P1.00mm_Horizontal +Through hole angled pin header, 2x06, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x06 1.00mm double row +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_2x06_P1.00mm_Vertical +Through hole straight pin header, 2x06, 1.00mm pitch, double rows +Through hole pin header THT 2x06 1.00mm double row +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_2x06_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x06, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x06 1.00mm double row +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_2x07_P1.00mm_Horizontal +Through hole angled pin header, 2x07, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x07 1.00mm double row +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_2x07_P1.00mm_Vertical +Through hole straight pin header, 2x07, 1.00mm pitch, double rows +Through hole pin header THT 2x07 1.00mm double row +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_2x07_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x07, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x07 1.00mm double row +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_2x08_P1.00mm_Horizontal +Through hole angled pin header, 2x08, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x08 1.00mm double row +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_2x08_P1.00mm_Vertical +Through hole straight pin header, 2x08, 1.00mm pitch, double rows +Through hole pin header THT 2x08 1.00mm double row +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_2x08_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x08, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x08 1.00mm double row +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_2x09_P1.00mm_Horizontal +Through hole angled pin header, 2x09, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x09 1.00mm double row +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_2x09_P1.00mm_Vertical +Through hole straight pin header, 2x09, 1.00mm pitch, double rows +Through hole pin header THT 2x09 1.00mm double row +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_2x09_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x09, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x09 1.00mm double row +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_2x10_P1.00mm_Horizontal +Through hole angled pin header, 2x10, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x10 1.00mm double row +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_2x10_P1.00mm_Vertical +Through hole straight pin header, 2x10, 1.00mm pitch, double rows +Through hole pin header THT 2x10 1.00mm double row +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_2x10_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x10, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x10 1.00mm double row +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_2x11_P1.00mm_Horizontal +Through hole angled pin header, 2x11, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x11 1.00mm double row +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_2x11_P1.00mm_Vertical +Through hole straight pin header, 2x11, 1.00mm pitch, double rows +Through hole pin header THT 2x11 1.00mm double row +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_2x11_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x11, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x11 1.00mm double row +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_2x12_P1.00mm_Horizontal +Through hole angled pin header, 2x12, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x12 1.00mm double row +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_2x12_P1.00mm_Vertical +Through hole straight pin header, 2x12, 1.00mm pitch, double rows +Through hole pin header THT 2x12 1.00mm double row +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_2x12_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x12, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x12 1.00mm double row +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_2x13_P1.00mm_Horizontal +Through hole angled pin header, 2x13, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x13 1.00mm double row +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_2x13_P1.00mm_Vertical +Through hole straight pin header, 2x13, 1.00mm pitch, double rows +Through hole pin header THT 2x13 1.00mm double row +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_2x13_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x13, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x13 1.00mm double row +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_2x14_P1.00mm_Horizontal +Through hole angled pin header, 2x14, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x14 1.00mm double row +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_2x14_P1.00mm_Vertical +Through hole straight pin header, 2x14, 1.00mm pitch, double rows +Through hole pin header THT 2x14 1.00mm double row +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_2x14_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x14, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x14 1.00mm double row +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_2x15_P1.00mm_Horizontal +Through hole angled pin header, 2x15, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x15 1.00mm double row +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_2x15_P1.00mm_Vertical +Through hole straight pin header, 2x15, 1.00mm pitch, double rows +Through hole pin header THT 2x15 1.00mm double row +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_2x15_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x15, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x15 1.00mm double row +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_2x16_P1.00mm_Horizontal +Through hole angled pin header, 2x16, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x16 1.00mm double row +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_2x16_P1.00mm_Vertical +Through hole straight pin header, 2x16, 1.00mm pitch, double rows +Through hole pin header THT 2x16 1.00mm double row +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_2x16_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x16, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x16 1.00mm double row +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_2x17_P1.00mm_Horizontal +Through hole angled pin header, 2x17, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x17 1.00mm double row +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_2x17_P1.00mm_Vertical +Through hole straight pin header, 2x17, 1.00mm pitch, double rows +Through hole pin header THT 2x17 1.00mm double row +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_2x17_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x17, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x17 1.00mm double row +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_2x18_P1.00mm_Horizontal +Through hole angled pin header, 2x18, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x18 1.00mm double row +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_2x18_P1.00mm_Vertical +Through hole straight pin header, 2x18, 1.00mm pitch, double rows +Through hole pin header THT 2x18 1.00mm double row +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_2x18_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x18, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x18 1.00mm double row +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_2x19_P1.00mm_Horizontal +Through hole angled pin header, 2x19, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x19 1.00mm double row +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_2x19_P1.00mm_Vertical +Through hole straight pin header, 2x19, 1.00mm pitch, double rows +Through hole pin header THT 2x19 1.00mm double row +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_2x19_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x19, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x19 1.00mm double row +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_2x20_P1.00mm_Horizontal +Through hole angled pin header, 2x20, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x20 1.00mm double row +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_2x20_P1.00mm_Vertical +Through hole straight pin header, 2x20, 1.00mm pitch, double rows +Through hole pin header THT 2x20 1.00mm double row +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_2x20_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x20, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x20 1.00mm double row +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_2x21_P1.00mm_Horizontal +Through hole angled pin header, 2x21, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x21 1.00mm double row +0 +42 +42 +Connector_PinHeader_1.00mm +PinHeader_2x21_P1.00mm_Vertical +Through hole straight pin header, 2x21, 1.00mm pitch, double rows +Through hole pin header THT 2x21 1.00mm double row +0 +42 +42 +Connector_PinHeader_1.00mm +PinHeader_2x21_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x21, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x21 1.00mm double row +0 +42 +42 +Connector_PinHeader_1.00mm +PinHeader_2x22_P1.00mm_Horizontal +Through hole angled pin header, 2x22, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x22 1.00mm double row +0 +44 +44 +Connector_PinHeader_1.00mm +PinHeader_2x22_P1.00mm_Vertical +Through hole straight pin header, 2x22, 1.00mm pitch, double rows +Through hole pin header THT 2x22 1.00mm double row +0 +44 +44 +Connector_PinHeader_1.00mm +PinHeader_2x22_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x22, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x22 1.00mm double row +0 +44 +44 +Connector_PinHeader_1.00mm +PinHeader_2x23_P1.00mm_Horizontal +Through hole angled pin header, 2x23, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x23 1.00mm double row +0 +46 +46 +Connector_PinHeader_1.00mm +PinHeader_2x23_P1.00mm_Vertical +Through hole straight pin header, 2x23, 1.00mm pitch, double rows +Through hole pin header THT 2x23 1.00mm double row +0 +46 +46 +Connector_PinHeader_1.00mm +PinHeader_2x23_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x23, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x23 1.00mm double row +0 +46 +46 +Connector_PinHeader_1.00mm +PinHeader_2x24_P1.00mm_Horizontal +Through hole angled pin header, 2x24, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x24 1.00mm double row +0 +48 +48 +Connector_PinHeader_1.00mm +PinHeader_2x24_P1.00mm_Vertical +Through hole straight pin header, 2x24, 1.00mm pitch, double rows +Through hole pin header THT 2x24 1.00mm double row +0 +48 +48 +Connector_PinHeader_1.00mm +PinHeader_2x24_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x24, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x24 1.00mm double row +0 +48 +48 +Connector_PinHeader_1.00mm +PinHeader_2x25_P1.00mm_Horizontal +Through hole angled pin header, 2x25, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x25 1.00mm double row +0 +50 +50 +Connector_PinHeader_1.00mm +PinHeader_2x25_P1.00mm_Vertical +Through hole straight pin header, 2x25, 1.00mm pitch, double rows +Through hole pin header THT 2x25 1.00mm double row +0 +50 +50 +Connector_PinHeader_1.00mm +PinHeader_2x25_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x25, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x25 1.00mm double row +0 +50 +50 +Connector_PinHeader_1.00mm +PinHeader_2x26_P1.00mm_Horizontal +Through hole angled pin header, 2x26, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x26 1.00mm double row +0 +52 +52 +Connector_PinHeader_1.00mm +PinHeader_2x26_P1.00mm_Vertical +Through hole straight pin header, 2x26, 1.00mm pitch, double rows +Through hole pin header THT 2x26 1.00mm double row +0 +52 +52 +Connector_PinHeader_1.00mm +PinHeader_2x26_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x26, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x26 1.00mm double row +0 +52 +52 +Connector_PinHeader_1.00mm +PinHeader_2x27_P1.00mm_Horizontal +Through hole angled pin header, 2x27, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x27 1.00mm double row +0 +54 +54 +Connector_PinHeader_1.00mm +PinHeader_2x27_P1.00mm_Vertical +Through hole straight pin header, 2x27, 1.00mm pitch, double rows +Through hole pin header THT 2x27 1.00mm double row +0 +54 +54 +Connector_PinHeader_1.00mm +PinHeader_2x27_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x27, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x27 1.00mm double row +0 +54 +54 +Connector_PinHeader_1.00mm +PinHeader_2x28_P1.00mm_Horizontal +Through hole angled pin header, 2x28, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x28 1.00mm double row +0 +56 +56 +Connector_PinHeader_1.00mm +PinHeader_2x28_P1.00mm_Vertical +Through hole straight pin header, 2x28, 1.00mm pitch, double rows +Through hole pin header THT 2x28 1.00mm double row +0 +56 +56 +Connector_PinHeader_1.00mm +PinHeader_2x28_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x28, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x28 1.00mm double row +0 +56 +56 +Connector_PinHeader_1.00mm +PinHeader_2x29_P1.00mm_Horizontal +Through hole angled pin header, 2x29, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x29 1.00mm double row +0 +58 +58 +Connector_PinHeader_1.00mm +PinHeader_2x29_P1.00mm_Vertical +Through hole straight pin header, 2x29, 1.00mm pitch, double rows +Through hole pin header THT 2x29 1.00mm double row +0 +58 +58 +Connector_PinHeader_1.00mm +PinHeader_2x29_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x29, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x29 1.00mm double row +0 +58 +58 +Connector_PinHeader_1.00mm +PinHeader_2x30_P1.00mm_Horizontal +Through hole angled pin header, 2x30, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x30 1.00mm double row +0 +60 +60 +Connector_PinHeader_1.00mm +PinHeader_2x30_P1.00mm_Vertical +Through hole straight pin header, 2x30, 1.00mm pitch, double rows +Through hole pin header THT 2x30 1.00mm double row +0 +60 +60 +Connector_PinHeader_1.00mm +PinHeader_2x30_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x30, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x30 1.00mm double row +0 +60 +60 +Connector_PinHeader_1.00mm +PinHeader_2x31_P1.00mm_Horizontal +Through hole angled pin header, 2x31, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x31 1.00mm double row +0 +62 +62 +Connector_PinHeader_1.00mm +PinHeader_2x31_P1.00mm_Vertical +Through hole straight pin header, 2x31, 1.00mm pitch, double rows +Through hole pin header THT 2x31 1.00mm double row +0 +62 +62 +Connector_PinHeader_1.00mm +PinHeader_2x31_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x31, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x31 1.00mm double row +0 +62 +62 +Connector_PinHeader_1.00mm +PinHeader_2x32_P1.00mm_Horizontal +Through hole angled pin header, 2x32, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x32 1.00mm double row +0 +64 +64 +Connector_PinHeader_1.00mm +PinHeader_2x32_P1.00mm_Vertical +Through hole straight pin header, 2x32, 1.00mm pitch, double rows +Through hole pin header THT 2x32 1.00mm double row +0 +64 +64 +Connector_PinHeader_1.00mm +PinHeader_2x32_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x32, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x32 1.00mm double row +0 +64 +64 +Connector_PinHeader_1.00mm +PinHeader_2x33_P1.00mm_Horizontal +Through hole angled pin header, 2x33, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x33 1.00mm double row +0 +66 +66 +Connector_PinHeader_1.00mm +PinHeader_2x33_P1.00mm_Vertical +Through hole straight pin header, 2x33, 1.00mm pitch, double rows +Through hole pin header THT 2x33 1.00mm double row +0 +66 +66 +Connector_PinHeader_1.00mm +PinHeader_2x33_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x33, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x33 1.00mm double row +0 +66 +66 +Connector_PinHeader_1.00mm +PinHeader_2x34_P1.00mm_Horizontal +Through hole angled pin header, 2x34, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x34 1.00mm double row +0 +68 +68 +Connector_PinHeader_1.00mm +PinHeader_2x34_P1.00mm_Vertical +Through hole straight pin header, 2x34, 1.00mm pitch, double rows +Through hole pin header THT 2x34 1.00mm double row +0 +68 +68 +Connector_PinHeader_1.00mm +PinHeader_2x34_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x34, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x34 1.00mm double row +0 +68 +68 +Connector_PinHeader_1.00mm +PinHeader_2x35_P1.00mm_Horizontal +Through hole angled pin header, 2x35, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x35 1.00mm double row +0 +70 +70 +Connector_PinHeader_1.00mm +PinHeader_2x35_P1.00mm_Vertical +Through hole straight pin header, 2x35, 1.00mm pitch, double rows +Through hole pin header THT 2x35 1.00mm double row +0 +70 +70 +Connector_PinHeader_1.00mm +PinHeader_2x35_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x35, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x35 1.00mm double row +0 +70 +70 +Connector_PinHeader_1.00mm +PinHeader_2x36_P1.00mm_Horizontal +Through hole angled pin header, 2x36, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x36 1.00mm double row +0 +72 +72 +Connector_PinHeader_1.00mm +PinHeader_2x36_P1.00mm_Vertical +Through hole straight pin header, 2x36, 1.00mm pitch, double rows +Through hole pin header THT 2x36 1.00mm double row +0 +72 +72 +Connector_PinHeader_1.00mm +PinHeader_2x36_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x36, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x36 1.00mm double row +0 +72 +72 +Connector_PinHeader_1.00mm +PinHeader_2x37_P1.00mm_Horizontal +Through hole angled pin header, 2x37, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x37 1.00mm double row +0 +74 +74 +Connector_PinHeader_1.00mm +PinHeader_2x37_P1.00mm_Vertical +Through hole straight pin header, 2x37, 1.00mm pitch, double rows +Through hole pin header THT 2x37 1.00mm double row +0 +74 +74 +Connector_PinHeader_1.00mm +PinHeader_2x37_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x37, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x37 1.00mm double row +0 +74 +74 +Connector_PinHeader_1.00mm +PinHeader_2x38_P1.00mm_Horizontal +Through hole angled pin header, 2x38, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x38 1.00mm double row +0 +76 +76 +Connector_PinHeader_1.00mm +PinHeader_2x38_P1.00mm_Vertical +Through hole straight pin header, 2x38, 1.00mm pitch, double rows +Through hole pin header THT 2x38 1.00mm double row +0 +76 +76 +Connector_PinHeader_1.00mm +PinHeader_2x38_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x38, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x38 1.00mm double row +0 +76 +76 +Connector_PinHeader_1.00mm +PinHeader_2x39_P1.00mm_Horizontal +Through hole angled pin header, 2x39, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x39 1.00mm double row +0 +78 +78 +Connector_PinHeader_1.00mm +PinHeader_2x39_P1.00mm_Vertical +Through hole straight pin header, 2x39, 1.00mm pitch, double rows +Through hole pin header THT 2x39 1.00mm double row +0 +78 +78 +Connector_PinHeader_1.00mm +PinHeader_2x39_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x39, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x39 1.00mm double row +0 +78 +78 +Connector_PinHeader_1.00mm +PinHeader_2x40_P1.00mm_Horizontal +Through hole angled pin header, 2x40, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x40 1.00mm double row +0 +80 +80 +Connector_PinHeader_1.00mm +PinHeader_2x40_P1.00mm_Vertical +Through hole straight pin header, 2x40, 1.00mm pitch, double rows +Through hole pin header THT 2x40 1.00mm double row +0 +80 +80 +Connector_PinHeader_1.00mm +PinHeader_2x40_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x40, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x40 1.00mm double row +0 +80 +80 +Connector_PinHeader_1.27mm +PinHeader_1x01_P1.27mm_Horizontal +Through hole angled pin header, 1x01, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x01 1.27mm single row +0 +1 +1 +Connector_PinHeader_1.27mm +PinHeader_1x01_P1.27mm_Vertical +Through hole straight pin header, 1x01, 1.27mm pitch, single row +Through hole pin header THT 1x01 1.27mm single row +0 +1 +1 +Connector_PinHeader_1.27mm +PinHeader_1x02_P1.27mm_Horizontal +Through hole angled pin header, 1x02, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x02 1.27mm single row +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_1x02_P1.27mm_Vertical +Through hole straight pin header, 1x02, 1.27mm pitch, single row +Through hole pin header THT 1x02 1.27mm single row +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_1x02_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x02, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x02 1.27mm single row style1 pin1 left +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_1x02_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x02, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x02 1.27mm single row style2 pin1 right +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_1x03_P1.27mm_Horizontal +Through hole angled pin header, 1x03, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x03 1.27mm single row +0 +3 +3 +Connector_PinHeader_1.27mm +PinHeader_1x03_P1.27mm_Vertical +Through hole straight pin header, 1x03, 1.27mm pitch, single row +Through hole pin header THT 1x03 1.27mm single row +0 +3 +3 +Connector_PinHeader_1.27mm +PinHeader_1x03_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x03, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x03 1.27mm single row style1 pin1 left +0 +3 +3 +Connector_PinHeader_1.27mm +PinHeader_1x03_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x03, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x03 1.27mm single row style2 pin1 right +0 +3 +3 +Connector_PinHeader_1.27mm +PinHeader_1x04_P1.27mm_Horizontal +Through hole angled pin header, 1x04, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x04 1.27mm single row +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_1x04_P1.27mm_Vertical +Through hole straight pin header, 1x04, 1.27mm pitch, single row +Through hole pin header THT 1x04 1.27mm single row +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_1x04_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x04, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x04 1.27mm single row style1 pin1 left +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_1x04_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x04, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x04 1.27mm single row style2 pin1 right +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_1x05_P1.27mm_Horizontal +Through hole angled pin header, 1x05, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x05 1.27mm single row +0 +5 +5 +Connector_PinHeader_1.27mm +PinHeader_1x05_P1.27mm_Vertical +Through hole straight pin header, 1x05, 1.27mm pitch, single row +Through hole pin header THT 1x05 1.27mm single row +0 +5 +5 +Connector_PinHeader_1.27mm +PinHeader_1x05_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x05, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x05 1.27mm single row style1 pin1 left +0 +5 +5 +Connector_PinHeader_1.27mm +PinHeader_1x05_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x05, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x05 1.27mm single row style2 pin1 right +0 +5 +5 +Connector_PinHeader_1.27mm +PinHeader_1x06_P1.27mm_Horizontal +Through hole angled pin header, 1x06, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x06 1.27mm single row +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_1x06_P1.27mm_Vertical +Through hole straight pin header, 1x06, 1.27mm pitch, single row +Through hole pin header THT 1x06 1.27mm single row +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_1x06_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x06, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x06 1.27mm single row style1 pin1 left +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_1x06_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x06, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x06 1.27mm single row style2 pin1 right +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_1x07_P1.27mm_Horizontal +Through hole angled pin header, 1x07, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x07 1.27mm single row +0 +7 +7 +Connector_PinHeader_1.27mm +PinHeader_1x07_P1.27mm_Vertical +Through hole straight pin header, 1x07, 1.27mm pitch, single row +Through hole pin header THT 1x07 1.27mm single row +0 +7 +7 +Connector_PinHeader_1.27mm +PinHeader_1x07_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x07, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x07 1.27mm single row style1 pin1 left +0 +7 +7 +Connector_PinHeader_1.27mm +PinHeader_1x07_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x07, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x07 1.27mm single row style2 pin1 right +0 +7 +7 +Connector_PinHeader_1.27mm +PinHeader_1x08_P1.27mm_Horizontal +Through hole angled pin header, 1x08, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x08 1.27mm single row +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_1x08_P1.27mm_Vertical +Through hole straight pin header, 1x08, 1.27mm pitch, single row +Through hole pin header THT 1x08 1.27mm single row +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_1x08_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x08, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x08 1.27mm single row style1 pin1 left +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_1x08_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x08, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x08 1.27mm single row style2 pin1 right +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_1x09_P1.27mm_Horizontal +Through hole angled pin header, 1x09, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x09 1.27mm single row +0 +9 +9 +Connector_PinHeader_1.27mm +PinHeader_1x09_P1.27mm_Vertical +Through hole straight pin header, 1x09, 1.27mm pitch, single row +Through hole pin header THT 1x09 1.27mm single row +0 +9 +9 +Connector_PinHeader_1.27mm +PinHeader_1x09_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x09, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x09 1.27mm single row style1 pin1 left +0 +9 +9 +Connector_PinHeader_1.27mm +PinHeader_1x09_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x09, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x09 1.27mm single row style2 pin1 right +0 +9 +9 +Connector_PinHeader_1.27mm +PinHeader_1x10_P1.27mm_Horizontal +Through hole angled pin header, 1x10, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x10 1.27mm single row +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_1x10_P1.27mm_Vertical +Through hole straight pin header, 1x10, 1.27mm pitch, single row +Through hole pin header THT 1x10 1.27mm single row +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_1x10_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x10, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x10 1.27mm single row style1 pin1 left +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_1x10_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x10, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x10 1.27mm single row style2 pin1 right +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_1x11_P1.27mm_Horizontal +Through hole angled pin header, 1x11, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x11 1.27mm single row +0 +11 +11 +Connector_PinHeader_1.27mm +PinHeader_1x11_P1.27mm_Vertical +Through hole straight pin header, 1x11, 1.27mm pitch, single row +Through hole pin header THT 1x11 1.27mm single row +0 +11 +11 +Connector_PinHeader_1.27mm +PinHeader_1x11_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x11, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x11 1.27mm single row style1 pin1 left +0 +11 +11 +Connector_PinHeader_1.27mm +PinHeader_1x11_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x11, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x11 1.27mm single row style2 pin1 right +0 +11 +11 +Connector_PinHeader_1.27mm +PinHeader_1x12_P1.27mm_Horizontal +Through hole angled pin header, 1x12, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x12 1.27mm single row +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_1x12_P1.27mm_Vertical +Through hole straight pin header, 1x12, 1.27mm pitch, single row +Through hole pin header THT 1x12 1.27mm single row +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_1x12_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x12, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x12 1.27mm single row style1 pin1 left +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_1x12_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x12, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x12 1.27mm single row style2 pin1 right +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_1x13_P1.27mm_Horizontal +Through hole angled pin header, 1x13, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x13 1.27mm single row +0 +13 +13 +Connector_PinHeader_1.27mm +PinHeader_1x13_P1.27mm_Vertical +Through hole straight pin header, 1x13, 1.27mm pitch, single row +Through hole pin header THT 1x13 1.27mm single row +0 +13 +13 +Connector_PinHeader_1.27mm +PinHeader_1x13_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x13, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x13 1.27mm single row style1 pin1 left +0 +13 +13 +Connector_PinHeader_1.27mm +PinHeader_1x13_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x13, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x13 1.27mm single row style2 pin1 right +0 +13 +13 +Connector_PinHeader_1.27mm +PinHeader_1x14_P1.27mm_Horizontal +Through hole angled pin header, 1x14, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x14 1.27mm single row +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_1x14_P1.27mm_Vertical +Through hole straight pin header, 1x14, 1.27mm pitch, single row +Through hole pin header THT 1x14 1.27mm single row +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_1x14_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x14, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x14 1.27mm single row style1 pin1 left +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_1x14_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x14, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x14 1.27mm single row style2 pin1 right +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_1x15_P1.27mm_Horizontal +Through hole angled pin header, 1x15, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x15 1.27mm single row +0 +15 +15 +Connector_PinHeader_1.27mm +PinHeader_1x15_P1.27mm_Vertical +Through hole straight pin header, 1x15, 1.27mm pitch, single row +Through hole pin header THT 1x15 1.27mm single row +0 +15 +15 +Connector_PinHeader_1.27mm +PinHeader_1x15_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x15, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x15 1.27mm single row style1 pin1 left +0 +15 +15 +Connector_PinHeader_1.27mm +PinHeader_1x15_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x15, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x15 1.27mm single row style2 pin1 right +0 +15 +15 +Connector_PinHeader_1.27mm +PinHeader_1x16_P1.27mm_Horizontal +Through hole angled pin header, 1x16, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x16 1.27mm single row +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_1x16_P1.27mm_Vertical +Through hole straight pin header, 1x16, 1.27mm pitch, single row +Through hole pin header THT 1x16 1.27mm single row +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_1x16_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x16, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x16 1.27mm single row style1 pin1 left +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_1x16_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x16, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x16 1.27mm single row style2 pin1 right +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_1x17_P1.27mm_Horizontal +Through hole angled pin header, 1x17, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x17 1.27mm single row +0 +17 +17 +Connector_PinHeader_1.27mm +PinHeader_1x17_P1.27mm_Vertical +Through hole straight pin header, 1x17, 1.27mm pitch, single row +Through hole pin header THT 1x17 1.27mm single row +0 +17 +17 +Connector_PinHeader_1.27mm +PinHeader_1x17_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x17, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x17 1.27mm single row style1 pin1 left +0 +17 +17 +Connector_PinHeader_1.27mm +PinHeader_1x17_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x17, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x17 1.27mm single row style2 pin1 right +0 +17 +17 +Connector_PinHeader_1.27mm +PinHeader_1x18_P1.27mm_Horizontal +Through hole angled pin header, 1x18, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x18 1.27mm single row +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_1x18_P1.27mm_Vertical +Through hole straight pin header, 1x18, 1.27mm pitch, single row +Through hole pin header THT 1x18 1.27mm single row +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_1x18_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x18, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x18 1.27mm single row style1 pin1 left +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_1x18_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x18, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x18 1.27mm single row style2 pin1 right +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_1x19_P1.27mm_Horizontal +Through hole angled pin header, 1x19, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x19 1.27mm single row +0 +19 +19 +Connector_PinHeader_1.27mm +PinHeader_1x19_P1.27mm_Vertical +Through hole straight pin header, 1x19, 1.27mm pitch, single row +Through hole pin header THT 1x19 1.27mm single row +0 +19 +19 +Connector_PinHeader_1.27mm +PinHeader_1x19_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x19, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x19 1.27mm single row style1 pin1 left +0 +19 +19 +Connector_PinHeader_1.27mm +PinHeader_1x19_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x19, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x19 1.27mm single row style2 pin1 right +0 +19 +19 +Connector_PinHeader_1.27mm +PinHeader_1x20_P1.27mm_Horizontal +Through hole angled pin header, 1x20, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x20 1.27mm single row +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_1x20_P1.27mm_Vertical +Through hole straight pin header, 1x20, 1.27mm pitch, single row +Through hole pin header THT 1x20 1.27mm single row +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_1x20_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x20, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x20 1.27mm single row style1 pin1 left +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_1x20_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x20, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x20 1.27mm single row style2 pin1 right +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_1x21_P1.27mm_Horizontal +Through hole angled pin header, 1x21, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x21 1.27mm single row +0 +21 +21 +Connector_PinHeader_1.27mm +PinHeader_1x21_P1.27mm_Vertical +Through hole straight pin header, 1x21, 1.27mm pitch, single row +Through hole pin header THT 1x21 1.27mm single row +0 +21 +21 +Connector_PinHeader_1.27mm +PinHeader_1x21_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x21, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x21 1.27mm single row style1 pin1 left +0 +21 +21 +Connector_PinHeader_1.27mm +PinHeader_1x21_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x21, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x21 1.27mm single row style2 pin1 right +0 +21 +21 +Connector_PinHeader_1.27mm +PinHeader_1x22_P1.27mm_Horizontal +Through hole angled pin header, 1x22, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x22 1.27mm single row +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_1x22_P1.27mm_Vertical +Through hole straight pin header, 1x22, 1.27mm pitch, single row +Through hole pin header THT 1x22 1.27mm single row +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_1x22_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x22, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x22 1.27mm single row style1 pin1 left +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_1x22_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x22, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x22 1.27mm single row style2 pin1 right +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_1x23_P1.27mm_Horizontal +Through hole angled pin header, 1x23, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x23 1.27mm single row +0 +23 +23 +Connector_PinHeader_1.27mm +PinHeader_1x23_P1.27mm_Vertical +Through hole straight pin header, 1x23, 1.27mm pitch, single row +Through hole pin header THT 1x23 1.27mm single row +0 +23 +23 +Connector_PinHeader_1.27mm +PinHeader_1x23_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x23, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x23 1.27mm single row style1 pin1 left +0 +23 +23 +Connector_PinHeader_1.27mm +PinHeader_1x23_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x23, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x23 1.27mm single row style2 pin1 right +0 +23 +23 +Connector_PinHeader_1.27mm +PinHeader_1x24_P1.27mm_Horizontal +Through hole angled pin header, 1x24, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x24 1.27mm single row +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_1x24_P1.27mm_Vertical +Through hole straight pin header, 1x24, 1.27mm pitch, single row +Through hole pin header THT 1x24 1.27mm single row +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_1x24_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x24, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x24 1.27mm single row style1 pin1 left +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_1x24_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x24, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x24 1.27mm single row style2 pin1 right +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_1x25_P1.27mm_Horizontal +Through hole angled pin header, 1x25, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x25 1.27mm single row +0 +25 +25 +Connector_PinHeader_1.27mm +PinHeader_1x25_P1.27mm_Vertical +Through hole straight pin header, 1x25, 1.27mm pitch, single row +Through hole pin header THT 1x25 1.27mm single row +0 +25 +25 +Connector_PinHeader_1.27mm +PinHeader_1x25_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x25, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x25 1.27mm single row style1 pin1 left +0 +25 +25 +Connector_PinHeader_1.27mm +PinHeader_1x25_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x25, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x25 1.27mm single row style2 pin1 right +0 +25 +25 +Connector_PinHeader_1.27mm +PinHeader_1x26_P1.27mm_Horizontal +Through hole angled pin header, 1x26, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x26 1.27mm single row +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_1x26_P1.27mm_Vertical +Through hole straight pin header, 1x26, 1.27mm pitch, single row +Through hole pin header THT 1x26 1.27mm single row +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_1x26_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x26, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x26 1.27mm single row style1 pin1 left +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_1x26_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x26, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x26 1.27mm single row style2 pin1 right +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_1x27_P1.27mm_Horizontal +Through hole angled pin header, 1x27, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x27 1.27mm single row +0 +27 +27 +Connector_PinHeader_1.27mm +PinHeader_1x27_P1.27mm_Vertical +Through hole straight pin header, 1x27, 1.27mm pitch, single row +Through hole pin header THT 1x27 1.27mm single row +0 +27 +27 +Connector_PinHeader_1.27mm +PinHeader_1x27_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x27, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x27 1.27mm single row style1 pin1 left +0 +27 +27 +Connector_PinHeader_1.27mm +PinHeader_1x27_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x27, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x27 1.27mm single row style2 pin1 right +0 +27 +27 +Connector_PinHeader_1.27mm +PinHeader_1x28_P1.27mm_Horizontal +Through hole angled pin header, 1x28, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x28 1.27mm single row +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_1x28_P1.27mm_Vertical +Through hole straight pin header, 1x28, 1.27mm pitch, single row +Through hole pin header THT 1x28 1.27mm single row +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_1x28_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x28, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x28 1.27mm single row style1 pin1 left +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_1x28_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x28, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x28 1.27mm single row style2 pin1 right +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_1x29_P1.27mm_Horizontal +Through hole angled pin header, 1x29, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x29 1.27mm single row +0 +29 +29 +Connector_PinHeader_1.27mm +PinHeader_1x29_P1.27mm_Vertical +Through hole straight pin header, 1x29, 1.27mm pitch, single row +Through hole pin header THT 1x29 1.27mm single row +0 +29 +29 +Connector_PinHeader_1.27mm +PinHeader_1x29_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x29, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x29 1.27mm single row style1 pin1 left +0 +29 +29 +Connector_PinHeader_1.27mm +PinHeader_1x29_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x29, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x29 1.27mm single row style2 pin1 right +0 +29 +29 +Connector_PinHeader_1.27mm +PinHeader_1x30_P1.27mm_Horizontal +Through hole angled pin header, 1x30, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x30 1.27mm single row +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_1x30_P1.27mm_Vertical +Through hole straight pin header, 1x30, 1.27mm pitch, single row +Through hole pin header THT 1x30 1.27mm single row +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_1x30_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x30, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x30 1.27mm single row style1 pin1 left +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_1x30_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x30, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x30 1.27mm single row style2 pin1 right +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_1x31_P1.27mm_Horizontal +Through hole angled pin header, 1x31, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x31 1.27mm single row +0 +31 +31 +Connector_PinHeader_1.27mm +PinHeader_1x31_P1.27mm_Vertical +Through hole straight pin header, 1x31, 1.27mm pitch, single row +Through hole pin header THT 1x31 1.27mm single row +0 +31 +31 +Connector_PinHeader_1.27mm +PinHeader_1x31_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x31, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x31 1.27mm single row style1 pin1 left +0 +31 +31 +Connector_PinHeader_1.27mm +PinHeader_1x31_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x31, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x31 1.27mm single row style2 pin1 right +0 +31 +31 +Connector_PinHeader_1.27mm +PinHeader_1x32_P1.27mm_Horizontal +Through hole angled pin header, 1x32, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x32 1.27mm single row +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_1x32_P1.27mm_Vertical +Through hole straight pin header, 1x32, 1.27mm pitch, single row +Through hole pin header THT 1x32 1.27mm single row +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_1x32_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x32, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x32 1.27mm single row style1 pin1 left +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_1x32_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x32, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x32 1.27mm single row style2 pin1 right +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_1x33_P1.27mm_Horizontal +Through hole angled pin header, 1x33, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x33 1.27mm single row +0 +33 +33 +Connector_PinHeader_1.27mm +PinHeader_1x33_P1.27mm_Vertical +Through hole straight pin header, 1x33, 1.27mm pitch, single row +Through hole pin header THT 1x33 1.27mm single row +0 +33 +33 +Connector_PinHeader_1.27mm +PinHeader_1x33_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x33, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x33 1.27mm single row style1 pin1 left +0 +33 +33 +Connector_PinHeader_1.27mm +PinHeader_1x33_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x33, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x33 1.27mm single row style2 pin1 right +0 +33 +33 +Connector_PinHeader_1.27mm +PinHeader_1x34_P1.27mm_Horizontal +Through hole angled pin header, 1x34, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x34 1.27mm single row +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_1x34_P1.27mm_Vertical +Through hole straight pin header, 1x34, 1.27mm pitch, single row +Through hole pin header THT 1x34 1.27mm single row +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_1x34_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x34, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x34 1.27mm single row style1 pin1 left +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_1x34_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x34, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x34 1.27mm single row style2 pin1 right +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_1x35_P1.27mm_Horizontal +Through hole angled pin header, 1x35, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x35 1.27mm single row +0 +35 +35 +Connector_PinHeader_1.27mm +PinHeader_1x35_P1.27mm_Vertical +Through hole straight pin header, 1x35, 1.27mm pitch, single row +Through hole pin header THT 1x35 1.27mm single row +0 +35 +35 +Connector_PinHeader_1.27mm +PinHeader_1x35_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x35, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x35 1.27mm single row style1 pin1 left +0 +35 +35 +Connector_PinHeader_1.27mm +PinHeader_1x35_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x35, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x35 1.27mm single row style2 pin1 right +0 +35 +35 +Connector_PinHeader_1.27mm +PinHeader_1x36_P1.27mm_Horizontal +Through hole angled pin header, 1x36, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x36 1.27mm single row +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_1x36_P1.27mm_Vertical +Through hole straight pin header, 1x36, 1.27mm pitch, single row +Through hole pin header THT 1x36 1.27mm single row +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_1x36_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x36, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x36 1.27mm single row style1 pin1 left +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_1x36_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x36, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x36 1.27mm single row style2 pin1 right +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_1x37_P1.27mm_Horizontal +Through hole angled pin header, 1x37, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x37 1.27mm single row +0 +37 +37 +Connector_PinHeader_1.27mm +PinHeader_1x37_P1.27mm_Vertical +Through hole straight pin header, 1x37, 1.27mm pitch, single row +Through hole pin header THT 1x37 1.27mm single row +0 +37 +37 +Connector_PinHeader_1.27mm +PinHeader_1x37_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x37, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x37 1.27mm single row style1 pin1 left +0 +37 +37 +Connector_PinHeader_1.27mm +PinHeader_1x37_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x37, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x37 1.27mm single row style2 pin1 right +0 +37 +37 +Connector_PinHeader_1.27mm +PinHeader_1x38_P1.27mm_Horizontal +Through hole angled pin header, 1x38, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x38 1.27mm single row +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_1x38_P1.27mm_Vertical +Through hole straight pin header, 1x38, 1.27mm pitch, single row +Through hole pin header THT 1x38 1.27mm single row +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_1x38_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x38, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x38 1.27mm single row style1 pin1 left +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_1x38_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x38, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x38 1.27mm single row style2 pin1 right +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_1x39_P1.27mm_Horizontal +Through hole angled pin header, 1x39, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x39 1.27mm single row +0 +39 +39 +Connector_PinHeader_1.27mm +PinHeader_1x39_P1.27mm_Vertical +Through hole straight pin header, 1x39, 1.27mm pitch, single row +Through hole pin header THT 1x39 1.27mm single row +0 +39 +39 +Connector_PinHeader_1.27mm +PinHeader_1x39_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x39, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x39 1.27mm single row style1 pin1 left +0 +39 +39 +Connector_PinHeader_1.27mm +PinHeader_1x39_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x39, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x39 1.27mm single row style2 pin1 right +0 +39 +39 +Connector_PinHeader_1.27mm +PinHeader_1x40_P1.27mm_Horizontal +Through hole angled pin header, 1x40, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x40 1.27mm single row +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_1x40_P1.27mm_Vertical +Through hole straight pin header, 1x40, 1.27mm pitch, single row +Through hole pin header THT 1x40 1.27mm single row +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_1x40_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x40, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x40 1.27mm single row style1 pin1 left +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_1x40_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x40, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x40 1.27mm single row style2 pin1 right +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_2x01_P1.27mm_Horizontal +Through hole angled pin header, 2x01, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x01 1.27mm double row +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_2x01_P1.27mm_Vertical +Through hole straight pin header, 2x01, 1.27mm pitch, double rows +Through hole pin header THT 2x01 1.27mm double row +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_2x01_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x01, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x01 1.27mm double row +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_2x02_P1.27mm_Horizontal +Through hole angled pin header, 2x02, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x02 1.27mm double row +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_2x02_P1.27mm_Vertical +Through hole straight pin header, 2x02, 1.27mm pitch, double rows +Through hole pin header THT 2x02 1.27mm double row +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_2x02_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x02, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x02 1.27mm double row +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_2x03_P1.27mm_Horizontal +Through hole angled pin header, 2x03, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x03 1.27mm double row +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_2x03_P1.27mm_Vertical +Through hole straight pin header, 2x03, 1.27mm pitch, double rows +Through hole pin header THT 2x03 1.27mm double row +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_2x03_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x03, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x03 1.27mm double row +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_2x04_P1.27mm_Horizontal +Through hole angled pin header, 2x04, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x04 1.27mm double row +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_2x04_P1.27mm_Vertical +Through hole straight pin header, 2x04, 1.27mm pitch, double rows +Through hole pin header THT 2x04 1.27mm double row +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_2x04_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x04, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x04 1.27mm double row +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_2x05_P1.27mm_Horizontal +Through hole angled pin header, 2x05, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x05 1.27mm double row +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_2x05_P1.27mm_Vertical +Through hole straight pin header, 2x05, 1.27mm pitch, double rows +Through hole pin header THT 2x05 1.27mm double row +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_2x05_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x05, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x05 1.27mm double row +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_2x06_P1.27mm_Horizontal +Through hole angled pin header, 2x06, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x06 1.27mm double row +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_2x06_P1.27mm_Vertical +Through hole straight pin header, 2x06, 1.27mm pitch, double rows +Through hole pin header THT 2x06 1.27mm double row +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_2x06_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x06, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x06 1.27mm double row +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_2x07_P1.27mm_Horizontal +Through hole angled pin header, 2x07, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x07 1.27mm double row +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_2x07_P1.27mm_Vertical +Through hole straight pin header, 2x07, 1.27mm pitch, double rows +Through hole pin header THT 2x07 1.27mm double row +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_2x07_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x07, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x07 1.27mm double row +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_2x08_P1.27mm_Horizontal +Through hole angled pin header, 2x08, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x08 1.27mm double row +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_2x08_P1.27mm_Vertical +Through hole straight pin header, 2x08, 1.27mm pitch, double rows +Through hole pin header THT 2x08 1.27mm double row +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_2x08_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x08, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x08 1.27mm double row +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_2x09_P1.27mm_Horizontal +Through hole angled pin header, 2x09, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x09 1.27mm double row +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_2x09_P1.27mm_Vertical +Through hole straight pin header, 2x09, 1.27mm pitch, double rows +Through hole pin header THT 2x09 1.27mm double row +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_2x09_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x09, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x09 1.27mm double row +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_2x10_P1.27mm_Horizontal +Through hole angled pin header, 2x10, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x10 1.27mm double row +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_2x10_P1.27mm_Vertical +Through hole straight pin header, 2x10, 1.27mm pitch, double rows +Through hole pin header THT 2x10 1.27mm double row +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_2x10_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x10, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x10 1.27mm double row +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_2x11_P1.27mm_Horizontal +Through hole angled pin header, 2x11, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x11 1.27mm double row +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_2x11_P1.27mm_Vertical +Through hole straight pin header, 2x11, 1.27mm pitch, double rows +Through hole pin header THT 2x11 1.27mm double row +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_2x11_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x11, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x11 1.27mm double row +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_2x12_P1.27mm_Horizontal +Through hole angled pin header, 2x12, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x12 1.27mm double row +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_2x12_P1.27mm_Vertical +Through hole straight pin header, 2x12, 1.27mm pitch, double rows +Through hole pin header THT 2x12 1.27mm double row +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_2x12_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x12, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x12 1.27mm double row +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_2x13_P1.27mm_Horizontal +Through hole angled pin header, 2x13, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x13 1.27mm double row +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_2x13_P1.27mm_Vertical +Through hole straight pin header, 2x13, 1.27mm pitch, double rows +Through hole pin header THT 2x13 1.27mm double row +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_2x13_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x13, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x13 1.27mm double row +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_2x14_P1.27mm_Horizontal +Through hole angled pin header, 2x14, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x14 1.27mm double row +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_2x14_P1.27mm_Vertical +Through hole straight pin header, 2x14, 1.27mm pitch, double rows +Through hole pin header THT 2x14 1.27mm double row +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_2x14_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x14, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x14 1.27mm double row +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_2x15_P1.27mm_Horizontal +Through hole angled pin header, 2x15, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x15 1.27mm double row +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_2x15_P1.27mm_Vertical +Through hole straight pin header, 2x15, 1.27mm pitch, double rows +Through hole pin header THT 2x15 1.27mm double row +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_2x15_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x15, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x15 1.27mm double row +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_2x16_P1.27mm_Horizontal +Through hole angled pin header, 2x16, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x16 1.27mm double row +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_2x16_P1.27mm_Vertical +Through hole straight pin header, 2x16, 1.27mm pitch, double rows +Through hole pin header THT 2x16 1.27mm double row +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_2x16_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x16, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x16 1.27mm double row +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_2x17_P1.27mm_Horizontal +Through hole angled pin header, 2x17, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x17 1.27mm double row +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_2x17_P1.27mm_Vertical +Through hole straight pin header, 2x17, 1.27mm pitch, double rows +Through hole pin header THT 2x17 1.27mm double row +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_2x17_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x17, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x17 1.27mm double row +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_2x18_P1.27mm_Horizontal +Through hole angled pin header, 2x18, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x18 1.27mm double row +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_2x18_P1.27mm_Vertical +Through hole straight pin header, 2x18, 1.27mm pitch, double rows +Through hole pin header THT 2x18 1.27mm double row +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_2x18_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x18, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x18 1.27mm double row +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_2x19_P1.27mm_Horizontal +Through hole angled pin header, 2x19, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x19 1.27mm double row +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_2x19_P1.27mm_Vertical +Through hole straight pin header, 2x19, 1.27mm pitch, double rows +Through hole pin header THT 2x19 1.27mm double row +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_2x19_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x19, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x19 1.27mm double row +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_2x20_P1.27mm_Horizontal +Through hole angled pin header, 2x20, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x20 1.27mm double row +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_2x20_P1.27mm_Vertical +Through hole straight pin header, 2x20, 1.27mm pitch, double rows +Through hole pin header THT 2x20 1.27mm double row +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_2x20_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x20, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x20 1.27mm double row +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_2x21_P1.27mm_Horizontal +Through hole angled pin header, 2x21, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x21 1.27mm double row +0 +42 +42 +Connector_PinHeader_1.27mm +PinHeader_2x21_P1.27mm_Vertical +Through hole straight pin header, 2x21, 1.27mm pitch, double rows +Through hole pin header THT 2x21 1.27mm double row +0 +42 +42 +Connector_PinHeader_1.27mm +PinHeader_2x21_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x21, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x21 1.27mm double row +0 +42 +42 +Connector_PinHeader_1.27mm +PinHeader_2x22_P1.27mm_Horizontal +Through hole angled pin header, 2x22, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x22 1.27mm double row +0 +44 +44 +Connector_PinHeader_1.27mm +PinHeader_2x22_P1.27mm_Vertical +Through hole straight pin header, 2x22, 1.27mm pitch, double rows +Through hole pin header THT 2x22 1.27mm double row +0 +44 +44 +Connector_PinHeader_1.27mm +PinHeader_2x22_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x22, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x22 1.27mm double row +0 +44 +44 +Connector_PinHeader_1.27mm +PinHeader_2x23_P1.27mm_Horizontal +Through hole angled pin header, 2x23, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x23 1.27mm double row +0 +46 +46 +Connector_PinHeader_1.27mm +PinHeader_2x23_P1.27mm_Vertical +Through hole straight pin header, 2x23, 1.27mm pitch, double rows +Through hole pin header THT 2x23 1.27mm double row +0 +46 +46 +Connector_PinHeader_1.27mm +PinHeader_2x23_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x23, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x23 1.27mm double row +0 +46 +46 +Connector_PinHeader_1.27mm +PinHeader_2x24_P1.27mm_Horizontal +Through hole angled pin header, 2x24, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x24 1.27mm double row +0 +48 +48 +Connector_PinHeader_1.27mm +PinHeader_2x24_P1.27mm_Vertical +Through hole straight pin header, 2x24, 1.27mm pitch, double rows +Through hole pin header THT 2x24 1.27mm double row +0 +48 +48 +Connector_PinHeader_1.27mm +PinHeader_2x24_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x24, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x24 1.27mm double row +0 +48 +48 +Connector_PinHeader_1.27mm +PinHeader_2x25_P1.27mm_Horizontal +Through hole angled pin header, 2x25, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x25 1.27mm double row +0 +50 +50 +Connector_PinHeader_1.27mm +PinHeader_2x25_P1.27mm_Vertical +Through hole straight pin header, 2x25, 1.27mm pitch, double rows +Through hole pin header THT 2x25 1.27mm double row +0 +50 +50 +Connector_PinHeader_1.27mm +PinHeader_2x25_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x25, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x25 1.27mm double row +0 +50 +50 +Connector_PinHeader_1.27mm +PinHeader_2x26_P1.27mm_Horizontal +Through hole angled pin header, 2x26, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x26 1.27mm double row +0 +52 +52 +Connector_PinHeader_1.27mm +PinHeader_2x26_P1.27mm_Vertical +Through hole straight pin header, 2x26, 1.27mm pitch, double rows +Through hole pin header THT 2x26 1.27mm double row +0 +52 +52 +Connector_PinHeader_1.27mm +PinHeader_2x26_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x26, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x26 1.27mm double row +0 +52 +52 +Connector_PinHeader_1.27mm +PinHeader_2x27_P1.27mm_Horizontal +Through hole angled pin header, 2x27, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x27 1.27mm double row +0 +54 +54 +Connector_PinHeader_1.27mm +PinHeader_2x27_P1.27mm_Vertical +Through hole straight pin header, 2x27, 1.27mm pitch, double rows +Through hole pin header THT 2x27 1.27mm double row +0 +54 +54 +Connector_PinHeader_1.27mm +PinHeader_2x27_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x27, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x27 1.27mm double row +0 +54 +54 +Connector_PinHeader_1.27mm +PinHeader_2x28_P1.27mm_Horizontal +Through hole angled pin header, 2x28, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x28 1.27mm double row +0 +56 +56 +Connector_PinHeader_1.27mm +PinHeader_2x28_P1.27mm_Vertical +Through hole straight pin header, 2x28, 1.27mm pitch, double rows +Through hole pin header THT 2x28 1.27mm double row +0 +56 +56 +Connector_PinHeader_1.27mm +PinHeader_2x28_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x28, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x28 1.27mm double row +0 +56 +56 +Connector_PinHeader_1.27mm +PinHeader_2x29_P1.27mm_Horizontal +Through hole angled pin header, 2x29, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x29 1.27mm double row +0 +58 +58 +Connector_PinHeader_1.27mm +PinHeader_2x29_P1.27mm_Vertical +Through hole straight pin header, 2x29, 1.27mm pitch, double rows +Through hole pin header THT 2x29 1.27mm double row +0 +58 +58 +Connector_PinHeader_1.27mm +PinHeader_2x29_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x29, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x29 1.27mm double row +0 +58 +58 +Connector_PinHeader_1.27mm +PinHeader_2x30_P1.27mm_Horizontal +Through hole angled pin header, 2x30, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x30 1.27mm double row +0 +60 +60 +Connector_PinHeader_1.27mm +PinHeader_2x30_P1.27mm_Vertical +Through hole straight pin header, 2x30, 1.27mm pitch, double rows +Through hole pin header THT 2x30 1.27mm double row +0 +60 +60 +Connector_PinHeader_1.27mm +PinHeader_2x30_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x30, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x30 1.27mm double row +0 +60 +60 +Connector_PinHeader_1.27mm +PinHeader_2x31_P1.27mm_Horizontal +Through hole angled pin header, 2x31, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x31 1.27mm double row +0 +62 +62 +Connector_PinHeader_1.27mm +PinHeader_2x31_P1.27mm_Vertical +Through hole straight pin header, 2x31, 1.27mm pitch, double rows +Through hole pin header THT 2x31 1.27mm double row +0 +62 +62 +Connector_PinHeader_1.27mm +PinHeader_2x31_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x31, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x31 1.27mm double row +0 +62 +62 +Connector_PinHeader_1.27mm +PinHeader_2x32_P1.27mm_Horizontal +Through hole angled pin header, 2x32, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x32 1.27mm double row +0 +64 +64 +Connector_PinHeader_1.27mm +PinHeader_2x32_P1.27mm_Vertical +Through hole straight pin header, 2x32, 1.27mm pitch, double rows +Through hole pin header THT 2x32 1.27mm double row +0 +64 +64 +Connector_PinHeader_1.27mm +PinHeader_2x32_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x32, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x32 1.27mm double row +0 +64 +64 +Connector_PinHeader_1.27mm +PinHeader_2x33_P1.27mm_Horizontal +Through hole angled pin header, 2x33, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x33 1.27mm double row +0 +66 +66 +Connector_PinHeader_1.27mm +PinHeader_2x33_P1.27mm_Vertical +Through hole straight pin header, 2x33, 1.27mm pitch, double rows +Through hole pin header THT 2x33 1.27mm double row +0 +66 +66 +Connector_PinHeader_1.27mm +PinHeader_2x33_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x33, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x33 1.27mm double row +0 +66 +66 +Connector_PinHeader_1.27mm +PinHeader_2x34_P1.27mm_Horizontal +Through hole angled pin header, 2x34, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x34 1.27mm double row +0 +68 +68 +Connector_PinHeader_1.27mm +PinHeader_2x34_P1.27mm_Vertical +Through hole straight pin header, 2x34, 1.27mm pitch, double rows +Through hole pin header THT 2x34 1.27mm double row +0 +68 +68 +Connector_PinHeader_1.27mm +PinHeader_2x34_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x34, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x34 1.27mm double row +0 +68 +68 +Connector_PinHeader_1.27mm +PinHeader_2x35_P1.27mm_Horizontal +Through hole angled pin header, 2x35, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x35 1.27mm double row +0 +70 +70 +Connector_PinHeader_1.27mm +PinHeader_2x35_P1.27mm_Vertical +Through hole straight pin header, 2x35, 1.27mm pitch, double rows +Through hole pin header THT 2x35 1.27mm double row +0 +70 +70 +Connector_PinHeader_1.27mm +PinHeader_2x35_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x35, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x35 1.27mm double row +0 +70 +70 +Connector_PinHeader_1.27mm +PinHeader_2x36_P1.27mm_Horizontal +Through hole angled pin header, 2x36, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x36 1.27mm double row +0 +72 +72 +Connector_PinHeader_1.27mm +PinHeader_2x36_P1.27mm_Vertical +Through hole straight pin header, 2x36, 1.27mm pitch, double rows +Through hole pin header THT 2x36 1.27mm double row +0 +72 +72 +Connector_PinHeader_1.27mm +PinHeader_2x36_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x36, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x36 1.27mm double row +0 +72 +72 +Connector_PinHeader_1.27mm +PinHeader_2x37_P1.27mm_Horizontal +Through hole angled pin header, 2x37, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x37 1.27mm double row +0 +74 +74 +Connector_PinHeader_1.27mm +PinHeader_2x37_P1.27mm_Vertical +Through hole straight pin header, 2x37, 1.27mm pitch, double rows +Through hole pin header THT 2x37 1.27mm double row +0 +74 +74 +Connector_PinHeader_1.27mm +PinHeader_2x37_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x37, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x37 1.27mm double row +0 +74 +74 +Connector_PinHeader_1.27mm +PinHeader_2x38_P1.27mm_Horizontal +Through hole angled pin header, 2x38, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x38 1.27mm double row +0 +76 +76 +Connector_PinHeader_1.27mm +PinHeader_2x38_P1.27mm_Vertical +Through hole straight pin header, 2x38, 1.27mm pitch, double rows +Through hole pin header THT 2x38 1.27mm double row +0 +76 +76 +Connector_PinHeader_1.27mm +PinHeader_2x38_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x38, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x38 1.27mm double row +0 +76 +76 +Connector_PinHeader_1.27mm +PinHeader_2x39_P1.27mm_Horizontal +Through hole angled pin header, 2x39, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x39 1.27mm double row +0 +78 +78 +Connector_PinHeader_1.27mm +PinHeader_2x39_P1.27mm_Vertical +Through hole straight pin header, 2x39, 1.27mm pitch, double rows +Through hole pin header THT 2x39 1.27mm double row +0 +78 +78 +Connector_PinHeader_1.27mm +PinHeader_2x39_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x39, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x39 1.27mm double row +0 +78 +78 +Connector_PinHeader_1.27mm +PinHeader_2x40_P1.27mm_Horizontal +Through hole angled pin header, 2x40, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x40 1.27mm double row +0 +80 +80 +Connector_PinHeader_1.27mm +PinHeader_2x40_P1.27mm_Vertical +Through hole straight pin header, 2x40, 1.27mm pitch, double rows +Through hole pin header THT 2x40 1.27mm double row +0 +80 +80 +Connector_PinHeader_1.27mm +PinHeader_2x40_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x40, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x40 1.27mm double row +0 +80 +80 +Connector_PinHeader_2.00mm +PinHeader_1x01_P2.00mm_Horizontal +Through hole angled pin header, 1x01, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x01 2.00mm single row +0 +1 +1 +Connector_PinHeader_2.00mm +PinHeader_1x01_P2.00mm_Vertical +Through hole straight pin header, 1x01, 2.00mm pitch, single row +Through hole pin header THT 1x01 2.00mm single row +0 +1 +1 +Connector_PinHeader_2.00mm +PinHeader_1x02_P2.00mm_Horizontal +Through hole angled pin header, 1x02, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x02 2.00mm single row +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_1x02_P2.00mm_Vertical +Through hole straight pin header, 1x02, 2.00mm pitch, single row +Through hole pin header THT 1x02 2.00mm single row +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_1x02_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x02, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x02 2.00mm single row style1 pin1 left +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_1x02_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x02, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x02 2.00mm single row style2 pin1 right +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_1x03_P2.00mm_Horizontal +Through hole angled pin header, 1x03, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x03 2.00mm single row +0 +3 +3 +Connector_PinHeader_2.00mm +PinHeader_1x03_P2.00mm_Vertical +Through hole straight pin header, 1x03, 2.00mm pitch, single row +Through hole pin header THT 1x03 2.00mm single row +0 +3 +3 +Connector_PinHeader_2.00mm +PinHeader_1x03_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x03, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x03 2.00mm single row style1 pin1 left +0 +3 +3 +Connector_PinHeader_2.00mm +PinHeader_1x03_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x03, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x03 2.00mm single row style2 pin1 right +0 +3 +3 +Connector_PinHeader_2.00mm +PinHeader_1x04_P2.00mm_Horizontal +Through hole angled pin header, 1x04, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x04 2.00mm single row +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_1x04_P2.00mm_Vertical +Through hole straight pin header, 1x04, 2.00mm pitch, single row +Through hole pin header THT 1x04 2.00mm single row +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_1x04_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x04, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x04 2.00mm single row style1 pin1 left +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_1x04_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x04, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x04 2.00mm single row style2 pin1 right +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_1x05_P2.00mm_Horizontal +Through hole angled pin header, 1x05, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x05 2.00mm single row +0 +5 +5 +Connector_PinHeader_2.00mm +PinHeader_1x05_P2.00mm_Vertical +Through hole straight pin header, 1x05, 2.00mm pitch, single row +Through hole pin header THT 1x05 2.00mm single row +0 +5 +5 +Connector_PinHeader_2.00mm +PinHeader_1x05_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x05, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x05 2.00mm single row style1 pin1 left +0 +5 +5 +Connector_PinHeader_2.00mm +PinHeader_1x05_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x05, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x05 2.00mm single row style2 pin1 right +0 +5 +5 +Connector_PinHeader_2.00mm +PinHeader_1x06_P2.00mm_Horizontal +Through hole angled pin header, 1x06, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x06 2.00mm single row +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_1x06_P2.00mm_Vertical +Through hole straight pin header, 1x06, 2.00mm pitch, single row +Through hole pin header THT 1x06 2.00mm single row +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_1x06_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x06, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x06 2.00mm single row style1 pin1 left +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_1x06_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x06, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x06 2.00mm single row style2 pin1 right +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_1x07_P2.00mm_Horizontal +Through hole angled pin header, 1x07, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x07 2.00mm single row +0 +7 +7 +Connector_PinHeader_2.00mm +PinHeader_1x07_P2.00mm_Vertical +Through hole straight pin header, 1x07, 2.00mm pitch, single row +Through hole pin header THT 1x07 2.00mm single row +0 +7 +7 +Connector_PinHeader_2.00mm +PinHeader_1x07_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x07, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x07 2.00mm single row style1 pin1 left +0 +7 +7 +Connector_PinHeader_2.00mm +PinHeader_1x07_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x07, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x07 2.00mm single row style2 pin1 right +0 +7 +7 +Connector_PinHeader_2.00mm +PinHeader_1x08_P2.00mm_Horizontal +Through hole angled pin header, 1x08, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x08 2.00mm single row +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_1x08_P2.00mm_Vertical +Through hole straight pin header, 1x08, 2.00mm pitch, single row +Through hole pin header THT 1x08 2.00mm single row +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_1x08_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x08, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x08 2.00mm single row style1 pin1 left +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_1x08_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x08, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x08 2.00mm single row style2 pin1 right +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_1x09_P2.00mm_Horizontal +Through hole angled pin header, 1x09, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x09 2.00mm single row +0 +9 +9 +Connector_PinHeader_2.00mm +PinHeader_1x09_P2.00mm_Vertical +Through hole straight pin header, 1x09, 2.00mm pitch, single row +Through hole pin header THT 1x09 2.00mm single row +0 +9 +9 +Connector_PinHeader_2.00mm +PinHeader_1x09_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x09, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x09 2.00mm single row style1 pin1 left +0 +9 +9 +Connector_PinHeader_2.00mm +PinHeader_1x09_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x09, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x09 2.00mm single row style2 pin1 right +0 +9 +9 +Connector_PinHeader_2.00mm +PinHeader_1x10_P2.00mm_Horizontal +Through hole angled pin header, 1x10, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x10 2.00mm single row +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_1x10_P2.00mm_Vertical +Through hole straight pin header, 1x10, 2.00mm pitch, single row +Through hole pin header THT 1x10 2.00mm single row +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_1x10_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x10, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x10 2.00mm single row style1 pin1 left +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_1x10_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x10, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x10 2.00mm single row style2 pin1 right +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_1x11_P2.00mm_Horizontal +Through hole angled pin header, 1x11, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x11 2.00mm single row +0 +11 +11 +Connector_PinHeader_2.00mm +PinHeader_1x11_P2.00mm_Vertical +Through hole straight pin header, 1x11, 2.00mm pitch, single row +Through hole pin header THT 1x11 2.00mm single row +0 +11 +11 +Connector_PinHeader_2.00mm +PinHeader_1x11_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x11, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x11 2.00mm single row style1 pin1 left +0 +11 +11 +Connector_PinHeader_2.00mm +PinHeader_1x11_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x11, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x11 2.00mm single row style2 pin1 right +0 +11 +11 +Connector_PinHeader_2.00mm +PinHeader_1x12_P2.00mm_Horizontal +Through hole angled pin header, 1x12, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x12 2.00mm single row +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_1x12_P2.00mm_Vertical +Through hole straight pin header, 1x12, 2.00mm pitch, single row +Through hole pin header THT 1x12 2.00mm single row +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_1x12_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x12, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x12 2.00mm single row style1 pin1 left +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_1x12_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x12, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x12 2.00mm single row style2 pin1 right +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_1x13_P2.00mm_Horizontal +Through hole angled pin header, 1x13, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x13 2.00mm single row +0 +13 +13 +Connector_PinHeader_2.00mm +PinHeader_1x13_P2.00mm_Vertical +Through hole straight pin header, 1x13, 2.00mm pitch, single row +Through hole pin header THT 1x13 2.00mm single row +0 +13 +13 +Connector_PinHeader_2.00mm +PinHeader_1x13_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x13, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x13 2.00mm single row style1 pin1 left +0 +13 +13 +Connector_PinHeader_2.00mm +PinHeader_1x13_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x13, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x13 2.00mm single row style2 pin1 right +0 +13 +13 +Connector_PinHeader_2.00mm +PinHeader_1x14_P2.00mm_Horizontal +Through hole angled pin header, 1x14, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x14 2.00mm single row +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_1x14_P2.00mm_Vertical +Through hole straight pin header, 1x14, 2.00mm pitch, single row +Through hole pin header THT 1x14 2.00mm single row +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_1x14_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x14, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x14 2.00mm single row style1 pin1 left +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_1x14_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x14, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x14 2.00mm single row style2 pin1 right +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_1x15_P2.00mm_Horizontal +Through hole angled pin header, 1x15, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x15 2.00mm single row +0 +15 +15 +Connector_PinHeader_2.00mm +PinHeader_1x15_P2.00mm_Vertical +Through hole straight pin header, 1x15, 2.00mm pitch, single row +Through hole pin header THT 1x15 2.00mm single row +0 +15 +15 +Connector_PinHeader_2.00mm +PinHeader_1x15_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x15, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x15 2.00mm single row style1 pin1 left +0 +15 +15 +Connector_PinHeader_2.00mm +PinHeader_1x15_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x15, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x15 2.00mm single row style2 pin1 right +0 +15 +15 +Connector_PinHeader_2.00mm +PinHeader_1x16_P2.00mm_Horizontal +Through hole angled pin header, 1x16, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x16 2.00mm single row +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_1x16_P2.00mm_Vertical +Through hole straight pin header, 1x16, 2.00mm pitch, single row +Through hole pin header THT 1x16 2.00mm single row +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_1x16_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x16, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x16 2.00mm single row style1 pin1 left +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_1x16_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x16, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x16 2.00mm single row style2 pin1 right +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_1x17_P2.00mm_Horizontal +Through hole angled pin header, 1x17, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x17 2.00mm single row +0 +17 +17 +Connector_PinHeader_2.00mm +PinHeader_1x17_P2.00mm_Vertical +Through hole straight pin header, 1x17, 2.00mm pitch, single row +Through hole pin header THT 1x17 2.00mm single row +0 +17 +17 +Connector_PinHeader_2.00mm +PinHeader_1x17_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x17, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x17 2.00mm single row style1 pin1 left +0 +17 +17 +Connector_PinHeader_2.00mm +PinHeader_1x17_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x17, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x17 2.00mm single row style2 pin1 right +0 +17 +17 +Connector_PinHeader_2.00mm +PinHeader_1x18_P2.00mm_Horizontal +Through hole angled pin header, 1x18, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x18 2.00mm single row +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_1x18_P2.00mm_Vertical +Through hole straight pin header, 1x18, 2.00mm pitch, single row +Through hole pin header THT 1x18 2.00mm single row +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_1x18_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x18, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x18 2.00mm single row style1 pin1 left +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_1x18_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x18, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x18 2.00mm single row style2 pin1 right +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_1x19_P2.00mm_Horizontal +Through hole angled pin header, 1x19, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x19 2.00mm single row +0 +19 +19 +Connector_PinHeader_2.00mm +PinHeader_1x19_P2.00mm_Vertical +Through hole straight pin header, 1x19, 2.00mm pitch, single row +Through hole pin header THT 1x19 2.00mm single row +0 +19 +19 +Connector_PinHeader_2.00mm +PinHeader_1x19_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x19, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x19 2.00mm single row style1 pin1 left +0 +19 +19 +Connector_PinHeader_2.00mm +PinHeader_1x19_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x19, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x19 2.00mm single row style2 pin1 right +0 +19 +19 +Connector_PinHeader_2.00mm +PinHeader_1x20_P2.00mm_Horizontal +Through hole angled pin header, 1x20, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x20 2.00mm single row +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_1x20_P2.00mm_Vertical +Through hole straight pin header, 1x20, 2.00mm pitch, single row +Through hole pin header THT 1x20 2.00mm single row +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_1x20_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x20, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x20 2.00mm single row style1 pin1 left +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_1x20_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x20, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x20 2.00mm single row style2 pin1 right +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_1x21_P2.00mm_Horizontal +Through hole angled pin header, 1x21, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x21 2.00mm single row +0 +21 +21 +Connector_PinHeader_2.00mm +PinHeader_1x21_P2.00mm_Vertical +Through hole straight pin header, 1x21, 2.00mm pitch, single row +Through hole pin header THT 1x21 2.00mm single row +0 +21 +21 +Connector_PinHeader_2.00mm +PinHeader_1x21_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x21, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x21 2.00mm single row style1 pin1 left +0 +21 +21 +Connector_PinHeader_2.00mm +PinHeader_1x21_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x21, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x21 2.00mm single row style2 pin1 right +0 +21 +21 +Connector_PinHeader_2.00mm +PinHeader_1x22_P2.00mm_Horizontal +Through hole angled pin header, 1x22, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x22 2.00mm single row +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_1x22_P2.00mm_Vertical +Through hole straight pin header, 1x22, 2.00mm pitch, single row +Through hole pin header THT 1x22 2.00mm single row +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_1x22_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x22, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x22 2.00mm single row style1 pin1 left +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_1x22_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x22, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x22 2.00mm single row style2 pin1 right +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_1x23_P2.00mm_Horizontal +Through hole angled pin header, 1x23, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x23 2.00mm single row +0 +23 +23 +Connector_PinHeader_2.00mm +PinHeader_1x23_P2.00mm_Vertical +Through hole straight pin header, 1x23, 2.00mm pitch, single row +Through hole pin header THT 1x23 2.00mm single row +0 +23 +23 +Connector_PinHeader_2.00mm +PinHeader_1x23_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x23, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x23 2.00mm single row style1 pin1 left +0 +23 +23 +Connector_PinHeader_2.00mm +PinHeader_1x23_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x23, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x23 2.00mm single row style2 pin1 right +0 +23 +23 +Connector_PinHeader_2.00mm +PinHeader_1x24_P2.00mm_Horizontal +Through hole angled pin header, 1x24, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x24 2.00mm single row +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_1x24_P2.00mm_Vertical +Through hole straight pin header, 1x24, 2.00mm pitch, single row +Through hole pin header THT 1x24 2.00mm single row +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_1x24_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x24, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x24 2.00mm single row style1 pin1 left +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_1x24_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x24, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x24 2.00mm single row style2 pin1 right +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_1x25_P2.00mm_Horizontal +Through hole angled pin header, 1x25, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x25 2.00mm single row +0 +25 +25 +Connector_PinHeader_2.00mm +PinHeader_1x25_P2.00mm_Vertical +Through hole straight pin header, 1x25, 2.00mm pitch, single row +Through hole pin header THT 1x25 2.00mm single row +0 +25 +25 +Connector_PinHeader_2.00mm +PinHeader_1x25_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x25, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x25 2.00mm single row style1 pin1 left +0 +25 +25 +Connector_PinHeader_2.00mm +PinHeader_1x25_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x25, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x25 2.00mm single row style2 pin1 right +0 +25 +25 +Connector_PinHeader_2.00mm +PinHeader_1x26_P2.00mm_Horizontal +Through hole angled pin header, 1x26, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x26 2.00mm single row +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_1x26_P2.00mm_Vertical +Through hole straight pin header, 1x26, 2.00mm pitch, single row +Through hole pin header THT 1x26 2.00mm single row +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_1x26_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x26, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x26 2.00mm single row style1 pin1 left +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_1x26_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x26, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x26 2.00mm single row style2 pin1 right +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_1x27_P2.00mm_Horizontal +Through hole angled pin header, 1x27, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x27 2.00mm single row +0 +27 +27 +Connector_PinHeader_2.00mm +PinHeader_1x27_P2.00mm_Vertical +Through hole straight pin header, 1x27, 2.00mm pitch, single row +Through hole pin header THT 1x27 2.00mm single row +0 +27 +27 +Connector_PinHeader_2.00mm +PinHeader_1x27_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x27, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x27 2.00mm single row style1 pin1 left +0 +27 +27 +Connector_PinHeader_2.00mm +PinHeader_1x27_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x27, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x27 2.00mm single row style2 pin1 right +0 +27 +27 +Connector_PinHeader_2.00mm +PinHeader_1x28_P2.00mm_Horizontal +Through hole angled pin header, 1x28, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x28 2.00mm single row +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_1x28_P2.00mm_Vertical +Through hole straight pin header, 1x28, 2.00mm pitch, single row +Through hole pin header THT 1x28 2.00mm single row +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_1x28_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x28, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x28 2.00mm single row style1 pin1 left +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_1x28_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x28, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x28 2.00mm single row style2 pin1 right +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_1x29_P2.00mm_Horizontal +Through hole angled pin header, 1x29, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x29 2.00mm single row +0 +29 +29 +Connector_PinHeader_2.00mm +PinHeader_1x29_P2.00mm_Vertical +Through hole straight pin header, 1x29, 2.00mm pitch, single row +Through hole pin header THT 1x29 2.00mm single row +0 +29 +29 +Connector_PinHeader_2.00mm +PinHeader_1x29_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x29, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x29 2.00mm single row style1 pin1 left +0 +29 +29 +Connector_PinHeader_2.00mm +PinHeader_1x29_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x29, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x29 2.00mm single row style2 pin1 right +0 +29 +29 +Connector_PinHeader_2.00mm +PinHeader_1x30_P2.00mm_Horizontal +Through hole angled pin header, 1x30, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x30 2.00mm single row +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_1x30_P2.00mm_Vertical +Through hole straight pin header, 1x30, 2.00mm pitch, single row +Through hole pin header THT 1x30 2.00mm single row +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_1x30_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x30, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x30 2.00mm single row style1 pin1 left +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_1x30_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x30, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x30 2.00mm single row style2 pin1 right +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_1x31_P2.00mm_Horizontal +Through hole angled pin header, 1x31, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x31 2.00mm single row +0 +31 +31 +Connector_PinHeader_2.00mm +PinHeader_1x31_P2.00mm_Vertical +Through hole straight pin header, 1x31, 2.00mm pitch, single row +Through hole pin header THT 1x31 2.00mm single row +0 +31 +31 +Connector_PinHeader_2.00mm +PinHeader_1x31_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x31, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x31 2.00mm single row style1 pin1 left +0 +31 +31 +Connector_PinHeader_2.00mm +PinHeader_1x31_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x31, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x31 2.00mm single row style2 pin1 right +0 +31 +31 +Connector_PinHeader_2.00mm +PinHeader_1x32_P2.00mm_Horizontal +Through hole angled pin header, 1x32, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x32 2.00mm single row +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_1x32_P2.00mm_Vertical +Through hole straight pin header, 1x32, 2.00mm pitch, single row +Through hole pin header THT 1x32 2.00mm single row +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_1x32_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x32, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x32 2.00mm single row style1 pin1 left +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_1x32_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x32, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x32 2.00mm single row style2 pin1 right +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_1x33_P2.00mm_Horizontal +Through hole angled pin header, 1x33, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x33 2.00mm single row +0 +33 +33 +Connector_PinHeader_2.00mm +PinHeader_1x33_P2.00mm_Vertical +Through hole straight pin header, 1x33, 2.00mm pitch, single row +Through hole pin header THT 1x33 2.00mm single row +0 +33 +33 +Connector_PinHeader_2.00mm +PinHeader_1x33_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x33, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x33 2.00mm single row style1 pin1 left +0 +33 +33 +Connector_PinHeader_2.00mm +PinHeader_1x33_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x33, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x33 2.00mm single row style2 pin1 right +0 +33 +33 +Connector_PinHeader_2.00mm +PinHeader_1x34_P2.00mm_Horizontal +Through hole angled pin header, 1x34, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x34 2.00mm single row +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_1x34_P2.00mm_Vertical +Through hole straight pin header, 1x34, 2.00mm pitch, single row +Through hole pin header THT 1x34 2.00mm single row +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_1x34_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x34, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x34 2.00mm single row style1 pin1 left +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_1x34_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x34, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x34 2.00mm single row style2 pin1 right +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_1x35_P2.00mm_Horizontal +Through hole angled pin header, 1x35, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x35 2.00mm single row +0 +35 +35 +Connector_PinHeader_2.00mm +PinHeader_1x35_P2.00mm_Vertical +Through hole straight pin header, 1x35, 2.00mm pitch, single row +Through hole pin header THT 1x35 2.00mm single row +0 +35 +35 +Connector_PinHeader_2.00mm +PinHeader_1x35_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x35, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x35 2.00mm single row style1 pin1 left +0 +35 +35 +Connector_PinHeader_2.00mm +PinHeader_1x35_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x35, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x35 2.00mm single row style2 pin1 right +0 +35 +35 +Connector_PinHeader_2.00mm +PinHeader_1x36_P2.00mm_Horizontal +Through hole angled pin header, 1x36, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x36 2.00mm single row +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_1x36_P2.00mm_Vertical +Through hole straight pin header, 1x36, 2.00mm pitch, single row +Through hole pin header THT 1x36 2.00mm single row +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_1x36_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x36, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x36 2.00mm single row style1 pin1 left +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_1x36_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x36, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x36 2.00mm single row style2 pin1 right +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_1x37_P2.00mm_Horizontal +Through hole angled pin header, 1x37, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x37 2.00mm single row +0 +37 +37 +Connector_PinHeader_2.00mm +PinHeader_1x37_P2.00mm_Vertical +Through hole straight pin header, 1x37, 2.00mm pitch, single row +Through hole pin header THT 1x37 2.00mm single row +0 +37 +37 +Connector_PinHeader_2.00mm +PinHeader_1x37_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x37, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x37 2.00mm single row style1 pin1 left +0 +37 +37 +Connector_PinHeader_2.00mm +PinHeader_1x37_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x37, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x37 2.00mm single row style2 pin1 right +0 +37 +37 +Connector_PinHeader_2.00mm +PinHeader_1x38_P2.00mm_Horizontal +Through hole angled pin header, 1x38, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x38 2.00mm single row +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_1x38_P2.00mm_Vertical +Through hole straight pin header, 1x38, 2.00mm pitch, single row +Through hole pin header THT 1x38 2.00mm single row +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_1x38_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x38, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x38 2.00mm single row style1 pin1 left +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_1x38_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x38, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x38 2.00mm single row style2 pin1 right +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_1x39_P2.00mm_Horizontal +Through hole angled pin header, 1x39, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x39 2.00mm single row +0 +39 +39 +Connector_PinHeader_2.00mm +PinHeader_1x39_P2.00mm_Vertical +Through hole straight pin header, 1x39, 2.00mm pitch, single row +Through hole pin header THT 1x39 2.00mm single row +0 +39 +39 +Connector_PinHeader_2.00mm +PinHeader_1x39_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x39, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x39 2.00mm single row style1 pin1 left +0 +39 +39 +Connector_PinHeader_2.00mm +PinHeader_1x39_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x39, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x39 2.00mm single row style2 pin1 right +0 +39 +39 +Connector_PinHeader_2.00mm +PinHeader_1x40_P2.00mm_Horizontal +Through hole angled pin header, 1x40, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x40 2.00mm single row +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_1x40_P2.00mm_Vertical +Through hole straight pin header, 1x40, 2.00mm pitch, single row +Through hole pin header THT 1x40 2.00mm single row +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_1x40_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x40, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x40 2.00mm single row style1 pin1 left +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_1x40_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x40, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x40 2.00mm single row style2 pin1 right +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_2x01_P2.00mm_Horizontal +Through hole angled pin header, 2x01, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x01 2.00mm double row +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_2x01_P2.00mm_Vertical +Through hole straight pin header, 2x01, 2.00mm pitch, double rows +Through hole pin header THT 2x01 2.00mm double row +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_2x01_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x01, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x01 2.00mm double row +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_2x02_P2.00mm_Horizontal +Through hole angled pin header, 2x02, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x02 2.00mm double row +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_2x02_P2.00mm_Vertical +Through hole straight pin header, 2x02, 2.00mm pitch, double rows +Through hole pin header THT 2x02 2.00mm double row +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_2x02_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x02, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x02 2.00mm double row +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_2x03_P2.00mm_Horizontal +Through hole angled pin header, 2x03, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x03 2.00mm double row +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_2x03_P2.00mm_Vertical +Through hole straight pin header, 2x03, 2.00mm pitch, double rows +Through hole pin header THT 2x03 2.00mm double row +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_2x03_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x03, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x03 2.00mm double row +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_2x04_P2.00mm_Horizontal +Through hole angled pin header, 2x04, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x04 2.00mm double row +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_2x04_P2.00mm_Vertical +Through hole straight pin header, 2x04, 2.00mm pitch, double rows +Through hole pin header THT 2x04 2.00mm double row +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_2x04_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x04, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x04 2.00mm double row +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_2x05_P2.00mm_Horizontal +Through hole angled pin header, 2x05, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x05 2.00mm double row +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_2x05_P2.00mm_Vertical +Through hole straight pin header, 2x05, 2.00mm pitch, double rows +Through hole pin header THT 2x05 2.00mm double row +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_2x05_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x05, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x05 2.00mm double row +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_2x06_P2.00mm_Horizontal +Through hole angled pin header, 2x06, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x06 2.00mm double row +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_2x06_P2.00mm_Vertical +Through hole straight pin header, 2x06, 2.00mm pitch, double rows +Through hole pin header THT 2x06 2.00mm double row +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_2x06_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x06, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x06 2.00mm double row +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_2x07_P2.00mm_Horizontal +Through hole angled pin header, 2x07, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x07 2.00mm double row +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_2x07_P2.00mm_Vertical +Through hole straight pin header, 2x07, 2.00mm pitch, double rows +Through hole pin header THT 2x07 2.00mm double row +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_2x07_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x07, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x07 2.00mm double row +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_2x08_P2.00mm_Horizontal +Through hole angled pin header, 2x08, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x08 2.00mm double row +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_2x08_P2.00mm_Vertical +Through hole straight pin header, 2x08, 2.00mm pitch, double rows +Through hole pin header THT 2x08 2.00mm double row +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_2x08_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x08, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x08 2.00mm double row +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_2x09_P2.00mm_Horizontal +Through hole angled pin header, 2x09, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x09 2.00mm double row +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_2x09_P2.00mm_Vertical +Through hole straight pin header, 2x09, 2.00mm pitch, double rows +Through hole pin header THT 2x09 2.00mm double row +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_2x09_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x09, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x09 2.00mm double row +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_2x10_P2.00mm_Horizontal +Through hole angled pin header, 2x10, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x10 2.00mm double row +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_2x10_P2.00mm_Vertical +Through hole straight pin header, 2x10, 2.00mm pitch, double rows +Through hole pin header THT 2x10 2.00mm double row +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_2x10_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x10, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x10 2.00mm double row +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_2x11_P2.00mm_Horizontal +Through hole angled pin header, 2x11, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x11 2.00mm double row +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_2x11_P2.00mm_Vertical +Through hole straight pin header, 2x11, 2.00mm pitch, double rows +Through hole pin header THT 2x11 2.00mm double row +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_2x11_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x11, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x11 2.00mm double row +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_2x12_P2.00mm_Horizontal +Through hole angled pin header, 2x12, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x12 2.00mm double row +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_2x12_P2.00mm_Vertical +Through hole straight pin header, 2x12, 2.00mm pitch, double rows +Through hole pin header THT 2x12 2.00mm double row +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_2x12_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x12, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x12 2.00mm double row +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_2x13_P2.00mm_Horizontal +Through hole angled pin header, 2x13, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x13 2.00mm double row +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_2x13_P2.00mm_Vertical +Through hole straight pin header, 2x13, 2.00mm pitch, double rows +Through hole pin header THT 2x13 2.00mm double row +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_2x13_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x13, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x13 2.00mm double row +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_2x14_P2.00mm_Horizontal +Through hole angled pin header, 2x14, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x14 2.00mm double row +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_2x14_P2.00mm_Vertical +Through hole straight pin header, 2x14, 2.00mm pitch, double rows +Through hole pin header THT 2x14 2.00mm double row +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_2x14_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x14, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x14 2.00mm double row +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_2x15_P2.00mm_Horizontal +Through hole angled pin header, 2x15, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x15 2.00mm double row +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_2x15_P2.00mm_Vertical +Through hole straight pin header, 2x15, 2.00mm pitch, double rows +Through hole pin header THT 2x15 2.00mm double row +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_2x15_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x15, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x15 2.00mm double row +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_2x16_P2.00mm_Horizontal +Through hole angled pin header, 2x16, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x16 2.00mm double row +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_2x16_P2.00mm_Vertical +Through hole straight pin header, 2x16, 2.00mm pitch, double rows +Through hole pin header THT 2x16 2.00mm double row +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_2x16_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x16, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x16 2.00mm double row +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_2x17_P2.00mm_Horizontal +Through hole angled pin header, 2x17, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x17 2.00mm double row +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_2x17_P2.00mm_Vertical +Through hole straight pin header, 2x17, 2.00mm pitch, double rows +Through hole pin header THT 2x17 2.00mm double row +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_2x17_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x17, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x17 2.00mm double row +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_2x18_P2.00mm_Horizontal +Through hole angled pin header, 2x18, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x18 2.00mm double row +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_2x18_P2.00mm_Vertical +Through hole straight pin header, 2x18, 2.00mm pitch, double rows +Through hole pin header THT 2x18 2.00mm double row +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_2x18_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x18, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x18 2.00mm double row +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_2x19_P2.00mm_Horizontal +Through hole angled pin header, 2x19, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x19 2.00mm double row +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_2x19_P2.00mm_Vertical +Through hole straight pin header, 2x19, 2.00mm pitch, double rows +Through hole pin header THT 2x19 2.00mm double row +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_2x19_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x19, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x19 2.00mm double row +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_2x20_P2.00mm_Horizontal +Through hole angled pin header, 2x20, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x20 2.00mm double row +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_2x20_P2.00mm_Vertical +Through hole straight pin header, 2x20, 2.00mm pitch, double rows +Through hole pin header THT 2x20 2.00mm double row +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_2x20_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x20, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x20 2.00mm double row +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_2x21_P2.00mm_Horizontal +Through hole angled pin header, 2x21, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x21 2.00mm double row +0 +42 +42 +Connector_PinHeader_2.00mm +PinHeader_2x21_P2.00mm_Vertical +Through hole straight pin header, 2x21, 2.00mm pitch, double rows +Through hole pin header THT 2x21 2.00mm double row +0 +42 +42 +Connector_PinHeader_2.00mm +PinHeader_2x21_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x21, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x21 2.00mm double row +0 +42 +42 +Connector_PinHeader_2.00mm +PinHeader_2x22_P2.00mm_Horizontal +Through hole angled pin header, 2x22, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x22 2.00mm double row +0 +44 +44 +Connector_PinHeader_2.00mm +PinHeader_2x22_P2.00mm_Vertical +Through hole straight pin header, 2x22, 2.00mm pitch, double rows +Through hole pin header THT 2x22 2.00mm double row +0 +44 +44 +Connector_PinHeader_2.00mm +PinHeader_2x22_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x22, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x22 2.00mm double row +0 +44 +44 +Connector_PinHeader_2.00mm +PinHeader_2x23_P2.00mm_Horizontal +Through hole angled pin header, 2x23, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x23 2.00mm double row +0 +46 +46 +Connector_PinHeader_2.00mm +PinHeader_2x23_P2.00mm_Vertical +Through hole straight pin header, 2x23, 2.00mm pitch, double rows +Through hole pin header THT 2x23 2.00mm double row +0 +46 +46 +Connector_PinHeader_2.00mm +PinHeader_2x23_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x23, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x23 2.00mm double row +0 +46 +46 +Connector_PinHeader_2.00mm +PinHeader_2x24_P2.00mm_Horizontal +Through hole angled pin header, 2x24, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x24 2.00mm double row +0 +48 +48 +Connector_PinHeader_2.00mm +PinHeader_2x24_P2.00mm_Vertical +Through hole straight pin header, 2x24, 2.00mm pitch, double rows +Through hole pin header THT 2x24 2.00mm double row +0 +48 +48 +Connector_PinHeader_2.00mm +PinHeader_2x24_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x24, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x24 2.00mm double row +0 +48 +48 +Connector_PinHeader_2.00mm +PinHeader_2x25_P2.00mm_Horizontal +Through hole angled pin header, 2x25, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x25 2.00mm double row +0 +50 +50 +Connector_PinHeader_2.00mm +PinHeader_2x25_P2.00mm_Vertical +Through hole straight pin header, 2x25, 2.00mm pitch, double rows +Through hole pin header THT 2x25 2.00mm double row +0 +50 +50 +Connector_PinHeader_2.00mm +PinHeader_2x25_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x25, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x25 2.00mm double row +0 +50 +50 +Connector_PinHeader_2.00mm +PinHeader_2x26_P2.00mm_Horizontal +Through hole angled pin header, 2x26, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x26 2.00mm double row +0 +52 +52 +Connector_PinHeader_2.00mm +PinHeader_2x26_P2.00mm_Vertical +Through hole straight pin header, 2x26, 2.00mm pitch, double rows +Through hole pin header THT 2x26 2.00mm double row +0 +52 +52 +Connector_PinHeader_2.00mm +PinHeader_2x26_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x26, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x26 2.00mm double row +0 +52 +52 +Connector_PinHeader_2.00mm +PinHeader_2x27_P2.00mm_Horizontal +Through hole angled pin header, 2x27, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x27 2.00mm double row +0 +54 +54 +Connector_PinHeader_2.00mm +PinHeader_2x27_P2.00mm_Vertical +Through hole straight pin header, 2x27, 2.00mm pitch, double rows +Through hole pin header THT 2x27 2.00mm double row +0 +54 +54 +Connector_PinHeader_2.00mm +PinHeader_2x27_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x27, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x27 2.00mm double row +0 +54 +54 +Connector_PinHeader_2.00mm +PinHeader_2x28_P2.00mm_Horizontal +Through hole angled pin header, 2x28, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x28 2.00mm double row +0 +56 +56 +Connector_PinHeader_2.00mm +PinHeader_2x28_P2.00mm_Vertical +Through hole straight pin header, 2x28, 2.00mm pitch, double rows +Through hole pin header THT 2x28 2.00mm double row +0 +56 +56 +Connector_PinHeader_2.00mm +PinHeader_2x28_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x28, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x28 2.00mm double row +0 +56 +56 +Connector_PinHeader_2.00mm +PinHeader_2x29_P2.00mm_Horizontal +Through hole angled pin header, 2x29, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x29 2.00mm double row +0 +58 +58 +Connector_PinHeader_2.00mm +PinHeader_2x29_P2.00mm_Vertical +Through hole straight pin header, 2x29, 2.00mm pitch, double rows +Through hole pin header THT 2x29 2.00mm double row +0 +58 +58 +Connector_PinHeader_2.00mm +PinHeader_2x29_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x29, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x29 2.00mm double row +0 +58 +58 +Connector_PinHeader_2.00mm +PinHeader_2x30_P2.00mm_Horizontal +Through hole angled pin header, 2x30, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x30 2.00mm double row +0 +60 +60 +Connector_PinHeader_2.00mm +PinHeader_2x30_P2.00mm_Vertical +Through hole straight pin header, 2x30, 2.00mm pitch, double rows +Through hole pin header THT 2x30 2.00mm double row +0 +60 +60 +Connector_PinHeader_2.00mm +PinHeader_2x30_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x30, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x30 2.00mm double row +0 +60 +60 +Connector_PinHeader_2.00mm +PinHeader_2x31_P2.00mm_Horizontal +Through hole angled pin header, 2x31, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x31 2.00mm double row +0 +62 +62 +Connector_PinHeader_2.00mm +PinHeader_2x31_P2.00mm_Vertical +Through hole straight pin header, 2x31, 2.00mm pitch, double rows +Through hole pin header THT 2x31 2.00mm double row +0 +62 +62 +Connector_PinHeader_2.00mm +PinHeader_2x31_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x31, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x31 2.00mm double row +0 +62 +62 +Connector_PinHeader_2.00mm +PinHeader_2x32_P2.00mm_Horizontal +Through hole angled pin header, 2x32, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x32 2.00mm double row +0 +64 +64 +Connector_PinHeader_2.00mm +PinHeader_2x32_P2.00mm_Vertical +Through hole straight pin header, 2x32, 2.00mm pitch, double rows +Through hole pin header THT 2x32 2.00mm double row +0 +64 +64 +Connector_PinHeader_2.00mm +PinHeader_2x32_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x32, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x32 2.00mm double row +0 +64 +64 +Connector_PinHeader_2.00mm +PinHeader_2x33_P2.00mm_Horizontal +Through hole angled pin header, 2x33, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x33 2.00mm double row +0 +66 +66 +Connector_PinHeader_2.00mm +PinHeader_2x33_P2.00mm_Vertical +Through hole straight pin header, 2x33, 2.00mm pitch, double rows +Through hole pin header THT 2x33 2.00mm double row +0 +66 +66 +Connector_PinHeader_2.00mm +PinHeader_2x33_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x33, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x33 2.00mm double row +0 +66 +66 +Connector_PinHeader_2.00mm +PinHeader_2x34_P2.00mm_Horizontal +Through hole angled pin header, 2x34, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x34 2.00mm double row +0 +68 +68 +Connector_PinHeader_2.00mm +PinHeader_2x34_P2.00mm_Vertical +Through hole straight pin header, 2x34, 2.00mm pitch, double rows +Through hole pin header THT 2x34 2.00mm double row +0 +68 +68 +Connector_PinHeader_2.00mm +PinHeader_2x34_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x34, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x34 2.00mm double row +0 +68 +68 +Connector_PinHeader_2.00mm +PinHeader_2x35_P2.00mm_Horizontal +Through hole angled pin header, 2x35, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x35 2.00mm double row +0 +70 +70 +Connector_PinHeader_2.00mm +PinHeader_2x35_P2.00mm_Vertical +Through hole straight pin header, 2x35, 2.00mm pitch, double rows +Through hole pin header THT 2x35 2.00mm double row +0 +70 +70 +Connector_PinHeader_2.00mm +PinHeader_2x35_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x35, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x35 2.00mm double row +0 +70 +70 +Connector_PinHeader_2.00mm +PinHeader_2x36_P2.00mm_Horizontal +Through hole angled pin header, 2x36, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x36 2.00mm double row +0 +72 +72 +Connector_PinHeader_2.00mm +PinHeader_2x36_P2.00mm_Vertical +Through hole straight pin header, 2x36, 2.00mm pitch, double rows +Through hole pin header THT 2x36 2.00mm double row +0 +72 +72 +Connector_PinHeader_2.00mm +PinHeader_2x36_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x36, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x36 2.00mm double row +0 +72 +72 +Connector_PinHeader_2.00mm +PinHeader_2x37_P2.00mm_Horizontal +Through hole angled pin header, 2x37, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x37 2.00mm double row +0 +74 +74 +Connector_PinHeader_2.00mm +PinHeader_2x37_P2.00mm_Vertical +Through hole straight pin header, 2x37, 2.00mm pitch, double rows +Through hole pin header THT 2x37 2.00mm double row +0 +74 +74 +Connector_PinHeader_2.00mm +PinHeader_2x37_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x37, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x37 2.00mm double row +0 +74 +74 +Connector_PinHeader_2.00mm +PinHeader_2x38_P2.00mm_Horizontal +Through hole angled pin header, 2x38, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x38 2.00mm double row +0 +76 +76 +Connector_PinHeader_2.00mm +PinHeader_2x38_P2.00mm_Vertical +Through hole straight pin header, 2x38, 2.00mm pitch, double rows +Through hole pin header THT 2x38 2.00mm double row +0 +76 +76 +Connector_PinHeader_2.00mm +PinHeader_2x38_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x38, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x38 2.00mm double row +0 +76 +76 +Connector_PinHeader_2.00mm +PinHeader_2x39_P2.00mm_Horizontal +Through hole angled pin header, 2x39, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x39 2.00mm double row +0 +78 +78 +Connector_PinHeader_2.00mm +PinHeader_2x39_P2.00mm_Vertical +Through hole straight pin header, 2x39, 2.00mm pitch, double rows +Through hole pin header THT 2x39 2.00mm double row +0 +78 +78 +Connector_PinHeader_2.00mm +PinHeader_2x39_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x39, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x39 2.00mm double row +0 +78 +78 +Connector_PinHeader_2.00mm +PinHeader_2x40_P2.00mm_Horizontal +Through hole angled pin header, 2x40, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x40 2.00mm double row +0 +80 +80 +Connector_PinHeader_2.00mm +PinHeader_2x40_P2.00mm_Vertical +Through hole straight pin header, 2x40, 2.00mm pitch, double rows +Through hole pin header THT 2x40 2.00mm double row +0 +80 +80 +Connector_PinHeader_2.00mm +PinHeader_2x40_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x40, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x40 2.00mm double row +0 +80 +80 +Connector_PinHeader_2.54mm +PinHeader_1x01_P2.54mm_Horizontal +Through hole angled pin header, 1x01, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x01 2.54mm single row +0 +1 +1 +Connector_PinHeader_2.54mm +PinHeader_1x01_P2.54mm_Vertical +Through hole straight pin header, 1x01, 2.54mm pitch, single row +Through hole pin header THT 1x01 2.54mm single row +0 +1 +1 +Connector_PinHeader_2.54mm +PinHeader_1x02_P2.54mm_Horizontal +Through hole angled pin header, 1x02, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x02 2.54mm single row +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_1x02_P2.54mm_Vertical +Through hole straight pin header, 1x02, 2.54mm pitch, single row +Through hole pin header THT 1x02 2.54mm single row +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x02 2.54mm single row style1 pin1 left +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x02 2.54mm single row style2 pin1 right +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_1x03_P2.54mm_Horizontal +Through hole angled pin header, 1x03, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x03 2.54mm single row +0 +3 +3 +Connector_PinHeader_2.54mm +PinHeader_1x03_P2.54mm_Vertical +Through hole straight pin header, 1x03, 2.54mm pitch, single row +Through hole pin header THT 1x03 2.54mm single row +0 +3 +3 +Connector_PinHeader_2.54mm +PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x03 2.54mm single row style1 pin1 left +0 +3 +3 +Connector_PinHeader_2.54mm +PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x03 2.54mm single row style2 pin1 right +0 +3 +3 +Connector_PinHeader_2.54mm +PinHeader_1x04_P2.54mm_Horizontal +Through hole angled pin header, 1x04, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x04 2.54mm single row +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_1x04_P2.54mm_Vertical +Through hole straight pin header, 1x04, 2.54mm pitch, single row +Through hole pin header THT 1x04 2.54mm single row +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x04 2.54mm single row style1 pin1 left +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x04 2.54mm single row style2 pin1 right +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_1x05_P2.54mm_Horizontal +Through hole angled pin header, 1x05, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x05 2.54mm single row +0 +5 +5 +Connector_PinHeader_2.54mm +PinHeader_1x05_P2.54mm_Vertical +Through hole straight pin header, 1x05, 2.54mm pitch, single row +Through hole pin header THT 1x05 2.54mm single row +0 +5 +5 +Connector_PinHeader_2.54mm +PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x05 2.54mm single row style1 pin1 left +0 +5 +5 +Connector_PinHeader_2.54mm +PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x05 2.54mm single row style2 pin1 right +0 +5 +5 +Connector_PinHeader_2.54mm +PinHeader_1x06_P2.54mm_Horizontal +Through hole angled pin header, 1x06, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x06 2.54mm single row +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_1x06_P2.54mm_Vertical +Through hole straight pin header, 1x06, 2.54mm pitch, single row +Through hole pin header THT 1x06 2.54mm single row +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x06 2.54mm single row style1 pin1 left +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x06 2.54mm single row style2 pin1 right +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_1x07_P2.54mm_Horizontal +Through hole angled pin header, 1x07, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x07 2.54mm single row +0 +7 +7 +Connector_PinHeader_2.54mm +PinHeader_1x07_P2.54mm_Vertical +Through hole straight pin header, 1x07, 2.54mm pitch, single row +Through hole pin header THT 1x07 2.54mm single row +0 +7 +7 +Connector_PinHeader_2.54mm +PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x07 2.54mm single row style1 pin1 left +0 +7 +7 +Connector_PinHeader_2.54mm +PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x07 2.54mm single row style2 pin1 right +0 +7 +7 +Connector_PinHeader_2.54mm +PinHeader_1x08_P2.54mm_Horizontal +Through hole angled pin header, 1x08, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x08 2.54mm single row +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_1x08_P2.54mm_Vertical +Through hole straight pin header, 1x08, 2.54mm pitch, single row +Through hole pin header THT 1x08 2.54mm single row +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x08 2.54mm single row style1 pin1 left +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x08 2.54mm single row style2 pin1 right +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_1x09_P2.54mm_Horizontal +Through hole angled pin header, 1x09, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x09 2.54mm single row +0 +9 +9 +Connector_PinHeader_2.54mm +PinHeader_1x09_P2.54mm_Vertical +Through hole straight pin header, 1x09, 2.54mm pitch, single row +Through hole pin header THT 1x09 2.54mm single row +0 +9 +9 +Connector_PinHeader_2.54mm +PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x09 2.54mm single row style1 pin1 left +0 +9 +9 +Connector_PinHeader_2.54mm +PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x09 2.54mm single row style2 pin1 right +0 +9 +9 +Connector_PinHeader_2.54mm +PinHeader_1x10_P2.54mm_Horizontal +Through hole angled pin header, 1x10, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x10 2.54mm single row +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_1x10_P2.54mm_Vertical +Through hole straight pin header, 1x10, 2.54mm pitch, single row +Through hole pin header THT 1x10 2.54mm single row +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x10 2.54mm single row style1 pin1 left +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x10 2.54mm single row style2 pin1 right +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_1x11_P2.54mm_Horizontal +Through hole angled pin header, 1x11, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x11 2.54mm single row +0 +11 +11 +Connector_PinHeader_2.54mm +PinHeader_1x11_P2.54mm_Vertical +Through hole straight pin header, 1x11, 2.54mm pitch, single row +Through hole pin header THT 1x11 2.54mm single row +0 +11 +11 +Connector_PinHeader_2.54mm +PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x11 2.54mm single row style1 pin1 left +0 +11 +11 +Connector_PinHeader_2.54mm +PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x11 2.54mm single row style2 pin1 right +0 +11 +11 +Connector_PinHeader_2.54mm +PinHeader_1x12_P2.54mm_Horizontal +Through hole angled pin header, 1x12, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x12 2.54mm single row +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_1x12_P2.54mm_Vertical +Through hole straight pin header, 1x12, 2.54mm pitch, single row +Through hole pin header THT 1x12 2.54mm single row +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x12 2.54mm single row style1 pin1 left +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x12 2.54mm single row style2 pin1 right +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_1x13_P2.54mm_Horizontal +Through hole angled pin header, 1x13, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x13 2.54mm single row +0 +13 +13 +Connector_PinHeader_2.54mm +PinHeader_1x13_P2.54mm_Vertical +Through hole straight pin header, 1x13, 2.54mm pitch, single row +Through hole pin header THT 1x13 2.54mm single row +0 +13 +13 +Connector_PinHeader_2.54mm +PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x13 2.54mm single row style1 pin1 left +0 +13 +13 +Connector_PinHeader_2.54mm +PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x13 2.54mm single row style2 pin1 right +0 +13 +13 +Connector_PinHeader_2.54mm +PinHeader_1x14_P2.54mm_Horizontal +Through hole angled pin header, 1x14, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x14 2.54mm single row +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_1x14_P2.54mm_Vertical +Through hole straight pin header, 1x14, 2.54mm pitch, single row +Through hole pin header THT 1x14 2.54mm single row +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x14 2.54mm single row style1 pin1 left +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x14 2.54mm single row style2 pin1 right +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_1x15_P2.54mm_Horizontal +Through hole angled pin header, 1x15, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x15 2.54mm single row +0 +15 +15 +Connector_PinHeader_2.54mm +PinHeader_1x15_P2.54mm_Vertical +Through hole straight pin header, 1x15, 2.54mm pitch, single row +Through hole pin header THT 1x15 2.54mm single row +0 +15 +15 +Connector_PinHeader_2.54mm +PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x15 2.54mm single row style1 pin1 left +0 +15 +15 +Connector_PinHeader_2.54mm +PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x15 2.54mm single row style2 pin1 right +0 +15 +15 +Connector_PinHeader_2.54mm +PinHeader_1x16_P2.54mm_Horizontal +Through hole angled pin header, 1x16, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x16 2.54mm single row +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_1x16_P2.54mm_Vertical +Through hole straight pin header, 1x16, 2.54mm pitch, single row +Through hole pin header THT 1x16 2.54mm single row +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x16 2.54mm single row style1 pin1 left +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x16 2.54mm single row style2 pin1 right +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_1x17_P2.54mm_Horizontal +Through hole angled pin header, 1x17, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x17 2.54mm single row +0 +17 +17 +Connector_PinHeader_2.54mm +PinHeader_1x17_P2.54mm_Vertical +Through hole straight pin header, 1x17, 2.54mm pitch, single row +Through hole pin header THT 1x17 2.54mm single row +0 +17 +17 +Connector_PinHeader_2.54mm +PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x17 2.54mm single row style1 pin1 left +0 +17 +17 +Connector_PinHeader_2.54mm +PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x17 2.54mm single row style2 pin1 right +0 +17 +17 +Connector_PinHeader_2.54mm +PinHeader_1x18_P2.54mm_Horizontal +Through hole angled pin header, 1x18, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x18 2.54mm single row +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_1x18_P2.54mm_Vertical +Through hole straight pin header, 1x18, 2.54mm pitch, single row +Through hole pin header THT 1x18 2.54mm single row +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x18 2.54mm single row style1 pin1 left +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x18 2.54mm single row style2 pin1 right +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_1x19_P2.54mm_Horizontal +Through hole angled pin header, 1x19, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x19 2.54mm single row +0 +19 +19 +Connector_PinHeader_2.54mm +PinHeader_1x19_P2.54mm_Vertical +Through hole straight pin header, 1x19, 2.54mm pitch, single row +Through hole pin header THT 1x19 2.54mm single row +0 +19 +19 +Connector_PinHeader_2.54mm +PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x19 2.54mm single row style1 pin1 left +0 +19 +19 +Connector_PinHeader_2.54mm +PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x19 2.54mm single row style2 pin1 right +0 +19 +19 +Connector_PinHeader_2.54mm +PinHeader_1x20_P2.54mm_Horizontal +Through hole angled pin header, 1x20, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x20 2.54mm single row +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_1x20_P2.54mm_Vertical +Through hole straight pin header, 1x20, 2.54mm pitch, single row +Through hole pin header THT 1x20 2.54mm single row +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x20 2.54mm single row style1 pin1 left +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x20 2.54mm single row style2 pin1 right +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_1x21_P2.54mm_Horizontal +Through hole angled pin header, 1x21, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x21 2.54mm single row +0 +21 +21 +Connector_PinHeader_2.54mm +PinHeader_1x21_P2.54mm_Vertical +Through hole straight pin header, 1x21, 2.54mm pitch, single row +Through hole pin header THT 1x21 2.54mm single row +0 +21 +21 +Connector_PinHeader_2.54mm +PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x21 2.54mm single row style1 pin1 left +0 +21 +21 +Connector_PinHeader_2.54mm +PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x21 2.54mm single row style2 pin1 right +0 +21 +21 +Connector_PinHeader_2.54mm +PinHeader_1x22_P2.54mm_Horizontal +Through hole angled pin header, 1x22, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x22 2.54mm single row +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_1x22_P2.54mm_Vertical +Through hole straight pin header, 1x22, 2.54mm pitch, single row +Through hole pin header THT 1x22 2.54mm single row +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x22 2.54mm single row style1 pin1 left +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x22 2.54mm single row style2 pin1 right +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_1x23_P2.54mm_Horizontal +Through hole angled pin header, 1x23, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x23 2.54mm single row +0 +23 +23 +Connector_PinHeader_2.54mm +PinHeader_1x23_P2.54mm_Vertical +Through hole straight pin header, 1x23, 2.54mm pitch, single row +Through hole pin header THT 1x23 2.54mm single row +0 +23 +23 +Connector_PinHeader_2.54mm +PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x23 2.54mm single row style1 pin1 left +0 +23 +23 +Connector_PinHeader_2.54mm +PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x23 2.54mm single row style2 pin1 right +0 +23 +23 +Connector_PinHeader_2.54mm +PinHeader_1x24_P2.54mm_Horizontal +Through hole angled pin header, 1x24, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x24 2.54mm single row +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_1x24_P2.54mm_Vertical +Through hole straight pin header, 1x24, 2.54mm pitch, single row +Through hole pin header THT 1x24 2.54mm single row +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x24 2.54mm single row style1 pin1 left +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x24 2.54mm single row style2 pin1 right +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_1x25_P2.54mm_Horizontal +Through hole angled pin header, 1x25, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x25 2.54mm single row +0 +25 +25 +Connector_PinHeader_2.54mm +PinHeader_1x25_P2.54mm_Vertical +Through hole straight pin header, 1x25, 2.54mm pitch, single row +Through hole pin header THT 1x25 2.54mm single row +0 +25 +25 +Connector_PinHeader_2.54mm +PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x25 2.54mm single row style1 pin1 left +0 +25 +25 +Connector_PinHeader_2.54mm +PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x25 2.54mm single row style2 pin1 right +0 +25 +25 +Connector_PinHeader_2.54mm +PinHeader_1x26_P2.54mm_Horizontal +Through hole angled pin header, 1x26, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x26 2.54mm single row +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_1x26_P2.54mm_Vertical +Through hole straight pin header, 1x26, 2.54mm pitch, single row +Through hole pin header THT 1x26 2.54mm single row +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x26 2.54mm single row style1 pin1 left +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x26 2.54mm single row style2 pin1 right +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_1x27_P2.54mm_Horizontal +Through hole angled pin header, 1x27, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x27 2.54mm single row +0 +27 +27 +Connector_PinHeader_2.54mm +PinHeader_1x27_P2.54mm_Vertical +Through hole straight pin header, 1x27, 2.54mm pitch, single row +Through hole pin header THT 1x27 2.54mm single row +0 +27 +27 +Connector_PinHeader_2.54mm +PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x27 2.54mm single row style1 pin1 left +0 +27 +27 +Connector_PinHeader_2.54mm +PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x27 2.54mm single row style2 pin1 right +0 +27 +27 +Connector_PinHeader_2.54mm +PinHeader_1x28_P2.54mm_Horizontal +Through hole angled pin header, 1x28, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x28 2.54mm single row +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_1x28_P2.54mm_Vertical +Through hole straight pin header, 1x28, 2.54mm pitch, single row +Through hole pin header THT 1x28 2.54mm single row +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x28 2.54mm single row style1 pin1 left +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x28 2.54mm single row style2 pin1 right +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_1x29_P2.54mm_Horizontal +Through hole angled pin header, 1x29, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x29 2.54mm single row +0 +29 +29 +Connector_PinHeader_2.54mm +PinHeader_1x29_P2.54mm_Vertical +Through hole straight pin header, 1x29, 2.54mm pitch, single row +Through hole pin header THT 1x29 2.54mm single row +0 +29 +29 +Connector_PinHeader_2.54mm +PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x29 2.54mm single row style1 pin1 left +0 +29 +29 +Connector_PinHeader_2.54mm +PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x29 2.54mm single row style2 pin1 right +0 +29 +29 +Connector_PinHeader_2.54mm +PinHeader_1x30_P2.54mm_Horizontal +Through hole angled pin header, 1x30, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x30 2.54mm single row +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_1x30_P2.54mm_Vertical +Through hole straight pin header, 1x30, 2.54mm pitch, single row +Through hole pin header THT 1x30 2.54mm single row +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x30 2.54mm single row style1 pin1 left +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x30 2.54mm single row style2 pin1 right +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_1x31_P2.54mm_Horizontal +Through hole angled pin header, 1x31, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x31 2.54mm single row +0 +31 +31 +Connector_PinHeader_2.54mm +PinHeader_1x31_P2.54mm_Vertical +Through hole straight pin header, 1x31, 2.54mm pitch, single row +Through hole pin header THT 1x31 2.54mm single row +0 +31 +31 +Connector_PinHeader_2.54mm +PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x31 2.54mm single row style1 pin1 left +0 +31 +31 +Connector_PinHeader_2.54mm +PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x31 2.54mm single row style2 pin1 right +0 +31 +31 +Connector_PinHeader_2.54mm +PinHeader_1x32_P2.54mm_Horizontal +Through hole angled pin header, 1x32, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x32 2.54mm single row +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_1x32_P2.54mm_Vertical +Through hole straight pin header, 1x32, 2.54mm pitch, single row +Through hole pin header THT 1x32 2.54mm single row +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x32 2.54mm single row style1 pin1 left +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x32 2.54mm single row style2 pin1 right +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_1x33_P2.54mm_Horizontal +Through hole angled pin header, 1x33, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x33 2.54mm single row +0 +33 +33 +Connector_PinHeader_2.54mm +PinHeader_1x33_P2.54mm_Vertical +Through hole straight pin header, 1x33, 2.54mm pitch, single row +Through hole pin header THT 1x33 2.54mm single row +0 +33 +33 +Connector_PinHeader_2.54mm +PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x33 2.54mm single row style1 pin1 left +0 +33 +33 +Connector_PinHeader_2.54mm +PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x33 2.54mm single row style2 pin1 right +0 +33 +33 +Connector_PinHeader_2.54mm +PinHeader_1x34_P2.54mm_Horizontal +Through hole angled pin header, 1x34, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x34 2.54mm single row +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_1x34_P2.54mm_Vertical +Through hole straight pin header, 1x34, 2.54mm pitch, single row +Through hole pin header THT 1x34 2.54mm single row +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x34 2.54mm single row style1 pin1 left +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x34 2.54mm single row style2 pin1 right +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_1x35_P2.54mm_Horizontal +Through hole angled pin header, 1x35, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x35 2.54mm single row +0 +35 +35 +Connector_PinHeader_2.54mm +PinHeader_1x35_P2.54mm_Vertical +Through hole straight pin header, 1x35, 2.54mm pitch, single row +Through hole pin header THT 1x35 2.54mm single row +0 +35 +35 +Connector_PinHeader_2.54mm +PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x35 2.54mm single row style1 pin1 left +0 +35 +35 +Connector_PinHeader_2.54mm +PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x35 2.54mm single row style2 pin1 right +0 +35 +35 +Connector_PinHeader_2.54mm +PinHeader_1x36_P2.54mm_Horizontal +Through hole angled pin header, 1x36, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x36 2.54mm single row +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_1x36_P2.54mm_Vertical +Through hole straight pin header, 1x36, 2.54mm pitch, single row +Through hole pin header THT 1x36 2.54mm single row +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x36 2.54mm single row style1 pin1 left +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x36 2.54mm single row style2 pin1 right +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_1x37_P2.54mm_Horizontal +Through hole angled pin header, 1x37, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x37 2.54mm single row +0 +37 +37 +Connector_PinHeader_2.54mm +PinHeader_1x37_P2.54mm_Vertical +Through hole straight pin header, 1x37, 2.54mm pitch, single row +Through hole pin header THT 1x37 2.54mm single row +0 +37 +37 +Connector_PinHeader_2.54mm +PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x37 2.54mm single row style1 pin1 left +0 +37 +37 +Connector_PinHeader_2.54mm +PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x37 2.54mm single row style2 pin1 right +0 +37 +37 +Connector_PinHeader_2.54mm +PinHeader_1x38_P2.54mm_Horizontal +Through hole angled pin header, 1x38, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x38 2.54mm single row +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_1x38_P2.54mm_Vertical +Through hole straight pin header, 1x38, 2.54mm pitch, single row +Through hole pin header THT 1x38 2.54mm single row +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x38 2.54mm single row style1 pin1 left +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x38 2.54mm single row style2 pin1 right +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_1x39_P2.54mm_Horizontal +Through hole angled pin header, 1x39, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x39 2.54mm single row +0 +39 +39 +Connector_PinHeader_2.54mm +PinHeader_1x39_P2.54mm_Vertical +Through hole straight pin header, 1x39, 2.54mm pitch, single row +Through hole pin header THT 1x39 2.54mm single row +0 +39 +39 +Connector_PinHeader_2.54mm +PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x39 2.54mm single row style1 pin1 left +0 +39 +39 +Connector_PinHeader_2.54mm +PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x39 2.54mm single row style2 pin1 right +0 +39 +39 +Connector_PinHeader_2.54mm +PinHeader_1x40_P2.54mm_Horizontal +Through hole angled pin header, 1x40, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x40 2.54mm single row +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_1x40_P2.54mm_Vertical +Through hole straight pin header, 1x40, 2.54mm pitch, single row +Through hole pin header THT 1x40 2.54mm single row +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x40 2.54mm single row style1 pin1 left +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x40 2.54mm single row style2 pin1 right +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_2x01_P2.54mm_Horizontal +Through hole angled pin header, 2x01, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x01 2.54mm double row +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_2x01_P2.54mm_Vertical +Through hole straight pin header, 2x01, 2.54mm pitch, double rows +Through hole pin header THT 2x01 2.54mm double row +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_2x01_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x01, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x01 2.54mm double row +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_2x02_P2.54mm_Horizontal +Through hole angled pin header, 2x02, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x02 2.54mm double row +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_2x02_P2.54mm_Vertical +Through hole straight pin header, 2x02, 2.54mm pitch, double rows +Through hole pin header THT 2x02 2.54mm double row +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_2x02_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x02, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x02 2.54mm double row +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_2x03_P2.54mm_Horizontal +Through hole angled pin header, 2x03, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x03 2.54mm double row +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_2x03_P2.54mm_Vertical +Through hole straight pin header, 2x03, 2.54mm pitch, double rows +Through hole pin header THT 2x03 2.54mm double row +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_2x03_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x03, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x03 2.54mm double row +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_2x04_P2.54mm_Horizontal +Through hole angled pin header, 2x04, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x04 2.54mm double row +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_2x04_P2.54mm_Vertical +Through hole straight pin header, 2x04, 2.54mm pitch, double rows +Through hole pin header THT 2x04 2.54mm double row +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_2x04_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x04, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x04 2.54mm double row +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_2x05_P2.54mm_Horizontal +Through hole angled pin header, 2x05, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x05 2.54mm double row +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_2x05_P2.54mm_Vertical +Through hole straight pin header, 2x05, 2.54mm pitch, double rows +Through hole pin header THT 2x05 2.54mm double row +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_2x05_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x05, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x05 2.54mm double row +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_2x06_P2.54mm_Horizontal +Through hole angled pin header, 2x06, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x06 2.54mm double row +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_2x06_P2.54mm_Vertical +Through hole straight pin header, 2x06, 2.54mm pitch, double rows +Through hole pin header THT 2x06 2.54mm double row +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_2x06_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x06, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x06 2.54mm double row +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_2x07_P2.54mm_Horizontal +Through hole angled pin header, 2x07, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x07 2.54mm double row +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_2x07_P2.54mm_Vertical +Through hole straight pin header, 2x07, 2.54mm pitch, double rows +Through hole pin header THT 2x07 2.54mm double row +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_2x07_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x07, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x07 2.54mm double row +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_2x08_P2.54mm_Horizontal +Through hole angled pin header, 2x08, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x08 2.54mm double row +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_2x08_P2.54mm_Vertical +Through hole straight pin header, 2x08, 2.54mm pitch, double rows +Through hole pin header THT 2x08 2.54mm double row +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_2x08_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x08, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x08 2.54mm double row +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_2x09_P2.54mm_Horizontal +Through hole angled pin header, 2x09, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x09 2.54mm double row +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_2x09_P2.54mm_Vertical +Through hole straight pin header, 2x09, 2.54mm pitch, double rows +Through hole pin header THT 2x09 2.54mm double row +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_2x09_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x09, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x09 2.54mm double row +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_2x10_P2.54mm_Horizontal +Through hole angled pin header, 2x10, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x10 2.54mm double row +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_2x10_P2.54mm_Vertical +Through hole straight pin header, 2x10, 2.54mm pitch, double rows +Through hole pin header THT 2x10 2.54mm double row +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_2x10_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x10, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x10 2.54mm double row +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_2x11_P2.54mm_Horizontal +Through hole angled pin header, 2x11, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x11 2.54mm double row +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_2x11_P2.54mm_Vertical +Through hole straight pin header, 2x11, 2.54mm pitch, double rows +Through hole pin header THT 2x11 2.54mm double row +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_2x11_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x11, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x11 2.54mm double row +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_2x12_P2.54mm_Horizontal +Through hole angled pin header, 2x12, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x12 2.54mm double row +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_2x12_P2.54mm_Vertical +Through hole straight pin header, 2x12, 2.54mm pitch, double rows +Through hole pin header THT 2x12 2.54mm double row +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_2x12_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x12, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x12 2.54mm double row +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_2x13_P2.54mm_Horizontal +Through hole angled pin header, 2x13, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x13 2.54mm double row +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_2x13_P2.54mm_Vertical +Through hole straight pin header, 2x13, 2.54mm pitch, double rows +Through hole pin header THT 2x13 2.54mm double row +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_2x13_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x13, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x13 2.54mm double row +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_2x14_P2.54mm_Horizontal +Through hole angled pin header, 2x14, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x14 2.54mm double row +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_2x14_P2.54mm_Vertical +Through hole straight pin header, 2x14, 2.54mm pitch, double rows +Through hole pin header THT 2x14 2.54mm double row +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_2x14_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x14, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x14 2.54mm double row +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_2x15_P2.54mm_Horizontal +Through hole angled pin header, 2x15, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x15 2.54mm double row +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_2x15_P2.54mm_Vertical +Through hole straight pin header, 2x15, 2.54mm pitch, double rows +Through hole pin header THT 2x15 2.54mm double row +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_2x15_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x15, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x15 2.54mm double row +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_2x16_P2.54mm_Horizontal +Through hole angled pin header, 2x16, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x16 2.54mm double row +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_2x16_P2.54mm_Vertical +Through hole straight pin header, 2x16, 2.54mm pitch, double rows +Through hole pin header THT 2x16 2.54mm double row +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_2x16_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x16, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x16 2.54mm double row +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_2x17_P2.54mm_Horizontal +Through hole angled pin header, 2x17, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x17 2.54mm double row +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_2x17_P2.54mm_Vertical +Through hole straight pin header, 2x17, 2.54mm pitch, double rows +Through hole pin header THT 2x17 2.54mm double row +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_2x17_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x17, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x17 2.54mm double row +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_2x18_P2.54mm_Horizontal +Through hole angled pin header, 2x18, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x18 2.54mm double row +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_2x18_P2.54mm_Vertical +Through hole straight pin header, 2x18, 2.54mm pitch, double rows +Through hole pin header THT 2x18 2.54mm double row +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_2x18_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x18, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x18 2.54mm double row +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_2x19_P2.54mm_Horizontal +Through hole angled pin header, 2x19, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x19 2.54mm double row +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_2x19_P2.54mm_Vertical +Through hole straight pin header, 2x19, 2.54mm pitch, double rows +Through hole pin header THT 2x19 2.54mm double row +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_2x19_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x19, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x19 2.54mm double row +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_2x20_P2.54mm_Horizontal +Through hole angled pin header, 2x20, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x20 2.54mm double row +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_2x20_P2.54mm_Vertical +Through hole straight pin header, 2x20, 2.54mm pitch, double rows +Through hole pin header THT 2x20 2.54mm double row +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_2x20_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x20, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x20 2.54mm double row +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_2x21_P2.54mm_Horizontal +Through hole angled pin header, 2x21, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x21 2.54mm double row +0 +42 +42 +Connector_PinHeader_2.54mm +PinHeader_2x21_P2.54mm_Vertical +Through hole straight pin header, 2x21, 2.54mm pitch, double rows +Through hole pin header THT 2x21 2.54mm double row +0 +42 +42 +Connector_PinHeader_2.54mm +PinHeader_2x21_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x21, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x21 2.54mm double row +0 +42 +42 +Connector_PinHeader_2.54mm +PinHeader_2x22_P2.54mm_Horizontal +Through hole angled pin header, 2x22, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x22 2.54mm double row +0 +44 +44 +Connector_PinHeader_2.54mm +PinHeader_2x22_P2.54mm_Vertical +Through hole straight pin header, 2x22, 2.54mm pitch, double rows +Through hole pin header THT 2x22 2.54mm double row +0 +44 +44 +Connector_PinHeader_2.54mm +PinHeader_2x22_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x22, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x22 2.54mm double row +0 +44 +44 +Connector_PinHeader_2.54mm +PinHeader_2x23_P2.54mm_Horizontal +Through hole angled pin header, 2x23, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x23 2.54mm double row +0 +46 +46 +Connector_PinHeader_2.54mm +PinHeader_2x23_P2.54mm_Vertical +Through hole straight pin header, 2x23, 2.54mm pitch, double rows +Through hole pin header THT 2x23 2.54mm double row +0 +46 +46 +Connector_PinHeader_2.54mm +PinHeader_2x23_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x23, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x23 2.54mm double row +0 +46 +46 +Connector_PinHeader_2.54mm +PinHeader_2x24_P2.54mm_Horizontal +Through hole angled pin header, 2x24, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x24 2.54mm double row +0 +48 +48 +Connector_PinHeader_2.54mm +PinHeader_2x24_P2.54mm_Vertical +Through hole straight pin header, 2x24, 2.54mm pitch, double rows +Through hole pin header THT 2x24 2.54mm double row +0 +48 +48 +Connector_PinHeader_2.54mm +PinHeader_2x24_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x24, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x24 2.54mm double row +0 +48 +48 +Connector_PinHeader_2.54mm +PinHeader_2x25_P2.54mm_Horizontal +Through hole angled pin header, 2x25, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x25 2.54mm double row +0 +50 +50 +Connector_PinHeader_2.54mm +PinHeader_2x25_P2.54mm_Vertical +Through hole straight pin header, 2x25, 2.54mm pitch, double rows +Through hole pin header THT 2x25 2.54mm double row +0 +50 +50 +Connector_PinHeader_2.54mm +PinHeader_2x25_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x25, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x25 2.54mm double row +0 +50 +50 +Connector_PinHeader_2.54mm +PinHeader_2x26_P2.54mm_Horizontal +Through hole angled pin header, 2x26, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x26 2.54mm double row +0 +52 +52 +Connector_PinHeader_2.54mm +PinHeader_2x26_P2.54mm_Vertical +Through hole straight pin header, 2x26, 2.54mm pitch, double rows +Through hole pin header THT 2x26 2.54mm double row +0 +52 +52 +Connector_PinHeader_2.54mm +PinHeader_2x26_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x26, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x26 2.54mm double row +0 +52 +52 +Connector_PinHeader_2.54mm +PinHeader_2x27_P2.54mm_Horizontal +Through hole angled pin header, 2x27, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x27 2.54mm double row +0 +54 +54 +Connector_PinHeader_2.54mm +PinHeader_2x27_P2.54mm_Vertical +Through hole straight pin header, 2x27, 2.54mm pitch, double rows +Through hole pin header THT 2x27 2.54mm double row +0 +54 +54 +Connector_PinHeader_2.54mm +PinHeader_2x27_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x27, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x27 2.54mm double row +0 +54 +54 +Connector_PinHeader_2.54mm +PinHeader_2x28_P2.54mm_Horizontal +Through hole angled pin header, 2x28, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x28 2.54mm double row +0 +56 +56 +Connector_PinHeader_2.54mm +PinHeader_2x28_P2.54mm_Vertical +Through hole straight pin header, 2x28, 2.54mm pitch, double rows +Through hole pin header THT 2x28 2.54mm double row +0 +56 +56 +Connector_PinHeader_2.54mm +PinHeader_2x28_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x28, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x28 2.54mm double row +0 +56 +56 +Connector_PinHeader_2.54mm +PinHeader_2x29_P2.54mm_Horizontal +Through hole angled pin header, 2x29, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x29 2.54mm double row +0 +58 +58 +Connector_PinHeader_2.54mm +PinHeader_2x29_P2.54mm_Vertical +Through hole straight pin header, 2x29, 2.54mm pitch, double rows +Through hole pin header THT 2x29 2.54mm double row +0 +58 +58 +Connector_PinHeader_2.54mm +PinHeader_2x29_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x29, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x29 2.54mm double row +0 +58 +58 +Connector_PinHeader_2.54mm +PinHeader_2x30_P2.54mm_Horizontal +Through hole angled pin header, 2x30, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x30 2.54mm double row +0 +60 +60 +Connector_PinHeader_2.54mm +PinHeader_2x30_P2.54mm_Vertical +Through hole straight pin header, 2x30, 2.54mm pitch, double rows +Through hole pin header THT 2x30 2.54mm double row +0 +60 +60 +Connector_PinHeader_2.54mm +PinHeader_2x30_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x30, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x30 2.54mm double row +0 +60 +60 +Connector_PinHeader_2.54mm +PinHeader_2x31_P2.54mm_Horizontal +Through hole angled pin header, 2x31, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x31 2.54mm double row +0 +62 +62 +Connector_PinHeader_2.54mm +PinHeader_2x31_P2.54mm_Vertical +Through hole straight pin header, 2x31, 2.54mm pitch, double rows +Through hole pin header THT 2x31 2.54mm double row +0 +62 +62 +Connector_PinHeader_2.54mm +PinHeader_2x31_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x31, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x31 2.54mm double row +0 +62 +62 +Connector_PinHeader_2.54mm +PinHeader_2x32_P2.54mm_Horizontal +Through hole angled pin header, 2x32, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x32 2.54mm double row +0 +64 +64 +Connector_PinHeader_2.54mm +PinHeader_2x32_P2.54mm_Vertical +Through hole straight pin header, 2x32, 2.54mm pitch, double rows +Through hole pin header THT 2x32 2.54mm double row +0 +64 +64 +Connector_PinHeader_2.54mm +PinHeader_2x32_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x32, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x32 2.54mm double row +0 +64 +64 +Connector_PinHeader_2.54mm +PinHeader_2x33_P2.54mm_Horizontal +Through hole angled pin header, 2x33, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x33 2.54mm double row +0 +66 +66 +Connector_PinHeader_2.54mm +PinHeader_2x33_P2.54mm_Vertical +Through hole straight pin header, 2x33, 2.54mm pitch, double rows +Through hole pin header THT 2x33 2.54mm double row +0 +66 +66 +Connector_PinHeader_2.54mm +PinHeader_2x33_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x33, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x33 2.54mm double row +0 +66 +66 +Connector_PinHeader_2.54mm +PinHeader_2x34_P2.54mm_Horizontal +Through hole angled pin header, 2x34, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x34 2.54mm double row +0 +68 +68 +Connector_PinHeader_2.54mm +PinHeader_2x34_P2.54mm_Vertical +Through hole straight pin header, 2x34, 2.54mm pitch, double rows +Through hole pin header THT 2x34 2.54mm double row +0 +68 +68 +Connector_PinHeader_2.54mm +PinHeader_2x34_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x34, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x34 2.54mm double row +0 +68 +68 +Connector_PinHeader_2.54mm +PinHeader_2x35_P2.54mm_Horizontal +Through hole angled pin header, 2x35, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x35 2.54mm double row +0 +70 +70 +Connector_PinHeader_2.54mm +PinHeader_2x35_P2.54mm_Vertical +Through hole straight pin header, 2x35, 2.54mm pitch, double rows +Through hole pin header THT 2x35 2.54mm double row +0 +70 +70 +Connector_PinHeader_2.54mm +PinHeader_2x35_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x35, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x35 2.54mm double row +0 +70 +70 +Connector_PinHeader_2.54mm +PinHeader_2x36_P2.54mm_Horizontal +Through hole angled pin header, 2x36, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x36 2.54mm double row +0 +72 +72 +Connector_PinHeader_2.54mm +PinHeader_2x36_P2.54mm_Vertical +Through hole straight pin header, 2x36, 2.54mm pitch, double rows +Through hole pin header THT 2x36 2.54mm double row +0 +72 +72 +Connector_PinHeader_2.54mm +PinHeader_2x36_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x36, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x36 2.54mm double row +0 +72 +72 +Connector_PinHeader_2.54mm +PinHeader_2x37_P2.54mm_Horizontal +Through hole angled pin header, 2x37, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x37 2.54mm double row +0 +74 +74 +Connector_PinHeader_2.54mm +PinHeader_2x37_P2.54mm_Vertical +Through hole straight pin header, 2x37, 2.54mm pitch, double rows +Through hole pin header THT 2x37 2.54mm double row +0 +74 +74 +Connector_PinHeader_2.54mm +PinHeader_2x37_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x37, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x37 2.54mm double row +0 +74 +74 +Connector_PinHeader_2.54mm +PinHeader_2x38_P2.54mm_Horizontal +Through hole angled pin header, 2x38, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x38 2.54mm double row +0 +76 +76 +Connector_PinHeader_2.54mm +PinHeader_2x38_P2.54mm_Vertical +Through hole straight pin header, 2x38, 2.54mm pitch, double rows +Through hole pin header THT 2x38 2.54mm double row +0 +76 +76 +Connector_PinHeader_2.54mm +PinHeader_2x38_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x38, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x38 2.54mm double row +0 +76 +76 +Connector_PinHeader_2.54mm +PinHeader_2x39_P2.54mm_Horizontal +Through hole angled pin header, 2x39, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x39 2.54mm double row +0 +78 +78 +Connector_PinHeader_2.54mm +PinHeader_2x39_P2.54mm_Vertical +Through hole straight pin header, 2x39, 2.54mm pitch, double rows +Through hole pin header THT 2x39 2.54mm double row +0 +78 +78 +Connector_PinHeader_2.54mm +PinHeader_2x39_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x39, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x39 2.54mm double row +0 +78 +78 +Connector_PinHeader_2.54mm +PinHeader_2x40_P2.54mm_Horizontal +Through hole angled pin header, 2x40, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x40 2.54mm double row +0 +80 +80 +Connector_PinHeader_2.54mm +PinHeader_2x40_P2.54mm_Vertical +Through hole straight pin header, 2x40, 2.54mm pitch, double rows +Through hole pin header THT 2x40 2.54mm double row +0 +80 +80 +Connector_PinHeader_2.54mm +PinHeader_2x40_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x40, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x40 2.54mm double row +0 +80 +80 +Connector_PinSocket_1.00mm +PinSocket_1x02_P1.00mm_Vertical +Through hole straight socket strip, 1x02, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x02 1.00mm single row +0 +2 +2 +Connector_PinSocket_1.00mm +PinSocket_1x02_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x02, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x02 1.00mm single row style1 pin1 left +0 +2 +2 +Connector_PinSocket_1.00mm +PinSocket_1x02_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x02, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x02 1.00mm single row style2 pin1 right +0 +2 +2 +Connector_PinSocket_1.00mm +PinSocket_1x03_P1.00mm_Vertical +Through hole straight socket strip, 1x03, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x03 1.00mm single row +0 +3 +3 +Connector_PinSocket_1.00mm +PinSocket_1x03_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x03, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x03 1.00mm single row style1 pin1 left +0 +3 +3 +Connector_PinSocket_1.00mm +PinSocket_1x03_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x03, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x03 1.00mm single row style2 pin1 right +0 +3 +3 +Connector_PinSocket_1.00mm +PinSocket_1x04_P1.00mm_Vertical +Through hole straight socket strip, 1x04, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x04 1.00mm single row +0 +4 +4 +Connector_PinSocket_1.00mm +PinSocket_1x04_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x04, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x04 1.00mm single row style1 pin1 left +0 +4 +4 +Connector_PinSocket_1.00mm +PinSocket_1x04_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x04, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x04 1.00mm single row style2 pin1 right +0 +4 +4 +Connector_PinSocket_1.00mm +PinSocket_1x05_P1.00mm_Vertical +Through hole straight socket strip, 1x05, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x05 1.00mm single row +0 +5 +5 +Connector_PinSocket_1.00mm +PinSocket_1x05_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x05, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x05 1.00mm single row style1 pin1 left +0 +5 +5 +Connector_PinSocket_1.00mm +PinSocket_1x05_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x05, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x05 1.00mm single row style2 pin1 right +0 +5 +5 +Connector_PinSocket_1.00mm +PinSocket_1x06_P1.00mm_Vertical +Through hole straight socket strip, 1x06, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x06 1.00mm single row +0 +6 +6 +Connector_PinSocket_1.00mm +PinSocket_1x06_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x06, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x06 1.00mm single row style1 pin1 left +0 +6 +6 +Connector_PinSocket_1.00mm +PinSocket_1x06_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x06, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x06 1.00mm single row style2 pin1 right +0 +6 +6 +Connector_PinSocket_1.00mm +PinSocket_1x07_P1.00mm_Vertical +Through hole straight socket strip, 1x07, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x07 1.00mm single row +0 +7 +7 +Connector_PinSocket_1.00mm +PinSocket_1x07_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x07, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x07 1.00mm single row style1 pin1 left +0 +7 +7 +Connector_PinSocket_1.00mm +PinSocket_1x07_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x07, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x07 1.00mm single row style2 pin1 right +0 +7 +7 +Connector_PinSocket_1.00mm +PinSocket_1x08_P1.00mm_Vertical +Through hole straight socket strip, 1x08, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x08 1.00mm single row +0 +8 +8 +Connector_PinSocket_1.00mm +PinSocket_1x08_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x08, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x08 1.00mm single row style1 pin1 left +0 +8 +8 +Connector_PinSocket_1.00mm +PinSocket_1x08_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x08, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x08 1.00mm single row style2 pin1 right +0 +8 +8 +Connector_PinSocket_1.00mm +PinSocket_1x09_P1.00mm_Vertical +Through hole straight socket strip, 1x09, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x09 1.00mm single row +0 +9 +9 +Connector_PinSocket_1.00mm +PinSocket_1x09_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x09, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x09 1.00mm single row style1 pin1 left +0 +9 +9 +Connector_PinSocket_1.00mm +PinSocket_1x09_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x09, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x09 1.00mm single row style2 pin1 right +0 +9 +9 +Connector_PinSocket_1.00mm +PinSocket_1x10_P1.00mm_Vertical +Through hole straight socket strip, 1x10, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x10 1.00mm single row +0 +10 +10 +Connector_PinSocket_1.00mm +PinSocket_1x10_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x10, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x10 1.00mm single row style1 pin1 left +0 +10 +10 +Connector_PinSocket_1.00mm +PinSocket_1x10_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x10, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x10 1.00mm single row style2 pin1 right +0 +10 +10 +Connector_PinSocket_1.00mm +PinSocket_1x11_P1.00mm_Vertical +Through hole straight socket strip, 1x11, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x11 1.00mm single row +0 +11 +11 +Connector_PinSocket_1.00mm +PinSocket_1x11_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x11, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x11 1.00mm single row style1 pin1 left +0 +11 +11 +Connector_PinSocket_1.00mm +PinSocket_1x11_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x11, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x11 1.00mm single row style2 pin1 right +0 +11 +11 +Connector_PinSocket_1.00mm +PinSocket_1x12_P1.00mm_Vertical +Through hole straight socket strip, 1x12, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x12 1.00mm single row +0 +12 +12 +Connector_PinSocket_1.00mm +PinSocket_1x12_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x12, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x12 1.00mm single row style1 pin1 left +0 +12 +12 +Connector_PinSocket_1.00mm +PinSocket_1x12_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x12, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x12 1.00mm single row style2 pin1 right +0 +12 +12 +Connector_PinSocket_1.00mm +PinSocket_1x13_P1.00mm_Vertical +Through hole straight socket strip, 1x13, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x13 1.00mm single row +0 +13 +13 +Connector_PinSocket_1.00mm +PinSocket_1x13_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x13, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x13 1.00mm single row style1 pin1 left +0 +13 +13 +Connector_PinSocket_1.00mm +PinSocket_1x13_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x13, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x13 1.00mm single row style2 pin1 right +0 +13 +13 +Connector_PinSocket_1.00mm +PinSocket_1x14_P1.00mm_Vertical +Through hole straight socket strip, 1x14, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x14 1.00mm single row +0 +14 +14 +Connector_PinSocket_1.00mm +PinSocket_1x14_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x14, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x14 1.00mm single row style1 pin1 left +0 +14 +14 +Connector_PinSocket_1.00mm +PinSocket_1x14_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x14, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x14 1.00mm single row style2 pin1 right +0 +14 +14 +Connector_PinSocket_1.00mm +PinSocket_1x15_P1.00mm_Vertical +Through hole straight socket strip, 1x15, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x15 1.00mm single row +0 +15 +15 +Connector_PinSocket_1.00mm +PinSocket_1x15_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x15, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x15 1.00mm single row style1 pin1 left +0 +15 +15 +Connector_PinSocket_1.00mm +PinSocket_1x15_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x15, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x15 1.00mm single row style2 pin1 right +0 +15 +15 +Connector_PinSocket_1.00mm +PinSocket_1x16_P1.00mm_Vertical +Through hole straight socket strip, 1x16, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x16 1.00mm single row +0 +16 +16 +Connector_PinSocket_1.00mm +PinSocket_1x16_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x16, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x16 1.00mm single row style1 pin1 left +0 +16 +16 +Connector_PinSocket_1.00mm +PinSocket_1x16_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x16, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x16 1.00mm single row style2 pin1 right +0 +16 +16 +Connector_PinSocket_1.00mm +PinSocket_1x17_P1.00mm_Vertical +Through hole straight socket strip, 1x17, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x17 1.00mm single row +0 +17 +17 +Connector_PinSocket_1.00mm +PinSocket_1x17_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x17, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x17 1.00mm single row style1 pin1 left +0 +17 +17 +Connector_PinSocket_1.00mm +PinSocket_1x17_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x17, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x17 1.00mm single row style2 pin1 right +0 +17 +17 +Connector_PinSocket_1.00mm +PinSocket_1x18_P1.00mm_Vertical +Through hole straight socket strip, 1x18, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x18 1.00mm single row +0 +18 +18 +Connector_PinSocket_1.00mm +PinSocket_1x18_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x18, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x18 1.00mm single row style1 pin1 left +0 +18 +18 +Connector_PinSocket_1.00mm +PinSocket_1x18_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x18, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x18 1.00mm single row style2 pin1 right +0 +18 +18 +Connector_PinSocket_1.00mm +PinSocket_1x19_P1.00mm_Vertical +Through hole straight socket strip, 1x19, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x19 1.00mm single row +0 +19 +19 +Connector_PinSocket_1.00mm +PinSocket_1x19_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x19, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x19 1.00mm single row style1 pin1 left +0 +19 +19 +Connector_PinSocket_1.00mm +PinSocket_1x19_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x19, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x19 1.00mm single row style2 pin1 right +0 +19 +19 +Connector_PinSocket_1.00mm +PinSocket_1x20_P1.00mm_Vertical +Through hole straight socket strip, 1x20, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x20 1.00mm single row +0 +20 +20 +Connector_PinSocket_1.00mm +PinSocket_1x20_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x20, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x20 1.00mm single row style1 pin1 left +0 +20 +20 +Connector_PinSocket_1.00mm +PinSocket_1x20_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x20, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x20 1.00mm single row style2 pin1 right +0 +20 +20 +Connector_PinSocket_1.00mm +PinSocket_1x21_P1.00mm_Vertical +Through hole straight socket strip, 1x21, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x21 1.00mm single row +0 +21 +21 +Connector_PinSocket_1.00mm +PinSocket_1x21_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x21, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x21 1.00mm single row style1 pin1 left +0 +21 +21 +Connector_PinSocket_1.00mm +PinSocket_1x21_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x21, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x21 1.00mm single row style2 pin1 right +0 +21 +21 +Connector_PinSocket_1.00mm +PinSocket_1x22_P1.00mm_Vertical +Through hole straight socket strip, 1x22, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x22 1.00mm single row +0 +22 +22 +Connector_PinSocket_1.00mm +PinSocket_1x22_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x22, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x22 1.00mm single row style1 pin1 left +0 +22 +22 +Connector_PinSocket_1.00mm +PinSocket_1x22_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x22, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x22 1.00mm single row style2 pin1 right +0 +22 +22 +Connector_PinSocket_1.00mm +PinSocket_1x23_P1.00mm_Vertical +Through hole straight socket strip, 1x23, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x23 1.00mm single row +0 +23 +23 +Connector_PinSocket_1.00mm +PinSocket_1x23_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x23, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x23 1.00mm single row style1 pin1 left +0 +23 +23 +Connector_PinSocket_1.00mm +PinSocket_1x23_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x23, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x23 1.00mm single row style2 pin1 right +0 +23 +23 +Connector_PinSocket_1.00mm +PinSocket_1x24_P1.00mm_Vertical +Through hole straight socket strip, 1x24, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x24 1.00mm single row +0 +24 +24 +Connector_PinSocket_1.00mm +PinSocket_1x24_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x24, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x24 1.00mm single row style1 pin1 left +0 +24 +24 +Connector_PinSocket_1.00mm +PinSocket_1x24_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x24, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x24 1.00mm single row style2 pin1 right +0 +24 +24 +Connector_PinSocket_1.00mm +PinSocket_1x25_P1.00mm_Vertical +Through hole straight socket strip, 1x25, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x25 1.00mm single row +0 +25 +25 +Connector_PinSocket_1.00mm +PinSocket_1x25_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x25, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x25 1.00mm single row style1 pin1 left +0 +25 +25 +Connector_PinSocket_1.00mm +PinSocket_1x25_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x25, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x25 1.00mm single row style2 pin1 right +0 +25 +25 +Connector_PinSocket_1.00mm +PinSocket_1x26_P1.00mm_Vertical +Through hole straight socket strip, 1x26, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x26 1.00mm single row +0 +26 +26 +Connector_PinSocket_1.00mm +PinSocket_1x26_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x26, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x26 1.00mm single row style1 pin1 left +0 +26 +26 +Connector_PinSocket_1.00mm +PinSocket_1x26_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x26, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x26 1.00mm single row style2 pin1 right +0 +26 +26 +Connector_PinSocket_1.00mm +PinSocket_1x27_P1.00mm_Vertical +Through hole straight socket strip, 1x27, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x27 1.00mm single row +0 +27 +27 +Connector_PinSocket_1.00mm +PinSocket_1x27_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x27, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x27 1.00mm single row style1 pin1 left +0 +27 +27 +Connector_PinSocket_1.00mm +PinSocket_1x27_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x27, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x27 1.00mm single row style2 pin1 right +0 +27 +27 +Connector_PinSocket_1.00mm +PinSocket_1x28_P1.00mm_Vertical +Through hole straight socket strip, 1x28, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x28 1.00mm single row +0 +28 +28 +Connector_PinSocket_1.00mm +PinSocket_1x28_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x28, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x28 1.00mm single row style1 pin1 left +0 +28 +28 +Connector_PinSocket_1.00mm +PinSocket_1x28_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x28, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x28 1.00mm single row style2 pin1 right +0 +28 +28 +Connector_PinSocket_1.00mm +PinSocket_1x29_P1.00mm_Vertical +Through hole straight socket strip, 1x29, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x29 1.00mm single row +0 +29 +29 +Connector_PinSocket_1.00mm +PinSocket_1x29_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x29, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x29 1.00mm single row style1 pin1 left +0 +29 +29 +Connector_PinSocket_1.00mm +PinSocket_1x29_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x29, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x29 1.00mm single row style2 pin1 right +0 +29 +29 +Connector_PinSocket_1.00mm +PinSocket_1x30_P1.00mm_Vertical +Through hole straight socket strip, 1x30, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x30 1.00mm single row +0 +30 +30 +Connector_PinSocket_1.00mm +PinSocket_1x30_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x30, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x30 1.00mm single row style1 pin1 left +0 +30 +30 +Connector_PinSocket_1.00mm +PinSocket_1x30_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x30, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x30 1.00mm single row style2 pin1 right +0 +30 +30 +Connector_PinSocket_1.00mm +PinSocket_1x31_P1.00mm_Vertical +Through hole straight socket strip, 1x31, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x31 1.00mm single row +0 +31 +31 +Connector_PinSocket_1.00mm +PinSocket_1x31_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x31, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x31 1.00mm single row style1 pin1 left +0 +31 +31 +Connector_PinSocket_1.00mm +PinSocket_1x31_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x31, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x31 1.00mm single row style2 pin1 right +0 +31 +31 +Connector_PinSocket_1.00mm +PinSocket_1x32_P1.00mm_Vertical +Through hole straight socket strip, 1x32, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x32 1.00mm single row +0 +32 +32 +Connector_PinSocket_1.00mm +PinSocket_1x32_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x32, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x32 1.00mm single row style1 pin1 left +0 +32 +32 +Connector_PinSocket_1.00mm +PinSocket_1x32_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x32, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x32 1.00mm single row style2 pin1 right +0 +32 +32 +Connector_PinSocket_1.00mm +PinSocket_1x33_P1.00mm_Vertical +Through hole straight socket strip, 1x33, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x33 1.00mm single row +0 +33 +33 +Connector_PinSocket_1.00mm +PinSocket_1x33_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x33, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x33 1.00mm single row style1 pin1 left +0 +33 +33 +Connector_PinSocket_1.00mm +PinSocket_1x33_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x33, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x33 1.00mm single row style2 pin1 right +0 +33 +33 +Connector_PinSocket_1.00mm +PinSocket_1x34_P1.00mm_Vertical +Through hole straight socket strip, 1x34, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x34 1.00mm single row +0 +34 +34 +Connector_PinSocket_1.00mm +PinSocket_1x34_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x34, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x34 1.00mm single row style1 pin1 left +0 +34 +34 +Connector_PinSocket_1.00mm +PinSocket_1x34_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x34, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x34 1.00mm single row style2 pin1 right +0 +34 +34 +Connector_PinSocket_1.00mm +PinSocket_1x35_P1.00mm_Vertical +Through hole straight socket strip, 1x35, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x35 1.00mm single row +0 +35 +35 +Connector_PinSocket_1.00mm +PinSocket_1x35_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x35, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x35 1.00mm single row style1 pin1 left +0 +35 +35 +Connector_PinSocket_1.00mm +PinSocket_1x35_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x35, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x35 1.00mm single row style2 pin1 right +0 +35 +35 +Connector_PinSocket_1.00mm +PinSocket_1x36_P1.00mm_Vertical +Through hole straight socket strip, 1x36, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x36 1.00mm single row +0 +36 +36 +Connector_PinSocket_1.00mm +PinSocket_1x36_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x36, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x36 1.00mm single row style1 pin1 left +0 +36 +36 +Connector_PinSocket_1.00mm +PinSocket_1x36_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x36, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x36 1.00mm single row style2 pin1 right +0 +36 +36 +Connector_PinSocket_1.00mm +PinSocket_1x37_P1.00mm_Vertical +Through hole straight socket strip, 1x37, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x37 1.00mm single row +0 +37 +37 +Connector_PinSocket_1.00mm +PinSocket_1x37_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x37, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x37 1.00mm single row style1 pin1 left +0 +37 +37 +Connector_PinSocket_1.00mm +PinSocket_1x37_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x37, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x37 1.00mm single row style2 pin1 right +0 +37 +37 +Connector_PinSocket_1.00mm +PinSocket_1x38_P1.00mm_Vertical +Through hole straight socket strip, 1x38, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x38 1.00mm single row +0 +38 +38 +Connector_PinSocket_1.00mm +PinSocket_1x38_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x38, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x38 1.00mm single row style1 pin1 left +0 +38 +38 +Connector_PinSocket_1.00mm +PinSocket_1x38_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x38, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x38 1.00mm single row style2 pin1 right +0 +38 +38 +Connector_PinSocket_1.00mm +PinSocket_1x39_P1.00mm_Vertical +Through hole straight socket strip, 1x39, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x39 1.00mm single row +0 +39 +39 +Connector_PinSocket_1.00mm +PinSocket_1x39_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x39, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x39 1.00mm single row style1 pin1 left +0 +39 +39 +Connector_PinSocket_1.00mm +PinSocket_1x39_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x39, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x39 1.00mm single row style2 pin1 right +0 +39 +39 +Connector_PinSocket_1.00mm +PinSocket_1x40_P1.00mm_Vertical +Through hole straight socket strip, 1x40, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x40 1.00mm single row +0 +40 +40 +Connector_PinSocket_1.00mm +PinSocket_1x40_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x40, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x40 1.00mm single row style1 pin1 left +0 +40 +40 +Connector_PinSocket_1.00mm +PinSocket_1x40_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x40, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x40 1.00mm single row style2 pin1 right +0 +40 +40 +Connector_PinSocket_1.00mm +PinSocket_2x02_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x02, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x02 1.00mm double row +0 +4 +4 +Connector_PinSocket_1.00mm +PinSocket_2x03_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x03, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x03 1.00mm double row +0 +6 +6 +Connector_PinSocket_1.00mm +PinSocket_2x04_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x04, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x04 1.00mm double row +0 +8 +8 +Connector_PinSocket_1.00mm +PinSocket_2x05_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x05, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x05 1.00mm double row +0 +10 +10 +Connector_PinSocket_1.00mm +PinSocket_2x06_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x06, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x06 1.00mm double row +0 +12 +12 +Connector_PinSocket_1.00mm +PinSocket_2x07_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x07, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x07 1.00mm double row +0 +14 +14 +Connector_PinSocket_1.00mm +PinSocket_2x08_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x08, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x08 1.00mm double row +0 +16 +16 +Connector_PinSocket_1.00mm +PinSocket_2x09_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x09, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x09 1.00mm double row +0 +18 +18 +Connector_PinSocket_1.00mm +PinSocket_2x10_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x10, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x10 1.00mm double row +0 +20 +20 +Connector_PinSocket_1.00mm +PinSocket_2x11_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x11, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x11 1.00mm double row +0 +22 +22 +Connector_PinSocket_1.00mm +PinSocket_2x12_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x12, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x12 1.00mm double row +0 +24 +24 +Connector_PinSocket_1.00mm +PinSocket_2x13_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x13, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x13 1.00mm double row +0 +26 +26 +Connector_PinSocket_1.00mm +PinSocket_2x14_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x14, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x14 1.00mm double row +0 +28 +28 +Connector_PinSocket_1.00mm +PinSocket_2x15_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x15, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x15 1.00mm double row +0 +30 +30 +Connector_PinSocket_1.00mm +PinSocket_2x16_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x16, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x16 1.00mm double row +0 +32 +32 +Connector_PinSocket_1.00mm +PinSocket_2x17_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x17, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x17 1.00mm double row +0 +34 +34 +Connector_PinSocket_1.00mm +PinSocket_2x18_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x18, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x18 1.00mm double row +0 +36 +36 +Connector_PinSocket_1.00mm +PinSocket_2x19_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x19, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x19 1.00mm double row +0 +38 +38 +Connector_PinSocket_1.00mm +PinSocket_2x20_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x20, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x20 1.00mm double row +0 +40 +40 +Connector_PinSocket_1.00mm +PinSocket_2x21_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x21, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x21 1.00mm double row +0 +42 +42 +Connector_PinSocket_1.00mm +PinSocket_2x22_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x22, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x22 1.00mm double row +0 +44 +44 +Connector_PinSocket_1.00mm +PinSocket_2x23_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x23, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x23 1.00mm double row +0 +46 +46 +Connector_PinSocket_1.00mm +PinSocket_2x24_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x24, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x24 1.00mm double row +0 +48 +48 +Connector_PinSocket_1.00mm +PinSocket_2x25_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x25, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x25 1.00mm double row +0 +50 +50 +Connector_PinSocket_1.00mm +PinSocket_2x26_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x26, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x26 1.00mm double row +0 +52 +52 +Connector_PinSocket_1.00mm +PinSocket_2x27_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x27, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x27 1.00mm double row +0 +54 +54 +Connector_PinSocket_1.00mm +PinSocket_2x28_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x28, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x28 1.00mm double row +0 +56 +56 +Connector_PinSocket_1.00mm +PinSocket_2x29_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x29, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x29 1.00mm double row +0 +58 +58 +Connector_PinSocket_1.00mm +PinSocket_2x30_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x30, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x30 1.00mm double row +0 +60 +60 +Connector_PinSocket_1.00mm +PinSocket_2x31_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x31, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x31 1.00mm double row +0 +62 +62 +Connector_PinSocket_1.00mm +PinSocket_2x32_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x32, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x32 1.00mm double row +0 +64 +64 +Connector_PinSocket_1.00mm +PinSocket_2x33_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x33, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x33 1.00mm double row +0 +66 +66 +Connector_PinSocket_1.00mm +PinSocket_2x34_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x34, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x34 1.00mm double row +0 +68 +68 +Connector_PinSocket_1.00mm +PinSocket_2x35_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x35, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x35 1.00mm double row +0 +70 +70 +Connector_PinSocket_1.00mm +PinSocket_2x36_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x36, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x36 1.00mm double row +0 +72 +72 +Connector_PinSocket_1.00mm +PinSocket_2x37_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x37, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x37 1.00mm double row +0 +74 +74 +Connector_PinSocket_1.00mm +PinSocket_2x38_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x38, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x38 1.00mm double row +0 +76 +76 +Connector_PinSocket_1.00mm +PinSocket_2x39_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x39, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x39 1.00mm double row +0 +78 +78 +Connector_PinSocket_1.00mm +PinSocket_2x40_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x40, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x40 1.00mm double row +0 +80 +80 +Connector_PinSocket_1.27mm +PinSocket_1x01_P1.27mm_Vertical +Through hole straight socket strip, 1x01, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x01 1.27mm single row +0 +1 +1 +Connector_PinSocket_1.27mm +PinSocket_1x02_P1.27mm_Vertical +Through hole straight socket strip, 1x02, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x02 1.27mm single row +0 +2 +2 +Connector_PinSocket_1.27mm +PinSocket_1x02_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x02, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x02 1.27mm single row style1 pin1 left +0 +2 +2 +Connector_PinSocket_1.27mm +PinSocket_1x02_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x02, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x02 1.27mm single row style2 pin1 right +0 +2 +2 +Connector_PinSocket_1.27mm +PinSocket_1x03_P1.27mm_Vertical +Through hole straight socket strip, 1x03, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x03 1.27mm single row +0 +3 +3 +Connector_PinSocket_1.27mm +PinSocket_1x03_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x03, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x03 1.27mm single row style1 pin1 left +0 +3 +3 +Connector_PinSocket_1.27mm +PinSocket_1x03_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x03, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x03 1.27mm single row style2 pin1 right +0 +3 +3 +Connector_PinSocket_1.27mm +PinSocket_1x04_P1.27mm_Vertical +Through hole straight socket strip, 1x04, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x04 1.27mm single row +0 +4 +4 +Connector_PinSocket_1.27mm +PinSocket_1x04_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x04, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x04 1.27mm single row style1 pin1 left +0 +4 +4 +Connector_PinSocket_1.27mm +PinSocket_1x04_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x04, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x04 1.27mm single row style2 pin1 right +0 +4 +4 +Connector_PinSocket_1.27mm +PinSocket_1x05_P1.27mm_Vertical +Through hole straight socket strip, 1x05, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x05 1.27mm single row +0 +5 +5 +Connector_PinSocket_1.27mm +PinSocket_1x05_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x05, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x05 1.27mm single row style1 pin1 left +0 +5 +5 +Connector_PinSocket_1.27mm +PinSocket_1x05_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x05, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x05 1.27mm single row style2 pin1 right +0 +5 +5 +Connector_PinSocket_1.27mm +PinSocket_1x06_P1.27mm_Vertical +Through hole straight socket strip, 1x06, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x06 1.27mm single row +0 +6 +6 +Connector_PinSocket_1.27mm +PinSocket_1x06_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x06, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x06 1.27mm single row style1 pin1 left +0 +6 +6 +Connector_PinSocket_1.27mm +PinSocket_1x06_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x06, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x06 1.27mm single row style2 pin1 right +0 +6 +6 +Connector_PinSocket_1.27mm +PinSocket_1x07_P1.27mm_Vertical +Through hole straight socket strip, 1x07, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x07 1.27mm single row +0 +7 +7 +Connector_PinSocket_1.27mm +PinSocket_1x07_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x07, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x07 1.27mm single row style1 pin1 left +0 +7 +7 +Connector_PinSocket_1.27mm +PinSocket_1x07_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x07, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x07 1.27mm single row style2 pin1 right +0 +7 +7 +Connector_PinSocket_1.27mm +PinSocket_1x08_P1.27mm_Vertical +Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x08 1.27mm single row +0 +8 +8 +Connector_PinSocket_1.27mm +PinSocket_1x08_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x08, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x08 1.27mm single row style1 pin1 left +0 +8 +8 +Connector_PinSocket_1.27mm +PinSocket_1x08_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x08, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x08 1.27mm single row style2 pin1 right +0 +8 +8 +Connector_PinSocket_1.27mm +PinSocket_1x09_P1.27mm_Vertical +Through hole straight socket strip, 1x09, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x09 1.27mm single row +0 +9 +9 +Connector_PinSocket_1.27mm +PinSocket_1x09_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x09, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x09 1.27mm single row style1 pin1 left +0 +9 +9 +Connector_PinSocket_1.27mm +PinSocket_1x09_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x09, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x09 1.27mm single row style2 pin1 right +0 +9 +9 +Connector_PinSocket_1.27mm +PinSocket_1x10_P1.27mm_Vertical +Through hole straight socket strip, 1x10, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x10 1.27mm single row +0 +10 +10 +Connector_PinSocket_1.27mm +PinSocket_1x10_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x10, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x10 1.27mm single row style1 pin1 left +0 +10 +10 +Connector_PinSocket_1.27mm +PinSocket_1x10_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x10, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x10 1.27mm single row style2 pin1 right +0 +10 +10 +Connector_PinSocket_1.27mm +PinSocket_1x11_P1.27mm_Vertical +Through hole straight socket strip, 1x11, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x11 1.27mm single row +0 +11 +11 +Connector_PinSocket_1.27mm +PinSocket_1x11_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x11, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x11 1.27mm single row style1 pin1 left +0 +11 +11 +Connector_PinSocket_1.27mm +PinSocket_1x11_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x11, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x11 1.27mm single row style2 pin1 right +0 +11 +11 +Connector_PinSocket_1.27mm +PinSocket_1x12_P1.27mm_Vertical +Through hole straight socket strip, 1x12, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x12 1.27mm single row +0 +12 +12 +Connector_PinSocket_1.27mm +PinSocket_1x12_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x12, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x12 1.27mm single row style1 pin1 left +0 +12 +12 +Connector_PinSocket_1.27mm +PinSocket_1x12_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x12, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x12 1.27mm single row style2 pin1 right +0 +12 +12 +Connector_PinSocket_1.27mm +PinSocket_1x13_P1.27mm_Vertical +Through hole straight socket strip, 1x13, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x13 1.27mm single row +0 +13 +13 +Connector_PinSocket_1.27mm +PinSocket_1x13_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x13, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x13 1.27mm single row style1 pin1 left +0 +13 +13 +Connector_PinSocket_1.27mm +PinSocket_1x13_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x13, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x13 1.27mm single row style2 pin1 right +0 +13 +13 +Connector_PinSocket_1.27mm +PinSocket_1x14_P1.27mm_Vertical +Through hole straight socket strip, 1x14, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x14 1.27mm single row +0 +14 +14 +Connector_PinSocket_1.27mm +PinSocket_1x14_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x14, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x14 1.27mm single row style1 pin1 left +0 +14 +14 +Connector_PinSocket_1.27mm +PinSocket_1x14_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x14, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x14 1.27mm single row style2 pin1 right +0 +14 +14 +Connector_PinSocket_1.27mm +PinSocket_1x15_P1.27mm_Vertical +Through hole straight socket strip, 1x15, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x15 1.27mm single row +0 +15 +15 +Connector_PinSocket_1.27mm +PinSocket_1x15_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x15, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x15 1.27mm single row style1 pin1 left +0 +15 +15 +Connector_PinSocket_1.27mm +PinSocket_1x15_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x15, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x15 1.27mm single row style2 pin1 right +0 +15 +15 +Connector_PinSocket_1.27mm +PinSocket_1x16_P1.27mm_Vertical +Through hole straight socket strip, 1x16, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x16 1.27mm single row +0 +16 +16 +Connector_PinSocket_1.27mm +PinSocket_1x16_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x16, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x16 1.27mm single row style1 pin1 left +0 +16 +16 +Connector_PinSocket_1.27mm +PinSocket_1x16_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x16, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x16 1.27mm single row style2 pin1 right +0 +16 +16 +Connector_PinSocket_1.27mm +PinSocket_1x17_P1.27mm_Vertical +Through hole straight socket strip, 1x17, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x17 1.27mm single row +0 +17 +17 +Connector_PinSocket_1.27mm +PinSocket_1x17_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x17, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x17 1.27mm single row style1 pin1 left +0 +17 +17 +Connector_PinSocket_1.27mm +PinSocket_1x17_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x17, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x17 1.27mm single row style2 pin1 right +0 +17 +17 +Connector_PinSocket_1.27mm +PinSocket_1x18_P1.27mm_Vertical +Through hole straight socket strip, 1x18, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x18 1.27mm single row +0 +18 +18 +Connector_PinSocket_1.27mm +PinSocket_1x18_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x18, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x18 1.27mm single row style1 pin1 left +0 +18 +18 +Connector_PinSocket_1.27mm +PinSocket_1x18_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x18, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x18 1.27mm single row style2 pin1 right +0 +18 +18 +Connector_PinSocket_1.27mm +PinSocket_1x19_P1.27mm_Vertical +Through hole straight socket strip, 1x19, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x19 1.27mm single row +0 +19 +19 +Connector_PinSocket_1.27mm +PinSocket_1x19_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x19, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x19 1.27mm single row style1 pin1 left +0 +19 +19 +Connector_PinSocket_1.27mm +PinSocket_1x19_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x19, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x19 1.27mm single row style2 pin1 right +0 +19 +19 +Connector_PinSocket_1.27mm +PinSocket_1x20_P1.27mm_Vertical +Through hole straight socket strip, 1x20, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x20 1.27mm single row +0 +20 +20 +Connector_PinSocket_1.27mm +PinSocket_1x20_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x20, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x20 1.27mm single row style1 pin1 left +0 +20 +20 +Connector_PinSocket_1.27mm +PinSocket_1x20_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x20, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x20 1.27mm single row style2 pin1 right +0 +20 +20 +Connector_PinSocket_1.27mm +PinSocket_1x21_P1.27mm_Vertical +Through hole straight socket strip, 1x21, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x21 1.27mm single row +0 +21 +21 +Connector_PinSocket_1.27mm +PinSocket_1x21_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x21, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x21 1.27mm single row style1 pin1 left +0 +21 +21 +Connector_PinSocket_1.27mm +PinSocket_1x21_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x21, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x21 1.27mm single row style2 pin1 right +0 +21 +21 +Connector_PinSocket_1.27mm +PinSocket_1x22_P1.27mm_Vertical +Through hole straight socket strip, 1x22, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x22 1.27mm single row +0 +22 +22 +Connector_PinSocket_1.27mm +PinSocket_1x22_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x22, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x22 1.27mm single row style1 pin1 left +0 +22 +22 +Connector_PinSocket_1.27mm +PinSocket_1x22_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x22, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x22 1.27mm single row style2 pin1 right +0 +22 +22 +Connector_PinSocket_1.27mm +PinSocket_1x23_P1.27mm_Vertical +Through hole straight socket strip, 1x23, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x23 1.27mm single row +0 +23 +23 +Connector_PinSocket_1.27mm +PinSocket_1x23_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x23, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x23 1.27mm single row style1 pin1 left +0 +23 +23 +Connector_PinSocket_1.27mm +PinSocket_1x23_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x23, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x23 1.27mm single row style2 pin1 right +0 +23 +23 +Connector_PinSocket_1.27mm +PinSocket_1x24_P1.27mm_Vertical +Through hole straight socket strip, 1x24, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x24 1.27mm single row +0 +24 +24 +Connector_PinSocket_1.27mm +PinSocket_1x24_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x24, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x24 1.27mm single row style1 pin1 left +0 +24 +24 +Connector_PinSocket_1.27mm +PinSocket_1x24_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x24, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x24 1.27mm single row style2 pin1 right +0 +24 +24 +Connector_PinSocket_1.27mm +PinSocket_1x25_P1.27mm_Vertical +Through hole straight socket strip, 1x25, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x25 1.27mm single row +0 +25 +25 +Connector_PinSocket_1.27mm +PinSocket_1x25_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x25, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x25 1.27mm single row style1 pin1 left +0 +25 +25 +Connector_PinSocket_1.27mm +PinSocket_1x25_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x25, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x25 1.27mm single row style2 pin1 right +0 +25 +25 +Connector_PinSocket_1.27mm +PinSocket_1x26_P1.27mm_Vertical +Through hole straight socket strip, 1x26, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x26 1.27mm single row +0 +26 +26 +Connector_PinSocket_1.27mm +PinSocket_1x26_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x26, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x26 1.27mm single row style1 pin1 left +0 +26 +26 +Connector_PinSocket_1.27mm +PinSocket_1x26_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x26, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x26 1.27mm single row style2 pin1 right +0 +26 +26 +Connector_PinSocket_1.27mm +PinSocket_1x27_P1.27mm_Vertical +Through hole straight socket strip, 1x27, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x27 1.27mm single row +0 +27 +27 +Connector_PinSocket_1.27mm +PinSocket_1x27_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x27, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x27 1.27mm single row style1 pin1 left +0 +27 +27 +Connector_PinSocket_1.27mm +PinSocket_1x27_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x27, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x27 1.27mm single row style2 pin1 right +0 +27 +27 +Connector_PinSocket_1.27mm +PinSocket_1x28_P1.27mm_Vertical +Through hole straight socket strip, 1x28, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x28 1.27mm single row +0 +28 +28 +Connector_PinSocket_1.27mm +PinSocket_1x28_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x28, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x28 1.27mm single row style1 pin1 left +0 +28 +28 +Connector_PinSocket_1.27mm +PinSocket_1x28_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x28, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x28 1.27mm single row style2 pin1 right +0 +28 +28 +Connector_PinSocket_1.27mm +PinSocket_1x29_P1.27mm_Vertical +Through hole straight socket strip, 1x29, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x29 1.27mm single row +0 +29 +29 +Connector_PinSocket_1.27mm +PinSocket_1x29_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x29, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x29 1.27mm single row style1 pin1 left +0 +29 +29 +Connector_PinSocket_1.27mm +PinSocket_1x29_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x29, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x29 1.27mm single row style2 pin1 right +0 +29 +29 +Connector_PinSocket_1.27mm +PinSocket_1x30_P1.27mm_Vertical +Through hole straight socket strip, 1x30, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x30 1.27mm single row +0 +30 +30 +Connector_PinSocket_1.27mm +PinSocket_1x30_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x30, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x30 1.27mm single row style1 pin1 left +0 +30 +30 +Connector_PinSocket_1.27mm +PinSocket_1x30_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x30, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x30 1.27mm single row style2 pin1 right +0 +30 +30 +Connector_PinSocket_1.27mm +PinSocket_1x31_P1.27mm_Vertical +Through hole straight socket strip, 1x31, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x31 1.27mm single row +0 +31 +31 +Connector_PinSocket_1.27mm +PinSocket_1x31_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x31, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x31 1.27mm single row style1 pin1 left +0 +31 +31 +Connector_PinSocket_1.27mm +PinSocket_1x31_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x31, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x31 1.27mm single row style2 pin1 right +0 +31 +31 +Connector_PinSocket_1.27mm +PinSocket_1x32_P1.27mm_Vertical +Through hole straight socket strip, 1x32, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x32 1.27mm single row +0 +32 +32 +Connector_PinSocket_1.27mm +PinSocket_1x32_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x32, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x32 1.27mm single row style1 pin1 left +0 +32 +32 +Connector_PinSocket_1.27mm +PinSocket_1x32_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x32, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x32 1.27mm single row style2 pin1 right +0 +32 +32 +Connector_PinSocket_1.27mm +PinSocket_1x33_P1.27mm_Vertical +Through hole straight socket strip, 1x33, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x33 1.27mm single row +0 +33 +33 +Connector_PinSocket_1.27mm +PinSocket_1x33_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x33, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x33 1.27mm single row style1 pin1 left +0 +33 +33 +Connector_PinSocket_1.27mm +PinSocket_1x33_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x33, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x33 1.27mm single row style2 pin1 right +0 +33 +33 +Connector_PinSocket_1.27mm +PinSocket_1x34_P1.27mm_Vertical +Through hole straight socket strip, 1x34, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x34 1.27mm single row +0 +34 +34 +Connector_PinSocket_1.27mm +PinSocket_1x34_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x34, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x34 1.27mm single row style1 pin1 left +0 +34 +34 +Connector_PinSocket_1.27mm +PinSocket_1x34_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x34, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x34 1.27mm single row style2 pin1 right +0 +34 +34 +Connector_PinSocket_1.27mm +PinSocket_1x35_P1.27mm_Vertical +Through hole straight socket strip, 1x35, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x35 1.27mm single row +0 +35 +35 +Connector_PinSocket_1.27mm +PinSocket_1x35_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x35, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x35 1.27mm single row style1 pin1 left +0 +35 +35 +Connector_PinSocket_1.27mm +PinSocket_1x35_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x35, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x35 1.27mm single row style2 pin1 right +0 +35 +35 +Connector_PinSocket_1.27mm +PinSocket_1x36_P1.27mm_Vertical +Through hole straight socket strip, 1x36, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x36 1.27mm single row +0 +36 +36 +Connector_PinSocket_1.27mm +PinSocket_1x36_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x36, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x36 1.27mm single row style1 pin1 left +0 +36 +36 +Connector_PinSocket_1.27mm +PinSocket_1x36_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x36, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x36 1.27mm single row style2 pin1 right +0 +36 +36 +Connector_PinSocket_1.27mm +PinSocket_1x37_P1.27mm_Vertical +Through hole straight socket strip, 1x37, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x37 1.27mm single row +0 +37 +37 +Connector_PinSocket_1.27mm +PinSocket_1x37_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x37, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x37 1.27mm single row style1 pin1 left +0 +37 +37 +Connector_PinSocket_1.27mm +PinSocket_1x37_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x37, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x37 1.27mm single row style2 pin1 right +0 +37 +37 +Connector_PinSocket_1.27mm +PinSocket_1x38_P1.27mm_Vertical +Through hole straight socket strip, 1x38, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x38 1.27mm single row +0 +38 +38 +Connector_PinSocket_1.27mm +PinSocket_1x38_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x38, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x38 1.27mm single row style1 pin1 left +0 +38 +38 +Connector_PinSocket_1.27mm +PinSocket_1x38_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x38, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x38 1.27mm single row style2 pin1 right +0 +38 +38 +Connector_PinSocket_1.27mm +PinSocket_1x39_P1.27mm_Vertical +Through hole straight socket strip, 1x39, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x39 1.27mm single row +0 +39 +39 +Connector_PinSocket_1.27mm +PinSocket_1x39_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x39, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x39 1.27mm single row style1 pin1 left +0 +39 +39 +Connector_PinSocket_1.27mm +PinSocket_1x39_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x39, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x39 1.27mm single row style2 pin1 right +0 +39 +39 +Connector_PinSocket_1.27mm +PinSocket_1x40_P1.27mm_Vertical +Through hole straight socket strip, 1x40, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x40 1.27mm single row +0 +40 +40 +Connector_PinSocket_1.27mm +PinSocket_1x40_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x40, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x40 1.27mm single row style1 pin1 left +0 +40 +40 +Connector_PinSocket_1.27mm +PinSocket_1x40_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x40, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x40 1.27mm single row style2 pin1 right +0 +40 +40 +Connector_PinSocket_1.27mm +PinSocket_2x01_P1.27mm_Vertical +Through hole straight socket strip, 2x01, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x01 1.27mm double row +0 +2 +2 +Connector_PinSocket_1.27mm +PinSocket_2x01_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x01, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x01 1.27mm double row +0 +2 +2 +Connector_PinSocket_1.27mm +PinSocket_2x02_P1.27mm_Vertical +Through hole straight socket strip, 2x02, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x02 1.27mm double row +0 +4 +4 +Connector_PinSocket_1.27mm +PinSocket_2x02_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x02, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x02 1.27mm double row +0 +4 +4 +Connector_PinSocket_1.27mm +PinSocket_2x03_P1.27mm_Horizontal +Through hole angled socket strip, 2x03, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x03 1.27mm double row +0 +6 +6 +Connector_PinSocket_1.27mm +PinSocket_2x03_P1.27mm_Vertical +Through hole straight socket strip, 2x03, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x03 1.27mm double row +0 +6 +6 +Connector_PinSocket_1.27mm +PinSocket_2x03_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x03, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x03 1.27mm double row +0 +6 +6 +Connector_PinSocket_1.27mm +PinSocket_2x04_P1.27mm_Horizontal +Through hole angled socket strip, 2x04, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x04 1.27mm double row +0 +8 +8 +Connector_PinSocket_1.27mm +PinSocket_2x04_P1.27mm_Vertical +Through hole straight socket strip, 2x04, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x04 1.27mm double row +0 +8 +8 +Connector_PinSocket_1.27mm +PinSocket_2x04_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x04, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x04 1.27mm double row +0 +8 +8 +Connector_PinSocket_1.27mm +PinSocket_2x05_P1.27mm_Horizontal +Through hole angled socket strip, 2x05, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x05 1.27mm double row +0 +10 +10 +Connector_PinSocket_1.27mm +PinSocket_2x05_P1.27mm_Vertical +Through hole straight socket strip, 2x05, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x05 1.27mm double row +0 +10 +10 +Connector_PinSocket_1.27mm +PinSocket_2x05_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x05, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x05 1.27mm double row +0 +10 +10 +Connector_PinSocket_1.27mm +PinSocket_2x06_P1.27mm_Horizontal +Through hole angled socket strip, 2x06, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x06 1.27mm double row +0 +12 +12 +Connector_PinSocket_1.27mm +PinSocket_2x06_P1.27mm_Vertical +Through hole straight socket strip, 2x06, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x06 1.27mm double row +0 +12 +12 +Connector_PinSocket_1.27mm +PinSocket_2x06_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x06, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x06 1.27mm double row +0 +12 +12 +Connector_PinSocket_1.27mm +PinSocket_2x07_P1.27mm_Horizontal +Through hole angled socket strip, 2x07, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x07 1.27mm double row +0 +14 +14 +Connector_PinSocket_1.27mm +PinSocket_2x07_P1.27mm_Vertical +Through hole straight socket strip, 2x07, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x07 1.27mm double row +0 +14 +14 +Connector_PinSocket_1.27mm +PinSocket_2x07_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x07, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x07 1.27mm double row +0 +14 +14 +Connector_PinSocket_1.27mm +PinSocket_2x08_P1.27mm_Horizontal +Through hole angled socket strip, 2x08, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x08 1.27mm double row +0 +16 +16 +Connector_PinSocket_1.27mm +PinSocket_2x08_P1.27mm_Vertical +Through hole straight socket strip, 2x08, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x08 1.27mm double row +0 +16 +16 +Connector_PinSocket_1.27mm +PinSocket_2x08_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x08, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x08 1.27mm double row +0 +16 +16 +Connector_PinSocket_1.27mm +PinSocket_2x09_P1.27mm_Horizontal +Through hole angled socket strip, 2x09, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x09 1.27mm double row +0 +18 +18 +Connector_PinSocket_1.27mm +PinSocket_2x09_P1.27mm_Vertical +Through hole straight socket strip, 2x09, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x09 1.27mm double row +0 +18 +18 +Connector_PinSocket_1.27mm +PinSocket_2x09_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x09, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x09 1.27mm double row +0 +18 +18 +Connector_PinSocket_1.27mm +PinSocket_2x10_P1.27mm_Horizontal +Through hole angled socket strip, 2x10, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x10 1.27mm double row +0 +20 +20 +Connector_PinSocket_1.27mm +PinSocket_2x10_P1.27mm_Vertical +Through hole straight socket strip, 2x10, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x10 1.27mm double row +0 +20 +20 +Connector_PinSocket_1.27mm +PinSocket_2x10_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x10, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x10 1.27mm double row +0 +20 +20 +Connector_PinSocket_1.27mm +PinSocket_2x11_P1.27mm_Horizontal +Through hole angled socket strip, 2x11, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x11 1.27mm double row +0 +22 +22 +Connector_PinSocket_1.27mm +PinSocket_2x11_P1.27mm_Vertical +Through hole straight socket strip, 2x11, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x11 1.27mm double row +0 +22 +22 +Connector_PinSocket_1.27mm +PinSocket_2x11_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x11, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x11 1.27mm double row +0 +22 +22 +Connector_PinSocket_1.27mm +PinSocket_2x12_P1.27mm_Horizontal +Through hole angled socket strip, 2x12, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x12 1.27mm double row +0 +24 +24 +Connector_PinSocket_1.27mm +PinSocket_2x12_P1.27mm_Vertical +Through hole straight socket strip, 2x12, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x12 1.27mm double row +0 +24 +24 +Connector_PinSocket_1.27mm +PinSocket_2x12_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x12, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x12 1.27mm double row +0 +24 +24 +Connector_PinSocket_1.27mm +PinSocket_2x13_P1.27mm_Horizontal +Through hole angled socket strip, 2x13, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x13 1.27mm double row +0 +26 +26 +Connector_PinSocket_1.27mm +PinSocket_2x13_P1.27mm_Vertical +Through hole straight socket strip, 2x13, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x13 1.27mm double row +0 +26 +26 +Connector_PinSocket_1.27mm +PinSocket_2x13_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x13, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x13 1.27mm double row +0 +26 +26 +Connector_PinSocket_1.27mm +PinSocket_2x14_P1.27mm_Horizontal +Through hole angled socket strip, 2x14, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x14 1.27mm double row +0 +28 +28 +Connector_PinSocket_1.27mm +PinSocket_2x14_P1.27mm_Vertical +Through hole straight socket strip, 2x14, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x14 1.27mm double row +0 +28 +28 +Connector_PinSocket_1.27mm +PinSocket_2x14_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x14, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x14 1.27mm double row +0 +28 +28 +Connector_PinSocket_1.27mm +PinSocket_2x15_P1.27mm_Horizontal +Through hole angled socket strip, 2x15, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x15 1.27mm double row +0 +30 +30 +Connector_PinSocket_1.27mm +PinSocket_2x15_P1.27mm_Vertical +Through hole straight socket strip, 2x15, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x15 1.27mm double row +0 +30 +30 +Connector_PinSocket_1.27mm +PinSocket_2x15_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x15, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x15 1.27mm double row +0 +30 +30 +Connector_PinSocket_1.27mm +PinSocket_2x16_P1.27mm_Horizontal +Through hole angled socket strip, 2x16, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x16 1.27mm double row +0 +32 +32 +Connector_PinSocket_1.27mm +PinSocket_2x16_P1.27mm_Vertical +Through hole straight socket strip, 2x16, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x16 1.27mm double row +0 +32 +32 +Connector_PinSocket_1.27mm +PinSocket_2x16_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x16, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x16 1.27mm double row +0 +32 +32 +Connector_PinSocket_1.27mm +PinSocket_2x17_P1.27mm_Horizontal +Through hole angled socket strip, 2x17, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x17 1.27mm double row +0 +34 +34 +Connector_PinSocket_1.27mm +PinSocket_2x17_P1.27mm_Vertical +Through hole straight socket strip, 2x17, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x17 1.27mm double row +0 +34 +34 +Connector_PinSocket_1.27mm +PinSocket_2x17_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x17, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x17 1.27mm double row +0 +34 +34 +Connector_PinSocket_1.27mm +PinSocket_2x18_P1.27mm_Horizontal +Through hole angled socket strip, 2x18, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x18 1.27mm double row +0 +36 +36 +Connector_PinSocket_1.27mm +PinSocket_2x18_P1.27mm_Vertical +Through hole straight socket strip, 2x18, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x18 1.27mm double row +0 +36 +36 +Connector_PinSocket_1.27mm +PinSocket_2x18_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x18, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x18 1.27mm double row +0 +36 +36 +Connector_PinSocket_1.27mm +PinSocket_2x19_P1.27mm_Horizontal +Through hole angled socket strip, 2x19, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x19 1.27mm double row +0 +38 +38 +Connector_PinSocket_1.27mm +PinSocket_2x19_P1.27mm_Vertical +Through hole straight socket strip, 2x19, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x19 1.27mm double row +0 +38 +38 +Connector_PinSocket_1.27mm +PinSocket_2x19_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x19, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x19 1.27mm double row +0 +38 +38 +Connector_PinSocket_1.27mm +PinSocket_2x20_P1.27mm_Horizontal +Through hole angled socket strip, 2x20, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x20 1.27mm double row +0 +40 +40 +Connector_PinSocket_1.27mm +PinSocket_2x20_P1.27mm_Vertical +Through hole straight socket strip, 2x20, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x20 1.27mm double row +0 +40 +40 +Connector_PinSocket_1.27mm +PinSocket_2x20_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x20, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x20 1.27mm double row +0 +40 +40 +Connector_PinSocket_1.27mm +PinSocket_2x21_P1.27mm_Horizontal +Through hole angled socket strip, 2x21, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x21 1.27mm double row +0 +42 +42 +Connector_PinSocket_1.27mm +PinSocket_2x21_P1.27mm_Vertical +Through hole straight socket strip, 2x21, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x21 1.27mm double row +0 +42 +42 +Connector_PinSocket_1.27mm +PinSocket_2x21_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x21, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x21 1.27mm double row +0 +42 +42 +Connector_PinSocket_1.27mm +PinSocket_2x22_P1.27mm_Horizontal +Through hole angled socket strip, 2x22, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x22 1.27mm double row +0 +44 +44 +Connector_PinSocket_1.27mm +PinSocket_2x22_P1.27mm_Vertical +Through hole straight socket strip, 2x22, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x22 1.27mm double row +0 +44 +44 +Connector_PinSocket_1.27mm +PinSocket_2x22_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x22, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x22 1.27mm double row +0 +44 +44 +Connector_PinSocket_1.27mm +PinSocket_2x23_P1.27mm_Horizontal +Through hole angled socket strip, 2x23, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x23 1.27mm double row +0 +46 +46 +Connector_PinSocket_1.27mm +PinSocket_2x23_P1.27mm_Vertical +Through hole straight socket strip, 2x23, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x23 1.27mm double row +0 +46 +46 +Connector_PinSocket_1.27mm +PinSocket_2x23_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x23, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x23 1.27mm double row +0 +46 +46 +Connector_PinSocket_1.27mm +PinSocket_2x24_P1.27mm_Horizontal +Through hole angled socket strip, 2x24, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x24 1.27mm double row +0 +48 +48 +Connector_PinSocket_1.27mm +PinSocket_2x24_P1.27mm_Vertical +Through hole straight socket strip, 2x24, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x24 1.27mm double row +0 +48 +48 +Connector_PinSocket_1.27mm +PinSocket_2x24_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x24, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x24 1.27mm double row +0 +48 +48 +Connector_PinSocket_1.27mm +PinSocket_2x25_P1.27mm_Horizontal +Through hole angled socket strip, 2x25, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x25 1.27mm double row +0 +50 +50 +Connector_PinSocket_1.27mm +PinSocket_2x25_P1.27mm_Vertical +Through hole straight socket strip, 2x25, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x25 1.27mm double row +0 +50 +50 +Connector_PinSocket_1.27mm +PinSocket_2x25_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x25, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x25 1.27mm double row +0 +50 +50 +Connector_PinSocket_1.27mm +PinSocket_2x26_P1.27mm_Horizontal +Through hole angled socket strip, 2x26, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x26 1.27mm double row +0 +52 +52 +Connector_PinSocket_1.27mm +PinSocket_2x26_P1.27mm_Vertical +Through hole straight socket strip, 2x26, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x26 1.27mm double row +0 +52 +52 +Connector_PinSocket_1.27mm +PinSocket_2x26_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x26, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x26 1.27mm double row +0 +52 +52 +Connector_PinSocket_1.27mm +PinSocket_2x27_P1.27mm_Horizontal +Through hole angled socket strip, 2x27, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x27 1.27mm double row +0 +54 +54 +Connector_PinSocket_1.27mm +PinSocket_2x27_P1.27mm_Vertical +Through hole straight socket strip, 2x27, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x27 1.27mm double row +0 +54 +54 +Connector_PinSocket_1.27mm +PinSocket_2x27_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x27, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x27 1.27mm double row +0 +54 +54 +Connector_PinSocket_1.27mm +PinSocket_2x28_P1.27mm_Horizontal +Through hole angled socket strip, 2x28, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x28 1.27mm double row +0 +56 +56 +Connector_PinSocket_1.27mm +PinSocket_2x28_P1.27mm_Vertical +Through hole straight socket strip, 2x28, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x28 1.27mm double row +0 +56 +56 +Connector_PinSocket_1.27mm +PinSocket_2x28_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x28, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x28 1.27mm double row +0 +56 +56 +Connector_PinSocket_1.27mm +PinSocket_2x29_P1.27mm_Horizontal +Through hole angled socket strip, 2x29, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x29 1.27mm double row +0 +58 +58 +Connector_PinSocket_1.27mm +PinSocket_2x29_P1.27mm_Vertical +Through hole straight socket strip, 2x29, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x29 1.27mm double row +0 +58 +58 +Connector_PinSocket_1.27mm +PinSocket_2x29_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x29, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x29 1.27mm double row +0 +58 +58 +Connector_PinSocket_1.27mm +PinSocket_2x30_P1.27mm_Horizontal +Through hole angled socket strip, 2x30, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x30 1.27mm double row +0 +60 +60 +Connector_PinSocket_1.27mm +PinSocket_2x30_P1.27mm_Vertical +Through hole straight socket strip, 2x30, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x30 1.27mm double row +0 +60 +60 +Connector_PinSocket_1.27mm +PinSocket_2x30_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x30, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x30 1.27mm double row +0 +60 +60 +Connector_PinSocket_1.27mm +PinSocket_2x31_P1.27mm_Horizontal +Through hole angled socket strip, 2x31, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x31 1.27mm double row +0 +62 +62 +Connector_PinSocket_1.27mm +PinSocket_2x31_P1.27mm_Vertical +Through hole straight socket strip, 2x31, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x31 1.27mm double row +0 +62 +62 +Connector_PinSocket_1.27mm +PinSocket_2x31_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x31, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x31 1.27mm double row +0 +62 +62 +Connector_PinSocket_1.27mm +PinSocket_2x32_P1.27mm_Horizontal +Through hole angled socket strip, 2x32, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x32 1.27mm double row +0 +64 +64 +Connector_PinSocket_1.27mm +PinSocket_2x32_P1.27mm_Vertical +Through hole straight socket strip, 2x32, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x32 1.27mm double row +0 +64 +64 +Connector_PinSocket_1.27mm +PinSocket_2x32_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x32, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x32 1.27mm double row +0 +64 +64 +Connector_PinSocket_1.27mm +PinSocket_2x33_P1.27mm_Horizontal +Through hole angled socket strip, 2x33, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x33 1.27mm double row +0 +66 +66 +Connector_PinSocket_1.27mm +PinSocket_2x33_P1.27mm_Vertical +Through hole straight socket strip, 2x33, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x33 1.27mm double row +0 +66 +66 +Connector_PinSocket_1.27mm +PinSocket_2x33_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x33, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x33 1.27mm double row +0 +66 +66 +Connector_PinSocket_1.27mm +PinSocket_2x34_P1.27mm_Horizontal +Through hole angled socket strip, 2x34, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x34 1.27mm double row +0 +68 +68 +Connector_PinSocket_1.27mm +PinSocket_2x34_P1.27mm_Vertical +Through hole straight socket strip, 2x34, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x34 1.27mm double row +0 +68 +68 +Connector_PinSocket_1.27mm +PinSocket_2x34_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x34, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x34 1.27mm double row +0 +68 +68 +Connector_PinSocket_1.27mm +PinSocket_2x35_P1.27mm_Horizontal +Through hole angled socket strip, 2x35, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x35 1.27mm double row +0 +70 +70 +Connector_PinSocket_1.27mm +PinSocket_2x35_P1.27mm_Vertical +Through hole straight socket strip, 2x35, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x35 1.27mm double row +0 +70 +70 +Connector_PinSocket_1.27mm +PinSocket_2x35_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x35, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x35 1.27mm double row +0 +70 +70 +Connector_PinSocket_1.27mm +PinSocket_2x36_P1.27mm_Horizontal +Through hole angled socket strip, 2x36, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x36 1.27mm double row +0 +72 +72 +Connector_PinSocket_1.27mm +PinSocket_2x36_P1.27mm_Vertical +Through hole straight socket strip, 2x36, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x36 1.27mm double row +0 +72 +72 +Connector_PinSocket_1.27mm +PinSocket_2x36_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x36, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x36 1.27mm double row +0 +72 +72 +Connector_PinSocket_1.27mm +PinSocket_2x37_P1.27mm_Horizontal +Through hole angled socket strip, 2x37, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x37 1.27mm double row +0 +74 +74 +Connector_PinSocket_1.27mm +PinSocket_2x37_P1.27mm_Vertical +Through hole straight socket strip, 2x37, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x37 1.27mm double row +0 +74 +74 +Connector_PinSocket_1.27mm +PinSocket_2x37_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x37, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x37 1.27mm double row +0 +74 +74 +Connector_PinSocket_1.27mm +PinSocket_2x38_P1.27mm_Horizontal +Through hole angled socket strip, 2x38, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x38 1.27mm double row +0 +76 +76 +Connector_PinSocket_1.27mm +PinSocket_2x38_P1.27mm_Vertical +Through hole straight socket strip, 2x38, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x38 1.27mm double row +0 +76 +76 +Connector_PinSocket_1.27mm +PinSocket_2x38_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x38, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x38 1.27mm double row +0 +76 +76 +Connector_PinSocket_1.27mm +PinSocket_2x39_P1.27mm_Horizontal +Through hole angled socket strip, 2x39, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x39 1.27mm double row +0 +78 +78 +Connector_PinSocket_1.27mm +PinSocket_2x39_P1.27mm_Vertical +Through hole straight socket strip, 2x39, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x39 1.27mm double row +0 +78 +78 +Connector_PinSocket_1.27mm +PinSocket_2x39_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x39, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x39 1.27mm double row +0 +78 +78 +Connector_PinSocket_1.27mm +PinSocket_2x40_P1.27mm_Horizontal +Through hole angled socket strip, 2x40, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x40 1.27mm double row +0 +80 +80 +Connector_PinSocket_1.27mm +PinSocket_2x40_P1.27mm_Vertical +Through hole straight socket strip, 2x40, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x40 1.27mm double row +0 +80 +80 +Connector_PinSocket_1.27mm +PinSocket_2x40_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x40, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x40 1.27mm double row +0 +80 +80 +Connector_PinSocket_1.27mm +PinSocket_2x41_P1.27mm_Horizontal +Through hole angled socket strip, 2x41, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x41 1.27mm double row +0 +82 +82 +Connector_PinSocket_1.27mm +PinSocket_2x42_P1.27mm_Horizontal +Through hole angled socket strip, 2x42, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x42 1.27mm double row +0 +84 +84 +Connector_PinSocket_1.27mm +PinSocket_2x43_P1.27mm_Horizontal +Through hole angled socket strip, 2x43, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x43 1.27mm double row +0 +86 +86 +Connector_PinSocket_1.27mm +PinSocket_2x44_P1.27mm_Horizontal +Through hole angled socket strip, 2x44, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x44 1.27mm double row +0 +88 +88 +Connector_PinSocket_1.27mm +PinSocket_2x45_P1.27mm_Horizontal +Through hole angled socket strip, 2x45, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x45 1.27mm double row +0 +90 +90 +Connector_PinSocket_1.27mm +PinSocket_2x46_P1.27mm_Horizontal +Through hole angled socket strip, 2x46, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x46 1.27mm double row +0 +92 +92 +Connector_PinSocket_1.27mm +PinSocket_2x47_P1.27mm_Horizontal +Through hole angled socket strip, 2x47, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x47 1.27mm double row +0 +94 +94 +Connector_PinSocket_1.27mm +PinSocket_2x48_P1.27mm_Horizontal +Through hole angled socket strip, 2x48, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x48 1.27mm double row +0 +96 +96 +Connector_PinSocket_1.27mm +PinSocket_2x49_P1.27mm_Horizontal +Through hole angled socket strip, 2x49, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x49 1.27mm double row +0 +98 +98 +Connector_PinSocket_1.27mm +PinSocket_2x50_P1.27mm_Horizontal +Through hole angled socket strip, 2x50, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x50 1.27mm double row +0 +100 +100 +Connector_PinSocket_2.00mm +PinSocket_1x01_P2.00mm_Horizontal +Through hole angled socket strip, 1x01, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x01 2.00mm single row +0 +1 +1 +Connector_PinSocket_2.00mm +PinSocket_1x01_P2.00mm_Vertical +Through hole straight socket strip, 1x01, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x01 2.00mm single row +0 +1 +1 +Connector_PinSocket_2.00mm +PinSocket_1x02_P2.00mm_Horizontal +Through hole angled socket strip, 1x02, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x02 2.00mm single row +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_1x02_P2.00mm_Vertical +Through hole straight socket strip, 1x02, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x02 2.00mm single row +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_1x02_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x02, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x02 2.00mm single row style1 pin1 left +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_1x02_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x02, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x02 2.00mm single row style2 pin1 right +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_1x03_P2.00mm_Horizontal +Through hole angled socket strip, 1x03, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x03 2.00mm single row +0 +3 +3 +Connector_PinSocket_2.00mm +PinSocket_1x03_P2.00mm_Vertical +Through hole straight socket strip, 1x03, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x03 2.00mm single row +0 +3 +3 +Connector_PinSocket_2.00mm +PinSocket_1x03_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x03, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x03 2.00mm single row style1 pin1 left +0 +3 +3 +Connector_PinSocket_2.00mm +PinSocket_1x03_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x03, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x03 2.00mm single row style2 pin1 right +0 +3 +3 +Connector_PinSocket_2.00mm +PinSocket_1x04_P2.00mm_Horizontal +Through hole angled socket strip, 1x04, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x04 2.00mm single row +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_1x04_P2.00mm_Vertical +Through hole straight socket strip, 1x04, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x04 2.00mm single row +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_1x04_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x04, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x04 2.00mm single row style1 pin1 left +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_1x04_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x04, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x04 2.00mm single row style2 pin1 right +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_1x05_P2.00mm_Horizontal +Through hole angled socket strip, 1x05, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x05 2.00mm single row +0 +5 +5 +Connector_PinSocket_2.00mm +PinSocket_1x05_P2.00mm_Vertical +Through hole straight socket strip, 1x05, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x05 2.00mm single row +0 +5 +5 +Connector_PinSocket_2.00mm +PinSocket_1x05_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x05, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x05 2.00mm single row style1 pin1 left +0 +5 +5 +Connector_PinSocket_2.00mm +PinSocket_1x05_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x05, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x05 2.00mm single row style2 pin1 right +0 +5 +5 +Connector_PinSocket_2.00mm +PinSocket_1x06_P2.00mm_Horizontal +Through hole angled socket strip, 1x06, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x06 2.00mm single row +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_1x06_P2.00mm_Vertical +Through hole straight socket strip, 1x06, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x06 2.00mm single row +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_1x06_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x06, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x06 2.00mm single row style1 pin1 left +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_1x06_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x06, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x06 2.00mm single row style2 pin1 right +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_1x07_P2.00mm_Horizontal +Through hole angled socket strip, 1x07, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x07 2.00mm single row +0 +7 +7 +Connector_PinSocket_2.00mm +PinSocket_1x07_P2.00mm_Vertical +Through hole straight socket strip, 1x07, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x07 2.00mm single row +0 +7 +7 +Connector_PinSocket_2.00mm +PinSocket_1x07_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x07, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x07 2.00mm single row style1 pin1 left +0 +7 +7 +Connector_PinSocket_2.00mm +PinSocket_1x07_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x07, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x07 2.00mm single row style2 pin1 right +0 +7 +7 +Connector_PinSocket_2.00mm +PinSocket_1x08_P2.00mm_Horizontal +Through hole angled socket strip, 1x08, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x08 2.00mm single row +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_1x08_P2.00mm_Vertical +Through hole straight socket strip, 1x08, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x08 2.00mm single row +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_1x08_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x08, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x08 2.00mm single row style1 pin1 left +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_1x08_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x08, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x08 2.00mm single row style2 pin1 right +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_1x09_P2.00mm_Horizontal +Through hole angled socket strip, 1x09, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x09 2.00mm single row +0 +9 +9 +Connector_PinSocket_2.00mm +PinSocket_1x09_P2.00mm_Vertical +Through hole straight socket strip, 1x09, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x09 2.00mm single row +0 +9 +9 +Connector_PinSocket_2.00mm +PinSocket_1x09_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x09, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x09 2.00mm single row style1 pin1 left +0 +9 +9 +Connector_PinSocket_2.00mm +PinSocket_1x09_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x09, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x09 2.00mm single row style2 pin1 right +0 +9 +9 +Connector_PinSocket_2.00mm +PinSocket_1x10_P2.00mm_Horizontal +Through hole angled socket strip, 1x10, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x10 2.00mm single row +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_1x10_P2.00mm_Vertical +Through hole straight socket strip, 1x10, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x10 2.00mm single row +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_1x10_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x10, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x10 2.00mm single row style1 pin1 left +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_1x10_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x10, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x10 2.00mm single row style2 pin1 right +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_1x11_P2.00mm_Horizontal +Through hole angled socket strip, 1x11, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x11 2.00mm single row +0 +11 +11 +Connector_PinSocket_2.00mm +PinSocket_1x11_P2.00mm_Vertical +Through hole straight socket strip, 1x11, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x11 2.00mm single row +0 +11 +11 +Connector_PinSocket_2.00mm +PinSocket_1x11_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x11, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x11 2.00mm single row style1 pin1 left +0 +11 +11 +Connector_PinSocket_2.00mm +PinSocket_1x11_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x11, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x11 2.00mm single row style2 pin1 right +0 +11 +11 +Connector_PinSocket_2.00mm +PinSocket_1x12_P2.00mm_Horizontal +Through hole angled socket strip, 1x12, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x12 2.00mm single row +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_1x12_P2.00mm_Vertical +Through hole straight socket strip, 1x12, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x12 2.00mm single row +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_1x12_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x12, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x12 2.00mm single row style1 pin1 left +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_1x12_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x12, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x12 2.00mm single row style2 pin1 right +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_1x13_P2.00mm_Horizontal +Through hole angled socket strip, 1x13, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x13 2.00mm single row +0 +13 +13 +Connector_PinSocket_2.00mm +PinSocket_1x13_P2.00mm_Vertical +Through hole straight socket strip, 1x13, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x13 2.00mm single row +0 +13 +13 +Connector_PinSocket_2.00mm +PinSocket_1x13_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x13, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x13 2.00mm single row style1 pin1 left +0 +13 +13 +Connector_PinSocket_2.00mm +PinSocket_1x13_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x13, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x13 2.00mm single row style2 pin1 right +0 +13 +13 +Connector_PinSocket_2.00mm +PinSocket_1x14_P2.00mm_Horizontal +Through hole angled socket strip, 1x14, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x14 2.00mm single row +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_1x14_P2.00mm_Vertical +Through hole straight socket strip, 1x14, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x14 2.00mm single row +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_1x14_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x14, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x14 2.00mm single row style1 pin1 left +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_1x14_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x14, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x14 2.00mm single row style2 pin1 right +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_1x15_P2.00mm_Horizontal +Through hole angled socket strip, 1x15, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x15 2.00mm single row +0 +15 +15 +Connector_PinSocket_2.00mm +PinSocket_1x15_P2.00mm_Vertical +Through hole straight socket strip, 1x15, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x15 2.00mm single row +0 +15 +15 +Connector_PinSocket_2.00mm +PinSocket_1x15_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x15, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x15 2.00mm single row style1 pin1 left +0 +15 +15 +Connector_PinSocket_2.00mm +PinSocket_1x15_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x15, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x15 2.00mm single row style2 pin1 right +0 +15 +15 +Connector_PinSocket_2.00mm +PinSocket_1x16_P2.00mm_Horizontal +Through hole angled socket strip, 1x16, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x16 2.00mm single row +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_1x16_P2.00mm_Vertical +Through hole straight socket strip, 1x16, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x16 2.00mm single row +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_1x16_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x16, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x16 2.00mm single row style1 pin1 left +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_1x16_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x16, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x16 2.00mm single row style2 pin1 right +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_1x17_P2.00mm_Horizontal +Through hole angled socket strip, 1x17, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x17 2.00mm single row +0 +17 +17 +Connector_PinSocket_2.00mm +PinSocket_1x17_P2.00mm_Vertical +Through hole straight socket strip, 1x17, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x17 2.00mm single row +0 +17 +17 +Connector_PinSocket_2.00mm +PinSocket_1x17_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x17, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x17 2.00mm single row style1 pin1 left +0 +17 +17 +Connector_PinSocket_2.00mm +PinSocket_1x17_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x17, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x17 2.00mm single row style2 pin1 right +0 +17 +17 +Connector_PinSocket_2.00mm +PinSocket_1x18_P2.00mm_Horizontal +Through hole angled socket strip, 1x18, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x18 2.00mm single row +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_1x18_P2.00mm_Vertical +Through hole straight socket strip, 1x18, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x18 2.00mm single row +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_1x18_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x18, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x18 2.00mm single row style1 pin1 left +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_1x18_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x18, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x18 2.00mm single row style2 pin1 right +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_1x19_P2.00mm_Horizontal +Through hole angled socket strip, 1x19, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x19 2.00mm single row +0 +19 +19 +Connector_PinSocket_2.00mm +PinSocket_1x19_P2.00mm_Vertical +Through hole straight socket strip, 1x19, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x19 2.00mm single row +0 +19 +19 +Connector_PinSocket_2.00mm +PinSocket_1x19_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x19, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x19 2.00mm single row style1 pin1 left +0 +19 +19 +Connector_PinSocket_2.00mm +PinSocket_1x19_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x19, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x19 2.00mm single row style2 pin1 right +0 +19 +19 +Connector_PinSocket_2.00mm +PinSocket_1x20_P2.00mm_Horizontal +Through hole angled socket strip, 1x20, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x20 2.00mm single row +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_1x20_P2.00mm_Vertical +Through hole straight socket strip, 1x20, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x20 2.00mm single row +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_1x20_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x20, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x20 2.00mm single row style1 pin1 left +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_1x20_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x20, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x20 2.00mm single row style2 pin1 right +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_1x21_P2.00mm_Horizontal +Through hole angled socket strip, 1x21, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x21 2.00mm single row +0 +21 +21 +Connector_PinSocket_2.00mm +PinSocket_1x21_P2.00mm_Vertical +Through hole straight socket strip, 1x21, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x21 2.00mm single row +0 +21 +21 +Connector_PinSocket_2.00mm +PinSocket_1x21_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x21, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x21 2.00mm single row style1 pin1 left +0 +21 +21 +Connector_PinSocket_2.00mm +PinSocket_1x21_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x21, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x21 2.00mm single row style2 pin1 right +0 +21 +21 +Connector_PinSocket_2.00mm +PinSocket_1x22_P2.00mm_Horizontal +Through hole angled socket strip, 1x22, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x22 2.00mm single row +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_1x22_P2.00mm_Vertical +Through hole straight socket strip, 1x22, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x22 2.00mm single row +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_1x22_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x22, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x22 2.00mm single row style1 pin1 left +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_1x22_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x22, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x22 2.00mm single row style2 pin1 right +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_1x23_P2.00mm_Horizontal +Through hole angled socket strip, 1x23, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x23 2.00mm single row +0 +23 +23 +Connector_PinSocket_2.00mm +PinSocket_1x23_P2.00mm_Vertical +Through hole straight socket strip, 1x23, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x23 2.00mm single row +0 +23 +23 +Connector_PinSocket_2.00mm +PinSocket_1x23_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x23, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x23 2.00mm single row style1 pin1 left +0 +23 +23 +Connector_PinSocket_2.00mm +PinSocket_1x23_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x23, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x23 2.00mm single row style2 pin1 right +0 +23 +23 +Connector_PinSocket_2.00mm +PinSocket_1x24_P2.00mm_Horizontal +Through hole angled socket strip, 1x24, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x24 2.00mm single row +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_1x24_P2.00mm_Vertical +Through hole straight socket strip, 1x24, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x24 2.00mm single row +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_1x24_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x24, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x24 2.00mm single row style1 pin1 left +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_1x24_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x24, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x24 2.00mm single row style2 pin1 right +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_1x25_P2.00mm_Horizontal +Through hole angled socket strip, 1x25, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x25 2.00mm single row +0 +25 +25 +Connector_PinSocket_2.00mm +PinSocket_1x25_P2.00mm_Vertical +Through hole straight socket strip, 1x25, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x25 2.00mm single row +0 +25 +25 +Connector_PinSocket_2.00mm +PinSocket_1x25_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x25, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x25 2.00mm single row style1 pin1 left +0 +25 +25 +Connector_PinSocket_2.00mm +PinSocket_1x25_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x25, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x25 2.00mm single row style2 pin1 right +0 +25 +25 +Connector_PinSocket_2.00mm +PinSocket_1x26_P2.00mm_Horizontal +Through hole angled socket strip, 1x26, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x26 2.00mm single row +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_1x26_P2.00mm_Vertical +Through hole straight socket strip, 1x26, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x26 2.00mm single row +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_1x26_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x26, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x26 2.00mm single row style1 pin1 left +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_1x26_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x26, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x26 2.00mm single row style2 pin1 right +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_1x27_P2.00mm_Horizontal +Through hole angled socket strip, 1x27, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x27 2.00mm single row +0 +27 +27 +Connector_PinSocket_2.00mm +PinSocket_1x27_P2.00mm_Vertical +Through hole straight socket strip, 1x27, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x27 2.00mm single row +0 +27 +27 +Connector_PinSocket_2.00mm +PinSocket_1x27_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x27, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x27 2.00mm single row style1 pin1 left +0 +27 +27 +Connector_PinSocket_2.00mm +PinSocket_1x27_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x27, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x27 2.00mm single row style2 pin1 right +0 +27 +27 +Connector_PinSocket_2.00mm +PinSocket_1x28_P2.00mm_Horizontal +Through hole angled socket strip, 1x28, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x28 2.00mm single row +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_1x28_P2.00mm_Vertical +Through hole straight socket strip, 1x28, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x28 2.00mm single row +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_1x28_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x28, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x28 2.00mm single row style1 pin1 left +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_1x28_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x28, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x28 2.00mm single row style2 pin1 right +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_1x29_P2.00mm_Horizontal +Through hole angled socket strip, 1x29, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x29 2.00mm single row +0 +29 +29 +Connector_PinSocket_2.00mm +PinSocket_1x29_P2.00mm_Vertical +Through hole straight socket strip, 1x29, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x29 2.00mm single row +0 +29 +29 +Connector_PinSocket_2.00mm +PinSocket_1x29_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x29, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x29 2.00mm single row style1 pin1 left +0 +29 +29 +Connector_PinSocket_2.00mm +PinSocket_1x29_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x29, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x29 2.00mm single row style2 pin1 right +0 +29 +29 +Connector_PinSocket_2.00mm +PinSocket_1x30_P2.00mm_Horizontal +Through hole angled socket strip, 1x30, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x30 2.00mm single row +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_1x30_P2.00mm_Vertical +Through hole straight socket strip, 1x30, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x30 2.00mm single row +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_1x30_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x30, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x30 2.00mm single row style1 pin1 left +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_1x30_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x30, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x30 2.00mm single row style2 pin1 right +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_1x31_P2.00mm_Horizontal +Through hole angled socket strip, 1x31, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x31 2.00mm single row +0 +31 +31 +Connector_PinSocket_2.00mm +PinSocket_1x31_P2.00mm_Vertical +Through hole straight socket strip, 1x31, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x31 2.00mm single row +0 +31 +31 +Connector_PinSocket_2.00mm +PinSocket_1x31_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x31, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x31 2.00mm single row style1 pin1 left +0 +31 +31 +Connector_PinSocket_2.00mm +PinSocket_1x31_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x31, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x31 2.00mm single row style2 pin1 right +0 +31 +31 +Connector_PinSocket_2.00mm +PinSocket_1x32_P2.00mm_Horizontal +Through hole angled socket strip, 1x32, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x32 2.00mm single row +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_1x32_P2.00mm_Vertical +Through hole straight socket strip, 1x32, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x32 2.00mm single row +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_1x32_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x32, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x32 2.00mm single row style1 pin1 left +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_1x32_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x32, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x32 2.00mm single row style2 pin1 right +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_1x33_P2.00mm_Horizontal +Through hole angled socket strip, 1x33, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x33 2.00mm single row +0 +33 +33 +Connector_PinSocket_2.00mm +PinSocket_1x33_P2.00mm_Vertical +Through hole straight socket strip, 1x33, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x33 2.00mm single row +0 +33 +33 +Connector_PinSocket_2.00mm +PinSocket_1x33_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x33, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x33 2.00mm single row style1 pin1 left +0 +33 +33 +Connector_PinSocket_2.00mm +PinSocket_1x33_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x33, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x33 2.00mm single row style2 pin1 right +0 +33 +33 +Connector_PinSocket_2.00mm +PinSocket_1x34_P2.00mm_Horizontal +Through hole angled socket strip, 1x34, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x34 2.00mm single row +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_1x34_P2.00mm_Vertical +Through hole straight socket strip, 1x34, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x34 2.00mm single row +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_1x34_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x34, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x34 2.00mm single row style1 pin1 left +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_1x34_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x34, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x34 2.00mm single row style2 pin1 right +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_1x35_P2.00mm_Horizontal +Through hole angled socket strip, 1x35, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x35 2.00mm single row +0 +35 +35 +Connector_PinSocket_2.00mm +PinSocket_1x35_P2.00mm_Vertical +Through hole straight socket strip, 1x35, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x35 2.00mm single row +0 +35 +35 +Connector_PinSocket_2.00mm +PinSocket_1x35_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x35, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x35 2.00mm single row style1 pin1 left +0 +35 +35 +Connector_PinSocket_2.00mm +PinSocket_1x35_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x35, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x35 2.00mm single row style2 pin1 right +0 +35 +35 +Connector_PinSocket_2.00mm +PinSocket_1x36_P2.00mm_Horizontal +Through hole angled socket strip, 1x36, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x36 2.00mm single row +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_1x36_P2.00mm_Vertical +Through hole straight socket strip, 1x36, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x36 2.00mm single row +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_1x36_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x36, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x36 2.00mm single row style1 pin1 left +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_1x36_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x36, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x36 2.00mm single row style2 pin1 right +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_1x37_P2.00mm_Horizontal +Through hole angled socket strip, 1x37, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x37 2.00mm single row +0 +37 +37 +Connector_PinSocket_2.00mm +PinSocket_1x37_P2.00mm_Vertical +Through hole straight socket strip, 1x37, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x37 2.00mm single row +0 +37 +37 +Connector_PinSocket_2.00mm +PinSocket_1x37_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x37, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x37 2.00mm single row style1 pin1 left +0 +37 +37 +Connector_PinSocket_2.00mm +PinSocket_1x37_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x37, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x37 2.00mm single row style2 pin1 right +0 +37 +37 +Connector_PinSocket_2.00mm +PinSocket_1x38_P2.00mm_Horizontal +Through hole angled socket strip, 1x38, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x38 2.00mm single row +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_1x38_P2.00mm_Vertical +Through hole straight socket strip, 1x38, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x38 2.00mm single row +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_1x38_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x38, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x38 2.00mm single row style1 pin1 left +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_1x38_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x38, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x38 2.00mm single row style2 pin1 right +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_1x39_P2.00mm_Horizontal +Through hole angled socket strip, 1x39, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x39 2.00mm single row +0 +39 +39 +Connector_PinSocket_2.00mm +PinSocket_1x39_P2.00mm_Vertical +Through hole straight socket strip, 1x39, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x39 2.00mm single row +0 +39 +39 +Connector_PinSocket_2.00mm +PinSocket_1x39_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x39, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x39 2.00mm single row style1 pin1 left +0 +39 +39 +Connector_PinSocket_2.00mm +PinSocket_1x39_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x39, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x39 2.00mm single row style2 pin1 right +0 +39 +39 +Connector_PinSocket_2.00mm +PinSocket_1x40_P2.00mm_Horizontal +Through hole angled socket strip, 1x40, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x40 2.00mm single row +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_1x40_P2.00mm_Vertical +Through hole straight socket strip, 1x40, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x40 2.00mm single row +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_1x40_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x40, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x40 2.00mm single row style1 pin1 left +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_1x40_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x40, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x40 2.00mm single row style2 pin1 right +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_2x01_P2.00mm_Horizontal +Through hole angled socket strip, 2x01, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x01 2.00mm double row +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_2x01_P2.00mm_Vertical +Through hole straight socket strip, 2x01, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x01 2.00mm double row +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_2x01_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x01, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x01 2.00mm double row +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_2x02_P2.00mm_Horizontal +Through hole angled socket strip, 2x02, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x02 2.00mm double row +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_2x02_P2.00mm_Vertical +Through hole straight socket strip, 2x02, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x02 2.00mm double row +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_2x02_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x02, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x02 2.00mm double row +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_2x03_P2.00mm_Horizontal +Through hole angled socket strip, 2x03, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x03 2.00mm double row +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_2x03_P2.00mm_Vertical +Through hole straight socket strip, 2x03, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x03 2.00mm double row +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_2x03_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x03, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x03 2.00mm double row +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_2x04_P2.00mm_Horizontal +Through hole angled socket strip, 2x04, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x04 2.00mm double row +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_2x04_P2.00mm_Vertical +Through hole straight socket strip, 2x04, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x04 2.00mm double row +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_2x04_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x04, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x04 2.00mm double row +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_2x05_P2.00mm_Horizontal +Through hole angled socket strip, 2x05, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x05 2.00mm double row +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_2x05_P2.00mm_Vertical +Through hole straight socket strip, 2x05, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x05 2.00mm double row +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_2x05_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x05, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x05 2.00mm double row +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_2x06_P2.00mm_Horizontal +Through hole angled socket strip, 2x06, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x06 2.00mm double row +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_2x06_P2.00mm_Vertical +Through hole straight socket strip, 2x06, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x06 2.00mm double row +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_2x06_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x06, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x06 2.00mm double row +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_2x07_P2.00mm_Horizontal +Through hole angled socket strip, 2x07, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x07 2.00mm double row +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_2x07_P2.00mm_Vertical +Through hole straight socket strip, 2x07, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x07 2.00mm double row +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_2x07_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x07, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x07 2.00mm double row +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_2x08_P2.00mm_Horizontal +Through hole angled socket strip, 2x08, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x08 2.00mm double row +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_2x08_P2.00mm_Vertical +Through hole straight socket strip, 2x08, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x08 2.00mm double row +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_2x08_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x08, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x08 2.00mm double row +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_2x09_P2.00mm_Horizontal +Through hole angled socket strip, 2x09, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x09 2.00mm double row +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_2x09_P2.00mm_Vertical +Through hole straight socket strip, 2x09, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x09 2.00mm double row +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_2x09_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x09, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x09 2.00mm double row +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_2x10_P2.00mm_Horizontal +Through hole angled socket strip, 2x10, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x10 2.00mm double row +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_2x10_P2.00mm_Vertical +Through hole straight socket strip, 2x10, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x10 2.00mm double row +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_2x10_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x10, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x10 2.00mm double row +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_2x11_P2.00mm_Horizontal +Through hole angled socket strip, 2x11, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x11 2.00mm double row +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_2x11_P2.00mm_Vertical +Through hole straight socket strip, 2x11, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x11 2.00mm double row +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_2x11_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x11, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x11 2.00mm double row +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_2x12_P2.00mm_Horizontal +Through hole angled socket strip, 2x12, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x12 2.00mm double row +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_2x12_P2.00mm_Vertical +Through hole straight socket strip, 2x12, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x12 2.00mm double row +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_2x12_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x12, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x12 2.00mm double row +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_2x13_P2.00mm_Horizontal +Through hole angled socket strip, 2x13, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x13 2.00mm double row +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_2x13_P2.00mm_Vertical +Through hole straight socket strip, 2x13, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x13 2.00mm double row +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_2x13_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x13, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x13 2.00mm double row +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_2x14_P2.00mm_Horizontal +Through hole angled socket strip, 2x14, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x14 2.00mm double row +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_2x14_P2.00mm_Vertical +Through hole straight socket strip, 2x14, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x14 2.00mm double row +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_2x14_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x14, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x14 2.00mm double row +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_2x15_P2.00mm_Horizontal +Through hole angled socket strip, 2x15, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x15 2.00mm double row +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_2x15_P2.00mm_Vertical +Through hole straight socket strip, 2x15, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x15 2.00mm double row +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_2x15_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x15, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x15 2.00mm double row +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_2x16_P2.00mm_Horizontal +Through hole angled socket strip, 2x16, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x16 2.00mm double row +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_2x16_P2.00mm_Vertical +Through hole straight socket strip, 2x16, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x16 2.00mm double row +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_2x16_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x16, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x16 2.00mm double row +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_2x17_P2.00mm_Horizontal +Through hole angled socket strip, 2x17, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x17 2.00mm double row +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_2x17_P2.00mm_Vertical +Through hole straight socket strip, 2x17, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x17 2.00mm double row +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_2x17_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x17, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x17 2.00mm double row +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_2x18_P2.00mm_Horizontal +Through hole angled socket strip, 2x18, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x18 2.00mm double row +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_2x18_P2.00mm_Vertical +Through hole straight socket strip, 2x18, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x18 2.00mm double row +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_2x18_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x18, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x18 2.00mm double row +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_2x19_P2.00mm_Horizontal +Through hole angled socket strip, 2x19, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x19 2.00mm double row +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_2x19_P2.00mm_Vertical +Through hole straight socket strip, 2x19, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x19 2.00mm double row +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_2x19_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x19, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x19 2.00mm double row +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_2x20_P2.00mm_Horizontal +Through hole angled socket strip, 2x20, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x20 2.00mm double row +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_2x20_P2.00mm_Vertical +Through hole straight socket strip, 2x20, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x20 2.00mm double row +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_2x20_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x20, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x20 2.00mm double row +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_2x21_P2.00mm_Horizontal +Through hole angled socket strip, 2x21, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x21 2.00mm double row +0 +42 +42 +Connector_PinSocket_2.00mm +PinSocket_2x21_P2.00mm_Vertical +Through hole straight socket strip, 2x21, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x21 2.00mm double row +0 +42 +42 +Connector_PinSocket_2.00mm +PinSocket_2x21_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x21, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x21 2.00mm double row +0 +42 +42 +Connector_PinSocket_2.00mm +PinSocket_2x22_P2.00mm_Horizontal +Through hole angled socket strip, 2x22, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x22 2.00mm double row +0 +44 +44 +Connector_PinSocket_2.00mm +PinSocket_2x22_P2.00mm_Vertical +Through hole straight socket strip, 2x22, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x22 2.00mm double row +0 +44 +44 +Connector_PinSocket_2.00mm +PinSocket_2x22_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x22, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x22 2.00mm double row +0 +44 +44 +Connector_PinSocket_2.00mm +PinSocket_2x23_P2.00mm_Horizontal +Through hole angled socket strip, 2x23, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x23 2.00mm double row +0 +46 +46 +Connector_PinSocket_2.00mm +PinSocket_2x23_P2.00mm_Vertical +Through hole straight socket strip, 2x23, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x23 2.00mm double row +0 +46 +46 +Connector_PinSocket_2.00mm +PinSocket_2x23_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x23, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x23 2.00mm double row +0 +46 +46 +Connector_PinSocket_2.00mm +PinSocket_2x24_P2.00mm_Horizontal +Through hole angled socket strip, 2x24, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x24 2.00mm double row +0 +48 +48 +Connector_PinSocket_2.00mm +PinSocket_2x24_P2.00mm_Vertical +Through hole straight socket strip, 2x24, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x24 2.00mm double row +0 +48 +48 +Connector_PinSocket_2.00mm +PinSocket_2x24_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x24, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x24 2.00mm double row +0 +48 +48 +Connector_PinSocket_2.00mm +PinSocket_2x25_P2.00mm_Horizontal +Through hole angled socket strip, 2x25, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x25 2.00mm double row +0 +50 +50 +Connector_PinSocket_2.00mm +PinSocket_2x25_P2.00mm_Vertical +Through hole straight socket strip, 2x25, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x25 2.00mm double row +0 +50 +50 +Connector_PinSocket_2.00mm +PinSocket_2x25_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x25, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x25 2.00mm double row +0 +50 +50 +Connector_PinSocket_2.00mm +PinSocket_2x26_P2.00mm_Horizontal +Through hole angled socket strip, 2x26, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x26 2.00mm double row +0 +52 +52 +Connector_PinSocket_2.00mm +PinSocket_2x26_P2.00mm_Vertical +Through hole straight socket strip, 2x26, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x26 2.00mm double row +0 +52 +52 +Connector_PinSocket_2.00mm +PinSocket_2x26_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x26, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x26 2.00mm double row +0 +52 +52 +Connector_PinSocket_2.00mm +PinSocket_2x27_P2.00mm_Horizontal +Through hole angled socket strip, 2x27, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x27 2.00mm double row +0 +54 +54 +Connector_PinSocket_2.00mm +PinSocket_2x27_P2.00mm_Vertical +Through hole straight socket strip, 2x27, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x27 2.00mm double row +0 +54 +54 +Connector_PinSocket_2.00mm +PinSocket_2x27_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x27, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x27 2.00mm double row +0 +54 +54 +Connector_PinSocket_2.00mm +PinSocket_2x28_P2.00mm_Horizontal +Through hole angled socket strip, 2x28, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x28 2.00mm double row +0 +56 +56 +Connector_PinSocket_2.00mm +PinSocket_2x28_P2.00mm_Vertical +Through hole straight socket strip, 2x28, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x28 2.00mm double row +0 +56 +56 +Connector_PinSocket_2.00mm +PinSocket_2x28_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x28, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x28 2.00mm double row +0 +56 +56 +Connector_PinSocket_2.00mm +PinSocket_2x29_P2.00mm_Horizontal +Through hole angled socket strip, 2x29, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x29 2.00mm double row +0 +58 +58 +Connector_PinSocket_2.00mm +PinSocket_2x29_P2.00mm_Vertical +Through hole straight socket strip, 2x29, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x29 2.00mm double row +0 +58 +58 +Connector_PinSocket_2.00mm +PinSocket_2x29_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x29, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x29 2.00mm double row +0 +58 +58 +Connector_PinSocket_2.00mm +PinSocket_2x30_P2.00mm_Horizontal +Through hole angled socket strip, 2x30, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x30 2.00mm double row +0 +60 +60 +Connector_PinSocket_2.00mm +PinSocket_2x30_P2.00mm_Vertical +Through hole straight socket strip, 2x30, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x30 2.00mm double row +0 +60 +60 +Connector_PinSocket_2.00mm +PinSocket_2x30_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x30, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x30 2.00mm double row +0 +60 +60 +Connector_PinSocket_2.00mm +PinSocket_2x31_P2.00mm_Horizontal +Through hole angled socket strip, 2x31, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x31 2.00mm double row +0 +62 +62 +Connector_PinSocket_2.00mm +PinSocket_2x31_P2.00mm_Vertical +Through hole straight socket strip, 2x31, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x31 2.00mm double row +0 +62 +62 +Connector_PinSocket_2.00mm +PinSocket_2x31_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x31, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x31 2.00mm double row +0 +62 +62 +Connector_PinSocket_2.00mm +PinSocket_2x32_P2.00mm_Horizontal +Through hole angled socket strip, 2x32, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x32 2.00mm double row +0 +64 +64 +Connector_PinSocket_2.00mm +PinSocket_2x32_P2.00mm_Vertical +Through hole straight socket strip, 2x32, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x32 2.00mm double row +0 +64 +64 +Connector_PinSocket_2.00mm +PinSocket_2x32_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x32, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x32 2.00mm double row +0 +64 +64 +Connector_PinSocket_2.00mm +PinSocket_2x33_P2.00mm_Horizontal +Through hole angled socket strip, 2x33, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x33 2.00mm double row +0 +66 +66 +Connector_PinSocket_2.00mm +PinSocket_2x33_P2.00mm_Vertical +Through hole straight socket strip, 2x33, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x33 2.00mm double row +0 +66 +66 +Connector_PinSocket_2.00mm +PinSocket_2x33_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x33, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x33 2.00mm double row +0 +66 +66 +Connector_PinSocket_2.00mm +PinSocket_2x34_P2.00mm_Horizontal +Through hole angled socket strip, 2x34, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x34 2.00mm double row +0 +68 +68 +Connector_PinSocket_2.00mm +PinSocket_2x34_P2.00mm_Vertical +Through hole straight socket strip, 2x34, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x34 2.00mm double row +0 +68 +68 +Connector_PinSocket_2.00mm +PinSocket_2x34_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x34, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x34 2.00mm double row +0 +68 +68 +Connector_PinSocket_2.00mm +PinSocket_2x35_P2.00mm_Horizontal +Through hole angled socket strip, 2x35, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x35 2.00mm double row +0 +70 +70 +Connector_PinSocket_2.00mm +PinSocket_2x35_P2.00mm_Vertical +Through hole straight socket strip, 2x35, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x35 2.00mm double row +0 +70 +70 +Connector_PinSocket_2.00mm +PinSocket_2x35_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x35, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x35 2.00mm double row +0 +70 +70 +Connector_PinSocket_2.00mm +PinSocket_2x36_P2.00mm_Horizontal +Through hole angled socket strip, 2x36, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x36 2.00mm double row +0 +72 +72 +Connector_PinSocket_2.00mm +PinSocket_2x36_P2.00mm_Vertical +Through hole straight socket strip, 2x36, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x36 2.00mm double row +0 +72 +72 +Connector_PinSocket_2.00mm +PinSocket_2x36_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x36, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x36 2.00mm double row +0 +72 +72 +Connector_PinSocket_2.00mm +PinSocket_2x37_P2.00mm_Horizontal +Through hole angled socket strip, 2x37, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x37 2.00mm double row +0 +74 +74 +Connector_PinSocket_2.00mm +PinSocket_2x37_P2.00mm_Vertical +Through hole straight socket strip, 2x37, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x37 2.00mm double row +0 +74 +74 +Connector_PinSocket_2.00mm +PinSocket_2x37_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x37, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x37 2.00mm double row +0 +74 +74 +Connector_PinSocket_2.00mm +PinSocket_2x38_P2.00mm_Horizontal +Through hole angled socket strip, 2x38, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x38 2.00mm double row +0 +76 +76 +Connector_PinSocket_2.00mm +PinSocket_2x38_P2.00mm_Vertical +Through hole straight socket strip, 2x38, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x38 2.00mm double row +0 +76 +76 +Connector_PinSocket_2.00mm +PinSocket_2x38_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x38, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x38 2.00mm double row +0 +76 +76 +Connector_PinSocket_2.00mm +PinSocket_2x39_P2.00mm_Horizontal +Through hole angled socket strip, 2x39, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x39 2.00mm double row +0 +78 +78 +Connector_PinSocket_2.00mm +PinSocket_2x39_P2.00mm_Vertical +Through hole straight socket strip, 2x39, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x39 2.00mm double row +0 +78 +78 +Connector_PinSocket_2.00mm +PinSocket_2x39_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x39, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x39 2.00mm double row +0 +78 +78 +Connector_PinSocket_2.00mm +PinSocket_2x40_P2.00mm_Horizontal +Through hole angled socket strip, 2x40, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x40 2.00mm double row +0 +80 +80 +Connector_PinSocket_2.00mm +PinSocket_2x40_P2.00mm_Vertical +Through hole straight socket strip, 2x40, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x40 2.00mm double row +0 +80 +80 +Connector_PinSocket_2.00mm +PinSocket_2x40_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x40, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x40 2.00mm double row +0 +80 +80 +Connector_PinSocket_2.54mm +PinSocket_1x01_P2.54mm_Horizontal +Through hole angled socket strip, 1x01, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x01 2.54mm single row +0 +1 +1 +Connector_PinSocket_2.54mm +PinSocket_1x01_P2.54mm_Vertical +Through hole straight socket strip, 1x01, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x01 2.54mm single row +0 +1 +1 +Connector_PinSocket_2.54mm +PinSocket_1x02_P2.54mm_Horizontal +Through hole angled socket strip, 1x02, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x02 2.54mm single row +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_1x02_P2.54mm_Vertical +Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x02 2.54mm single row +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x02 2.54mm single row style1 pin1 left +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x02 2.54mm single row style2 pin1 right +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_1x03_P2.54mm_Horizontal +Through hole angled socket strip, 1x03, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x03 2.54mm single row +0 +3 +3 +Connector_PinSocket_2.54mm +PinSocket_1x03_P2.54mm_Vertical +Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x03 2.54mm single row +0 +3 +3 +Connector_PinSocket_2.54mm +PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x03 2.54mm single row style1 pin1 left +0 +3 +3 +Connector_PinSocket_2.54mm +PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x03 2.54mm single row style2 pin1 right +0 +3 +3 +Connector_PinSocket_2.54mm +PinSocket_1x04_P2.54mm_Horizontal +Through hole angled socket strip, 1x04, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x04 2.54mm single row +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_1x04_P2.54mm_Vertical +Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x04 2.54mm single row +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x04 2.54mm single row style1 pin1 left +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x04 2.54mm single row style2 pin1 right +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_1x05_P2.54mm_Horizontal +Through hole angled socket strip, 1x05, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x05 2.54mm single row +0 +5 +5 +Connector_PinSocket_2.54mm +PinSocket_1x05_P2.54mm_Vertical +Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x05 2.54mm single row +0 +5 +5 +Connector_PinSocket_2.54mm +PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x05 2.54mm single row style1 pin1 left +0 +5 +5 +Connector_PinSocket_2.54mm +PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x05 2.54mm single row style2 pin1 right +0 +5 +5 +Connector_PinSocket_2.54mm +PinSocket_1x06_P2.54mm_Horizontal +Through hole angled socket strip, 1x06, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x06 2.54mm single row +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_1x06_P2.54mm_Vertical +Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x06 2.54mm single row +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x06 2.54mm single row style1 pin1 left +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x06 2.54mm single row style2 pin1 right +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_1x07_P2.54mm_Horizontal +Through hole angled socket strip, 1x07, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x07 2.54mm single row +0 +7 +7 +Connector_PinSocket_2.54mm +PinSocket_1x07_P2.54mm_Vertical +Through hole straight socket strip, 1x07, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x07 2.54mm single row +0 +7 +7 +Connector_PinSocket_2.54mm +PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x07 2.54mm single row style1 pin1 left +0 +7 +7 +Connector_PinSocket_2.54mm +PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x07 2.54mm single row style2 pin1 right +0 +7 +7 +Connector_PinSocket_2.54mm +PinSocket_1x08_P2.54mm_Horizontal +Through hole angled socket strip, 1x08, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x08 2.54mm single row +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_1x08_P2.54mm_Vertical +Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x08 2.54mm single row +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x08 2.54mm single row style1 pin1 left +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x08 2.54mm single row style2 pin1 right +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_1x09_P2.54mm_Horizontal +Through hole angled socket strip, 1x09, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x09 2.54mm single row +0 +9 +9 +Connector_PinSocket_2.54mm +PinSocket_1x09_P2.54mm_Vertical +Through hole straight socket strip, 1x09, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x09 2.54mm single row +0 +9 +9 +Connector_PinSocket_2.54mm +PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x09 2.54mm single row style1 pin1 left +0 +9 +9 +Connector_PinSocket_2.54mm +PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x09 2.54mm single row style2 pin1 right +0 +9 +9 +Connector_PinSocket_2.54mm +PinSocket_1x10_P2.54mm_Horizontal +Through hole angled socket strip, 1x10, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x10 2.54mm single row +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_1x10_P2.54mm_Vertical +Through hole straight socket strip, 1x10, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x10 2.54mm single row +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x10 2.54mm single row style1 pin1 left +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x10 2.54mm single row style2 pin1 right +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_1x11_P2.54mm_Horizontal +Through hole angled socket strip, 1x11, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x11 2.54mm single row +0 +11 +11 +Connector_PinSocket_2.54mm +PinSocket_1x11_P2.54mm_Vertical +Through hole straight socket strip, 1x11, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x11 2.54mm single row +0 +11 +11 +Connector_PinSocket_2.54mm +PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x11 2.54mm single row style1 pin1 left +0 +11 +11 +Connector_PinSocket_2.54mm +PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x11 2.54mm single row style2 pin1 right +0 +11 +11 +Connector_PinSocket_2.54mm +PinSocket_1x12_P2.54mm_Horizontal +Through hole angled socket strip, 1x12, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x12 2.54mm single row +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_1x12_P2.54mm_Vertical +Through hole straight socket strip, 1x12, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x12 2.54mm single row +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x12 2.54mm single row style1 pin1 left +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x12 2.54mm single row style2 pin1 right +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_1x13_P2.54mm_Horizontal +Through hole angled socket strip, 1x13, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x13 2.54mm single row +0 +13 +13 +Connector_PinSocket_2.54mm +PinSocket_1x13_P2.54mm_Vertical +Through hole straight socket strip, 1x13, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x13 2.54mm single row +0 +13 +13 +Connector_PinSocket_2.54mm +PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x13 2.54mm single row style1 pin1 left +0 +13 +13 +Connector_PinSocket_2.54mm +PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x13 2.54mm single row style2 pin1 right +0 +13 +13 +Connector_PinSocket_2.54mm +PinSocket_1x14_P2.54mm_Horizontal +Through hole angled socket strip, 1x14, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x14 2.54mm single row +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_1x14_P2.54mm_Vertical +Through hole straight socket strip, 1x14, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x14 2.54mm single row +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x14 2.54mm single row style1 pin1 left +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x14 2.54mm single row style2 pin1 right +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_1x15_P2.54mm_Horizontal +Through hole angled socket strip, 1x15, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x15 2.54mm single row +0 +15 +15 +Connector_PinSocket_2.54mm +PinSocket_1x15_P2.54mm_Vertical +Through hole straight socket strip, 1x15, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x15 2.54mm single row +0 +15 +15 +Connector_PinSocket_2.54mm +PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x15 2.54mm single row style1 pin1 left +0 +15 +15 +Connector_PinSocket_2.54mm +PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x15 2.54mm single row style2 pin1 right +0 +15 +15 +Connector_PinSocket_2.54mm +PinSocket_1x16_P2.54mm_Horizontal +Through hole angled socket strip, 1x16, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x16 2.54mm single row +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_1x16_P2.54mm_Vertical +Through hole straight socket strip, 1x16, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x16 2.54mm single row +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x16 2.54mm single row style1 pin1 left +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x16 2.54mm single row style2 pin1 right +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_1x17_P2.54mm_Horizontal +Through hole angled socket strip, 1x17, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x17 2.54mm single row +0 +17 +17 +Connector_PinSocket_2.54mm +PinSocket_1x17_P2.54mm_Vertical +Through hole straight socket strip, 1x17, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x17 2.54mm single row +0 +17 +17 +Connector_PinSocket_2.54mm +PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x17 2.54mm single row style1 pin1 left +0 +17 +17 +Connector_PinSocket_2.54mm +PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x17 2.54mm single row style2 pin1 right +0 +17 +17 +Connector_PinSocket_2.54mm +PinSocket_1x18_P2.54mm_Horizontal +Through hole angled socket strip, 1x18, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x18 2.54mm single row +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_1x18_P2.54mm_Vertical +Through hole straight socket strip, 1x18, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x18 2.54mm single row +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x18 2.54mm single row style1 pin1 left +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x18 2.54mm single row style2 pin1 right +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_1x19_P2.54mm_Horizontal +Through hole angled socket strip, 1x19, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x19 2.54mm single row +0 +19 +19 +Connector_PinSocket_2.54mm +PinSocket_1x19_P2.54mm_Vertical +Through hole straight socket strip, 1x19, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x19 2.54mm single row +0 +19 +19 +Connector_PinSocket_2.54mm +PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x19 2.54mm single row style1 pin1 left +0 +19 +19 +Connector_PinSocket_2.54mm +PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x19 2.54mm single row style2 pin1 right +0 +19 +19 +Connector_PinSocket_2.54mm +PinSocket_1x20_P2.54mm_Horizontal +Through hole angled socket strip, 1x20, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x20 2.54mm single row +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_1x20_P2.54mm_Vertical +Through hole straight socket strip, 1x20, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x20 2.54mm single row +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x20 2.54mm single row style1 pin1 left +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x20 2.54mm single row style2 pin1 right +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_1x21_P2.54mm_Horizontal +Through hole angled socket strip, 1x21, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x21 2.54mm single row +0 +21 +21 +Connector_PinSocket_2.54mm +PinSocket_1x21_P2.54mm_Vertical +Through hole straight socket strip, 1x21, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x21 2.54mm single row +0 +21 +21 +Connector_PinSocket_2.54mm +PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x21 2.54mm single row style1 pin1 left +0 +21 +21 +Connector_PinSocket_2.54mm +PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x21 2.54mm single row style2 pin1 right +0 +21 +21 +Connector_PinSocket_2.54mm +PinSocket_1x22_P2.54mm_Horizontal +Through hole angled socket strip, 1x22, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x22 2.54mm single row +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_1x22_P2.54mm_Vertical +Through hole straight socket strip, 1x22, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x22 2.54mm single row +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x22 2.54mm single row style1 pin1 left +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x22 2.54mm single row style2 pin1 right +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_1x23_P2.54mm_Horizontal +Through hole angled socket strip, 1x23, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x23 2.54mm single row +0 +23 +23 +Connector_PinSocket_2.54mm +PinSocket_1x23_P2.54mm_Vertical +Through hole straight socket strip, 1x23, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x23 2.54mm single row +0 +23 +23 +Connector_PinSocket_2.54mm +PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x23 2.54mm single row style1 pin1 left +0 +23 +23 +Connector_PinSocket_2.54mm +PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x23 2.54mm single row style2 pin1 right +0 +23 +23 +Connector_PinSocket_2.54mm +PinSocket_1x24_P2.54mm_Horizontal +Through hole angled socket strip, 1x24, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x24 2.54mm single row +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_1x24_P2.54mm_Vertical +Through hole straight socket strip, 1x24, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x24 2.54mm single row +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x24 2.54mm single row style1 pin1 left +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x24 2.54mm single row style2 pin1 right +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_1x25_P2.54mm_Horizontal +Through hole angled socket strip, 1x25, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x25 2.54mm single row +0 +25 +25 +Connector_PinSocket_2.54mm +PinSocket_1x25_P2.54mm_Vertical +Through hole straight socket strip, 1x25, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x25 2.54mm single row +0 +25 +25 +Connector_PinSocket_2.54mm +PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x25 2.54mm single row style1 pin1 left +0 +25 +25 +Connector_PinSocket_2.54mm +PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x25 2.54mm single row style2 pin1 right +0 +25 +25 +Connector_PinSocket_2.54mm +PinSocket_1x26_P2.54mm_Horizontal +Through hole angled socket strip, 1x26, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x26 2.54mm single row +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_1x26_P2.54mm_Vertical +Through hole straight socket strip, 1x26, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x26 2.54mm single row +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x26 2.54mm single row style1 pin1 left +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x26 2.54mm single row style2 pin1 right +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_1x27_P2.54mm_Horizontal +Through hole angled socket strip, 1x27, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x27 2.54mm single row +0 +27 +27 +Connector_PinSocket_2.54mm +PinSocket_1x27_P2.54mm_Vertical +Through hole straight socket strip, 1x27, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x27 2.54mm single row +0 +27 +27 +Connector_PinSocket_2.54mm +PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x27 2.54mm single row style1 pin1 left +0 +27 +27 +Connector_PinSocket_2.54mm +PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x27 2.54mm single row style2 pin1 right +0 +27 +27 +Connector_PinSocket_2.54mm +PinSocket_1x28_P2.54mm_Horizontal +Through hole angled socket strip, 1x28, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x28 2.54mm single row +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_1x28_P2.54mm_Vertical +Through hole straight socket strip, 1x28, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x28 2.54mm single row +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x28 2.54mm single row style1 pin1 left +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x28 2.54mm single row style2 pin1 right +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_1x29_P2.54mm_Horizontal +Through hole angled socket strip, 1x29, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x29 2.54mm single row +0 +29 +29 +Connector_PinSocket_2.54mm +PinSocket_1x29_P2.54mm_Vertical +Through hole straight socket strip, 1x29, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x29 2.54mm single row +0 +29 +29 +Connector_PinSocket_2.54mm +PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x29 2.54mm single row style1 pin1 left +0 +29 +29 +Connector_PinSocket_2.54mm +PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x29 2.54mm single row style2 pin1 right +0 +29 +29 +Connector_PinSocket_2.54mm +PinSocket_1x30_P2.54mm_Horizontal +Through hole angled socket strip, 1x30, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x30 2.54mm single row +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_1x30_P2.54mm_Vertical +Through hole straight socket strip, 1x30, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x30 2.54mm single row +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x30 2.54mm single row style1 pin1 left +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x30 2.54mm single row style2 pin1 right +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_1x31_P2.54mm_Horizontal +Through hole angled socket strip, 1x31, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x31 2.54mm single row +0 +31 +31 +Connector_PinSocket_2.54mm +PinSocket_1x31_P2.54mm_Vertical +Through hole straight socket strip, 1x31, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x31 2.54mm single row +0 +31 +31 +Connector_PinSocket_2.54mm +PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x31 2.54mm single row style1 pin1 left +0 +31 +31 +Connector_PinSocket_2.54mm +PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x31 2.54mm single row style2 pin1 right +0 +31 +31 +Connector_PinSocket_2.54mm +PinSocket_1x32_P2.54mm_Horizontal +Through hole angled socket strip, 1x32, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x32 2.54mm single row +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_1x32_P2.54mm_Vertical +Through hole straight socket strip, 1x32, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x32 2.54mm single row +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x32 2.54mm single row style1 pin1 left +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x32 2.54mm single row style2 pin1 right +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_1x33_P2.54mm_Horizontal +Through hole angled socket strip, 1x33, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x33 2.54mm single row +0 +33 +33 +Connector_PinSocket_2.54mm +PinSocket_1x33_P2.54mm_Vertical +Through hole straight socket strip, 1x33, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x33 2.54mm single row +0 +33 +33 +Connector_PinSocket_2.54mm +PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x33 2.54mm single row style1 pin1 left +0 +33 +33 +Connector_PinSocket_2.54mm +PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x33 2.54mm single row style2 pin1 right +0 +33 +33 +Connector_PinSocket_2.54mm +PinSocket_1x34_P2.54mm_Horizontal +Through hole angled socket strip, 1x34, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x34 2.54mm single row +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_1x34_P2.54mm_Vertical +Through hole straight socket strip, 1x34, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x34 2.54mm single row +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x34 2.54mm single row style1 pin1 left +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x34 2.54mm single row style2 pin1 right +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_1x35_P2.54mm_Horizontal +Through hole angled socket strip, 1x35, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x35 2.54mm single row +0 +35 +35 +Connector_PinSocket_2.54mm +PinSocket_1x35_P2.54mm_Vertical +Through hole straight socket strip, 1x35, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x35 2.54mm single row +0 +35 +35 +Connector_PinSocket_2.54mm +PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x35 2.54mm single row style1 pin1 left +0 +35 +35 +Connector_PinSocket_2.54mm +PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x35 2.54mm single row style2 pin1 right +0 +35 +35 +Connector_PinSocket_2.54mm +PinSocket_1x36_P2.54mm_Horizontal +Through hole angled socket strip, 1x36, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x36 2.54mm single row +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_1x36_P2.54mm_Vertical +Through hole straight socket strip, 1x36, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x36 2.54mm single row +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x36 2.54mm single row style1 pin1 left +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x36 2.54mm single row style2 pin1 right +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_1x37_P2.54mm_Horizontal +Through hole angled socket strip, 1x37, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x37 2.54mm single row +0 +37 +37 +Connector_PinSocket_2.54mm +PinSocket_1x37_P2.54mm_Vertical +Through hole straight socket strip, 1x37, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x37 2.54mm single row +0 +37 +37 +Connector_PinSocket_2.54mm +PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x37 2.54mm single row style1 pin1 left +0 +37 +37 +Connector_PinSocket_2.54mm +PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x37 2.54mm single row style2 pin1 right +0 +37 +37 +Connector_PinSocket_2.54mm +PinSocket_1x38_P2.54mm_Horizontal +Through hole angled socket strip, 1x38, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x38 2.54mm single row +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_1x38_P2.54mm_Vertical +Through hole straight socket strip, 1x38, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x38 2.54mm single row +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x38 2.54mm single row style1 pin1 left +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x38 2.54mm single row style2 pin1 right +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_1x39_P2.54mm_Horizontal +Through hole angled socket strip, 1x39, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x39 2.54mm single row +0 +39 +39 +Connector_PinSocket_2.54mm +PinSocket_1x39_P2.54mm_Vertical +Through hole straight socket strip, 1x39, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x39 2.54mm single row +0 +39 +39 +Connector_PinSocket_2.54mm +PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x39 2.54mm single row style1 pin1 left +0 +39 +39 +Connector_PinSocket_2.54mm +PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x39 2.54mm single row style2 pin1 right +0 +39 +39 +Connector_PinSocket_2.54mm +PinSocket_1x40_P2.54mm_Horizontal +Through hole angled socket strip, 1x40, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x40 2.54mm single row +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_1x40_P2.54mm_Vertical +Through hole straight socket strip, 1x40, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x40 2.54mm single row +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x40 2.54mm single row style1 pin1 left +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x40 2.54mm single row style2 pin1 right +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_2x01_P2.54mm_Horizontal +Through hole angled socket strip, 2x01, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x01 2.54mm double row +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_2x01_P2.54mm_Vertical +Through hole straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x01 2.54mm double row +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_2x01_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x01 2.54mm double row +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_2x02_P2.54mm_Horizontal +Through hole angled socket strip, 2x02, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x02 2.54mm double row +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_2x02_P2.54mm_Vertical +Through hole straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x02 2.54mm double row +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_2x02_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x02 2.54mm double row +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_2x03_P2.54mm_Horizontal +Through hole angled socket strip, 2x03, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x03 2.54mm double row +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_2x03_P2.54mm_Vertical +Through hole straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x03 2.54mm double row +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_2x03_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x03 2.54mm double row +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_2x04_P2.54mm_Horizontal +Through hole angled socket strip, 2x04, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x04 2.54mm double row +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_2x04_P2.54mm_Vertical +Through hole straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x04 2.54mm double row +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_2x04_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x04 2.54mm double row +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_2x05_P2.54mm_Horizontal +Through hole angled socket strip, 2x05, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x05 2.54mm double row +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_2x05_P2.54mm_Vertical +Through hole straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x05 2.54mm double row +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_2x05_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x05 2.54mm double row +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_2x06_P2.54mm_Horizontal +Through hole angled socket strip, 2x06, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x06 2.54mm double row +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_2x06_P2.54mm_Vertical +Through hole straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x06 2.54mm double row +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_2x06_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x06 2.54mm double row +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_2x07_P2.54mm_Horizontal +Through hole angled socket strip, 2x07, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x07 2.54mm double row +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_2x07_P2.54mm_Vertical +Through hole straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x07 2.54mm double row +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_2x07_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x07 2.54mm double row +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_2x08_P2.54mm_Horizontal +Through hole angled socket strip, 2x08, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x08 2.54mm double row +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_2x08_P2.54mm_Vertical +Through hole straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x08 2.54mm double row +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_2x08_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x08 2.54mm double row +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_2x09_P2.54mm_Horizontal +Through hole angled socket strip, 2x09, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x09 2.54mm double row +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_2x09_P2.54mm_Vertical +Through hole straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x09 2.54mm double row +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_2x09_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x09 2.54mm double row +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_2x10_P2.54mm_Horizontal +Through hole angled socket strip, 2x10, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x10 2.54mm double row +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_2x10_P2.54mm_Vertical +Through hole straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x10 2.54mm double row +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_2x10_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x10 2.54mm double row +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_2x11_P2.54mm_Horizontal +Through hole angled socket strip, 2x11, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x11 2.54mm double row +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_2x11_P2.54mm_Vertical +Through hole straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x11 2.54mm double row +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_2x11_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x11 2.54mm double row +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_2x12_P2.54mm_Horizontal +Through hole angled socket strip, 2x12, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x12 2.54mm double row +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_2x12_P2.54mm_Vertical +Through hole straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x12 2.54mm double row +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_2x12_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x12 2.54mm double row +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_2x13_P2.54mm_Horizontal +Through hole angled socket strip, 2x13, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x13 2.54mm double row +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_2x13_P2.54mm_Vertical +Through hole straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x13 2.54mm double row +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_2x13_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x13 2.54mm double row +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_2x14_P2.54mm_Horizontal +Through hole angled socket strip, 2x14, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x14 2.54mm double row +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_2x14_P2.54mm_Vertical +Through hole straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x14 2.54mm double row +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_2x14_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x14 2.54mm double row +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_2x15_P2.54mm_Horizontal +Through hole angled socket strip, 2x15, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x15 2.54mm double row +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_2x15_P2.54mm_Vertical +Through hole straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x15 2.54mm double row +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_2x15_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x15 2.54mm double row +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_2x16_P2.54mm_Horizontal +Through hole angled socket strip, 2x16, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x16 2.54mm double row +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_2x16_P2.54mm_Vertical +Through hole straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x16 2.54mm double row +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_2x16_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x16 2.54mm double row +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_2x17_P2.54mm_Horizontal +Through hole angled socket strip, 2x17, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x17 2.54mm double row +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_2x17_P2.54mm_Vertical +Through hole straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x17 2.54mm double row +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_2x17_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x17 2.54mm double row +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_2x18_P2.54mm_Horizontal +Through hole angled socket strip, 2x18, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x18 2.54mm double row +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_2x18_P2.54mm_Vertical +Through hole straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x18 2.54mm double row +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_2x18_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x18 2.54mm double row +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_2x19_P2.54mm_Horizontal +Through hole angled socket strip, 2x19, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x19 2.54mm double row +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_2x19_P2.54mm_Vertical +Through hole straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x19 2.54mm double row +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_2x19_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x19 2.54mm double row +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_2x20_P2.54mm_Horizontal +Through hole angled socket strip, 2x20, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x20 2.54mm double row +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_2x20_P2.54mm_Vertical +Through hole straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x20 2.54mm double row +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_2x20_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x20 2.54mm double row +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_2x21_P2.54mm_Horizontal +Through hole angled socket strip, 2x21, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x21 2.54mm double row +0 +42 +42 +Connector_PinSocket_2.54mm +PinSocket_2x21_P2.54mm_Vertical +Through hole straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x21 2.54mm double row +0 +42 +42 +Connector_PinSocket_2.54mm +PinSocket_2x21_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x21 2.54mm double row +0 +42 +42 +Connector_PinSocket_2.54mm +PinSocket_2x22_P2.54mm_Horizontal +Through hole angled socket strip, 2x22, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x22 2.54mm double row +0 +44 +44 +Connector_PinSocket_2.54mm +PinSocket_2x22_P2.54mm_Vertical +Through hole straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x22 2.54mm double row +0 +44 +44 +Connector_PinSocket_2.54mm +PinSocket_2x22_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x22 2.54mm double row +0 +44 +44 +Connector_PinSocket_2.54mm +PinSocket_2x23_P2.54mm_Horizontal +Through hole angled socket strip, 2x23, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x23 2.54mm double row +0 +46 +46 +Connector_PinSocket_2.54mm +PinSocket_2x23_P2.54mm_Vertical +Through hole straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x23 2.54mm double row +0 +46 +46 +Connector_PinSocket_2.54mm +PinSocket_2x23_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x23 2.54mm double row +0 +46 +46 +Connector_PinSocket_2.54mm +PinSocket_2x24_P2.54mm_Horizontal +Through hole angled socket strip, 2x24, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x24 2.54mm double row +0 +48 +48 +Connector_PinSocket_2.54mm +PinSocket_2x24_P2.54mm_Vertical +Through hole straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x24 2.54mm double row +0 +48 +48 +Connector_PinSocket_2.54mm +PinSocket_2x24_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x24 2.54mm double row +0 +48 +48 +Connector_PinSocket_2.54mm +PinSocket_2x25_P2.54mm_Horizontal +Through hole angled socket strip, 2x25, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x25 2.54mm double row +0 +50 +50 +Connector_PinSocket_2.54mm +PinSocket_2x25_P2.54mm_Vertical +Through hole straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x25 2.54mm double row +0 +50 +50 +Connector_PinSocket_2.54mm +PinSocket_2x25_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x25 2.54mm double row +0 +50 +50 +Connector_PinSocket_2.54mm +PinSocket_2x26_P2.54mm_Horizontal +Through hole angled socket strip, 2x26, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x26 2.54mm double row +0 +52 +52 +Connector_PinSocket_2.54mm +PinSocket_2x26_P2.54mm_Vertical +Through hole straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x26 2.54mm double row +0 +52 +52 +Connector_PinSocket_2.54mm +PinSocket_2x26_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x26 2.54mm double row +0 +52 +52 +Connector_PinSocket_2.54mm +PinSocket_2x27_P2.54mm_Horizontal +Through hole angled socket strip, 2x27, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x27 2.54mm double row +0 +54 +54 +Connector_PinSocket_2.54mm +PinSocket_2x27_P2.54mm_Vertical +Through hole straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x27 2.54mm double row +0 +54 +54 +Connector_PinSocket_2.54mm +PinSocket_2x27_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x27 2.54mm double row +0 +54 +54 +Connector_PinSocket_2.54mm +PinSocket_2x28_P2.54mm_Horizontal +Through hole angled socket strip, 2x28, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x28 2.54mm double row +0 +56 +56 +Connector_PinSocket_2.54mm +PinSocket_2x28_P2.54mm_Vertical +Through hole straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x28 2.54mm double row +0 +56 +56 +Connector_PinSocket_2.54mm +PinSocket_2x28_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x28 2.54mm double row +0 +56 +56 +Connector_PinSocket_2.54mm +PinSocket_2x29_P2.54mm_Horizontal +Through hole angled socket strip, 2x29, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x29 2.54mm double row +0 +58 +58 +Connector_PinSocket_2.54mm +PinSocket_2x29_P2.54mm_Vertical +Through hole straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x29 2.54mm double row +0 +58 +58 +Connector_PinSocket_2.54mm +PinSocket_2x29_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x29 2.54mm double row +0 +58 +58 +Connector_PinSocket_2.54mm +PinSocket_2x30_P2.54mm_Horizontal +Through hole angled socket strip, 2x30, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x30 2.54mm double row +0 +60 +60 +Connector_PinSocket_2.54mm +PinSocket_2x30_P2.54mm_Vertical +Through hole straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x30 2.54mm double row +0 +60 +60 +Connector_PinSocket_2.54mm +PinSocket_2x30_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x30 2.54mm double row +0 +60 +60 +Connector_PinSocket_2.54mm +PinSocket_2x31_P2.54mm_Horizontal +Through hole angled socket strip, 2x31, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x31 2.54mm double row +0 +62 +62 +Connector_PinSocket_2.54mm +PinSocket_2x31_P2.54mm_Vertical +Through hole straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x31 2.54mm double row +0 +62 +62 +Connector_PinSocket_2.54mm +PinSocket_2x31_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x31 2.54mm double row +0 +62 +62 +Connector_PinSocket_2.54mm +PinSocket_2x32_P2.54mm_Horizontal +Through hole angled socket strip, 2x32, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x32 2.54mm double row +0 +64 +64 +Connector_PinSocket_2.54mm +PinSocket_2x32_P2.54mm_Vertical +Through hole straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x32 2.54mm double row +0 +64 +64 +Connector_PinSocket_2.54mm +PinSocket_2x32_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x32 2.54mm double row +0 +64 +64 +Connector_PinSocket_2.54mm +PinSocket_2x33_P2.54mm_Horizontal +Through hole angled socket strip, 2x33, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x33 2.54mm double row +0 +66 +66 +Connector_PinSocket_2.54mm +PinSocket_2x33_P2.54mm_Vertical +Through hole straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x33 2.54mm double row +0 +66 +66 +Connector_PinSocket_2.54mm +PinSocket_2x33_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x33 2.54mm double row +0 +66 +66 +Connector_PinSocket_2.54mm +PinSocket_2x34_P2.54mm_Horizontal +Through hole angled socket strip, 2x34, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x34 2.54mm double row +0 +68 +68 +Connector_PinSocket_2.54mm +PinSocket_2x34_P2.54mm_Vertical +Through hole straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x34 2.54mm double row +0 +68 +68 +Connector_PinSocket_2.54mm +PinSocket_2x34_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x34 2.54mm double row +0 +68 +68 +Connector_PinSocket_2.54mm +PinSocket_2x35_P2.54mm_Horizontal +Through hole angled socket strip, 2x35, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x35 2.54mm double row +0 +70 +70 +Connector_PinSocket_2.54mm +PinSocket_2x35_P2.54mm_Vertical +Through hole straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x35 2.54mm double row +0 +70 +70 +Connector_PinSocket_2.54mm +PinSocket_2x35_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x35 2.54mm double row +0 +70 +70 +Connector_PinSocket_2.54mm +PinSocket_2x36_P2.54mm_Horizontal +Through hole angled socket strip, 2x36, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x36 2.54mm double row +0 +72 +72 +Connector_PinSocket_2.54mm +PinSocket_2x36_P2.54mm_Vertical +Through hole straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x36 2.54mm double row +0 +72 +72 +Connector_PinSocket_2.54mm +PinSocket_2x36_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x36 2.54mm double row +0 +72 +72 +Connector_PinSocket_2.54mm +PinSocket_2x37_P2.54mm_Horizontal +Through hole angled socket strip, 2x37, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x37 2.54mm double row +0 +74 +74 +Connector_PinSocket_2.54mm +PinSocket_2x37_P2.54mm_Vertical +Through hole straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x37 2.54mm double row +0 +74 +74 +Connector_PinSocket_2.54mm +PinSocket_2x37_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x37 2.54mm double row +0 +74 +74 +Connector_PinSocket_2.54mm +PinSocket_2x38_P2.54mm_Horizontal +Through hole angled socket strip, 2x38, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x38 2.54mm double row +0 +76 +76 +Connector_PinSocket_2.54mm +PinSocket_2x38_P2.54mm_Vertical +Through hole straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x38 2.54mm double row +0 +76 +76 +Connector_PinSocket_2.54mm +PinSocket_2x38_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x38 2.54mm double row +0 +76 +76 +Connector_PinSocket_2.54mm +PinSocket_2x39_P2.54mm_Horizontal +Through hole angled socket strip, 2x39, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x39 2.54mm double row +0 +78 +78 +Connector_PinSocket_2.54mm +PinSocket_2x39_P2.54mm_Vertical +Through hole straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x39 2.54mm double row +0 +78 +78 +Connector_PinSocket_2.54mm +PinSocket_2x39_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x39 2.54mm double row +0 +78 +78 +Connector_PinSocket_2.54mm +PinSocket_2x40_P2.54mm_Horizontal +Through hole angled socket strip, 2x40, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x40 2.54mm double row +0 +80 +80 +Connector_PinSocket_2.54mm +PinSocket_2x40_P2.54mm_Vertical +Through hole straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x40 2.54mm double row +0 +80 +80 +Connector_PinSocket_2.54mm +PinSocket_2x40_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x40 2.54mm double row +0 +80 +80 +Connector_RJ +RJ12_Amphenol_54601 +RJ12 connector https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/c-bmj-0082.pdf +RJ12 connector +0 +6 +6 +Connector_RJ +RJ14_Connfly_DS1133-S4_Horizontal +RJ14 connector 6P4C Horizontal http://www.connfly.com/userfiles/image/UpLoadFile/File/2012/10/26/DS1133.pdf +RJ14 connector 6P4C Connfly DS1133 +0 +4 +4 +Connector_RJ +RJ25_Wayconn_MJEA-660X1_Horizontal +RJ25 6P6C Socket 90 degrees, https://wayconn.com/wp-content/themes/way/datasheet/MJEA-660X1XXX_RJ25_6P6C_PCB_RA.pdf +RJ12 RJ18 RJ25 jack connector 6P6C +0 +6 +6 +Connector_RJ +RJ45_Abracon_ARJP11A-MA_Horizontal +Shielded RJ45 ethernet connector with transformer and POE (https://abracon.com/Magnetics/lan/ARJP11A.PDF) +ethernet 8p8c transformer poe rj45 +0 +15 +14 +Connector_RJ +RJ45_Amphenol_54602-x08_Horizontal +8 Pol Shallow Latch Connector, Modjack, RJ45 (https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/c-bmj-0102.pdf) +RJ45 +0 +8 +8 +Connector_RJ +RJ45_Amphenol_RJHSE538X +Shielded, 2 LED, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X.pdf +RJ45 8p8c ethernet cat5 +0 +14 +13 +Connector_RJ +RJ45_Amphenol_RJHSE538X-02 +Shielded, 2 LED, 2 Ports, http://www.amphenolinfocom.eu/NavData/Drawings/RJHSE-538X-02-REVC.pdf +RJ45 8p8c dual ethernet cat5 +0 +26 +25 +Connector_RJ +RJ45_Amphenol_RJHSE5380 +Shielded, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X.pdf +RJ45 8p8c ethernet cat5 +0 +10 +9 +Connector_RJ +RJ45_Amphenol_RJHSE5380-08 +Shielded, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X08.pdf +RJ45 8p8c ethernet cat5 +0 +68 +65 +Connector_RJ +RJ45_Amphenol_RJMG1BD3B8K1ANR +1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, AutoMDIX, https://www.amphenolcanada.com/ProductSearch/Drawings/AC/RJMG1BD3B8K1ANR.PDF +RJ45 Magjack +0 +14 +13 +Connector_RJ +RJ45_BEL_SS74301-00x_Vertical +https://belfuse.com/resources/drawings/stewartconnector/dr-stw-ss-74301-001-ss-74301-002-ss-74301-005.pdf +RJ45 Vertical Shield LED Green Yellow +0 +14 +13 +Connector_RJ +RJ45_Bel_SI-60062-F +1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, AutoMDIX, https://belfuse.com/resources/drawings/magneticsolutions/dr-mag-si-60062-f.pdf +RJ45 Magjack +0 +14 +13 +Connector_RJ +RJ45_Cetus_J1B1211CCD_Horizontal +1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, Cetus, used and distributed by WIZnet (https://wizwiki.net/wiki/lib/exe/fetch.php?media=products:wiz550web:wiz550webds_kr:j1b1211ccd.pdf) +RJ45 Magjack +0 +14 +13 +Connector_RJ +RJ45_Hanrun_HR911105A +http://www.kosmodrom.com.ua/pdf/HR911105A.pdf +RJ45 Magjack +0 +14 +13 +Connector_RJ +RJ45_Kycon_G7LX-A88S7-BP-xx_Horizontal +10/100Base-T RJ45 ethernet magnetic transformer connector horizontal with green/yellow LEDs http://www.kycon.com/Pub_Eng_Draw/G7LX-A88S7-BP-GY.pdf +RJ45 ethernet magnetic +0 +16 +15 +Connector_RJ +RJ45_Molex_0855135013_Vertical +1 Port, RJ45, Series 85513, vertical, SMD, https://www.molex.com/pdm_docs/sd/855135013_sd.pdf +RJ45 Vertical +0 +9 +9 +Connector_RJ +RJ45_Ninigi_GE +1 port ethernet throughhole connector, https://en.ninigi.com/product/rj45ge/pdf +RJ45 ethernet 8p8c +0 +10 +9 +Connector_RJ +RJ45_OST_PJ012-8P8CX_Vertical +RJ45 vertical connector https://www.on-shore.com/wp-content/uploads/PJ012-8P8CX.pdf +RJ45 PJ012 +0 +8 +8 +Connector_RJ +RJ45_Plug_Metz_AJP92A8813 +plug, ethernet, 8P8C, RJ45 Plug +AJP92A8813 8P8C RJ45 ethernet plug +0 +8 +8 +Connector_RJ +RJ45_Pulse_JK00177NL_Horizontal +10/100/1000 Base-T RJ45 single port with LEDs and 75W POE, https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/J432/doc_part/J432.pdf +RJ45 8p8c ethernet POE +0 +22 +21 +Connector_RJ +RJ45_Pulse_JK0654219NL_Horizontal +10/100/1000 Base-T RJ45 single port with LEDs https://media.digikey.com/pdf/Data%20Sheets/Pulse%20PDFs/JK%20Series.pdf#page=2 +RJ45 8p8c ethernet +0 +18 +17 +Connector_RJ +RJ45_Pulse_JXD6-0001NL_Horizontal +RJ45 ethernet transformer with magnetics (https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/JXD6-0001NL/doc_part/JXD6-0001NL.pdf) +ethernet 8p8c transformer magjack +0 +12 +11 +Connector_RJ +RJ45_UDE_RB1-125B8G1A +1 Port RJ45 Connector Through Hole 10/100/1000 Base-T, https://datasheet.lcsc.com/szlcsc/1901091107_UDE-Corp-RB1-125B8G1A_C363353.pdf#page=3 +RJ45 ethernet +0 +16 +15 +Connector_RJ +RJ45_Wuerth_7499010001A_Horizontal +10/100Base-TX RJ45 ethernet magnetic transformer connector horizontal https://katalog.we-online.de/pbs/datasheet/7499010001A.pdf +RJ45 ethernet magnetic +0 +10 +9 +Connector_RJ +RJ45_Wuerth_7499010121A_Horizontal +10/100Base-TX RJ45 ethernet magnetic transformer connector horizontal with green/orange LEDs https://katalog.we-online.de/pbs/datasheet/7499010121A.pdf +RJ45 ethernet magnetic +0 +14 +13 +Connector_RJ +RJ45_Wuerth_7499111446_Horizontal +LAN-Transformer WE-RJ45LAN 10/100/1000 BaseT +ethernet lan connector +0 +16 +15 +Connector_RJ +RJ45_Wuerth_7499151120_Horizontal +Wuerth 7499151120, LAN-Transformer WE-RJ45LAN 10/100/1000 BaseT, Dual Ethernet Jack (http://katalog.we-online.de/pbs/datasheet/7499151120.pdf) +ethernet lan connector +0 +32 +29 +Connector_RJ +RJ45_Wuerth_74980111211_Horizontal +RJ45 LAN Transformer 10/100BaseT (https://katalog.we-online.de/pbs/datasheet/74980111211.pdf) +lan magnetics transformer +0 +14 +13 +Connector_SATA_SAS +SAS-mini_TEConnectivity_1888174_Vertical +36pin mini SAS connector, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1888174&DocType=Customer+Drawing&DocLang=English +SAS mini connector +0 +44 +44 +Connector_SATA_SAS +SATA_Amphenol_10029364-001LF_Horizontal +https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10029364.pdf +SATA +0 +24 +23 +Connector_Samtec +Samtec_FMC_ASP-134486-01_10x40_P1.27mm_Vertical +http://suddendocs.samtec.com/prints/asp-134486-01-mkt.pdf +FMC HPC +0 +400 +400 +Connector_Samtec +Samtec_FMC_ASP-134602-01_10x40_P1.27mm_Vertical +https://www.marutsu.co.jp/contents/shop/marutsu/ds/asp-134602-01.pdf +FMC HPC +0 +400 +400 +Connector_Samtec +Samtec_FMC_ASP-134604-01_4x40_Vertical +https://suddendocs.samtec.com/prints/asp-134604-01-mkt.pdf +FMC LPC VITA +0 +160 +160 +Connector_Samtec +Samtec_LSHM-105-xx.x-x-DV-N_2x05_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-105-xx.x-x-DV-N, 5 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +10 +10 +Connector_Samtec +Samtec_LSHM-105-xx.x-x-DV-S_2x05-1SH_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-105-xx.x-x-DV-S, 5 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +12 +11 +Connector_Samtec +Samtec_LSHM-110-xx.x-x-DV-N_2x10_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-110-xx.x-x-DV-N, 10 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +20 +20 +Connector_Samtec +Samtec_LSHM-110-xx.x-x-DV-S_2x10-1SH_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-110-xx.x-x-DV-S, 10 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +22 +21 +Connector_Samtec +Samtec_LSHM-120-xx.x-x-DV-N_2x20_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-120-xx.x-x-DV-N, 20 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +40 +40 +Connector_Samtec +Samtec_LSHM-120-xx.x-x-DV-S_2x20-1SH_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-120-xx.x-x-DV-S, 20 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +42 +41 +Connector_Samtec +Samtec_LSHM-130-xx.x-x-DV-N_2x30_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-130-xx.x-x-DV-N, 30 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +60 +60 +Connector_Samtec +Samtec_LSHM-130-xx.x-x-DV-S_2x30-1SH_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-130-xx.x-x-DV-S, 30 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +62 +61 +Connector_Samtec +Samtec_LSHM-140-xx.x-x-DV-N_2x40_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-140-xx.x-x-DV-N, 40 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +80 +80 +Connector_Samtec +Samtec_LSHM-140-xx.x-x-DV-S_2x40-1SH_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-140-xx.x-x-DV-S, 40 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +82 +81 +Connector_Samtec +Samtec_LSHM-150-xx.x-x-DV-N_2x50_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-150-xx.x-x-DV-N, 50 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +100 +100 +Connector_Samtec +Samtec_LSHM-150-xx.x-x-DV-S_2x50-1SH_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-150-xx.x-x-DV-S, 50 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +102 +101 +Connector_Samtec_HLE_SMD +Samtec_HLE-102-02-xxx-DV-BE-LC_2x02_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-BE-LC, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +4 +4 +Connector_Samtec_HLE_SMD +Samtec_HLE-102-02-xxx-DV-BE_2x02_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-BE, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +4 +4 +Connector_Samtec_HLE_SMD +Samtec_HLE-102-02-xxx-DV-LC_2x02_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-LC, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +4 +4 +Connector_Samtec_HLE_SMD +Samtec_HLE-102-02-xxx-DV_2x02_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +4 +4 +Connector_Samtec_HLE_SMD +Samtec_HLE-103-02-xxx-DV-BE-LC_2x03_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-BE-LC, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +6 +6 +Connector_Samtec_HLE_SMD +Samtec_HLE-103-02-xxx-DV-BE_2x03_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-BE, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +6 +6 +Connector_Samtec_HLE_SMD +Samtec_HLE-103-02-xxx-DV-LC_2x03_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-LC, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +6 +6 +Connector_Samtec_HLE_SMD +Samtec_HLE-103-02-xxx-DV_2x03_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +6 +6 +Connector_Samtec_HLE_SMD +Samtec_HLE-104-02-xxx-DV-A_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-A, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +8 +8 +Connector_Samtec_HLE_SMD +Samtec_HLE-104-02-xxx-DV-BE-A_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE-A, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +8 +8 +Connector_Samtec_HLE_SMD +Samtec_HLE-104-02-xxx-DV-BE-LC_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +8 +8 +Connector_Samtec_HLE_SMD +Samtec_HLE-104-02-xxx-DV-BE_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +8 +8 +Connector_Samtec_HLE_SMD +Samtec_HLE-104-02-xxx-DV-LC_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +8 +8 +Connector_Samtec_HLE_SMD +Samtec_HLE-104-02-xxx-DV_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +8 +8 +Connector_Samtec_HLE_SMD +Samtec_HLE-105-02-xxx-DV-A_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-A, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +10 +10 +Connector_Samtec_HLE_SMD +Samtec_HLE-105-02-xxx-DV-BE-A_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE-A, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +10 +10 +Connector_Samtec_HLE_SMD +Samtec_HLE-105-02-xxx-DV-BE-LC_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +10 +10 +Connector_Samtec_HLE_SMD +Samtec_HLE-105-02-xxx-DV-BE_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +10 +10 +Connector_Samtec_HLE_SMD +Samtec_HLE-105-02-xxx-DV-LC_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +10 +10 +Connector_Samtec_HLE_SMD +Samtec_HLE-105-02-xxx-DV_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +10 +10 +Connector_Samtec_HLE_SMD +Samtec_HLE-106-02-xxx-DV-A_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-A, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +12 +12 +Connector_Samtec_HLE_SMD +Samtec_HLE-106-02-xxx-DV-BE-A_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE-A, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +12 +12 +Connector_Samtec_HLE_SMD +Samtec_HLE-106-02-xxx-DV-BE-LC_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +12 +12 +Connector_Samtec_HLE_SMD +Samtec_HLE-106-02-xxx-DV-BE_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +12 +12 +Connector_Samtec_HLE_SMD +Samtec_HLE-106-02-xxx-DV-LC_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +12 +12 +Connector_Samtec_HLE_SMD +Samtec_HLE-106-02-xxx-DV_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +12 +12 +Connector_Samtec_HLE_SMD +Samtec_HLE-107-02-xxx-DV-A_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-A, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +14 +14 +Connector_Samtec_HLE_SMD +Samtec_HLE-107-02-xxx-DV-BE-A_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE-A, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +14 +14 +Connector_Samtec_HLE_SMD +Samtec_HLE-107-02-xxx-DV-BE-LC_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +14 +14 +Connector_Samtec_HLE_SMD +Samtec_HLE-107-02-xxx-DV-BE_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +14 +14 +Connector_Samtec_HLE_SMD +Samtec_HLE-107-02-xxx-DV-LC_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +14 +14 +Connector_Samtec_HLE_SMD +Samtec_HLE-107-02-xxx-DV_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +14 +14 +Connector_Samtec_HLE_SMD +Samtec_HLE-108-02-xxx-DV-A_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-A, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +16 +16 +Connector_Samtec_HLE_SMD +Samtec_HLE-108-02-xxx-DV-BE-A_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE-A, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +16 +16 +Connector_Samtec_HLE_SMD +Samtec_HLE-108-02-xxx-DV-BE-LC_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +16 +16 +Connector_Samtec_HLE_SMD +Samtec_HLE-108-02-xxx-DV-BE_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +16 +16 +Connector_Samtec_HLE_SMD +Samtec_HLE-108-02-xxx-DV-LC_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +16 +16 +Connector_Samtec_HLE_SMD +Samtec_HLE-108-02-xxx-DV_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +16 +16 +Connector_Samtec_HLE_SMD +Samtec_HLE-109-02-xxx-DV-A_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-A, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +18 +18 +Connector_Samtec_HLE_SMD +Samtec_HLE-109-02-xxx-DV-BE-A_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE-A, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +18 +18 +Connector_Samtec_HLE_SMD +Samtec_HLE-109-02-xxx-DV-BE-LC_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +18 +18 +Connector_Samtec_HLE_SMD +Samtec_HLE-109-02-xxx-DV-BE_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +18 +18 +Connector_Samtec_HLE_SMD +Samtec_HLE-109-02-xxx-DV-LC_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +18 +18 +Connector_Samtec_HLE_SMD +Samtec_HLE-109-02-xxx-DV_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +18 +18 +Connector_Samtec_HLE_SMD +Samtec_HLE-110-02-xxx-DV-A_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-A, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +20 +20 +Connector_Samtec_HLE_SMD +Samtec_HLE-110-02-xxx-DV-BE-A_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE-A, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +20 +20 +Connector_Samtec_HLE_SMD +Samtec_HLE-110-02-xxx-DV-BE-LC_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +20 +20 +Connector_Samtec_HLE_SMD +Samtec_HLE-110-02-xxx-DV-BE_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +20 +20 +Connector_Samtec_HLE_SMD +Samtec_HLE-110-02-xxx-DV-LC_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +20 +20 +Connector_Samtec_HLE_SMD +Samtec_HLE-110-02-xxx-DV_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +20 +20 +Connector_Samtec_HLE_SMD +Samtec_HLE-111-02-xxx-DV-A_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-A, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +22 +22 +Connector_Samtec_HLE_SMD +Samtec_HLE-111-02-xxx-DV-BE-A_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE-A, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +22 +22 +Connector_Samtec_HLE_SMD +Samtec_HLE-111-02-xxx-DV-BE-LC_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +22 +22 +Connector_Samtec_HLE_SMD +Samtec_HLE-111-02-xxx-DV-BE_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +22 +22 +Connector_Samtec_HLE_SMD +Samtec_HLE-111-02-xxx-DV-LC_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +22 +22 +Connector_Samtec_HLE_SMD +Samtec_HLE-111-02-xxx-DV_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +22 +22 +Connector_Samtec_HLE_SMD +Samtec_HLE-112-02-xxx-DV-A_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-A, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +24 +24 +Connector_Samtec_HLE_SMD +Samtec_HLE-112-02-xxx-DV-BE-A_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE-A, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +24 +24 +Connector_Samtec_HLE_SMD +Samtec_HLE-112-02-xxx-DV-BE-LC_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +24 +24 +Connector_Samtec_HLE_SMD +Samtec_HLE-112-02-xxx-DV-BE_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +24 +24 +Connector_Samtec_HLE_SMD +Samtec_HLE-112-02-xxx-DV-LC_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +24 +24 +Connector_Samtec_HLE_SMD +Samtec_HLE-112-02-xxx-DV_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +24 +24 +Connector_Samtec_HLE_SMD +Samtec_HLE-113-02-xxx-DV-A_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-A, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +26 +26 +Connector_Samtec_HLE_SMD +Samtec_HLE-113-02-xxx-DV-BE-A_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE-A, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +26 +26 +Connector_Samtec_HLE_SMD +Samtec_HLE-113-02-xxx-DV-BE-LC_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +26 +26 +Connector_Samtec_HLE_SMD +Samtec_HLE-113-02-xxx-DV-BE_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +26 +26 +Connector_Samtec_HLE_SMD +Samtec_HLE-113-02-xxx-DV-LC_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +26 +26 +Connector_Samtec_HLE_SMD +Samtec_HLE-113-02-xxx-DV_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +26 +26 +Connector_Samtec_HLE_SMD +Samtec_HLE-114-02-xxx-DV-A_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-A, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +28 +28 +Connector_Samtec_HLE_SMD +Samtec_HLE-114-02-xxx-DV-BE-A_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE-A, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +28 +28 +Connector_Samtec_HLE_SMD +Samtec_HLE-114-02-xxx-DV-BE-LC_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +28 +28 +Connector_Samtec_HLE_SMD +Samtec_HLE-114-02-xxx-DV-BE_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +28 +28 +Connector_Samtec_HLE_SMD +Samtec_HLE-114-02-xxx-DV-LC_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +28 +28 +Connector_Samtec_HLE_SMD +Samtec_HLE-114-02-xxx-DV_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +28 +28 +Connector_Samtec_HLE_SMD +Samtec_HLE-115-02-xxx-DV-A_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-A, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +30 +30 +Connector_Samtec_HLE_SMD +Samtec_HLE-115-02-xxx-DV-BE-A_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE-A, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +30 +30 +Connector_Samtec_HLE_SMD +Samtec_HLE-115-02-xxx-DV-BE-LC_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +30 +30 +Connector_Samtec_HLE_SMD +Samtec_HLE-115-02-xxx-DV-BE_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +30 +30 +Connector_Samtec_HLE_SMD +Samtec_HLE-115-02-xxx-DV-LC_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +30 +30 +Connector_Samtec_HLE_SMD +Samtec_HLE-115-02-xxx-DV_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +30 +30 +Connector_Samtec_HLE_SMD +Samtec_HLE-116-02-xxx-DV-A_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-A, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +32 +32 +Connector_Samtec_HLE_SMD +Samtec_HLE-116-02-xxx-DV-BE-A_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE-A, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +32 +32 +Connector_Samtec_HLE_SMD +Samtec_HLE-116-02-xxx-DV-BE-LC_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +32 +32 +Connector_Samtec_HLE_SMD +Samtec_HLE-116-02-xxx-DV-BE_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +32 +32 +Connector_Samtec_HLE_SMD +Samtec_HLE-116-02-xxx-DV-LC_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +32 +32 +Connector_Samtec_HLE_SMD +Samtec_HLE-116-02-xxx-DV_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +32 +32 +Connector_Samtec_HLE_SMD +Samtec_HLE-117-02-xxx-DV-A_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-A, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +34 +34 +Connector_Samtec_HLE_SMD +Samtec_HLE-117-02-xxx-DV-BE-A_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE-A, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +34 +34 +Connector_Samtec_HLE_SMD +Samtec_HLE-117-02-xxx-DV-BE-LC_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +34 +34 +Connector_Samtec_HLE_SMD +Samtec_HLE-117-02-xxx-DV-BE_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +34 +34 +Connector_Samtec_HLE_SMD +Samtec_HLE-117-02-xxx-DV-LC_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +34 +34 +Connector_Samtec_HLE_SMD +Samtec_HLE-117-02-xxx-DV_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +34 +34 +Connector_Samtec_HLE_SMD +Samtec_HLE-118-02-xxx-DV-A_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-A, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +36 +36 +Connector_Samtec_HLE_SMD +Samtec_HLE-118-02-xxx-DV-BE-A_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE-A, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +36 +36 +Connector_Samtec_HLE_SMD +Samtec_HLE-118-02-xxx-DV-BE-LC_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +36 +36 +Connector_Samtec_HLE_SMD +Samtec_HLE-118-02-xxx-DV-BE_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +36 +36 +Connector_Samtec_HLE_SMD +Samtec_HLE-118-02-xxx-DV-LC_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +36 +36 +Connector_Samtec_HLE_SMD +Samtec_HLE-118-02-xxx-DV_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +36 +36 +Connector_Samtec_HLE_SMD +Samtec_HLE-119-02-xxx-DV-A_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-A, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +38 +38 +Connector_Samtec_HLE_SMD +Samtec_HLE-119-02-xxx-DV-BE-A_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE-A, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +38 +38 +Connector_Samtec_HLE_SMD +Samtec_HLE-119-02-xxx-DV-BE-LC_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +38 +38 +Connector_Samtec_HLE_SMD +Samtec_HLE-119-02-xxx-DV-BE_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +38 +38 +Connector_Samtec_HLE_SMD +Samtec_HLE-119-02-xxx-DV-LC_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +38 +38 +Connector_Samtec_HLE_SMD +Samtec_HLE-119-02-xxx-DV_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +38 +38 +Connector_Samtec_HLE_SMD +Samtec_HLE-120-02-xxx-DV-A_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-A, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +40 +40 +Connector_Samtec_HLE_SMD +Samtec_HLE-120-02-xxx-DV-BE-A_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE-A, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +40 +40 +Connector_Samtec_HLE_SMD +Samtec_HLE-120-02-xxx-DV-BE-LC_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +40 +40 +Connector_Samtec_HLE_SMD +Samtec_HLE-120-02-xxx-DV-BE_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +40 +40 +Connector_Samtec_HLE_SMD +Samtec_HLE-120-02-xxx-DV-LC_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +40 +40 +Connector_Samtec_HLE_SMD +Samtec_HLE-120-02-xxx-DV_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +40 +40 +Connector_Samtec_HLE_SMD +Samtec_HLE-121-02-xxx-DV-A_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-A, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +42 +42 +Connector_Samtec_HLE_SMD +Samtec_HLE-121-02-xxx-DV-BE-A_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE-A, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +42 +42 +Connector_Samtec_HLE_SMD +Samtec_HLE-121-02-xxx-DV-BE-LC_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +42 +42 +Connector_Samtec_HLE_SMD +Samtec_HLE-121-02-xxx-DV-BE_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +42 +42 +Connector_Samtec_HLE_SMD +Samtec_HLE-121-02-xxx-DV-LC_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +42 +42 +Connector_Samtec_HLE_SMD +Samtec_HLE-121-02-xxx-DV_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +42 +42 +Connector_Samtec_HLE_SMD +Samtec_HLE-122-02-xxx-DV-A_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-A, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +44 +44 +Connector_Samtec_HLE_SMD +Samtec_HLE-122-02-xxx-DV-BE-A_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE-A, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +44 +44 +Connector_Samtec_HLE_SMD +Samtec_HLE-122-02-xxx-DV-BE-LC_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +44 +44 +Connector_Samtec_HLE_SMD +Samtec_HLE-122-02-xxx-DV-BE_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +44 +44 +Connector_Samtec_HLE_SMD +Samtec_HLE-122-02-xxx-DV-LC_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +44 +44 +Connector_Samtec_HLE_SMD +Samtec_HLE-122-02-xxx-DV_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +44 +44 +Connector_Samtec_HLE_SMD +Samtec_HLE-123-02-xxx-DV-A_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-A, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +46 +46 +Connector_Samtec_HLE_SMD +Samtec_HLE-123-02-xxx-DV-BE-A_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE-A, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +46 +46 +Connector_Samtec_HLE_SMD +Samtec_HLE-123-02-xxx-DV-BE-LC_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +46 +46 +Connector_Samtec_HLE_SMD +Samtec_HLE-123-02-xxx-DV-BE_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +46 +46 +Connector_Samtec_HLE_SMD +Samtec_HLE-123-02-xxx-DV-LC_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +46 +46 +Connector_Samtec_HLE_SMD +Samtec_HLE-123-02-xxx-DV_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +46 +46 +Connector_Samtec_HLE_SMD +Samtec_HLE-124-02-xxx-DV-A_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-A, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +48 +48 +Connector_Samtec_HLE_SMD +Samtec_HLE-124-02-xxx-DV-BE-A_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE-A, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +48 +48 +Connector_Samtec_HLE_SMD +Samtec_HLE-124-02-xxx-DV-BE-LC_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +48 +48 +Connector_Samtec_HLE_SMD +Samtec_HLE-124-02-xxx-DV-BE_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +48 +48 +Connector_Samtec_HLE_SMD +Samtec_HLE-124-02-xxx-DV-LC_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +48 +48 +Connector_Samtec_HLE_SMD +Samtec_HLE-124-02-xxx-DV_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +48 +48 +Connector_Samtec_HLE_SMD +Samtec_HLE-125-02-xxx-DV-A_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-A, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +50 +50 +Connector_Samtec_HLE_SMD +Samtec_HLE-125-02-xxx-DV-BE-A_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE-A, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +50 +50 +Connector_Samtec_HLE_SMD +Samtec_HLE-125-02-xxx-DV-BE-LC_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +50 +50 +Connector_Samtec_HLE_SMD +Samtec_HLE-125-02-xxx-DV-BE_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +50 +50 +Connector_Samtec_HLE_SMD +Samtec_HLE-125-02-xxx-DV-LC_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +50 +50 +Connector_Samtec_HLE_SMD +Samtec_HLE-125-02-xxx-DV_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +50 +50 +Connector_Samtec_HLE_SMD +Samtec_HLE-126-02-xxx-DV-A_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-A, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +52 +52 +Connector_Samtec_HLE_SMD +Samtec_HLE-126-02-xxx-DV-BE-A_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE-A, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +52 +52 +Connector_Samtec_HLE_SMD +Samtec_HLE-126-02-xxx-DV-BE-LC_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +52 +52 +Connector_Samtec_HLE_SMD +Samtec_HLE-126-02-xxx-DV-BE_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +52 +52 +Connector_Samtec_HLE_SMD +Samtec_HLE-126-02-xxx-DV-LC_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +52 +52 +Connector_Samtec_HLE_SMD +Samtec_HLE-126-02-xxx-DV_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +52 +52 +Connector_Samtec_HLE_SMD +Samtec_HLE-127-02-xxx-DV-A_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-A, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +54 +54 +Connector_Samtec_HLE_SMD +Samtec_HLE-127-02-xxx-DV-BE-A_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE-A, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +54 +54 +Connector_Samtec_HLE_SMD +Samtec_HLE-127-02-xxx-DV-BE-LC_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +54 +54 +Connector_Samtec_HLE_SMD +Samtec_HLE-127-02-xxx-DV-BE_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +54 +54 +Connector_Samtec_HLE_SMD +Samtec_HLE-127-02-xxx-DV-LC_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +54 +54 +Connector_Samtec_HLE_SMD +Samtec_HLE-127-02-xxx-DV_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +54 +54 +Connector_Samtec_HLE_SMD +Samtec_HLE-128-02-xxx-DV-A_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-A, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +56 +56 +Connector_Samtec_HLE_SMD +Samtec_HLE-128-02-xxx-DV-BE-A_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE-A, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +56 +56 +Connector_Samtec_HLE_SMD +Samtec_HLE-128-02-xxx-DV-BE-LC_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +56 +56 +Connector_Samtec_HLE_SMD +Samtec_HLE-128-02-xxx-DV-BE_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +56 +56 +Connector_Samtec_HLE_SMD +Samtec_HLE-128-02-xxx-DV-LC_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +56 +56 +Connector_Samtec_HLE_SMD +Samtec_HLE-128-02-xxx-DV_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +56 +56 +Connector_Samtec_HLE_SMD +Samtec_HLE-129-02-xxx-DV-A_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-A, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +58 +58 +Connector_Samtec_HLE_SMD +Samtec_HLE-129-02-xxx-DV-BE-A_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE-A, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +58 +58 +Connector_Samtec_HLE_SMD +Samtec_HLE-129-02-xxx-DV-BE-LC_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +58 +58 +Connector_Samtec_HLE_SMD +Samtec_HLE-129-02-xxx-DV-BE_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +58 +58 +Connector_Samtec_HLE_SMD +Samtec_HLE-129-02-xxx-DV-LC_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +58 +58 +Connector_Samtec_HLE_SMD +Samtec_HLE-129-02-xxx-DV_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +58 +58 +Connector_Samtec_HLE_SMD +Samtec_HLE-130-02-xxx-DV-A_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-A, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +60 +60 +Connector_Samtec_HLE_SMD +Samtec_HLE-130-02-xxx-DV-BE-A_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE-A, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +60 +60 +Connector_Samtec_HLE_SMD +Samtec_HLE-130-02-xxx-DV-BE-LC_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +60 +60 +Connector_Samtec_HLE_SMD +Samtec_HLE-130-02-xxx-DV-BE_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +60 +60 +Connector_Samtec_HLE_SMD +Samtec_HLE-130-02-xxx-DV-LC_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +60 +60 +Connector_Samtec_HLE_SMD +Samtec_HLE-130-02-xxx-DV_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +60 +60 +Connector_Samtec_HLE_SMD +Samtec_HLE-131-02-xxx-DV-A_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-A, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +62 +62 +Connector_Samtec_HLE_SMD +Samtec_HLE-131-02-xxx-DV-BE-A_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE-A, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +62 +62 +Connector_Samtec_HLE_SMD +Samtec_HLE-131-02-xxx-DV-BE-LC_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +62 +62 +Connector_Samtec_HLE_SMD +Samtec_HLE-131-02-xxx-DV-BE_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +62 +62 +Connector_Samtec_HLE_SMD +Samtec_HLE-131-02-xxx-DV-LC_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +62 +62 +Connector_Samtec_HLE_SMD +Samtec_HLE-131-02-xxx-DV_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +62 +62 +Connector_Samtec_HLE_SMD +Samtec_HLE-132-02-xxx-DV-A_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-A, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +64 +64 +Connector_Samtec_HLE_SMD +Samtec_HLE-132-02-xxx-DV-BE-A_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE-A, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +64 +64 +Connector_Samtec_HLE_SMD +Samtec_HLE-132-02-xxx-DV-BE-LC_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +64 +64 +Connector_Samtec_HLE_SMD +Samtec_HLE-132-02-xxx-DV-BE_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +64 +64 +Connector_Samtec_HLE_SMD +Samtec_HLE-132-02-xxx-DV-LC_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +64 +64 +Connector_Samtec_HLE_SMD +Samtec_HLE-132-02-xxx-DV_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +64 +64 +Connector_Samtec_HLE_SMD +Samtec_HLE-133-02-xxx-DV-A_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-A, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +66 +66 +Connector_Samtec_HLE_SMD +Samtec_HLE-133-02-xxx-DV-BE-A_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE-A, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +66 +66 +Connector_Samtec_HLE_SMD +Samtec_HLE-133-02-xxx-DV-BE-LC_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +66 +66 +Connector_Samtec_HLE_SMD +Samtec_HLE-133-02-xxx-DV-BE_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +66 +66 +Connector_Samtec_HLE_SMD +Samtec_HLE-133-02-xxx-DV-LC_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +66 +66 +Connector_Samtec_HLE_SMD +Samtec_HLE-133-02-xxx-DV_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +66 +66 +Connector_Samtec_HLE_SMD +Samtec_HLE-134-02-xxx-DV-A_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-A, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +68 +68 +Connector_Samtec_HLE_SMD +Samtec_HLE-134-02-xxx-DV-BE-A_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE-A, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +68 +68 +Connector_Samtec_HLE_SMD +Samtec_HLE-134-02-xxx-DV-BE-LC_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +68 +68 +Connector_Samtec_HLE_SMD +Samtec_HLE-134-02-xxx-DV-BE_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +68 +68 +Connector_Samtec_HLE_SMD +Samtec_HLE-134-02-xxx-DV-LC_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +68 +68 +Connector_Samtec_HLE_SMD +Samtec_HLE-134-02-xxx-DV_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +68 +68 +Connector_Samtec_HLE_SMD +Samtec_HLE-135-02-xxx-DV-A_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-A, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +70 +70 +Connector_Samtec_HLE_SMD +Samtec_HLE-135-02-xxx-DV-BE-A_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE-A, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +70 +70 +Connector_Samtec_HLE_SMD +Samtec_HLE-135-02-xxx-DV-BE-LC_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +70 +70 +Connector_Samtec_HLE_SMD +Samtec_HLE-135-02-xxx-DV-BE_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +70 +70 +Connector_Samtec_HLE_SMD +Samtec_HLE-135-02-xxx-DV-LC_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +70 +70 +Connector_Samtec_HLE_SMD +Samtec_HLE-135-02-xxx-DV_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +70 +70 +Connector_Samtec_HLE_SMD +Samtec_HLE-136-02-xxx-DV-A_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-A, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +72 +72 +Connector_Samtec_HLE_SMD +Samtec_HLE-136-02-xxx-DV-BE-A_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE-A, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +72 +72 +Connector_Samtec_HLE_SMD +Samtec_HLE-136-02-xxx-DV-BE-LC_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +72 +72 +Connector_Samtec_HLE_SMD +Samtec_HLE-136-02-xxx-DV-BE_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +72 +72 +Connector_Samtec_HLE_SMD +Samtec_HLE-136-02-xxx-DV-LC_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +72 +72 +Connector_Samtec_HLE_SMD +Samtec_HLE-136-02-xxx-DV_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +72 +72 +Connector_Samtec_HLE_SMD +Samtec_HLE-137-02-xxx-DV-A_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-A, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +74 +74 +Connector_Samtec_HLE_SMD +Samtec_HLE-137-02-xxx-DV-BE-A_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE-A, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +74 +74 +Connector_Samtec_HLE_SMD +Samtec_HLE-137-02-xxx-DV-BE-LC_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +74 +74 +Connector_Samtec_HLE_SMD +Samtec_HLE-137-02-xxx-DV-BE_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +74 +74 +Connector_Samtec_HLE_SMD +Samtec_HLE-137-02-xxx-DV-LC_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +74 +74 +Connector_Samtec_HLE_SMD +Samtec_HLE-137-02-xxx-DV_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +74 +74 +Connector_Samtec_HLE_SMD +Samtec_HLE-138-02-xxx-DV-A_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-A, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +76 +76 +Connector_Samtec_HLE_SMD +Samtec_HLE-138-02-xxx-DV-BE-A_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE-A, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +76 +76 +Connector_Samtec_HLE_SMD +Samtec_HLE-138-02-xxx-DV-BE-LC_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +76 +76 +Connector_Samtec_HLE_SMD +Samtec_HLE-138-02-xxx-DV-BE_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +76 +76 +Connector_Samtec_HLE_SMD +Samtec_HLE-138-02-xxx-DV-LC_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +76 +76 +Connector_Samtec_HLE_SMD +Samtec_HLE-138-02-xxx-DV_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +76 +76 +Connector_Samtec_HLE_SMD +Samtec_HLE-139-02-xxx-DV-A_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-A, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +78 +78 +Connector_Samtec_HLE_SMD +Samtec_HLE-139-02-xxx-DV-BE-A_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE-A, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +78 +78 +Connector_Samtec_HLE_SMD +Samtec_HLE-139-02-xxx-DV-BE-LC_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +78 +78 +Connector_Samtec_HLE_SMD +Samtec_HLE-139-02-xxx-DV-BE_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +78 +78 +Connector_Samtec_HLE_SMD +Samtec_HLE-139-02-xxx-DV-LC_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +78 +78 +Connector_Samtec_HLE_SMD +Samtec_HLE-139-02-xxx-DV_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +78 +78 +Connector_Samtec_HLE_SMD +Samtec_HLE-140-02-xxx-DV-A_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-A, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +80 +80 +Connector_Samtec_HLE_SMD +Samtec_HLE-140-02-xxx-DV-BE-A_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE-A, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +80 +80 +Connector_Samtec_HLE_SMD +Samtec_HLE-140-02-xxx-DV-BE-LC_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +80 +80 +Connector_Samtec_HLE_SMD +Samtec_HLE-140-02-xxx-DV-BE_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +80 +80 +Connector_Samtec_HLE_SMD +Samtec_HLE-140-02-xxx-DV-LC_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +80 +80 +Connector_Samtec_HLE_SMD +Samtec_HLE-140-02-xxx-DV_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +80 +80 +Connector_Samtec_HLE_SMD +Samtec_HLE-141-02-xxx-DV-A_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-A, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +82 +82 +Connector_Samtec_HLE_SMD +Samtec_HLE-141-02-xxx-DV-BE-A_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE-A, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +82 +82 +Connector_Samtec_HLE_SMD +Samtec_HLE-141-02-xxx-DV-BE-LC_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +82 +82 +Connector_Samtec_HLE_SMD +Samtec_HLE-141-02-xxx-DV-BE_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +82 +82 +Connector_Samtec_HLE_SMD +Samtec_HLE-141-02-xxx-DV-LC_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +82 +82 +Connector_Samtec_HLE_SMD +Samtec_HLE-141-02-xxx-DV_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +82 +82 +Connector_Samtec_HLE_SMD +Samtec_HLE-142-02-xxx-DV-A_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-A, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +84 +84 +Connector_Samtec_HLE_SMD +Samtec_HLE-142-02-xxx-DV-BE-A_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE-A, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +84 +84 +Connector_Samtec_HLE_SMD +Samtec_HLE-142-02-xxx-DV-BE-LC_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +84 +84 +Connector_Samtec_HLE_SMD +Samtec_HLE-142-02-xxx-DV-BE_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +84 +84 +Connector_Samtec_HLE_SMD +Samtec_HLE-142-02-xxx-DV-LC_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +84 +84 +Connector_Samtec_HLE_SMD +Samtec_HLE-142-02-xxx-DV_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +84 +84 +Connector_Samtec_HLE_SMD +Samtec_HLE-143-02-xxx-DV-A_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-A, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +86 +86 +Connector_Samtec_HLE_SMD +Samtec_HLE-143-02-xxx-DV-BE-A_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE-A, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +86 +86 +Connector_Samtec_HLE_SMD +Samtec_HLE-143-02-xxx-DV-BE-LC_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +86 +86 +Connector_Samtec_HLE_SMD +Samtec_HLE-143-02-xxx-DV-BE_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +86 +86 +Connector_Samtec_HLE_SMD +Samtec_HLE-143-02-xxx-DV-LC_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +86 +86 +Connector_Samtec_HLE_SMD +Samtec_HLE-143-02-xxx-DV_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +86 +86 +Connector_Samtec_HLE_SMD +Samtec_HLE-144-02-xxx-DV-A_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-A, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +88 +88 +Connector_Samtec_HLE_SMD +Samtec_HLE-144-02-xxx-DV-BE-A_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE-A, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +88 +88 +Connector_Samtec_HLE_SMD +Samtec_HLE-144-02-xxx-DV-BE-LC_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +88 +88 +Connector_Samtec_HLE_SMD +Samtec_HLE-144-02-xxx-DV-BE_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +88 +88 +Connector_Samtec_HLE_SMD +Samtec_HLE-144-02-xxx-DV-LC_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +88 +88 +Connector_Samtec_HLE_SMD +Samtec_HLE-144-02-xxx-DV_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +88 +88 +Connector_Samtec_HLE_SMD +Samtec_HLE-145-02-xxx-DV-A_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-A, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +90 +90 +Connector_Samtec_HLE_SMD +Samtec_HLE-145-02-xxx-DV-BE-A_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE-A, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +90 +90 +Connector_Samtec_HLE_SMD +Samtec_HLE-145-02-xxx-DV-BE-LC_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +90 +90 +Connector_Samtec_HLE_SMD +Samtec_HLE-145-02-xxx-DV-BE_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +90 +90 +Connector_Samtec_HLE_SMD +Samtec_HLE-145-02-xxx-DV-LC_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +90 +90 +Connector_Samtec_HLE_SMD +Samtec_HLE-145-02-xxx-DV_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +90 +90 +Connector_Samtec_HLE_SMD +Samtec_HLE-146-02-xxx-DV-A_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-A, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +92 +92 +Connector_Samtec_HLE_SMD +Samtec_HLE-146-02-xxx-DV-BE-A_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE-A, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +92 +92 +Connector_Samtec_HLE_SMD +Samtec_HLE-146-02-xxx-DV-BE-LC_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +92 +92 +Connector_Samtec_HLE_SMD +Samtec_HLE-146-02-xxx-DV-BE_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +92 +92 +Connector_Samtec_HLE_SMD +Samtec_HLE-146-02-xxx-DV-LC_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +92 +92 +Connector_Samtec_HLE_SMD +Samtec_HLE-146-02-xxx-DV_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +92 +92 +Connector_Samtec_HLE_SMD +Samtec_HLE-147-02-xxx-DV-A_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-A, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +94 +94 +Connector_Samtec_HLE_SMD +Samtec_HLE-147-02-xxx-DV-BE-A_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE-A, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +94 +94 +Connector_Samtec_HLE_SMD +Samtec_HLE-147-02-xxx-DV-BE-LC_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +94 +94 +Connector_Samtec_HLE_SMD +Samtec_HLE-147-02-xxx-DV-BE_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +94 +94 +Connector_Samtec_HLE_SMD +Samtec_HLE-147-02-xxx-DV-LC_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +94 +94 +Connector_Samtec_HLE_SMD +Samtec_HLE-147-02-xxx-DV_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +94 +94 +Connector_Samtec_HLE_SMD +Samtec_HLE-148-02-xxx-DV-A_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-A, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +96 +96 +Connector_Samtec_HLE_SMD +Samtec_HLE-148-02-xxx-DV-BE-A_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE-A, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +96 +96 +Connector_Samtec_HLE_SMD +Samtec_HLE-148-02-xxx-DV-BE-LC_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +96 +96 +Connector_Samtec_HLE_SMD +Samtec_HLE-148-02-xxx-DV-BE_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +96 +96 +Connector_Samtec_HLE_SMD +Samtec_HLE-148-02-xxx-DV-LC_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +96 +96 +Connector_Samtec_HLE_SMD +Samtec_HLE-148-02-xxx-DV_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +96 +96 +Connector_Samtec_HLE_SMD +Samtec_HLE-149-02-xxx-DV-A_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-A, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +98 +98 +Connector_Samtec_HLE_SMD +Samtec_HLE-149-02-xxx-DV-BE-A_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE-A, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +98 +98 +Connector_Samtec_HLE_SMD +Samtec_HLE-149-02-xxx-DV-BE-LC_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +98 +98 +Connector_Samtec_HLE_SMD +Samtec_HLE-149-02-xxx-DV-BE_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +98 +98 +Connector_Samtec_HLE_SMD +Samtec_HLE-149-02-xxx-DV-LC_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +98 +98 +Connector_Samtec_HLE_SMD +Samtec_HLE-149-02-xxx-DV_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +98 +98 +Connector_Samtec_HLE_SMD +Samtec_HLE-150-02-xxx-DV-A_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-A, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +100 +100 +Connector_Samtec_HLE_SMD +Samtec_HLE-150-02-xxx-DV-BE-A_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE-A, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +100 +100 +Connector_Samtec_HLE_SMD +Samtec_HLE-150-02-xxx-DV-BE-LC_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +100 +100 +Connector_Samtec_HLE_SMD +Samtec_HLE-150-02-xxx-DV-BE_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +100 +100 +Connector_Samtec_HLE_SMD +Samtec_HLE-150-02-xxx-DV-LC_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +100 +100 +Connector_Samtec_HLE_SMD +Samtec_HLE-150-02-xxx-DV_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +100 +100 +Connector_Samtec_HLE_THT +Samtec_HLE-104-02-xx-DV-PE-LC_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-PE-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +8 +8 +Connector_Samtec_HLE_THT +Samtec_HLE-104-02-xx-DV-PE_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-PE (compatible alternatives: HLE-104-02-xx-DV-PE-BE), 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +8 +8 +Connector_Samtec_HLE_THT +Samtec_HLE-104-02-xx-DV-TE_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-TE, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +8 +8 +Connector_Samtec_HLE_THT +Samtec_HLE-105-02-xx-DV-PE-LC_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-PE-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +10 +10 +Connector_Samtec_HLE_THT +Samtec_HLE-105-02-xx-DV-PE_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-PE (compatible alternatives: HLE-105-02-xx-DV-PE-BE), 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +10 +10 +Connector_Samtec_HLE_THT +Samtec_HLE-105-02-xx-DV-TE_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-TE, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +10 +10 +Connector_Samtec_HLE_THT +Samtec_HLE-106-02-xx-DV-PE-LC_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-PE-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +12 +12 +Connector_Samtec_HLE_THT +Samtec_HLE-106-02-xx-DV-PE_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-PE (compatible alternatives: HLE-106-02-xx-DV-PE-BE), 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +12 +12 +Connector_Samtec_HLE_THT +Samtec_HLE-106-02-xx-DV-TE_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-TE, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +12 +12 +Connector_Samtec_HLE_THT +Samtec_HLE-107-02-xx-DV-PE-LC_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-PE-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +14 +14 +Connector_Samtec_HLE_THT +Samtec_HLE-107-02-xx-DV-PE_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-PE (compatible alternatives: HLE-107-02-xx-DV-PE-BE), 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +14 +14 +Connector_Samtec_HLE_THT +Samtec_HLE-107-02-xx-DV-TE_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-TE, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +14 +14 +Connector_Samtec_HLE_THT +Samtec_HLE-108-02-xx-DV-PE-LC_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-PE-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +16 +16 +Connector_Samtec_HLE_THT +Samtec_HLE-108-02-xx-DV-PE_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-PE (compatible alternatives: HLE-108-02-xx-DV-PE-BE), 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +16 +16 +Connector_Samtec_HLE_THT +Samtec_HLE-108-02-xx-DV-TE_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-TE, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +16 +16 +Connector_Samtec_HLE_THT +Samtec_HLE-109-02-xx-DV-PE-LC_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-PE-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +18 +18 +Connector_Samtec_HLE_THT +Samtec_HLE-109-02-xx-DV-PE_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-PE (compatible alternatives: HLE-109-02-xx-DV-PE-BE), 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +18 +18 +Connector_Samtec_HLE_THT +Samtec_HLE-109-02-xx-DV-TE_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-TE, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +18 +18 +Connector_Samtec_HLE_THT +Samtec_HLE-110-02-xx-DV-PE-LC_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-PE-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +20 +20 +Connector_Samtec_HLE_THT +Samtec_HLE-110-02-xx-DV-PE_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-PE (compatible alternatives: HLE-110-02-xx-DV-PE-BE), 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +20 +20 +Connector_Samtec_HLE_THT +Samtec_HLE-110-02-xx-DV-TE_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-TE, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +20 +20 +Connector_Samtec_HLE_THT +Samtec_HLE-111-02-xx-DV-PE-LC_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-PE-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +22 +22 +Connector_Samtec_HLE_THT +Samtec_HLE-111-02-xx-DV-PE_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-PE (compatible alternatives: HLE-111-02-xx-DV-PE-BE), 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +22 +22 +Connector_Samtec_HLE_THT +Samtec_HLE-111-02-xx-DV-TE_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-TE, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +22 +22 +Connector_Samtec_HLE_THT +Samtec_HLE-112-02-xx-DV-PE-LC_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-PE-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +24 +24 +Connector_Samtec_HLE_THT +Samtec_HLE-112-02-xx-DV-PE_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-PE (compatible alternatives: HLE-112-02-xx-DV-PE-BE), 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +24 +24 +Connector_Samtec_HLE_THT +Samtec_HLE-112-02-xx-DV-TE_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-TE, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +24 +24 +Connector_Samtec_HLE_THT +Samtec_HLE-113-02-xx-DV-PE-LC_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-PE-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +26 +26 +Connector_Samtec_HLE_THT +Samtec_HLE-113-02-xx-DV-PE_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-PE (compatible alternatives: HLE-113-02-xx-DV-PE-BE), 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +26 +26 +Connector_Samtec_HLE_THT +Samtec_HLE-113-02-xx-DV-TE_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-TE, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +26 +26 +Connector_Samtec_HLE_THT +Samtec_HLE-114-02-xx-DV-PE-LC_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-PE-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +28 +28 +Connector_Samtec_HLE_THT +Samtec_HLE-114-02-xx-DV-PE_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-PE (compatible alternatives: HLE-114-02-xx-DV-PE-BE), 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +28 +28 +Connector_Samtec_HLE_THT +Samtec_HLE-114-02-xx-DV-TE_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-TE, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +28 +28 +Connector_Samtec_HLE_THT +Samtec_HLE-115-02-xx-DV-PE-LC_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-PE-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +30 +30 +Connector_Samtec_HLE_THT +Samtec_HLE-115-02-xx-DV-PE_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-PE (compatible alternatives: HLE-115-02-xx-DV-PE-BE), 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +30 +30 +Connector_Samtec_HLE_THT +Samtec_HLE-115-02-xx-DV-TE_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-TE, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +30 +30 +Connector_Samtec_HLE_THT +Samtec_HLE-116-02-xx-DV-PE-LC_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-PE-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +32 +32 +Connector_Samtec_HLE_THT +Samtec_HLE-116-02-xx-DV-PE_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-PE (compatible alternatives: HLE-116-02-xx-DV-PE-BE), 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +32 +32 +Connector_Samtec_HLE_THT +Samtec_HLE-116-02-xx-DV-TE_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-TE, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +32 +32 +Connector_Samtec_HLE_THT +Samtec_HLE-117-02-xx-DV-PE-LC_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-PE-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +34 +34 +Connector_Samtec_HLE_THT +Samtec_HLE-117-02-xx-DV-PE_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-PE (compatible alternatives: HLE-117-02-xx-DV-PE-BE), 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +34 +34 +Connector_Samtec_HLE_THT +Samtec_HLE-117-02-xx-DV-TE_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-TE, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +34 +34 +Connector_Samtec_HLE_THT +Samtec_HLE-118-02-xx-DV-PE-LC_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-PE-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +36 +36 +Connector_Samtec_HLE_THT +Samtec_HLE-118-02-xx-DV-PE_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-PE (compatible alternatives: HLE-118-02-xx-DV-PE-BE), 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +36 +36 +Connector_Samtec_HLE_THT +Samtec_HLE-118-02-xx-DV-TE_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-TE, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +36 +36 +Connector_Samtec_HLE_THT +Samtec_HLE-119-02-xx-DV-PE-LC_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-PE-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +38 +38 +Connector_Samtec_HLE_THT +Samtec_HLE-119-02-xx-DV-PE_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-PE (compatible alternatives: HLE-119-02-xx-DV-PE-BE), 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +38 +38 +Connector_Samtec_HLE_THT +Samtec_HLE-119-02-xx-DV-TE_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-TE, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +38 +38 +Connector_Samtec_HLE_THT +Samtec_HLE-120-02-xx-DV-PE-LC_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-PE-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +40 +40 +Connector_Samtec_HLE_THT +Samtec_HLE-120-02-xx-DV-PE_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-PE (compatible alternatives: HLE-120-02-xx-DV-PE-BE), 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +40 +40 +Connector_Samtec_HLE_THT +Samtec_HLE-120-02-xx-DV-TE_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-TE, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +40 +40 +Connector_Samtec_HLE_THT +Samtec_HLE-121-02-xx-DV-PE-LC_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-PE-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +42 +42 +Connector_Samtec_HLE_THT +Samtec_HLE-121-02-xx-DV-PE_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-PE (compatible alternatives: HLE-121-02-xx-DV-PE-BE), 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +42 +42 +Connector_Samtec_HLE_THT +Samtec_HLE-121-02-xx-DV-TE_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-TE, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +42 +42 +Connector_Samtec_HLE_THT +Samtec_HLE-122-02-xx-DV-PE-LC_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-PE-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +44 +44 +Connector_Samtec_HLE_THT +Samtec_HLE-122-02-xx-DV-PE_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-PE (compatible alternatives: HLE-122-02-xx-DV-PE-BE), 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +44 +44 +Connector_Samtec_HLE_THT +Samtec_HLE-122-02-xx-DV-TE_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-TE, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +44 +44 +Connector_Samtec_HLE_THT +Samtec_HLE-123-02-xx-DV-PE-LC_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-PE-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +46 +46 +Connector_Samtec_HLE_THT +Samtec_HLE-123-02-xx-DV-PE_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-PE (compatible alternatives: HLE-123-02-xx-DV-PE-BE), 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +46 +46 +Connector_Samtec_HLE_THT +Samtec_HLE-123-02-xx-DV-TE_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-TE, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +46 +46 +Connector_Samtec_HLE_THT +Samtec_HLE-124-02-xx-DV-PE-LC_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-PE-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +48 +48 +Connector_Samtec_HLE_THT +Samtec_HLE-124-02-xx-DV-PE_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-PE (compatible alternatives: HLE-124-02-xx-DV-PE-BE), 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +48 +48 +Connector_Samtec_HLE_THT +Samtec_HLE-124-02-xx-DV-TE_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-TE, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +48 +48 +Connector_Samtec_HLE_THT +Samtec_HLE-125-02-xx-DV-PE-LC_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-PE-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +50 +50 +Connector_Samtec_HLE_THT +Samtec_HLE-125-02-xx-DV-PE_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-PE (compatible alternatives: HLE-125-02-xx-DV-PE-BE), 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +50 +50 +Connector_Samtec_HLE_THT +Samtec_HLE-125-02-xx-DV-TE_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-TE, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +50 +50 +Connector_Samtec_HLE_THT +Samtec_HLE-126-02-xx-DV-PE-LC_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-PE-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +52 +52 +Connector_Samtec_HLE_THT +Samtec_HLE-126-02-xx-DV-PE_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-PE (compatible alternatives: HLE-126-02-xx-DV-PE-BE), 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +52 +52 +Connector_Samtec_HLE_THT +Samtec_HLE-126-02-xx-DV-TE_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-TE, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +52 +52 +Connector_Samtec_HLE_THT +Samtec_HLE-127-02-xx-DV-PE-LC_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-PE-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +54 +54 +Connector_Samtec_HLE_THT +Samtec_HLE-127-02-xx-DV-PE_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-PE (compatible alternatives: HLE-127-02-xx-DV-PE-BE), 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +54 +54 +Connector_Samtec_HLE_THT +Samtec_HLE-127-02-xx-DV-TE_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-TE, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +54 +54 +Connector_Samtec_HLE_THT +Samtec_HLE-128-02-xx-DV-PE-LC_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-PE-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +56 +56 +Connector_Samtec_HLE_THT +Samtec_HLE-128-02-xx-DV-PE_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-PE (compatible alternatives: HLE-128-02-xx-DV-PE-BE), 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +56 +56 +Connector_Samtec_HLE_THT +Samtec_HLE-128-02-xx-DV-TE_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-TE, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +56 +56 +Connector_Samtec_HLE_THT +Samtec_HLE-129-02-xx-DV-PE-LC_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-PE-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +58 +58 +Connector_Samtec_HLE_THT +Samtec_HLE-129-02-xx-DV-PE_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-PE (compatible alternatives: HLE-129-02-xx-DV-PE-BE), 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +58 +58 +Connector_Samtec_HLE_THT +Samtec_HLE-129-02-xx-DV-TE_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-TE, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +58 +58 +Connector_Samtec_HLE_THT +Samtec_HLE-130-02-xx-DV-PE-LC_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-PE-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +60 +60 +Connector_Samtec_HLE_THT +Samtec_HLE-130-02-xx-DV-PE_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-PE (compatible alternatives: HLE-130-02-xx-DV-PE-BE), 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +60 +60 +Connector_Samtec_HLE_THT +Samtec_HLE-130-02-xx-DV-TE_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-TE, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +60 +60 +Connector_Samtec_HLE_THT +Samtec_HLE-131-02-xx-DV-PE-LC_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-PE-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +62 +62 +Connector_Samtec_HLE_THT +Samtec_HLE-131-02-xx-DV-PE_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-PE (compatible alternatives: HLE-131-02-xx-DV-PE-BE), 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +62 +62 +Connector_Samtec_HLE_THT +Samtec_HLE-131-02-xx-DV-TE_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-TE, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +62 +62 +Connector_Samtec_HLE_THT +Samtec_HLE-132-02-xx-DV-PE-LC_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-PE-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +64 +64 +Connector_Samtec_HLE_THT +Samtec_HLE-132-02-xx-DV-PE_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-PE (compatible alternatives: HLE-132-02-xx-DV-PE-BE), 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +64 +64 +Connector_Samtec_HLE_THT +Samtec_HLE-132-02-xx-DV-TE_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-TE, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +64 +64 +Connector_Samtec_HLE_THT +Samtec_HLE-133-02-xx-DV-PE-LC_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-PE-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +66 +66 +Connector_Samtec_HLE_THT +Samtec_HLE-133-02-xx-DV-PE_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-PE (compatible alternatives: HLE-133-02-xx-DV-PE-BE), 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +66 +66 +Connector_Samtec_HLE_THT +Samtec_HLE-133-02-xx-DV-TE_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-TE, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +66 +66 +Connector_Samtec_HLE_THT +Samtec_HLE-134-02-xx-DV-PE-LC_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-PE-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +68 +68 +Connector_Samtec_HLE_THT +Samtec_HLE-134-02-xx-DV-PE_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-PE (compatible alternatives: HLE-134-02-xx-DV-PE-BE), 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +68 +68 +Connector_Samtec_HLE_THT +Samtec_HLE-134-02-xx-DV-TE_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-TE, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +68 +68 +Connector_Samtec_HLE_THT +Samtec_HLE-135-02-xx-DV-PE-LC_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-PE-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +70 +70 +Connector_Samtec_HLE_THT +Samtec_HLE-135-02-xx-DV-PE_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-PE (compatible alternatives: HLE-135-02-xx-DV-PE-BE), 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +70 +70 +Connector_Samtec_HLE_THT +Samtec_HLE-135-02-xx-DV-TE_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-TE, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +70 +70 +Connector_Samtec_HLE_THT +Samtec_HLE-136-02-xx-DV-PE-LC_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-PE-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +72 +72 +Connector_Samtec_HLE_THT +Samtec_HLE-136-02-xx-DV-PE_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-PE (compatible alternatives: HLE-136-02-xx-DV-PE-BE), 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +72 +72 +Connector_Samtec_HLE_THT +Samtec_HLE-136-02-xx-DV-TE_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-TE, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +72 +72 +Connector_Samtec_HLE_THT +Samtec_HLE-137-02-xx-DV-PE-LC_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-PE-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +74 +74 +Connector_Samtec_HLE_THT +Samtec_HLE-137-02-xx-DV-PE_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-PE (compatible alternatives: HLE-137-02-xx-DV-PE-BE), 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +74 +74 +Connector_Samtec_HLE_THT +Samtec_HLE-137-02-xx-DV-TE_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-TE, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +74 +74 +Connector_Samtec_HLE_THT +Samtec_HLE-138-02-xx-DV-PE-LC_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-PE-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +76 +76 +Connector_Samtec_HLE_THT +Samtec_HLE-138-02-xx-DV-PE_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-PE (compatible alternatives: HLE-138-02-xx-DV-PE-BE), 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +76 +76 +Connector_Samtec_HLE_THT +Samtec_HLE-138-02-xx-DV-TE_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-TE, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +76 +76 +Connector_Samtec_HLE_THT +Samtec_HLE-139-02-xx-DV-PE-LC_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-PE-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +78 +78 +Connector_Samtec_HLE_THT +Samtec_HLE-139-02-xx-DV-PE_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-PE (compatible alternatives: HLE-139-02-xx-DV-PE-BE), 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +78 +78 +Connector_Samtec_HLE_THT +Samtec_HLE-139-02-xx-DV-TE_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-TE, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +78 +78 +Connector_Samtec_HLE_THT +Samtec_HLE-140-02-xx-DV-PE-LC_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-PE-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +80 +80 +Connector_Samtec_HLE_THT +Samtec_HLE-140-02-xx-DV-PE_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-PE (compatible alternatives: HLE-140-02-xx-DV-PE-BE), 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +80 +80 +Connector_Samtec_HLE_THT +Samtec_HLE-140-02-xx-DV-TE_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-TE, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +80 +80 +Connector_Samtec_HLE_THT +Samtec_HLE-141-02-xx-DV-PE-LC_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-PE-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +82 +82 +Connector_Samtec_HLE_THT +Samtec_HLE-141-02-xx-DV-PE_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-PE (compatible alternatives: HLE-141-02-xx-DV-PE-BE), 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +82 +82 +Connector_Samtec_HLE_THT +Samtec_HLE-141-02-xx-DV-TE_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-TE, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +82 +82 +Connector_Samtec_HLE_THT +Samtec_HLE-142-02-xx-DV-PE-LC_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-PE-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +84 +84 +Connector_Samtec_HLE_THT +Samtec_HLE-142-02-xx-DV-PE_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-PE (compatible alternatives: HLE-142-02-xx-DV-PE-BE), 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +84 +84 +Connector_Samtec_HLE_THT +Samtec_HLE-142-02-xx-DV-TE_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-TE, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +84 +84 +Connector_Samtec_HLE_THT +Samtec_HLE-143-02-xx-DV-PE-LC_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-PE-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +86 +86 +Connector_Samtec_HLE_THT +Samtec_HLE-143-02-xx-DV-PE_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-PE (compatible alternatives: HLE-143-02-xx-DV-PE-BE), 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +86 +86 +Connector_Samtec_HLE_THT +Samtec_HLE-143-02-xx-DV-TE_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-TE, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +86 +86 +Connector_Samtec_HLE_THT +Samtec_HLE-144-02-xx-DV-PE-LC_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-PE-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +88 +88 +Connector_Samtec_HLE_THT +Samtec_HLE-144-02-xx-DV-PE_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-PE (compatible alternatives: HLE-144-02-xx-DV-PE-BE), 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +88 +88 +Connector_Samtec_HLE_THT +Samtec_HLE-144-02-xx-DV-TE_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-TE, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +88 +88 +Connector_Samtec_HLE_THT +Samtec_HLE-145-02-xx-DV-PE-LC_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-PE-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +90 +90 +Connector_Samtec_HLE_THT +Samtec_HLE-145-02-xx-DV-PE_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-PE (compatible alternatives: HLE-145-02-xx-DV-PE-BE), 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +90 +90 +Connector_Samtec_HLE_THT +Samtec_HLE-145-02-xx-DV-TE_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-TE, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +90 +90 +Connector_Samtec_HLE_THT +Samtec_HLE-146-02-xx-DV-PE-LC_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-PE-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +92 +92 +Connector_Samtec_HLE_THT +Samtec_HLE-146-02-xx-DV-PE_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-PE (compatible alternatives: HLE-146-02-xx-DV-PE-BE), 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +92 +92 +Connector_Samtec_HLE_THT +Samtec_HLE-146-02-xx-DV-TE_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-TE, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +92 +92 +Connector_Samtec_HLE_THT +Samtec_HLE-147-02-xx-DV-PE-LC_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-PE-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +94 +94 +Connector_Samtec_HLE_THT +Samtec_HLE-147-02-xx-DV-PE_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-PE (compatible alternatives: HLE-147-02-xx-DV-PE-BE), 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +94 +94 +Connector_Samtec_HLE_THT +Samtec_HLE-147-02-xx-DV-TE_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-TE, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +94 +94 +Connector_Samtec_HLE_THT +Samtec_HLE-148-02-xx-DV-PE-LC_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-PE-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +96 +96 +Connector_Samtec_HLE_THT +Samtec_HLE-148-02-xx-DV-PE_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-PE (compatible alternatives: HLE-148-02-xx-DV-PE-BE), 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +96 +96 +Connector_Samtec_HLE_THT +Samtec_HLE-148-02-xx-DV-TE_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-TE, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +96 +96 +Connector_Samtec_HLE_THT +Samtec_HLE-149-02-xx-DV-PE-LC_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-PE-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +98 +98 +Connector_Samtec_HLE_THT +Samtec_HLE-149-02-xx-DV-PE_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-PE (compatible alternatives: HLE-149-02-xx-DV-PE-BE), 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +98 +98 +Connector_Samtec_HLE_THT +Samtec_HLE-149-02-xx-DV-TE_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-TE, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +98 +98 +Connector_Samtec_HLE_THT +Samtec_HLE-150-02-xx-DV-PE-LC_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-PE-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +100 +100 +Connector_Samtec_HLE_THT +Samtec_HLE-150-02-xx-DV-PE_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-PE (compatible alternatives: HLE-150-02-xx-DV-PE-BE), 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +100 +100 +Connector_Samtec_HLE_THT +Samtec_HLE-150-02-xx-DV-TE_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-TE, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +100 +100 +Connector_Stocko +Stocko_MKS_1651-6-0-202_1x2_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +2 +2 +Connector_Stocko +Stocko_MKS_1652-6-0-202_1x2_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +2 +2 +Connector_Stocko +Stocko_MKS_1653-6-0-303_1x3_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +3 +3 +Connector_Stocko +Stocko_MKS_1654-6-0-404_1x4_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +4 +4 +Connector_Stocko +Stocko_MKS_1655-6-0-505_1x5_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +5 +5 +Connector_Stocko +Stocko_MKS_1656-6-0-606_1x6_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +6 +6 +Connector_Stocko +Stocko_MKS_1657-6-0-707_1x7_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +7 +7 +Connector_Stocko +Stocko_MKS_1658-6-0-808_1x8_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +8 +8 +Connector_Stocko +Stocko_MKS_1659-6-0-909_1x9_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +9 +9 +Connector_Stocko +Stocko_MKS_1660-6-0-1010_1x10_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +10 +10 +Connector_Stocko +Stocko_MKS_1661-6-0-1111_1x11_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +11 +11 +Connector_Stocko +Stocko_MKS_1662-6-0-1212_1x12_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +12 +12 +Connector_Stocko +Stocko_MKS_1663-6-0-1313_1x13_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +13 +13 +Connector_Stocko +Stocko_MKS_1664-6-0-1414_1x14_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +14 +14 +Connector_Stocko +Stocko_MKS_1665-6-0-1515_1x15_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +15 +15 +Connector_Stocko +Stocko_MKS_1666-6-0-1616_1x16_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +16 +16 +Connector_Stocko +Stocko_MKS_1667-6-0-1717_1x17_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +17 +17 +Connector_Stocko +Stocko_MKS_1668-6-0-1818_1x18_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +18 +18 +Connector_Stocko +Stocko_MKS_1669-6-0-1919_1x19_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +19 +19 +Connector_Stocko +Stocko_MKS_1670-6-0-2020_1x20_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +20 +20 +Connector_TE-Connectivity +TE_1-826576-3_1x13_P3.96mm_Vertical +TE, 1-826576-3, 13 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +13 +13 +Connector_TE-Connectivity +TE_1-826576-5_1x15_P3.96mm_Vertical +TE, 1-826576-5, 15 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +15 +15 +Connector_TE-Connectivity +TE_1-826576-6_1x16_P3.96mm_Vertical +TE, 1-826576-6, 16 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +16 +16 +Connector_TE-Connectivity +TE_1-826576-7_1x17_P3.96mm_Vertical +TE, 1-826576-7, 17 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +17 +17 +Connector_TE-Connectivity +TE_1-826576-8_1x18_P3.96mm_Vertical +TE, 1-826576-8, 18 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +18 +18 +Connector_TE-Connectivity +TE_2-826576-0_1x20_P3.96mm_Vertical +TE, 2-826576-0, 20 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +20 +20 +Connector_TE-Connectivity +TE_3-826576-6_1x36_P3.96mm_Vertical +TE, 3-826576-6, 36 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +36 +36 +Connector_TE-Connectivity +TE_440054-2_1x02_P2.00mm_Vertical +TE Connectivity, HDI, Wire-to-Board, Fully Shrouded, Vertical Header: https://www.te.com/usa-en/product-440054-2.datasheet.pdf +connector header hdr horizontal vertical shrouded fully-shrounded 440054-2 2-440054-2 4-440054-2 6-440054-2 2-440054-6 4-440054-6 6-440054-6 +0 +2 +2 +Connector_TE-Connectivity +TE_440055-2_1x02_P2.00mm_Horizontal +TE Connectivity, HDI, Wire-to-Board, Fully Shrouded, Header: https://www.te.com/usa-en/product-440055-2.datasheet.pdf +connector header hdr horizontal right-angle shrouded fully-shrounded 440055-2 2-440055-2 4-440055-2 6-440055-2 8-440055-2 +0 +2 +2 +Connector_TE-Connectivity +TE_826576-2_1x02_P3.96mm_Vertical +TE, 826576-2, 2 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +2 +2 +Connector_TE-Connectivity +TE_826576-3_1x03_P3.96mm_Vertical +TE, 826576-3, 3 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +3 +3 +Connector_TE-Connectivity +TE_826576-5_1x05_P3.96mm_Vertical +TE, 826576-5, 5 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +5 +5 +Connector_TE-Connectivity +TE_826576-6_1x06_P3.96mm_Vertical +TE, 826576-6, 6 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +6 +6 +Connector_TE-Connectivity +TE_826576-7_1x07_P3.96mm_Vertical +TE, 826576-7, 7 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +7 +7 +Connector_TE-Connectivity +TE_826576-8_1x08_P3.96mm_Vertical +TE, 826576-8, 8 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +8 +8 +Connector_TE-Connectivity +TE_826576-9_1x09_P3.96mm_Vertical +TE, 826576-9, 9 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +9 +9 +Connector_TE-Connectivity +TE_2834006-1_1x01_P4.0mm_Horizontal +TE Connectivity Buchanan WireMate connector, Poke-In series, 1-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1 +wire connector +0 +2 +1 +Connector_TE-Connectivity +TE_2834006-2_1x02_P4.0mm_Horizontal +TE Connectivity Buchanan WireMate connector, Poke-In series, 2-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1 +wire connector +0 +4 +2 +Connector_TE-Connectivity +TE_2834006-3_1x03_P4.0mm_Horizontal +TE Connectivity Buchanan WireMate connector, Poke-In series, 3-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1 +wire connector +0 +6 +3 +Connector_TE-Connectivity +TE_2834006-4_1x04_P4.0mm_Horizontal +TE Connectivity Buchanan WireMate connector, Poke-In series, 4-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1 +wire connector +0 +8 +4 +Connector_TE-Connectivity +TE_2834006-5_1x05_P4.0mm_Horizontal +TE Connectivity Buchanan WireMate connector, Poke-In series, 5-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1 +wire connector +0 +10 +5 +Connector_TE-Connectivity +TE_5767171-1_2x19_P0.635mm_Vertical +PCB Mount Receptacle, Vertical, Board-to-Board, 38 Position, 24.003mm / .64mm [.945in] Centerline, Header Only, Palladium Nickel (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F5767171%7FB2%7Fpdf%7FEnglish%7FENG_CD_5767171_B2.pdf%7F5767171-1#page=2) +mictor38 receptacle board-to-board +0 +43 +39 +Connector_TE-Connectivity +TE_AMPSEAL_1-776087-x_3Rows_23_P0.4mm_Horizontal +Connector +TE 776087 +0 +23 +23 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770182-x_3x03_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770182-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +9 +9 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770186-x_3x04_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770186-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +12 +12 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770190-x_3x05_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770190-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +15 +15 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770621-x_2x06_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770621-x, 6 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +12 +12 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770858-x_2x05_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770858-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +10 +10 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770866-x_1x02_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770866-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +2 +2 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770870-x_1x03_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770870-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +3 +3 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770874-x_2x02_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770874-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +4 +4 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770875-x_2x03_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770875-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +6 +6 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770966-x_1x02_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770966-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +2 +2 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770967-x_1x03_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770967-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +3 +3 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770968-x_2x02_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770968-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +4 +4 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770969-x_2x03_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770969-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +6 +6 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770970-x_2x04_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770970-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +8 +8 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770971-x_2x05_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770971-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +10 +10 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770972-x_2x06_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770972-x, 6 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +12 +12 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770973-x_2x07_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770973-x, 7 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +14 +14 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770974-x_2x08_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770974-x, 8 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +16 +16 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794067-x_2x07_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794067-x, 7 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +14 +14 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794068-x_2x08_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794068-x, 8 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +16 +16 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794069-x_2x09_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794069-x, 9 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +18 +18 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794070-x_2x10_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794070-x, 10 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +20 +20 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794071-x_2x11_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794071-x, 11 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +22 +22 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794072-x_2x12_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794072-x, 12 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +24 +24 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794073-x_2x04_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794073-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +8 +8 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794105-x_2x09_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794105-x, 9 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +18 +18 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794106-x_2x10_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794106-x, 10 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +20 +20 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794107-x_2x11_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794107-x, 11 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +22 +22 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794108-x_2x12_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794108-x, 12 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +24 +24 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794374-x_1x01_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794374-x, 1 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +1 +1 +Connector_TE-Connectivity +TE_MATE-N-LOK_350211-1_1x04_P5.08mm_Vertical +https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F350211%7FU5%7Fpdf%7FEnglish%7FENG_CD_350211_U5.pdf%7F350211-1 +connector TE MATE-N-LOK top entry ATA PATA IDE 5.25 inch floppy drive power +0 +4 +4 +Connector_TE-Connectivity +TE_Micro-MaTch_1-215079-0_2x05_P1.27mm_Vertical +TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 10 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 +connector TE-Connectivity Micro-MaTch Vertical 1-215079-0 8-215079-10 +0 +10 +10 +Connector_TE-Connectivity +TE_Micro-MaTch_1-215079-2_2x06_P1.27mm_Vertical +TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 12 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 +connector TE-Connectivity Micro-MaTch Vertical 1-215079-2 8-215079-12 +0 +12 +12 +Connector_TE-Connectivity +TE_Micro-MaTch_1-215079-4_2x07_P1.27mm_Vertical +TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 14 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 +connector TE-Connectivity Micro-MaTch Vertical 1-215079-4 8-215079-14 +0 +14 +14 +Connector_TE-Connectivity +TE_Micro-MaTch_1-215079-6_2x08_P1.27mm_Vertical +TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 16 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 +connector TE-Connectivity Micro-MaTch Vertical 1-215079-6 8-215079-16 +0 +16 +16 +Connector_TE-Connectivity +TE_Micro-MaTch_1-215079-8_2x09_P1.27mm_Vertical +TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 18 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 +connector TE-Connectivity Micro-MaTch Vertical 1-215079-8 8-215079-18 +0 +18 +18 +Connector_TE-Connectivity +TE_Micro-MaTch_2-215079-0_2x10_P1.27mm_Vertical +TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 20 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 +connector TE-Connectivity Micro-MaTch Vertical 2-215079-0 9-215079-20 +0 +20 +20 +Connector_TE-Connectivity +TE_Micro-MaTch_215079-4_2x02_P1.27mm_Vertical +TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 4 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 +connector TE-Connectivity Micro-MaTch Vertical 215079-4 7-215079-4 +0 +4 +4 +Connector_TE-Connectivity +TE_Micro-MaTch_215079-6_2x03_P1.27mm_Vertical +TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 6 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 +connector TE-Connectivity Micro-MaTch Vertical 215079-6 7-215079-6 +0 +6 +6 +Connector_TE-Connectivity +TE_Micro-MaTch_215079-8_2x04_P1.27mm_Vertical +TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 8 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 +connector TE-Connectivity Micro-MaTch Vertical 215079-8 7-215079-8 +0 +8 +8 +Connector_USB +USB3_A_Molex_48393-001 +USB 3.0, type A, right angle (http://www.molex.com/pdm_docs/sd/483930003_sd.pdf) +USB 3.0 type A right angle +0 +13 +10 +Connector_USB +USB3_A_Plug_Wuerth_692112030100_Horizontal +USB3 type A Plug, Horizontal, http://katalog.we-online.de/em/datasheet/692112030100.pdf +usb A plug horizontal +0 +11 +10 +Connector_USB +USB3_A_Receptacle_Wuerth_692122030100 +USB 3.0, type A, right angle (https://www.we-online.com/katalog/datasheet/692122030100.pdf) +USB 3.0 type A right angle Würth +0 +11 +10 +Connector_USB +USB3_Micro-B_Connfly_DS1104-01 +Micro USB B receptable with flange, bottom-mount, SMD, right-angle (http://en.connfly.com/static/upload/file/pdf/DS1104-01.pdf) +USB 3.0 Micro B SMD right angle +0 +16 +11 +Connector_USB +USB_A_CNCTech_1001-011-01101_Horizontal +USB type A Plug, Horizontal, http://cnctech.us/pdfs/1001-011-01101.pdf +USB-A +0 +6 +5 +Connector_USB +USB_A_CONNFLY_DS1095-WNR0 +http://www.connfly.com/userfiles/image/UpLoadFile/File/2013/5/6/DS1095.pdf +USB-A receptacle horizontal through-hole +0 +6 +5 +Connector_USB +USB_A_CUI_UJ2-ADH-TH_Horizontal_Stacked +USB-A two stacked horizontal receptacle, through-hole (https://www.cuidevices.com/product/resource/uj2-adh-th.pdf) +USB-A CUI stacked horizontal through-hole +0 +12 +9 +Connector_USB +USB_A_Molex_67643_Horizontal +USB type A, Horizontal, https://www.molex.com/pdm_docs/sd/676433910_sd.pdf +USB_A Female Connector receptacle +0 +6 +5 +Connector_USB +USB_A_Molex_105057_Vertical +https://www.molex.com/pdm_docs/sd/1050570001_sd.pdf +USB A Vertical +0 +7 +5 +Connector_USB +USB_A_Stewart_SS-52100-001_Horizontal +USB A connector https://belfuse.com/resources/drawings/stewartconnector/dr-stw-ss-52100-001.pdf +USB_A Female Connector receptacle +0 +6 +5 +Connector_USB +USB_A_TE_292303-7_Horizontal +USB type A, Horizontal, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=292303&DocType=Customer+Drawing&DocLang=English +USB_A Female Connector receptacle +0 +6 +5 +Connector_USB +USB_A_Wuerth_614004134726_Horizontal +USB A connector https://www.we-online.com/catalog/datasheet/614004134726.pdf +USB_A Female Connector receptacle +0 +8 +5 +Connector_USB +USB_A_Wuerth_61400826021_Horizontal_Stacked +Stacked USB A connector http://katalog.we-online.de/em/datasheet/61400826021.pdf +Wuerth stacked USB_A +0 +12 +9 +Connector_USB +USB_B_Amphenol_MUSB-D511_Vertical_Rugged +A,phenol MUSB_D511, USB B female connector, straight, rugged, https://www.amphenolcanada.com/ProductSearch/drawings/AC/MUSBD511XX.pdf +USB_B_MUSB_Straight female connector straight rugged MUSB D511 +0 +6 +5 +Connector_USB +USB_B_Lumberg_2411_02_Horizontal +USB 2.0 receptacle type B, horizontal version, through-hole, https://downloads.lumberg.com/datenblaetter/en/2411_02.pdf +USB B receptacle horizontal through-hole +0 +6 +5 +Connector_USB +USB_B_OST_USB-B1HSxx_Horizontal +USB B receptacle, Horizontal, through-hole, http://www.on-shore.com/wp-content/uploads/2015/09/usb-b1hsxx.pdf +USB-B receptacle horizontal through-hole +0 +6 +5 +Connector_USB +USB_B_TE_5787834_Vertical +http://www.mouser.com/ds/2/418/NG_CD_5787834_A4-669110.pdf +USB_B USB B vertical female connector +0 +6 +5 +Connector_USB +USB_C_Plug_JAE_DX07P024AJ1 +Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, https://www.jae.com/en/searchfilter/?topics_keyword=DX07P024AJ1&mainItemSelect=1 +USB Type-C Plug Edge Mount +0 +30 +25 +Connector_USB +USB_C_Plug_Molex_105444 +Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, http://www.molex.com/pdm_docs/sd/1054440001_sd.pdf +USB Type-C Plug Edge Mount +0 +24 +23 +Connector_USB +USB_C_Plug_ShenzhenJingTuoJin_918-118A2021Y40002_Vertical +Low-profile vertical USB 2.0 Type C Plug Shenzhen Jing Tuo Jin Electronics Co 918-118A2021Y40002 ( https://datasheet.lcsc.com/lcsc/1912111437_Jing-Extension-of-the-Electronic-Co--918-118A2021Y40002_C399939.pdf ) also compatible with Korean HRO Parts Elec TYPE-C-31-G-06 +type-c usb2 +0 +18 +17 +Connector_USB +USB_C_Receptacle_Amphenol_12401548E4-2A +USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A +USB C Type-C Receptacle Hybrid +0 +28 +25 +Connector_USB +USB_C_Receptacle_Amphenol_12401548E4-2A_CircularHoles +USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A +USB C Type-C Receptacle Hybrid +0 +28 +25 +Connector_USB +USB_C_Receptacle_Amphenol_12401610E4-2A +USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A +USB C Type-C Receptacle SMD +0 +28 +25 +Connector_USB +USB_C_Receptacle_Amphenol_12401610E4-2A_CircularHoles +USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A +USB C Type-C Receptacle SMD +0 +28 +25 +Connector_USB +USB_C_Receptacle_CNCTech_C-ARA1-AK51X +USB Type-C 3.0 Receptacle, 24-pin, right angle (source: https://www.cnctech.us/pdfs/C-ARA1-AK512.pdf) +USB C Type-C Receptacle Hybrid CNCTech C-ARA1-AK51X +0 +32 +25 +Connector_USB +USB_C_Receptacle_G-Switch_GT-USB-7010ASV +USB Type C, right-angle, SMT, https://datasheet.lcsc.com/lcsc/2204071530_G-Switch-GT-USB-7010ASV_C2988369.pdf +USB C Type-C Receptacle SMD +0 +20 +17 +Connector_USB +USB_C_Receptacle_G-Switch_GT-USB-7051x +USB Type C, vertical, SMT, https://datasheet.lcsc.com/lcsc/2108072030_G-Switch-GT-USB-7051A_C2843970.pdf +USB C Type-C Receptacle SMD GT-USB-7051A GT-USB-7051B +0 +20 +17 +Connector_USB +USB_C_Receptacle_GCT_USB4085 +USB 2.0 Type C Receptacle, https://gct.co/Files/Drawings/USB4085.pdf +USB Type-C Receptacle Through-hole Right angle +0 +20 +17 +Connector_USB +USB_C_Receptacle_GCT_USB4105-xx-A_16P_TopMnt_Horizontal +USB 2.0 Type C Receptacle, GCT, 16P, top mounted, horizontal, 5A: https://gct.co/files/drawings/usb4105.pdf +USB C Type-C Receptacle SMD USB 2.0 16P 16C USB4105-15-A USB4105-15-A-060 USB4105-15-A-120 USB4105-GF-A USB4105-GF-A-060 USB4105-GF-A-120 +0 +20 +17 +Connector_USB +USB_C_Receptacle_GCT_USB4115-03-C +USB TYPE C, VERT RCPT PCB, SMT, https://gct.co/files/drawings/usb4115.pdf +USB C Type-C Receptacle SMD +0 +28 +25 +Connector_USB +USB_C_Receptacle_GCT_USB4135-GF-A_6P_TopMnt_Horizontal +USB Type C Receptacle, GCT, power-only, 6P, top mounted, horizontal, 3A: https://gct.co/files/drawings/usb4135.pdf +USB C Type-C Receptacle SMD USB Power-only Charging-only 6P 6C USB4135-GF-A +0 +10 +7 +Connector_USB +USB_C_Receptacle_HRO_TYPE-C-31-M-12 +USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf +usb usb-c 2.0 pd +0 +20 +17 +Connector_USB +USB_C_Receptacle_JAE_DX07S016JA1R1500 +USB TYPE C, USB 2.0, SMT, https://www.jae.com/en/connectors/series/detail/product/id=91780 +USB C Type-C Receptacle SMD USB 2.0 +0 +22 +17 +Connector_USB +USB_C_Receptacle_JAE_DX07S024WJ1R350 +http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ117219.pdf +USB C Type-C Receptacle SMD +0 +30 +25 +Connector_USB +USB_C_Receptacle_JAE_DX07S024WJ3R400 +USB TYPE C, VERT RCPT PCB, SMT, http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ117928.pdf +USB C Type-C Receptacle SMD +0 +28 +25 +Connector_USB +USB_C_Receptacle_Molex_105450-0101 +USB 3.0 3.1 3.2 4.0 Type-C receptable, through-hole mount, SMD, right-angle (https://www.molex.com/pdm_docs/sd/1054500101_sd.pdf) +USB C Type-C USB3 receptacle SMD +0 +28 +25 +Connector_USB +USB_C_Receptacle_Palconn_UTC16-G +http://www.palpilot.com/wp-content/uploads/2017/05/UTC027-GKN-OR-Rev-A.pdf +USB C Type-C Receptacle USB2.0 +0 +20 +17 +Connector_USB +USB_C_Receptacle_XKB_U262-16XN-4BVC11 +USB Type C, right-angle, SMT, https://datasheet.lcsc.com/szlcsc/1811141824_XKB-Enterprise-U262-161N-4BVC11_C319148.pdf +USB C Type-C Receptacle SMD +0 +20 +17 +Connector_USB +USB_Micro-AB_Molex_47590-0001 +Micro USB AB receptable, right-angle inverted (https://www.molex.com/pdm_docs/sd/475900001_sd.pdf) +Micro AB USB SMD +0 +14 +6 +Connector_USB +USB_Micro-B_Amphenol_10103594-0001LF_Horizontal +Micro USB Type B 10103594-0001LF, http://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10103594.pdf +USB USB_B USB_micro USB_OTG +0 +17 +6 +Connector_USB +USB_Micro-B_Amphenol_10104110_Horizontal +USB Micro-B, horizontal, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10104110.pdf +USB Micro B horizontal +0 +9 +6 +Connector_USB +USB_Micro-B_Amphenol_10118194_Horizontal +USB Micro-B receptacle, horizontal, SMD, 10118194, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10118194.pdf +USB Micro B horizontal SMD +0 +17 +6 +Connector_USB +USB_Micro-B_GCT_USB3076-30-A +GCT Micro USB https://gct.co/files/drawings/usb3076.pdf +Micro-USB SMD Typ-B GCT +0 +11 +6 +Connector_USB +USB_Micro-B_Molex-105017-0001 +http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf +Micro-USB SMD Typ-B +0 +13 +6 +Connector_USB +USB_Micro-B_Molex-105133-0001 +Molex Vertical Micro USB Typ-B (http://www.molex.com/pdm_docs/sd/1051330001_sd.pdf) +Micro-USB SMD Typ-B Vertical +0 +8 +6 +Connector_USB +USB_Micro-B_Molex-105133-0031 +Molex Vertical Micro USB Typ-B (http://www.molex.com/pdm_docs/sd/1051330031_sd.pdf) +Micro-USB SMD Typ-B Vertical +0 +8 +6 +Connector_USB +USB_Micro-B_Molex_47346-0001 +Micro USB B receptable with flange, bottom-mount, SMD, right-angle (http://www.molex.com/pdm_docs/sd/473460001_sd.pdf) +Micro B USB SMD +0 +11 +6 +Connector_USB +USB_Micro-B_Technik_TWP-4002D-H3 +Dustproof Micro USB Type B TWP-4002D-H3, https://www.technik.com.hk/images/pdf_product/WP4002D-H3-A_2.0.pdf +USB Micro B horizontal dustproof waterproof IP67 +0 +7 +6 +Connector_USB +USB_Micro-B_Wuerth_614105150721_Vertical +USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf +usb micro receptacle vertical +0 +7 +6 +Connector_USB +USB_Micro-B_Wuerth_614105150721_Vertical_CircularHoles +USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf +usb micro receptacle vertical +0 +7 +6 +Connector_USB +USB_Micro-B_Wuerth_629105150521 +USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf +usb micro receptacle +0 +9 +6 +Connector_USB +USB_Micro-B_Wuerth_629105150521_CircularHoles +USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf +usb micro receptacle +0 +9 +6 +Connector_USB +USB_Micro-B_XKB_U254-051T-4BH83-F1S +XKB Connectivity, USB Micro-B, right-angle, SMT, https://datasheet.lcsc.com/lcsc/2206091745_XKB-Connectivity-U254-051T-4BH83-F1S_C397452.pdf +USB Micro-B Receptacle SMD +0 +11 +6 +Connector_USB +USB_Mini-B_AdamTech_MUSB-B5-S-VT-TSMT-1_SMD_Vertical +http://www.adam-tech.com/upload/MUSB-B5-S-VT-TSMT-1.pdf +USB Mini-B +0 +7 +6 +Connector_USB +USB_Mini-B_Lumberg_2486_01_Horizontal +USB Mini-B 5-pin SMD connector, http://downloads.lumberg.com/datenblaetter/en/2486_01.pdf +USB USB_B USB_Mini connector +0 +9 +6 +Connector_USB +USB_Mini-B_Tensility_54-00023_Vertical +http://www.tensility.com/pdffiles/54-00023.pdf +usb mini receptacle vertical +0 +7 +6 +Connector_USB +USB_Mini-B_Tensility_54-00023_Vertical_CircularHoles +http://www.tensility.com/pdffiles/54-00023.pdf +usb mini receptacle vertical +0 +7 +6 +Connector_USB +USB_Mini-B_Wuerth_65100516121_Horizontal +Mini USB 2.0 Type B SMT Horizontal 5 Contacts (https://katalog.we-online.de/em/datasheet/65100516121.pdf) +Mini USB 2.0 Type B +0 +9 +6 +Connector_Wago +Wago_734-132_1x02_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-132 , 2 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +2 +2 +Connector_Wago +Wago_734-133_1x03_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-133 , 3 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +3 +3 +Connector_Wago +Wago_734-134_1x04_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-134 , 4 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +4 +4 +Connector_Wago +Wago_734-135_1x05_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-135 , 5 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +5 +5 +Connector_Wago +Wago_734-136_1x06_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-136 , 6 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +6 +6 +Connector_Wago +Wago_734-137_1x07_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-137 , 7 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +7 +7 +Connector_Wago +Wago_734-138_1x08_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-138 , 8 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +8 +8 +Connector_Wago +Wago_734-139_1x09_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-139 , 9 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +9 +9 +Connector_Wago +Wago_734-140_1x10_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-140 , 10 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +10 +10 +Connector_Wago +Wago_734-141_1x11_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-141 , 11 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +11 +11 +Connector_Wago +Wago_734-142_1x12_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-142 , 12 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +12 +12 +Connector_Wago +Wago_734-143_1x13_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-143 , 13 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +13 +13 +Connector_Wago +Wago_734-144_1x14_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-144 , 14 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +14 +14 +Connector_Wago +Wago_734-146_1x16_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-146 , 16 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +16 +16 +Connector_Wago +Wago_734-148_1x18_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-148 , 18 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +18 +18 +Connector_Wago +Wago_734-150_1x20_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-150 , 20 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +20 +20 +Connector_Wago +Wago_734-154_1x24_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-154 , 24 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +24 +24 +Connector_Wago +Wago_734-162_1x02_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-162 , 2 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +2 +2 +Connector_Wago +Wago_734-163_1x03_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-163 , 3 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +3 +3 +Connector_Wago +Wago_734-164_1x04_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-164 , 4 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +4 +4 +Connector_Wago +Wago_734-165_1x05_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-165 , 5 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +5 +5 +Connector_Wago +Wago_734-166_1x06_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-166 , 6 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +6 +6 +Connector_Wago +Wago_734-167_1x07_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-167 , 7 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +7 +7 +Connector_Wago +Wago_734-168_1x08_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-168 , 8 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +8 +8 +Connector_Wago +Wago_734-169_1x09_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-169 , 9 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +9 +9 +Connector_Wago +Wago_734-170_1x10_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-170 , 10 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +10 +10 +Connector_Wago +Wago_734-171_1x11_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-171 , 11 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +11 +11 +Connector_Wago +Wago_734-172_1x12_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-172 , 12 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +12 +12 +Connector_Wago +Wago_734-173_1x13_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-173 , 13 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +13 +13 +Connector_Wago +Wago_734-174_1x14_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-174 , 14 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +14 +14 +Connector_Wago +Wago_734-176_1x16_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-176 , 16 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +16 +16 +Connector_Wago +Wago_734-178_1x18_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-178 , 18 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +18 +18 +Connector_Wago +Wago_734-180_1x20_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-180 , 20 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +20 +20 +Connector_Wago +Wago_734-184_1x24_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-184 , 24 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +24 +24 +Connector_Wire +SolderWire-0.1sqmm_1x01_D0.4mm_OD1mm +Soldered wire connection, for a single 0.1 mm² wire, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.1sqmm_1x01_D0.4mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.1 mm² wire, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.1sqmm_1x01_D0.4mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.1 mm² wire, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.1sqmm_1x02_P3.6mm_D0.4mm_OD1mm +Soldered wire connection, for 2 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.1sqmm_1x02_P3.6mm_D0.4mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.1sqmm_1x02_P3.6mm_D0.4mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm +Soldered wire connection, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.1sqmm_1x04_P3.6mm_D0.4mm_OD1mm +Soldered wire connection, for 4 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.1sqmm_1x04_P3.6mm_D0.4mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.1sqmm_1x04_P3.6mm_D0.4mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.1sqmm_1x05_P3.6mm_D0.4mm_OD1mm +Soldered wire connection, for 5 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.1sqmm_1x05_P3.6mm_D0.4mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.1sqmm_1x05_P3.6mm_D0.4mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.1sqmm_1x06_P3.6mm_D0.4mm_OD1mm +Soldered wire connection, for 6 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.1sqmm_1x06_P3.6mm_D0.4mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.1sqmm_1x06_P3.6mm_D0.4mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.5sqmm_1x01_D0.9mm_OD2.1mm +Soldered wire connection, for a single 0.5 mm² wire, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.5sqmm_1x01_D0.9mm_OD2.1mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.5 mm² wire, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.5sqmm_1x01_D0.9mm_OD2.1mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.5 mm² wire, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.5sqmm_1x01_D0.9mm_OD2.3mm +Soldered wire connection, for a single 0.5 mm² wire, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.5sqmm_1x01_D0.9mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.5 mm² wire, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.5sqmm_1x01_D0.9mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.5 mm² wire, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.5sqmm_1x02_P4.6mm_D0.9mm_OD2.1mm +Soldered wire connection, for 2 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.5sqmm_1x02_P4.6mm_D0.9mm_OD2.1mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.5sqmm_1x02_P4.6mm_D0.9mm_OD2.1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.5sqmm_1x02_P4.8mm_D0.9mm_OD2.3mm +Soldered wire connection, for 2 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.5sqmm_1x02_P4.8mm_D0.9mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.5sqmm_1x02_P4.8mm_D0.9mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm +Soldered wire connection, for 3 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.5sqmm_1x03_P4.8mm_D0.9mm_OD2.3mm +Soldered wire connection, for 3 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.5sqmm_1x03_P4.8mm_D0.9mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.5sqmm_1x03_P4.8mm_D0.9mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.5sqmm_1x04_P4.6mm_D0.9mm_OD2.1mm +Soldered wire connection, for 4 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.5sqmm_1x04_P4.6mm_D0.9mm_OD2.1mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.5sqmm_1x04_P4.6mm_D0.9mm_OD2.1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.5sqmm_1x04_P4.8mm_D0.9mm_OD2.3mm +Soldered wire connection, for 4 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.5sqmm_1x04_P4.8mm_D0.9mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.5sqmm_1x04_P4.8mm_D0.9mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.5sqmm_1x05_P4.6mm_D0.9mm_OD2.1mm +Soldered wire connection, for 5 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.5sqmm_1x05_P4.6mm_D0.9mm_OD2.1mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.5sqmm_1x05_P4.6mm_D0.9mm_OD2.1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.5sqmm_1x05_P4.8mm_D0.9mm_OD2.3mm +Soldered wire connection, for 5 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.5sqmm_1x05_P4.8mm_D0.9mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.5sqmm_1x05_P4.8mm_D0.9mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.5sqmm_1x06_P4.6mm_D0.9mm_OD2.1mm +Soldered wire connection, for 6 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.5sqmm_1x06_P4.6mm_D0.9mm_OD2.1mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.5sqmm_1x06_P4.6mm_D0.9mm_OD2.1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.5sqmm_1x06_P4.8mm_D0.9mm_OD2.3mm +Soldered wire connection, for 6 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.5sqmm_1x06_P4.8mm_D0.9mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.5sqmm_1x06_P4.8mm_D0.9mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.15sqmm_1x01_D0.5mm_OD1.5mm +Soldered wire connection, for a single 0.15 mm² wire, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.15sqmm_1x01_D0.5mm_OD1.5mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.15 mm² wire, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.15sqmm_1x01_D0.5mm_OD1.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.15 mm² wire, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.15sqmm_1x02_P4mm_D0.5mm_OD1.5mm +Soldered wire connection, for 2 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.15sqmm_1x02_P4mm_D0.5mm_OD1.5mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.15sqmm_1x02_P4mm_D0.5mm_OD1.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.15sqmm_1x03_P4mm_D0.5mm_OD1.5mm +Soldered wire connection, for 3 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.15sqmm_1x03_P4mm_D0.5mm_OD1.5mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.15sqmm_1x03_P4mm_D0.5mm_OD1.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.15sqmm_1x04_P4mm_D0.5mm_OD1.5mm +Soldered wire connection, for 4 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.15sqmm_1x04_P4mm_D0.5mm_OD1.5mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.15sqmm_1x04_P4mm_D0.5mm_OD1.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.15sqmm_1x05_P4mm_D0.5mm_OD1.5mm +Soldered wire connection, for 5 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.15sqmm_1x05_P4mm_D0.5mm_OD1.5mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.15sqmm_1x05_P4mm_D0.5mm_OD1.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.15sqmm_1x06_P4mm_D0.5mm_OD1.5mm +Soldered wire connection, for 6 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.15sqmm_1x06_P4mm_D0.5mm_OD1.5mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.15sqmm_1x06_P4mm_D0.5mm_OD1.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.25sqmm_1x01_D0.65mm_OD1.7mm +Soldered wire connection, for a single 0.25 mm² wire, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.25sqmm_1x01_D0.65mm_OD1.7mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.25 mm² wire, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.25sqmm_1x01_D0.65mm_OD1.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.25 mm² wire, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.25sqmm_1x01_D0.65mm_OD2mm +Soldered wire connection, for a single 0.25 mm² wire, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.25sqmm_1x01_D0.65mm_OD2mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.25 mm² wire, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.25sqmm_1x01_D0.65mm_OD2mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.25 mm² wire, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm +Soldered wire connection, for 2 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.25sqmm_1x02_P4.5mm_D0.65mm_OD2mm +Soldered wire connection, for 2 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.25sqmm_1x02_P4.5mm_D0.65mm_OD2mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.25sqmm_1x02_P4.5mm_D0.65mm_OD2mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.25sqmm_1x03_P4.2mm_D0.65mm_OD1.7mm +Soldered wire connection, for 3 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.25sqmm_1x03_P4.2mm_D0.65mm_OD1.7mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.25sqmm_1x03_P4.2mm_D0.65mm_OD1.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.25sqmm_1x03_P4.5mm_D0.65mm_OD2mm +Soldered wire connection, for 3 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.25sqmm_1x03_P4.5mm_D0.65mm_OD2mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.25sqmm_1x03_P4.5mm_D0.65mm_OD2mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.25sqmm_1x04_P4.2mm_D0.65mm_OD1.7mm +Soldered wire connection, for 4 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.25sqmm_1x04_P4.2mm_D0.65mm_OD1.7mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.25sqmm_1x04_P4.2mm_D0.65mm_OD1.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.25sqmm_1x04_P4.5mm_D0.65mm_OD2mm +Soldered wire connection, for 4 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.25sqmm_1x04_P4.5mm_D0.65mm_OD2mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.25sqmm_1x04_P4.5mm_D0.65mm_OD2mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.25sqmm_1x05_P4.2mm_D0.65mm_OD1.7mm +Soldered wire connection, for 5 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.25sqmm_1x05_P4.2mm_D0.65mm_OD1.7mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.25sqmm_1x05_P4.2mm_D0.65mm_OD1.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.25sqmm_1x05_P4.5mm_D0.65mm_OD2mm +Soldered wire connection, for 5 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.25sqmm_1x05_P4.5mm_D0.65mm_OD2mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.25sqmm_1x05_P4.5mm_D0.65mm_OD2mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.25sqmm_1x06_P4.2mm_D0.65mm_OD1.7mm +Soldered wire connection, for 6 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.25sqmm_1x06_P4.2mm_D0.65mm_OD1.7mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.25sqmm_1x06_P4.2mm_D0.65mm_OD1.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.25sqmm_1x06_P4.5mm_D0.65mm_OD2mm +Soldered wire connection, for 6 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.25sqmm_1x06_P4.5mm_D0.65mm_OD2mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.25sqmm_1x06_P4.5mm_D0.65mm_OD2mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.75sqmm_1x01_D1.25mm_OD2.3mm +Soldered wire connection, for a single 0.75 mm² wire, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.75sqmm_1x01_D1.25mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.75 mm² wire, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.75sqmm_1x01_D1.25mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.75 mm² wire, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.75sqmm_1x01_D1.25mm_OD3.5mm +Soldered wire connection, for a single 0.75 mm² wire, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.75sqmm_1x01_D1.25mm_OD3.5mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.75 mm² wire, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.75sqmm_1x01_D1.25mm_OD3.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.75 mm² wire, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.75sqmm_1x02_P4.8mm_D1.25mm_OD2.3mm +Soldered wire connection, for 2 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.75sqmm_1x02_P4.8mm_D1.25mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.75sqmm_1x02_P4.8mm_D1.25mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.75sqmm_1x02_P7mm_D1.25mm_OD3.5mm +Soldered wire connection, for 2 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.75sqmm_1x02_P7mm_D1.25mm_OD3.5mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.75sqmm_1x02_P7mm_D1.25mm_OD3.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.75sqmm_1x03_P4.8mm_D1.25mm_OD2.3mm +Soldered wire connection, for 3 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.75sqmm_1x03_P4.8mm_D1.25mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.75sqmm_1x03_P4.8mm_D1.25mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.75sqmm_1x03_P7mm_D1.25mm_OD3.5mm +Soldered wire connection, for 3 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.75sqmm_1x03_P7mm_D1.25mm_OD3.5mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.75sqmm_1x03_P7mm_D1.25mm_OD3.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.75sqmm_1x04_P4.8mm_D1.25mm_OD2.3mm +Soldered wire connection, for 4 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.75sqmm_1x04_P4.8mm_D1.25mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.75sqmm_1x04_P4.8mm_D1.25mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.75sqmm_1x04_P7mm_D1.25mm_OD3.5mm +Soldered wire connection, for 4 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.75sqmm_1x04_P7mm_D1.25mm_OD3.5mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.75sqmm_1x04_P7mm_D1.25mm_OD3.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.75sqmm_1x05_P4.8mm_D1.25mm_OD2.3mm +Soldered wire connection, for 5 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.75sqmm_1x05_P4.8mm_D1.25mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.75sqmm_1x05_P4.8mm_D1.25mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.75sqmm_1x05_P7mm_D1.25mm_OD3.5mm +Soldered wire connection, for 5 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.75sqmm_1x05_P7mm_D1.25mm_OD3.5mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.75sqmm_1x05_P7mm_D1.25mm_OD3.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.75sqmm_1x06_P4.8mm_D1.25mm_OD2.3mm +Soldered wire connection, for 6 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.75sqmm_1x06_P4.8mm_D1.25mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.75sqmm_1x06_P4.8mm_D1.25mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.75sqmm_1x06_P7mm_D1.25mm_OD3.5mm +Soldered wire connection, for 6 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.75sqmm_1x06_P7mm_D1.25mm_OD3.5mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.75sqmm_1x06_P7mm_D1.25mm_OD3.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.127sqmm_1x01_D0.48mm_OD1mm +Soldered wire connection, for a single 0.127 mm² wire, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.127sqmm_1x01_D0.48mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.127 mm² wire, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.127sqmm_1x01_D0.48mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.127 mm² wire, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.127sqmm_1x02_P3.7mm_D0.48mm_OD1mm +Soldered wire connection, for 2 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.127sqmm_1x02_P3.7mm_D0.48mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.127sqmm_1x02_P3.7mm_D0.48mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.127sqmm_1x03_P3.7mm_D0.48mm_OD1mm +Soldered wire connection, for 3 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.127sqmm_1x03_P3.7mm_D0.48mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.127sqmm_1x03_P3.7mm_D0.48mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.127sqmm_1x04_P3.7mm_D0.48mm_OD1mm +Soldered wire connection, for 4 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.127sqmm_1x04_P3.7mm_D0.48mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.127sqmm_1x04_P3.7mm_D0.48mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.127sqmm_1x05_P3.7mm_D0.48mm_OD1mm +Soldered wire connection, for 5 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.127sqmm_1x05_P3.7mm_D0.48mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.127sqmm_1x05_P3.7mm_D0.48mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.127sqmm_1x06_P3.7mm_D0.48mm_OD1mm +Soldered wire connection, for 6 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.127sqmm_1x06_P3.7mm_D0.48mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.127sqmm_1x06_P3.7mm_D0.48mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1.5sqmm_1x01_D1.7mm_OD3.9mm +Soldered wire connection, for a single 1.5 mm² wire, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +1 +1 +Connector_Wire +SolderWire-1.5sqmm_1x01_D1.7mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for a single 1.5 mm² wire, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1.5sqmm_1x01_D1.7mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 1.5 mm² wire, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1.5sqmm_1x01_D1.7mm_OD3mm +Soldered wire connection, for a single 1.5 mm² wire, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +1 +1 +Connector_Wire +SolderWire-1.5sqmm_1x01_D1.7mm_OD3mm_Relief +Soldered wire connection with feed through strain relief, for a single 1.5 mm² wire, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1.5sqmm_1x01_D1.7mm_OD3mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 1.5 mm² wire, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1.5sqmm_1x02_P6mm_D1.7mm_OD3mm +Soldered wire connection, for 2 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +2 +2 +Connector_Wire +SolderWire-1.5sqmm_1x02_P6mm_D1.7mm_OD3mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1.5sqmm_1x02_P6mm_D1.7mm_OD3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1.5sqmm_1x02_P7.8mm_D1.7mm_OD3.9mm +Soldered wire connection, for 2 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +2 +2 +Connector_Wire +SolderWire-1.5sqmm_1x02_P7.8mm_D1.7mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1.5sqmm_1x02_P7.8mm_D1.7mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1.5sqmm_1x03_P6mm_D1.7mm_OD3mm +Soldered wire connection, for 3 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +3 +3 +Connector_Wire +SolderWire-1.5sqmm_1x03_P6mm_D1.7mm_OD3mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1.5sqmm_1x03_P6mm_D1.7mm_OD3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1.5sqmm_1x03_P7.8mm_D1.7mm_OD3.9mm +Soldered wire connection, for 3 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +3 +3 +Connector_Wire +SolderWire-1.5sqmm_1x03_P7.8mm_D1.7mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1.5sqmm_1x03_P7.8mm_D1.7mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1.5sqmm_1x04_P6mm_D1.7mm_OD3mm +Soldered wire connection, for 4 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +4 +4 +Connector_Wire +SolderWire-1.5sqmm_1x04_P6mm_D1.7mm_OD3mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1.5sqmm_1x04_P6mm_D1.7mm_OD3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1.5sqmm_1x04_P7.8mm_D1.7mm_OD3.9mm +Soldered wire connection, for 4 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +4 +4 +Connector_Wire +SolderWire-1.5sqmm_1x04_P7.8mm_D1.7mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1.5sqmm_1x04_P7.8mm_D1.7mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1.5sqmm_1x05_P6mm_D1.7mm_OD3mm +Soldered wire connection, for 5 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +5 +5 +Connector_Wire +SolderWire-1.5sqmm_1x05_P6mm_D1.7mm_OD3mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1.5sqmm_1x05_P6mm_D1.7mm_OD3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1.5sqmm_1x05_P7.8mm_D1.7mm_OD3.9mm +Soldered wire connection, for 5 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +5 +5 +Connector_Wire +SolderWire-1.5sqmm_1x05_P7.8mm_D1.7mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1.5sqmm_1x05_P7.8mm_D1.7mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1.5sqmm_1x06_P6mm_D1.7mm_OD3mm +Soldered wire connection, for 6 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +6 +6 +Connector_Wire +SolderWire-1.5sqmm_1x06_P6mm_D1.7mm_OD3mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1.5sqmm_1x06_P6mm_D1.7mm_OD3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1.5sqmm_1x06_P7.8mm_D1.7mm_OD3.9mm +Soldered wire connection, for 6 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +6 +6 +Connector_Wire +SolderWire-1.5sqmm_1x06_P7.8mm_D1.7mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1.5sqmm_1x06_P7.8mm_D1.7mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1sqmm_1x01_D1.4mm_OD2.7mm +Soldered wire connection, for a single 1 mm² wire, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +1 +1 +Connector_Wire +SolderWire-1sqmm_1x01_D1.4mm_OD2.7mm_Relief +Soldered wire connection with feed through strain relief, for a single 1 mm² wire, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1sqmm_1x01_D1.4mm_OD2.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 1 mm² wire, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1sqmm_1x01_D1.4mm_OD3.9mm +Soldered wire connection, for a single 1 mm² wire, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +1 +1 +Connector_Wire +SolderWire-1sqmm_1x01_D1.4mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for a single 1 mm² wire, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1sqmm_1x01_D1.4mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 1 mm² wire, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1sqmm_1x02_P5.4mm_D1.4mm_OD2.7mm +Soldered wire connection, for 2 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +2 +2 +Connector_Wire +SolderWire-1sqmm_1x02_P5.4mm_D1.4mm_OD2.7mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1sqmm_1x02_P5.4mm_D1.4mm_OD2.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1sqmm_1x02_P7.8mm_D1.4mm_OD3.9mm +Soldered wire connection, for 2 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +2 +2 +Connector_Wire +SolderWire-1sqmm_1x02_P7.8mm_D1.4mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1sqmm_1x02_P7.8mm_D1.4mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1sqmm_1x03_P5.4mm_D1.4mm_OD2.7mm +Soldered wire connection, for 3 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +3 +3 +Connector_Wire +SolderWire-1sqmm_1x03_P5.4mm_D1.4mm_OD2.7mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1sqmm_1x03_P5.4mm_D1.4mm_OD2.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1sqmm_1x03_P7.8mm_D1.4mm_OD3.9mm +Soldered wire connection, for 3 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +3 +3 +Connector_Wire +SolderWire-1sqmm_1x03_P7.8mm_D1.4mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1sqmm_1x03_P7.8mm_D1.4mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1sqmm_1x04_P5.4mm_D1.4mm_OD2.7mm +Soldered wire connection, for 4 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +4 +4 +Connector_Wire +SolderWire-1sqmm_1x04_P5.4mm_D1.4mm_OD2.7mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1sqmm_1x04_P5.4mm_D1.4mm_OD2.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1sqmm_1x04_P7.8mm_D1.4mm_OD3.9mm +Soldered wire connection, for 4 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +4 +4 +Connector_Wire +SolderWire-1sqmm_1x04_P7.8mm_D1.4mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1sqmm_1x04_P7.8mm_D1.4mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1sqmm_1x05_P5.4mm_D1.4mm_OD2.7mm +Soldered wire connection, for 5 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +5 +5 +Connector_Wire +SolderWire-1sqmm_1x05_P5.4mm_D1.4mm_OD2.7mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1sqmm_1x05_P5.4mm_D1.4mm_OD2.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1sqmm_1x05_P7.8mm_D1.4mm_OD3.9mm +Soldered wire connection, for 5 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +5 +5 +Connector_Wire +SolderWire-1sqmm_1x05_P7.8mm_D1.4mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1sqmm_1x05_P7.8mm_D1.4mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1sqmm_1x06_P5.4mm_D1.4mm_OD2.7mm +Soldered wire connection, for 6 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +6 +6 +Connector_Wire +SolderWire-1sqmm_1x06_P5.4mm_D1.4mm_OD2.7mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1sqmm_1x06_P5.4mm_D1.4mm_OD2.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1sqmm_1x06_P7.8mm_D1.4mm_OD3.9mm +Soldered wire connection, for 6 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +6 +6 +Connector_Wire +SolderWire-1sqmm_1x06_P7.8mm_D1.4mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1sqmm_1x06_P7.8mm_D1.4mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-2.5sqmm_1x01_D2.4mm_OD3.6mm +Soldered wire connection, for a single 2.5 mm² wire, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +1 +1 +Connector_Wire +SolderWire-2.5sqmm_1x01_D2.4mm_OD3.6mm_Relief +Soldered wire connection with feed through strain relief, for a single 2.5 mm² wire, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-2.5sqmm_1x01_D2.4mm_OD3.6mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 2.5 mm² wire, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-2.5sqmm_1x01_D2.4mm_OD4.4mm +Soldered wire connection, for a single 2.5 mm² wire, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +1 +1 +Connector_Wire +SolderWire-2.5sqmm_1x01_D2.4mm_OD4.4mm_Relief +Soldered wire connection with feed through strain relief, for a single 2.5 mm² wire, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-2.5sqmm_1x01_D2.4mm_OD4.4mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 2.5 mm² wire, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-2.5sqmm_1x02_P7.2mm_D2.4mm_OD3.6mm +Soldered wire connection, for 2 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +2 +2 +Connector_Wire +SolderWire-2.5sqmm_1x02_P7.2mm_D2.4mm_OD3.6mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-2.5sqmm_1x02_P7.2mm_D2.4mm_OD3.6mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-2.5sqmm_1x02_P8.8mm_D2.4mm_OD4.4mm +Soldered wire connection, for 2 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +2 +2 +Connector_Wire +SolderWire-2.5sqmm_1x02_P8.8mm_D2.4mm_OD4.4mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-2.5sqmm_1x02_P8.8mm_D2.4mm_OD4.4mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-2.5sqmm_1x03_P7.2mm_D2.4mm_OD3.6mm +Soldered wire connection, for 3 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +3 +3 +Connector_Wire +SolderWire-2.5sqmm_1x03_P7.2mm_D2.4mm_OD3.6mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-2.5sqmm_1x03_P7.2mm_D2.4mm_OD3.6mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-2.5sqmm_1x03_P8.8mm_D2.4mm_OD4.4mm +Soldered wire connection, for 3 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +3 +3 +Connector_Wire +SolderWire-2.5sqmm_1x03_P8.8mm_D2.4mm_OD4.4mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-2.5sqmm_1x03_P8.8mm_D2.4mm_OD4.4mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-2.5sqmm_1x04_P7.2mm_D2.4mm_OD3.6mm +Soldered wire connection, for 4 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +4 +4 +Connector_Wire +SolderWire-2.5sqmm_1x04_P7.2mm_D2.4mm_OD3.6mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-2.5sqmm_1x04_P7.2mm_D2.4mm_OD3.6mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-2.5sqmm_1x04_P8.8mm_D2.4mm_OD4.4mm +Soldered wire connection, for 4 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +4 +4 +Connector_Wire +SolderWire-2.5sqmm_1x04_P8.8mm_D2.4mm_OD4.4mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-2.5sqmm_1x04_P8.8mm_D2.4mm_OD4.4mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-2.5sqmm_1x05_P7.2mm_D2.4mm_OD3.6mm +Soldered wire connection, for 5 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +5 +5 +Connector_Wire +SolderWire-2.5sqmm_1x05_P7.2mm_D2.4mm_OD3.6mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-2.5sqmm_1x05_P7.2mm_D2.4mm_OD3.6mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-2.5sqmm_1x05_P8.8mm_D2.4mm_OD4.4mm +Soldered wire connection, for 5 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +5 +5 +Connector_Wire +SolderWire-2.5sqmm_1x05_P8.8mm_D2.4mm_OD4.4mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-2.5sqmm_1x05_P8.8mm_D2.4mm_OD4.4mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-2.5sqmm_1x06_P7.2mm_D2.4mm_OD3.6mm +Soldered wire connection, for 6 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +6 +6 +Connector_Wire +SolderWire-2.5sqmm_1x06_P7.2mm_D2.4mm_OD3.6mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-2.5sqmm_1x06_P7.2mm_D2.4mm_OD3.6mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-2.5sqmm_1x06_P8.8mm_D2.4mm_OD4.4mm +Soldered wire connection, for 6 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +6 +6 +Connector_Wire +SolderWire-2.5sqmm_1x06_P8.8mm_D2.4mm_OD4.4mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-2.5sqmm_1x06_P8.8mm_D2.4mm_OD4.4mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-2sqmm_1x01_D2mm_OD3.9mm +Soldered wire connection, for a single 2 mm² wire, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm +0 +1 +1 +Connector_Wire +SolderWire-2sqmm_1x01_D2mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for a single 2 mm² wire, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-2sqmm_1x01_D2mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 2 mm² wire, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm +Soldered wire connection, for 2 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm +0 +2 +2 +Connector_Wire +SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-2sqmm_1x03_P7.8mm_D2mm_OD3.9mm +Soldered wire connection, for 3 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm +0 +3 +3 +Connector_Wire +SolderWire-2sqmm_1x03_P7.8mm_D2mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-2sqmm_1x03_P7.8mm_D2mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-2sqmm_1x04_P7.8mm_D2mm_OD3.9mm +Soldered wire connection, for 4 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm +0 +4 +4 +Connector_Wire +SolderWire-2sqmm_1x04_P7.8mm_D2mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-2sqmm_1x04_P7.8mm_D2mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-2sqmm_1x05_P7.8mm_D2mm_OD3.9mm +Soldered wire connection, for 5 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm +0 +5 +5 +Connector_Wire +SolderWire-2sqmm_1x05_P7.8mm_D2mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-2sqmm_1x05_P7.8mm_D2mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-2sqmm_1x06_P7.8mm_D2mm_OD3.9mm +Soldered wire connection, for 6 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm +0 +6 +6 +Connector_Wire +SolderWire-2sqmm_1x06_P7.8mm_D2mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-2sqmm_1x06_P7.8mm_D2mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWirePad_1x01_SMD_1x2mm +Wire Pad, Square, SMD Pad, 1mm x 2mm, +MesurementPoint Square SMDPad 1mmx2mm +0 +1 +1 +Connector_Wire +SolderWirePad_1x01_SMD_5x10mm +Wire Pad, Square, SMD Pad, 5mm x 10mm, +MesurementPoint Square SMDPad 5mmx10mm +0 +1 +1 +Connector_Wuerth +Wuerth_WR-WTB_64800211622_1x02_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800211622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +2 +2 +Connector_Wuerth +Wuerth_WR-WTB_64800311622_1x03_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800311622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +3 +3 +Connector_Wuerth +Wuerth_WR-WTB_64800411622_1x04_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800411622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +4 +4 +Connector_Wuerth +Wuerth_WR-WTB_64800511622_1x05_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800511622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +5 +5 +Connector_Wuerth +Wuerth_WR-WTB_64800611622_1x06_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800611622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +6 +6 +Connector_Wuerth +Wuerth_WR-WTB_64800711622_1x07_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800711622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +7 +7 +Connector_Wuerth +Wuerth_WR-WTB_64800811622_1x08_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800811622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +8 +8 +Connector_Wuerth +Wuerth_WR-WTB_64800911622_1x09_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800911622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +9 +9 +Connector_Wuerth +Wuerth_WR-WTB_64801011622_1x10_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64801011622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +10 +10 +Converter_ACDC +Converter_ACDC_CUI_PBO-3-Sxx_THT_Vertical +ACDC-Converter, 3W, CUI PBO-3, THT https://www.cui.com/product/resource/pbo-3.pdf +Converter AC-DC THT Vertical +0 +6 +6 +Converter_ACDC +Converter_ACDC_Hahn_HS-400xx_THT +ACDC-Converter, 3W, Hahn-HS-400xx, THT https://www.schukat.com/schukat/schukat_cms_de.nsf/index/FrameView?OpenDocument&art=HS40009&wg=M7942 +Hahn ACDC-Converter THT +0 +4 +4 +Converter_ACDC +Converter_ACDC_HiLink_HLK-5Mxx +ACDC-Converter, 10W, HiLink, HLK-5Mxx, (http://h.hlktech.com/download/ACDC%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%975W%E7%B3%BB%E5%88%97/1/%E6%B5%B7%E5%87%8C%E7%A7%915W%E7%B3%BB%E5%88%97%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%97%E8%A7%84%E6%A0%BC%E4%B9%A6V2.8.pdf) +ACDC-Converter 5W THT HiLink board mount module +0 +4 +4 +Converter_ACDC +Converter_ACDC_HiLink_HLK-10Mxx +ACDC-Converter, 10W, HiLink, HLK-10Mxx, THT, http://h.hlktech.com/download/ACDC%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%9710W%E7%B3%BB%E5%88%97/1/%E6%B5%B7%E5%87%8C%E7%A7%9110W%E7%B3%BB%E5%88%97%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%97%E8%A7%84%E6%A0%BC%E4%B9%A6V1.8.pdf +ACDC-Converter 10W THT HiLink board mount module +0 +4 +4 +Converter_ACDC +Converter_ACDC_HiLink_HLK-PMxx +ACDC-Converter, 3W, HiLink, HLK-PMxx, THT, http://www.hlktech.net/product_detail.php?ProId=54 +ACDC-Converter 3W THT HiLink board mount module +0 +4 +4 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-02-xx_SMD +ACDC-Converter, 3W, Meanwell, IRM-02, SMD, https://www.meanwell.com/Upload/PDF/IRM-02/IRM-02-SPEC.PDF +ACDC-Converter 3W +0 +14 +14 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-02-xx_THT +ACDC-Converter, 2W, Meanwell, IRM-02, THT, https://www.meanwell.co.uk/media/productPDF/IRM-02-spec.pdf +ACDC-Converter 2W THT +0 +4 +4 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-03-xx_SMD +ACDC-Converter, 3W, Meanwell, IRM-03, SMD, http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-03 +ACDC-Converter 3W +0 +14 +14 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-03-xx_THT +ACDC-Converter, 3W, Meanwell, IRM-03, THT, https://www.meanwell.com/Upload/PDF/IRM-03/IRM-03-SPEC.PDF +ACDC-Converter 3W THT +0 +5 +5 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-05-xx_THT +http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-05 +ACDC-Converter 5W Meanwell IRM-05 +0 +4 +4 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-10-xx_THT +http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-10 +ACDC-Converter 10W Meanwell IRM-10 +0 +4 +4 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-20-xx_THT +ACDC-Converter, 20W, Meanwell, IRM-20, THT http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-20 +ACDC-Converter 20W Meanwell IRM-20 +0 +4 +4 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-60-xx_THT +ACDC-Converter, 50-60W, Meanwell, IRM-60, THT https://www.meanwellusa.com/productPdf.aspx?i=687 +switching power supply +0 +4 +4 +Converter_ACDC +Converter_ACDC_Murata_BAC05SxxDC_THT +ACDC-Converter, Murata, 5W, ClassB, https://www.murata.com/products/productdata/8809982558238/KAC-BAC05.pdf +switching power supply tht +0 +5 +5 +Converter_ACDC +Converter_ACDC_RECOM_RAC01-xxSGB_THT +https://www.recom-power.com/pdf/Powerline-AC-DC/RAC01-GB.pdf +recom power ac dc rac01xxgb rac01-05sgb rac01-12sgb +0 +4 +4 +Converter_ACDC +Converter_ACDC_RECOM_RAC04-xxSGx_THT +https://www.recom-power.com/pdf/Powerline-AC-DC/RAC04-GA.pdf +recom power ac dc +0 +5 +5 +Converter_ACDC +Converter_ACDC_RECOM_RAC05-xxSK_THT +https://www.recom-power.com/pdf/Powerline-AC-DC/RAC05-K.pdf +recom power ac dc +0 +5 +5 +Converter_ACDC +Converter_ACDC_Recom_RAC20-xxDK_THT +Recom RAC20-xxDK https://recom-power.com/pdf/Powerline_AC-DC/RAC20-K.pdf#page=6 Rev. 6/2020 +Recom RAC20-xxDK +0 +5 +5 +Converter_ACDC +Converter_ACDC_Recom_RAC20-xxSK_THT +Recom RAC20-xxSK https://recom-power.com/pdf/Powerline_AC-DC/RAC20-K.pdf#page=6 Rev. 6/2020 +Recom RAC20-xxSK +0 +4 +4 +Converter_ACDC +Converter_ACDC_TRACO_TMG-15_THT +ACDC-Converter, TRACO, TMG Series 15 https://www.tracopower.com/products/tmg.pdf +ACDC-Converter TRACO TMG Series 15 +0 +4 +4 +Converter_ACDC +Converter_ACDC_TRACO_TMLM-04_THT +ACDC-Converter, TRACO, TMLM Series 04 https://www.tracopower.com/products/tmlm.pdf +ACDC-Converter TRACO TMLM Series 04 +0 +7 +7 +Converter_ACDC +Converter_ACDC_TRACO_TMLM-05_THT +ACDC-Converter, TRACO TMLM 05,https://www.tracopower.com/products/tmlm.pdf +ACDC-Converter TRACO TMLM 05 +0 +4 +4 +Converter_ACDC +Converter_ACDC_TRACO_TMLM-10-20_THT +ACDC-Converter, TRACO TMLM 10, TRACO TMLM 20, https://www.tracopower.com/products/tmlm.pdf +ACDC-Converter TRACO TMLM 10 and TMLM 20 +0 +4 +4 +Converter_ACDC +Converter_ACDC_Vigortronix_VTX-214-010-xxx_THT +Vigortronix VTX-214-010-xxx serie of ACDC converter, http://www.vigortronix.com/10WattACDCPCBPowerModule.aspx +Vigortronix VTX-214-010-xxx serie of ACDC converter +0 +4 +4 +Converter_ACDC +Converter_ACDC_Vigortronix_VTX-214-015-1xx_THT +Vigortronix VTX-214-010-xxx serie of ACDC converter, http://www.vigortronix.com/10WattACDCPCBPowerModule.aspx +Vigortronix VTX-214-010-xxx serie of ACDC converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_Artesyn_ATA_SMD +DCDC-Converter, Artesyn, ATA Series, 3W Single and Dual Output, 1500VDC Isolation, 24.0x13.7x8.0mm https://www.artesyn.com/power/assets/ata_series_ds_01apr2015_79c25814fd.pdf https://www.artesyn.com/power/assets/trn_dc-dc_ata_3w_series_releas1430412818_techref.pdf +DCDC SMD +0 +7 +7 +Converter_DCDC +Converter_DCDC_Bothhand_CFUDxxxx_THT +DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), +DCDC-Converter BOTHHAND Type CFxxxx-Serie +0 +10 +10 +Converter_DCDC +Converter_DCDC_Bothhand_CFUSxxxxEH_THT +DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), +DCDC-Converter BOTHHAND Type CFxxxx-Serie +0 +9 +9 +Converter_DCDC +Converter_DCDC_Bothhand_CFUSxxxx_THT +DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), +DCDC-Converter BOTHHAND Type CFxxxx-Serie +0 +8 +8 +Converter_DCDC +Converter_DCDC_Cincon_EC5BExx_Dual_THT +DCDC-Converter, CINCON, EC5BExx, 18-36VDC to Dual output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/B%20CASE/SPEC-EC5BE-V24.pdf +DCDC-Converter CINCON EC5BExx 18-36VDC to Dual output +0 +6 +6 +Converter_DCDC +Converter_DCDC_Cincon_EC5BExx_Single_THT +DCDC-Converter, CINCON, EC5BExx, 18-36VDC to dual output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/B%20CASE/SPEC-EC5BE-V24.pdf +DCDC-Converter CINCON EC5BExx 18-36VDC to dual output +0 +4 +4 +Converter_DCDC +Converter_DCDC_Cincon_EC6Cxx_Dual-Triple_THT +DCDC-Converter, CINCON, EC6Cxx, dual or tripple output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/C%20CASE/SPEC-EC6C-V12.pdf +DCDC-Converter CINCON EC6Cxx dual or tripple output +0 +7 +7 +Converter_DCDC +Converter_DCDC_Cincon_EC6Cxx_Single_THT +DCDC-Converter, CINCON, EC6Cxx, single output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/C%20CASE/SPEC-EC6C-V12.pdf +DCDC-Converter CINCON EC6Cxx single output +0 +6 +6 +Converter_DCDC +Converter_DCDC_Cyntec_MUN12AD01-SH +http://www.cyntec.com/upfile/products/download/Cyntec%20MUN12AD01-SH_Datasheet.pdf +Power Module uPOL MUN12AD01 +0 +13 +9 +Converter_DCDC +Converter_DCDC_Cyntec_MUN12AD03-SH +http://www.cyntec.com/upfile/products/download/Cyntec%20MUN12AD03-SH_Datasheet.pdf +Power Module uPOL MUN12AD03 +0 +19 +11 +Converter_DCDC +Converter_DCDC_MeanWell_NID30_THT +Meanwell DCDC non-isolated converter SIP module, http://www.meanwell.com/webapp/product/search.aspx?prod=nid30 +DCDC non-isolated converter +0 +11 +11 +Converter_DCDC +Converter_DCDC_MeanWell_NID60_THT +MeanWell NID60, http://www.meanwell.com/Upload/PDF/NID60/NID60-SPEC.PDF +MeanWell NID60 +0 +11 +11 +Converter_DCDC +Converter_DCDC_Murata_CRE1xxxxxx3C_THT +Isolated 1W single output DC/DC, http://power.murata.com/data/power/ncl/kdc_cre1.pdf +Isolated 1W single output DC/DC +0 +4 +4 +Converter_DCDC +Converter_DCDC_Murata_CRE1xxxxxxDC_THT +Isloated DC-DC, http://power.murata.com/data/power/ncl/kdc_cre1.pdf +Isloated DC-DC +0 +4 +4 +Converter_DCDC +Converter_DCDC_Murata_CRE1xxxxxxSC_THT +http://power.murata.com/data/power/ncl/kdc_cre1.pdf +murata dc-dc transformer +0 +4 +4 +Converter_DCDC +Converter_DCDC_Murata_MEE1SxxxxSC_THT +https://power.murata.com/pub/data/power/ncl/kdc_mee1.pdf +murata dc-dc transformer +0 +4 +4 +Converter_DCDC +Converter_DCDC_Murata_MEE3SxxxxSC_THT +https://power.murata.com/pub/data/power/ncl/kdc_mee3.pdf +murata dc-dc transformer +0 +4 +4 +Converter_DCDC +Converter_DCDC_Murata_MGJ2DxxxxxxSC_THT +Murata MGJ2DxxxxxxSC, 19.5x9.8x12.5mm, 5.2kVDC Isolated, 2W, SIP package style, https://power.murata.com/data/power/ncl/kdc_mgj2.pdf +Murata MGJ2DxxxxxxSC +0 +5 +5 +Converter_DCDC +Converter_DCDC_Murata_MGJ3 +Murata MGJ3, 5.2kVDC Isolated 3W Gate Drive, 15V/5V/5V Configurable, 22.61x23.11x14.19mm, https://power.murata.com/datasheet?/data/power/ncl/kdc_mgj3.pdf +DCDC SMD +0 +7 +7 +Converter_DCDC +Converter_DCDC_Murata_NCS1SxxxxSC_THT +Murata NCS1SxxxxSC https://power.murata.com/data/power/ncl/kdc_ncs1.pdf (Script generated with StandardBox.py) (Murata NCS1SxxxxSC https://power.murata.com/data/power/ncl/kdc_ncs1.pdf) +Murata NCS1SxxxxSC +0 +5 +5 +Converter_DCDC +Converter_DCDC_Murata_NMAxxxxDC_THT +Isolated 1W DCDC-Converter, http://power.murata.com/data/power/ncl/kdc_nma.pdf +Isolated 1W DCDC-Converter +0 +6 +6 +Converter_DCDC +Converter_DCDC_Murata_NMAxxxxSC_THT +Murata NMAxxxxSC footprint based on SIP7, http://power.murata.com/data/power/ncl/kdc_nma.pdf +Murata NMAxxxxSC DCDC-Converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_Murata_NXExSxxxxMC_SMD +Isolated 1W or 2W Single Output SM DC/DC Converters https://www.murata.com/products/productdata/8807031865374/kdc-nxe1.pdf#page=8 https://www.murata.com/products/productdata/8807031898142/kdc-nxe2.pdf#page=9 +Isolated 1W or 2W Single Output SM DC/DC Converters +0 +5 +5 +Converter_DCDC +Converter_DCDC_Murata_OKI-78SR_Horizontal +https://power.murata.com/data/power/oki-78sr.pdf +78sr3.3 78sr5 78sr9 78sr12 78srXX +0 +3 +3 +Converter_DCDC +Converter_DCDC_Murata_OKI-78SR_Vertical +https://power.murata.com/data/power/oki-78sr.pdf +78sr3.3 78sr5 78sr9 78sr12 78srXX +0 +3 +3 +Converter_DCDC +Converter_DCDC_RECOM_R-78B-2.0_THT +DCDC-Converter, RECOM, RECOM_R-78B-2.0, SIP-3, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78Bxx-2.0.pdf +dc-dc recom buck sip-3 pitch 2.54mm +0 +3 +3 +Converter_DCDC +Converter_DCDC_RECOM_R-78E-0.5_THT +DCDC-Converter, RECOM, RECOM_R-78E-0.5, SIP-3, pitch 2.54mm, package size 11.6x8.5x10.4mm^3, https://www.recom-power.com/pdf/Innoline/R-78Exx-0.5.pdf +dc-dc recom buck sip-3 pitch 2.54mm +0 +3 +3 +Converter_DCDC +Converter_DCDC_RECOM_R-78HB-0.5L_THT +DCDC-Converter, RECOM, RECOM_R-78HB-0.5L, SIP-3, Horizontally Mounted, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78HBxx-0.5_L.pdf +dc-dc recom buck sip-3 pitch 2.54mm +0 +3 +3 +Converter_DCDC +Converter_DCDC_RECOM_R-78HB-0.5_THT +DCDC-Converter, RECOM, RECOM_R-78HB-0.5, SIP-3, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78HBxx-0.5_L.pdf +dc-dc recom buck sip-3 pitch 2.54mm +0 +3 +3 +Converter_DCDC +Converter_DCDC_RECOM_R-78S-0.1_THT +DCDC-Converter, RECOM, RECOM_R-78S-0.1, SIP-4, pitch 2.54mm, package size 11.6x8.5x10.4mm^3, https://www.recom-power.com/pdf/Innoline/R-78Sxx-0.1.pdf +dc-dc recom buck sip-4 pitch 2.54mm +0 +4 +4 +Converter_DCDC +Converter_DCDC_RECOM_R5xxxDA_THT +DCDC-Converter, RECOM, RECOM_R5xxxDA, SIP-12, Horizontally Mounted, pitch 2.54mm, package size 32.2x9.1x15mm^3, https://www.recom-power.com/pdf/Innoline/R-5xxxPA_DA.pdf +dc-dc recom buck sip-12 pitch 2.54mm +0 +12 +12 +Converter_DCDC +Converter_DCDC_RECOM_R5xxxPA_THT +DCDC-Converter, RECOM, RECOM_R5xxxPA, SIP-12, pitch 2.54mm, package size 32.2x9.1x15mm^3, https://www.recom-power.com/pdf/Innoline/R-5xxxPA_DA.pdf +dc-dc recom buck sip-12 pitch 2.54mm +0 +12 +12 +Converter_DCDC +Converter_DCDC_RECOM_RCD-24_THT +Constant current LED Driver DC/DC Converter, https://g.recomcdn.com/media/Datasheet/pdf/.fYUQjOlW/.t2a80a771bdbb0ef300f7/Datasheet-93/RCD-24.pdf +Led Driver DC-DC +0 +6 +6 +Converter_DCDC +Converter_DCDC_RECOM_RPA60-xxxxSFW +RPA60-FW 60W Isolated DC to DC Converters +DCDC Regulator Single +0 +6 +6 +Converter_DCDC +Converter_DCDC_RECOM_RPMx.x-x.0 +https://www.recom-power.com/pdf/Innoline/RPM-6.0.pdf +dc-dc recom buck lga-25 pitch 2.29mm +0 +25 +25 +Converter_DCDC +Converter_DCDC_Silvertel_Ag54xx +DCDC-Converter, 30W POE, Silvertel, pitch 2.54mm, package size 62x19.5x14mm, https://silvertel.com/images/datasheets/Ag5400-datasheet-high%20Efficiency-30W-Power-Over-Ethernet-Plus-Module-PoE+PD.pdf +DCDC-Converter Silvertel Ag5405 Ag5412 Ag5424 single output POE +0 +10 +10 +Converter_DCDC +Converter_DCDC_Silvertel_Ag5810 +DCDC-Converter, 60W POE, Silvertel, pitch 2.54mm, package size 69.98x30x15.64mm, https://silvertel.com/images/datasheets/Ag5810-datasheet-IEEE802_3bt-Power-over-Ethernet-4-pair-PD.pdf +DCDC-Converter Silvertel Ag5810 single output POE +0 +163 +13 +Converter_DCDC +Converter_DCDC_TRACO_TDN_5-xxxxWISM_SMD +Traco TDN 5WISM Series, 5W, SMD (https://assets.tracopower.com/20200225170127/TDN5WISM/documents/tdn5wism-datasheet.pdf#page=3) +dcdc traco 5w smd +0 +6 +6 +Converter_DCDC +Converter_DCDC_TRACO_TDN_5-xxxxWI_THT +Traco TDN 5WI Series, 5W (https://www.tracopower.com/sites/default/files/products/datasheets/tdn5wi_datasheet.pdf#page=4) +dcdc traco 5w +0 +6 +6 +Converter_DCDC +Converter_DCDC_TRACO_TEL12-xxxx_THT +Traco 12W, THT (https://www.tracopower.com/sites/default/files/products/datasheets/tel12_datasheet.pdf) +traco dcdc tht 12w +0 +5 +5 +Converter_DCDC +Converter_DCDC_TRACO_TEN10-xxxx_Dual_THT +DCDC-Converter, TRACO, TEN10-xxxx, single output, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf +DCDC-Converter TRACO TEN10-xxxx single output +0 +5 +5 +Converter_DCDC +Converter_DCDC_TRACO_TEN10-xxxx_Single_THT +DCDC-Converter, TRACO, TEN10-xxxx, single output, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf +DCDC-Converter TRACO TEN10-xxxx single output +0 +4 +4 +Converter_DCDC +Converter_DCDC_TRACO_TEN10-xxxx_THT +DCDC-Converter, TRACO, TEN10-xxxx, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf +DCDC-Converter TRACO TEN10-xxxx +0 +4 +4 +Converter_DCDC +Converter_DCDC_TRACO_TEN20-xxxx-N4_THT +DCDC-Converter TRACO TEN20 Generic, https://assets.tracopower.com/20171102100522/TEN20/documents/ten20-datasheet.pdf +DCDC-Converter TRACO TEN20 Generic +0 +5 +5 +Converter_DCDC +Converter_DCDC_TRACO_TEN20-xxxx_THT +DCDC-Converter TRACO TEN20 Generic, https://assets.tracopower.com/20171102100522/TEN20/documents/ten20-datasheet.pdf +DCDC-Converter TRACO TEN20 Generic +0 +6 +6 +Converter_DCDC +Converter_DCDC_TRACO_THD_15-xxxxWIN_THT +Traco THD 15WIN, 15W, THT (https://www.tracopower.com/products/thd15win.pdf#page=3) +traco dcdc tht 15w +0 +9 +9 +Converter_DCDC +Converter_DCDC_TRACO_THN30-xxxx_THT +DCDC-Converter TRACO THN 10 to 30W, Single or dual Output, (https://www.tracopower.com/sites/default/files/products/datasheets/thn30_datasheet.pdf) +DCDC-Converter TRACO THN30 Generic +0 +6 +6 +Converter_DCDC +Converter_DCDC_TRACO_TMR-1-xxxx_Dual_THT +DCDC-Converter, TRACO, TMR 1-xxxx, Dual output, Rev. March 21.2016 +DCDC-Converter TRACO TMR1-xxxx Dual_output +0 +5 +5 +Converter_DCDC +Converter_DCDC_TRACO_TMR-1-xxxx_Single_THT +DCDC-Converter, TRACO, TMR 1-xxxx, Single output, Rev. March 21.2016 +DCDC-Converter TRACO TMR1-xxxx Single_output +0 +4 +4 +Converter_DCDC +Converter_DCDC_TRACO_TMR-1SM_SMD +http://assets.tracopower.com/TMR1SM/documents/tmr1sm-datasheet.pdf +DCDC SMD TRACO TMR-1SM +0 +7 +7 +Converter_DCDC +Converter_DCDC_TRACO_TMR-2xxxxWI_THT +https://www.tracopower.com/products/tmr2wi.pdf +DCDC-Converter TRACO TMRxxxxWI Single/Dual_output +0 +7 +7 +Converter_DCDC +Converter_DCDC_TRACO_TMR-xxxx_THT +DCDC-Converter, TRACO, TMR xxxx, Single/Dual output, http://www.datasheetlib.com/datasheet/135136/tmr-2-2410e_traco-power.html?page=3#datasheet +DCDC-Converter TRACO TMRxxxx Single/Dual_output +0 +7 +7 +Converter_DCDC +Converter_DCDC_TRACO_TSR-1_THT +DCDC-Converter, TRACO, TSR 1-xxxx +DCDC-Converter TRACO TSR-1 +0 +3 +3 +Converter_DCDC +Converter_DCDC_XP_POWER-IA48xxD_THT +XP_POWER IA48xxD, DIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator +XP_POWER IA48xxD DIP DCDC-Converter +0 +6 +6 +Converter_DCDC +Converter_DCDC_XP_POWER-IA48xxS_THT +XP_POWER IA48xxS, SIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator +XP_POWER IA48xxS SIP DCDC-Converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_XP_POWER-IAxxxxD_THT +XP_POWER IAxxxxD, DIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator +XP_POWER IAxxxxD DIP DCDC-Converter +0 +6 +6 +Converter_DCDC +Converter_DCDC_XP_POWER-IAxxxxS_THT +XP_POWER IAxxxxS, SIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator +XP_POWER IAxxxxS SIP DCDC-Converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_XP_POWER-IHxxxxDH_THT +XP_POWER IHxxxxDH, DIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator +XP_POWER IHxxxxDH DIP DCDC-Converter +0 +6 +6 +Converter_DCDC +Converter_DCDC_XP_POWER-IHxxxxD_THT +XP_POWER IHxxxxD, DIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator +XP_POWER IHxxxxD DIP DCDC-Converter +0 +6 +6 +Converter_DCDC +Converter_DCDC_XP_POWER-IHxxxxSH_THT +XP_POWER IHxxxxSH, SIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator +XP_POWER IHxxxxSH SIP DCDC-Converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_XP_POWER-IHxxxxS_THT +XP_POWER IHxxxxS, SIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator +XP_POWER IHxxxxS SIP DCDC-Converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_XP_POWER-ISU02_SMD +DCDC-Converter, XP POWER, ISU02 Series, 2W Single and Dual Output, 1500VDC Isolation, 19.0x17.0x8.7mm https://www.xppower.com/Portals/0/pdfs/SF_ISU02.pdf +DCDC SMD XP POWER ISU02 +0 +7 +7 +Converter_DCDC +Converter_DCDC_XP_POWER-ITQxxxxS-H_THT +XP_POWER ITQxxxxS-H, SIP, (https://www.xppower.com/pdfs/SF_ITQ.pdf), generated with kicad-footprint-generator +XP_POWER ITQxxxxS-H SIP DCDC-Converter +0 +6 +6 +Converter_DCDC +Converter_DCDC_XP_POWER-ITXxxxxSA_THT +XP_POWER ITXxxxxSA, SIP, (https://www.xppower.com/pdfs/SF_ITX.pdf), generated with kicad-footprint-generator +XP_POWER ITXxxxxSA SIP DCDC-Converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_XP_POWER-ITxxxxxS_THT +XP_POWER ITxxxxxS, SIP, (https://www.xppower.com/portals/0/pdfs/SF_ITX.pdf https://www.xppower.com/portals/0/pdfs/SF_ITQ.pdf), generated with kicad-footprint-generator +XP_POWER ITxxxxxS SIP DCDC-Converter +0 +7 +7 +Converter_DCDC +Converter_DCDC_XP_POWER_JTDxxxxxxx_THT +XP Power JTD Series DC-DC Converter +DCDC Isolated +0 +6 +6 +Converter_DCDC +Converter_DCDC_XP_POWER_JTExxxxDxx_THT +DCDC-Converter, XP POWER, Type JTE06 Series, Dual Output +DCDC-Converter XP_POWER JTE06 Dual +0 +8 +8 +Converter_DCDC +Converter_DCDC_muRata_MEJ1DxxxxSC_THT +muRata MEJ1DxxxxSC, 19.5x9.8x12.5mm, 5.2kVDC Isolated, 1W, dual output, SIP package style, https://power.murata.com/data/power/ncl/kdc_mej1.pdf +muRata MEJ1D DCDC-Converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_muRata_MEJ1SxxxxSC_THT +muRata MEJ1SxxxxSC, 19.5x9.8x12.5mm, 5.2kVDC Isolated, 1W, single output, SIP package style, https://power.murata.com/data/power/ncl/kdc_mej1.pdf +muRata MEJ1S DCDC-Converter +0 +4 +4 +Crystal +Crystal_AT310_D3.0mm_L10.0mm_Horizontal +Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf +['AT310'] +0 +2 +2 +Crystal +Crystal_AT310_D3.0mm_L10.0mm_Horizontal_1EP_style1 +Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf +['AT310'] +0 +3 +3 +Crystal +Crystal_AT310_D3.0mm_L10.0mm_Horizontal_1EP_style2 +Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf +['AT310'] +0 +5 +3 +Crystal +Crystal_AT310_D3.0mm_L10.0mm_Vertical +Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf +['AT310'] +0 +2 +2 +Crystal +Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal +Crystal THT C26-LF 6.5mm length 2.06mm diameter +['C26-LF'] +0 +2 +2 +Crystal +Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal_1EP_style1 +Crystal THT C26-LF 6.5mm length 2.06mm diameter +['C26-LF'] +0 +3 +3 +Crystal +Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal_1EP_style2 +Crystal THT C26-LF 6.5mm length 2.06mm diameter +['C26-LF'] +0 +5 +3 +Crystal +Crystal_C26-LF_D2.1mm_L6.5mm_Vertical +Crystal THT C26-LF 6.5mm length 2.06mm diameter +['C26-LF'] +0 +2 +2 +Crystal +Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal +Crystal THT C38-LF 8.0mm length 3.0mm diameter +['C38-LF'] +0 +2 +2 +Crystal +Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal_1EP_style1 +Crystal THT C38-LF 8.0mm length 3.0mm diameter +['C38-LF'] +0 +3 +3 +Crystal +Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal_1EP_style2 +Crystal THT C38-LF 8.0mm length 3.0mm diameter +['C38-LF'] +0 +5 +3 +Crystal +Crystal_C38-LF_D3.0mm_L8.0mm_Vertical +Crystal THT C38-LF 8.0mm length 3.0mm diameter +['C38-LF'] +0 +2 +2 +Crystal +Crystal_DS10_D1.0mm_L4.3mm_Horizontal +Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS10'] +0 +2 +2 +Crystal +Crystal_DS10_D1.0mm_L4.3mm_Horizontal_1EP_style1 +Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS10'] +0 +3 +3 +Crystal +Crystal_DS10_D1.0mm_L4.3mm_Horizontal_1EP_style2 +Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS10'] +0 +5 +3 +Crystal +Crystal_DS10_D1.0mm_L4.3mm_Vertical +Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS10'] +0 +2 +2 +Crystal +Crystal_DS15_D1.5mm_L5.0mm_Horizontal +Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS15'] +0 +2 +2 +Crystal +Crystal_DS15_D1.5mm_L5.0mm_Horizontal_1EP_style1 +Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS15'] +0 +3 +3 +Crystal +Crystal_DS15_D1.5mm_L5.0mm_Horizontal_1EP_style2 +Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS15'] +0 +5 +3 +Crystal +Crystal_DS15_D1.5mm_L5.0mm_Vertical +Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS15'] +0 +2 +2 +Crystal +Crystal_DS26_D2.0mm_L6.0mm_Horizontal +Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS26'] +0 +2 +2 +Crystal +Crystal_DS26_D2.0mm_L6.0mm_Horizontal_1EP_style1 +Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS26'] +0 +3 +3 +Crystal +Crystal_DS26_D2.0mm_L6.0mm_Horizontal_1EP_style2 +Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS26'] +0 +5 +3 +Crystal +Crystal_DS26_D2.0mm_L6.0mm_Vertical +Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS26'] +0 +2 +2 +Crystal +Crystal_HC18-U_Horizontal +Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC18-U_Horizontal_1EP_style1 +Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC18-U_Horizontal_1EP_style2 +Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC18-U_Vertical +Crystal THT HC-18/U, http://5hertz.com/pdfs/04404_D.pdf +THT crystalHC-18/U +0 +2 +2 +Crystal +Crystal_HC33-U_Horizontal +Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC33-U_Horizontal_1EP_style1 +Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC33-U_Horizontal_1EP_style2 +Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC33-U_Vertical +Crystal THT HC-33/U, http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf +THT crystalHC-33/U +0 +2 +2 +Crystal +Crystal_HC35-U +Crystal, Quarz, HC35/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/TO71xx.pdf +Crystal Quarz HC35/U +0 +3 +3 +Crystal +Crystal_HC49-4H_Vertical +Crystal THT HC-49-4H http://5hertz.com/pdfs/04404_D.pdf +THT crystalHC-49-4H +0 +2 +2 +Crystal +Crystal_HC49-U-3Pin_Vertical +Crystal THT HC-49/U, 3pin-version, http://www.raltron.com/products/pdfspecs/crystal_hc_49_45_51.pdf +THT crystalHC-49/U +0 +3 +3 +Crystal +Crystal_HC49-U_Horizontal +Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC49-U_Horizontal_1EP_style1 +Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC49-U_Horizontal_1EP_style2 +Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC49-U_Vertical +Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf +THT crystalHC-49/U +0 +2 +2 +Crystal +Crystal_HC50_Horizontal +Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC50_Horizontal_1EP_style1 +Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC50_Horizontal_1EP_style2 +Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC50_Vertical +Crystal THT HC-50, http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf +THT crystalHC-50 +0 +2 +2 +Crystal +Crystal_HC51-U_Vertical +Crystal THT HC-51/U, http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf +THT crystalHC-51/U +0 +2 +2 +Crystal +Crystal_HC51_Horizontal +Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC51_Horizontal_1EP_style1 +Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC51_Horizontal_1EP_style2 +Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC52-6mm_Horizontal +Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC52-6mm_Horizontal_1EP_style1 +Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC52-6mm_Horizontal_1EP_style2 +Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC52-6mm_Vertical +Crystal THT HC-52/6mm, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystalHC-49/U +0 +2 +2 +Crystal +Crystal_HC52-8mm_Horizontal +Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC52-8mm_Horizontal_1EP_style1 +Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC52-8mm_Horizontal_1EP_style2 +Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC52-8mm_Vertical +Crystal THT HC-52/8mm, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystalHC-49/U +0 +2 +2 +Crystal +Crystal_HC52-U-3Pin_Vertical +Crystal THT HC-52/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystalHC-52/U +0 +3 +3 +Crystal +Crystal_HC52-U_Horizontal +Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC52-U_Horizontal_1EP_style1 +Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC52-U_Horizontal_1EP_style2 +Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC52-U_Vertical +Crystal THT HC-52/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal HC-52/U +0 +2 +2 +Crystal +Crystal_Round_D1.0mm_Vertical +Crystal THT DS10 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS10'] +0 +2 +2 +Crystal +Crystal_Round_D1.5mm_Vertical +Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS15'] +0 +2 +2 +Crystal +Crystal_Round_D2.0mm_Vertical +Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS26'] +0 +2 +2 +Crystal +Crystal_Round_D3.0mm_Vertical +Crystal THT C38-LF 8.0mm length 3.0mm diameter +['C38-LF'] +0 +2 +2 +Crystal +Crystal_SMD_0603-2Pin_6.0x3.5mm +SMD Crystal SERIES SMD0603/2 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-2.pdf, 6.0x3.5mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_0603-2Pin_6.0x3.5mm_HandSoldering +SMD Crystal SERIES SMD0603/2 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-2.pdf, hand-soldering, 6.0x3.5mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_0603-4Pin_6.0x3.5mm +SMD Crystal SERIES SMD0603/4 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-4.pdf, 6.0x3.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_0603-4Pin_6.0x3.5mm_HandSoldering +SMD Crystal SERIES SMD0603/4 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-4.pdf, hand-soldering, 6.0x3.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_2012-2Pin_2.0x1.2mm +SMD Crystal 2012/2 http://txccrystal.com/images/pdf/9ht11.pdf, 2.0x1.2mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_2012-2Pin_2.0x1.2mm_HandSoldering +SMD Crystal 2012/2 http://txccrystal.com/images/pdf/9ht11.pdf, hand-soldering, 2.0x1.2mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_2016-4Pin_2.0x1.6mm +SMD Crystal SERIES SMD2016/4 http://www.q-crystal.com/upload/5/2015552223166229.pdf, 2.0x1.6mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_2520-4Pin_2.5x2.0mm +SMD Crystal SERIES SMD2520/4 http://www.newxtal.com/UploadFiles/Images/2012-11-12-09-29-09-776.pdf, 2.5x2.0mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_3215-2Pin_3.2x1.5mm +SMD Crystal FC-135 https://support.epson.biz/td/api/doc_check.php?dl=brief_FC-135R_en.pdf +SMD SMT Crystal +0 +2 +2 +Crystal +Crystal_SMD_3225-4Pin_3.2x2.5mm +SMD Crystal SERIES SMD3225/4 http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_3225-4Pin_3.2x2.5mm_HandSoldering +SMD Crystal SERIES SMD3225/4 http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_5032-2Pin_5.0x3.2mm +SMD Crystal SERIES SMD2520/2 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, 5.0x3.2mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_5032-2Pin_5.0x3.2mm_HandSoldering +SMD Crystal SERIES SMD2520/2 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_5032-4Pin_5.0x3.2mm +SMD Crystal SERIES SMD2520/4 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, 5.0x3.2mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_7050-2Pin_7.0x5.0mm +SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_7050-2Pin_7.0x5.0mm_HandSoldering +SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_7050-4Pin_7.0x5.0mm +SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_Abracon_ABM3-2Pin_5.0x3.2mm +Abracon Miniature Ceramic Smd Crystal ABM3 http://www.abracon.com/Resonators/abm3.pdf, 5.0x3.2mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_Abracon_ABM3-2Pin_5.0x3.2mm_HandSoldering +Abracon Miniature Ceramic Smd Crystal ABM3 http://www.abracon.com/Resonators/abm3.pdf, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_Abracon_ABM3B-4Pin_5.0x3.2mm +Abracon Miniature Ceramic Smd Crystal ABM3B http://www.abracon.com/Resonators/abm3b.pdf, 5.0x3.2mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_Abracon_ABM3C-4Pin_5.0x3.2mm +Abracon Miniature Ceramic Smd Crystal ABM3C http://www.abracon.com/Resonators/abm3c.pdf, 5.0x3.2mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_Abracon_ABM7-2Pin_6.0x3.5mm +SMD Crystal Abracon ABM7, https://abracon.com/Resonators/abm7.pdf +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_Abracon_ABM8AIG-4Pin_3.2x2.5mm +Abracon Miniature Ceramic Smd Crystal ABM8AIG https://abracon.com/AIGcrystals/ABM8AIG.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm +Abracon Miniature Ceramic Smd Crystal ABM8G http://www.abracon.com/Resonators/ABM8G.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_Abracon_ABM10-4Pin_2.5x2.0mm +Abracon Miniature Ceramic Smd Crystal ABM10 http://www.abracon.com/Resonators/ABM10.pdf +SMD SMT crystal Abracon ABM10 +0 +4 +4 +Crystal +Crystal_SMD_Abracon_ABS25-4Pin_8.0x3.8mm +Abracon Miniature Ceramic SMD Crystal ABS25 https://abracon.com/Resonators/abs25.pdf, 8.0x3.8mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_ECS_CSM3X-2Pin_7.6x4.1mm +http://www.ecsxtal.com/store/pdf/CSM-3X.pdf +Crystal CSM-3X +0 +2 +2 +Crystal +Crystal_SMD_EuroQuartz_EQ161-2Pin_3.2x1.5mm +SMD Crystal EuroQuartz EQ161 series http://cdn-reichelt.de/documents/datenblatt/B400/PG32768C.pdf, 3.2x1.5mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_EuroQuartz_EQ161-2Pin_3.2x1.5mm_HandSoldering +SMD Crystal EuroQuartz EQ161 series http://cdn-reichelt.de/documents/datenblatt/B400/PG32768C.pdf, hand-soldering, 3.2x1.5mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_EuroQuartz_MJ-4Pin_5.0x3.2mm +SMD Crystal EuroQuartz MJ series http://cdn-reichelt.de/documents/datenblatt/B400/MJ.pdf, 5.0x3.2mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_MJ-4Pin_5.0x3.2mm_HandSoldering +SMD Crystal EuroQuartz MJ series http://cdn-reichelt.de/documents/datenblatt/B400/MJ.pdf, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_MQ-4Pin_7.0x5.0mm +SMD Crystal EuroQuartz MQ series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, 7.0x5.0mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_MQ-4Pin_7.0x5.0mm_HandSoldering +SMD Crystal EuroQuartz MQ series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_MQ2-2Pin_7.0x5.0mm +SMD Crystal EuroQuartz MQ2 series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, 7.0x5.0mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_EuroQuartz_MQ2-2Pin_7.0x5.0mm_HandSoldering +SMD Crystal EuroQuartz MQ2 series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_EuroQuartz_MT-4Pin_3.2x2.5mm +SMD Crystal EuroQuartz MT series http://cdn-reichelt.de/documents/datenblatt/B400/MT.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_MT-4Pin_3.2x2.5mm_HandSoldering +SMD Crystal EuroQuartz MT series http://cdn-reichelt.de/documents/datenblatt/B400/MT.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm +SMD Crystal EuroQuartz X22 series http://cdn-reichelt.de/documents/datenblatt/B400/DS_X22.pdf, 2.5x2.0mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm_HandSoldering +SMD Crystal EuroQuartz X22 series http://cdn-reichelt.de/documents/datenblatt/B400/DS_X22.pdf, hand-soldering, 2.5x2.0mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_FOX_FE-2Pin_7.5x5.0mm +crystal Ceramic Resin Sealed SMD http://www.foxonline.com/pdfs/fe.pdf, 7.5x5.0mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_FOX_FE-2Pin_7.5x5.0mm_HandSoldering +crystal Ceramic Resin Sealed SMD http://www.foxonline.com/pdfs/fe.pdf, hand-soldering, 7.5x5.0mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_FOX_FQ7050-2Pin_7.0x5.0mm +FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_FOX_FQ7050-2Pin_7.0x5.0mm_HandSoldering +FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_FOX_FQ7050-4Pin_7.0x5.0mm +FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_FrontierElectronics_FM206 +SMD Watch Crystal FrontierElectronics FM206 6.0mm length 1.9mm diameter http://www.chinafronter.com/wp-content/uploads/2013/12/FM206.pdf +['FM206'] +0 +3 +3 +Crystal +Crystal_SMD_G8-2Pin_3.2x1.5mm +SMD Crystal G8, 3.2x1.5mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_G8-2Pin_3.2x1.5mm_HandSoldering +SMD Crystal G8, hand-soldering, 3.2x1.5mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_HC49-SD +SMD Crystal HC-49-SD http://cdn-reichelt.de/documents/datenblatt/B400/xxx-HC49-SMD.pdf, 11.4x4.7mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_HC49-SD_HandSoldering +SMD Crystal HC-49-SD http://cdn-reichelt.de/documents/datenblatt/B400/xxx-HC49-SMD.pdf, hand-soldering, 11.4x4.7mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC1V-T1A-2Pin_8.0x3.7mm +SMD Crystal MicroCrystal CC1V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC1V-T1A.pdf, 8.0x3.7mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC1V-T1A-2Pin_8.0x3.7mm_HandSoldering +SMD Crystal MicroCrystal CC1V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC1V-T1A.pdf, hand-soldering, 8.0x3.7mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC4V-T1A-2Pin_5.0x1.9mm +SMD Crystal MicroCrystal CC4V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC4V-T1A.pdf, 5.0x1.9mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC4V-T1A-2Pin_5.0x1.9mm_HandSoldering +SMD Crystal MicroCrystal CC4V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC4V-T1A.pdf, hand-soldering, 5.0x1.9mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC5V-T1A-2Pin_4.1x1.5mm +SMD Crystal MicroCrystal CC5V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC5V-T1A.pdf, 4.1x1.5mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC5V-T1A-2Pin_4.1x1.5mm_HandSoldering +SMD Crystal MicroCrystal CC5V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC5V-T1A.pdf, hand-soldering, 4.1x1.5mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC7V-T1A-2Pin_3.2x1.5mm +SMD Crystal MicroCrystal CC7V-T1A/CM7V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC7V-T1A.pdf, 3.2x1.5mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC7V-T1A-2Pin_3.2x1.5mm_HandSoldering +SMD Crystal MicroCrystal CC7V-T1A/CM7V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC1V-T1A.pdf, hand-soldering, 3.2x1.5mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC8V-T1A-2Pin_2.0x1.2mm +SMD Crystal MicroCrystal CC8V-T1A/CM8V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC8V-T1A.pdf, 2.0x1.2mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC8V-T1A-2Pin_2.0x1.2mm_HandSoldering +SMD Crystal MicroCrystal CC8V-T1A/CM8V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC8V-T1A.pdf, hand-soldering, 2.0x1.2mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CM9V-T1A-2Pin_1.6x1.0mm +SMD Crystal MicroCrystal CM9V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CM9V-T1A.pdf, 1.6x1.0mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CM9V-T1A-2Pin_1.6x1.0mm_HandSoldering +SMD Crystal MicroCrystal CM9V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CM9V-T1A.pdf, hand-soldering, 1.6x1.0mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_MS1V-T1K +SMD Watch Crystal MicroCrystal MS1V-T1K 6.1mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/MS1V-T1K.pdf +['MS1V-T1K'] +0 +3 +3 +Crystal +Crystal_SMD_MicroCrystal_MS3V-T1R +SMD Watch Crystal MicroCrystal MS3V-T1R 5.2mm length 1.4mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/MS3V-T1R.pdf +['MS3V-T1R'] +0 +3 +3 +Crystal +Crystal_SMD_Qantek_QC5CB-2Pin_5x3.2mm +SMD Crystal Qantek QC5CB, https://www.qantek.com/tl_files/products/crystals/QC5CB.pdf +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_SeikoEpson_FA128-4Pin_2.0x1.6mm +crystal Epson Toyocom FA-128 (https://support.epson.biz/td/api/doc_check.php?dl=brief_FA-128&lang=en), 2x1.6mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_FA238-4Pin_3.2x2.5mm +crystal Epson Toyocom FA-238 https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_FA238-4Pin_3.2x2.5mm_HandSoldering +crystal Epson Toyocom FA-238 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm +crystal Epson Toyocom FA-238 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm_HandSoldering +crystal Epson Toyocom FA-238 series http://www.mouser.com/ds/2/137/1721499-465440.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm +SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 11.7x4.0mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm_HandSoldering +SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 11.7x4.0mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm +SMD Crystal Seiko Epson MC-505 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 12.7x5.1mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm_HandSoldering +SMD Crystal Seiko Epson MC-505 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 12.7x5.1mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm +SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 12.7x5.1mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm_HandSoldering +SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 12.7x5.1mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC146-4Pin_6.7x1.5mm +SMD Crystal Seiko Epson MC-146 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, 6.7x1.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC146-4Pin_6.7x1.5mm_HandSoldering +SMD Crystal Seiko Epson MC-146 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, hand-soldering, 6.7x1.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC156-4Pin_7.1x2.5mm +SMD Crystal Seiko Epson MC-156 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, 7.1x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC156-4Pin_7.1x2.5mm_HandSoldering +SMD Crystal Seiko Epson MC-156 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, hand-soldering, 7.1x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC306-4Pin_8.0x3.2mm +SMD Crystal Seiko Epson MC-306 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 8.0x3.2mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC306-4Pin_8.0x3.2mm_HandSoldering +SMD Crystal Seiko Epson MC-306 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 8.0x3.2mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC405-2Pin_9.6x4.1mm +SMD Crystal Seiko Epson MC-405 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 9.6x4.1mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_SeikoEpson_MC405-2Pin_9.6x4.1mm_HandSoldering +SMD Crystal Seiko Epson MC-405 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 9.6x4.1mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_SeikoEpson_MC406-4Pin_9.6x4.1mm +SMD Crystal Seiko Epson MC-406 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 9.6x4.1mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC406-4Pin_9.6x4.1mm_HandSoldering +SMD Crystal Seiko Epson MC-406 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 9.6x4.1mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm +crystal Epson Toyocom TSX-3225 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm_HandSoldering +crystal Epson Toyocom TSX-3225 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_TXC_7A-2Pin_5x3.2mm +SMD Crystal TXC 7A http://txccrystal.com/images/pdf/7a.pdf +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm +SMD Crystal TXC 7M http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm_HandSoldering +SMD Crystal TXC 7M http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_TXC_9HT11-2Pin_2.0x1.2mm +SMD Crystal TXC 9HT11 http://txccrystal.com/images/pdf/9ht11.pdf, 2.0x1.2mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_TXC_9HT11-2Pin_2.0x1.2mm_HandSoldering +SMD Crystal TXC 9HT11 http://txccrystal.com/images/pdf/9ht11.pdf, hand-soldering, 2.0x1.2mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_TXC_AX_8045-2Pin_8.0x4.5mm +http://www.txccrystal.com/images/pdf/ax-automotive.pdf +SMD SMT crystal +0 +2 +2 +Crystal +Resonator-2Pin_W6.0mm_H3.0mm +Ceramic Resomator/Filter 6.0x3.0mm^2, length*width=6.0x3.0mm^2 package, package length=6.0mm, package width=3.0mm, 2 pins +THT ceramic resonator filter +0 +2 +2 +Crystal +Resonator-2Pin_W7.0mm_H2.5mm +Ceramic Resomator/Filter 7.0x2.5mm^2, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 2 pins +THT ceramic resonator filter +0 +2 +2 +Crystal +Resonator-2Pin_W8.0mm_H3.5mm +Ceramic Resomator/Filter 8.0x3.5mm^2, length*width=8.0x3.5mm^2 package, package length=8.0mm, package width=3.5mm, 2 pins +THT ceramic resonator filter +0 +2 +2 +Crystal +Resonator-2Pin_W10.0mm_H5.0mm +Ceramic Resomator/Filter 10.0x5.0 RedFrequency MG/MT/MX series, http://www.red-frequency.com/download/datenblatt/redfrequency-datenblatt-ir-zta.pdf, length*width=10.0x5.0mm^2 package, package length=10.0mm, package width=5.0mm, 2 pins +THT ceramic resonator filter +0 +2 +2 +Crystal +Resonator-3Pin_W6.0mm_H3.0mm +Ceramic Resomator/Filter 6.0x3.0mm^2, length*width=6.0x3.0mm^2 package, package length=6.0mm, package width=3.0mm, 3 pins +THT ceramic resonator filter +0 +3 +3 +Crystal +Resonator-3Pin_W7.0mm_H2.5mm +Ceramic Resomator/Filter 7.0x2.5mm^2, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins +THT ceramic resonator filter +0 +3 +3 +Crystal +Resonator-3Pin_W8.0mm_H3.5mm +Ceramic Resomator/Filter 8.0x3.5mm^2, length*width=8.0x3.5mm^2 package, package length=8.0mm, package width=3.5mm, 3 pins +THT ceramic resonator filter +0 +3 +3 +Crystal +Resonator-3Pin_W10.0mm_H5.0mm +Ceramic Resomator/Filter 10.0x5.0mm^2 RedFrequency MG/MT/MX series, http://www.red-frequency.com/download/datenblatt/redfrequency-datenblatt-ir-zta.pdf, length*width=10.0x5.0mm^2 package, package length=10.0mm, package width=5.0mm, 3 pins +THT ceramic resonator filter +0 +3 +3 +Crystal +Resonator_Murata_CSTLSxxxG-3Pin_W8.0mm_H3.0mm +Ceramic Resomator/Filter Murata CSTLSxxxG, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/timingdevice/ceralock/p17e.ashx, length*width=8.0x3.0mm^2 package, package length=8.0mm, package width=3.0mm, 3 pins +THT ceramic resonator filter CSTLSxxxG +0 +3 +3 +Crystal +Resonator_Murata_CSTLSxxxX-3Pin_W5.5mm_H3.0mm +Ceramic Resomator/Filter Murata CSTLSxxxX, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/timingdevice/ceralock/p17e.ashx, length*width=5.5x3.0mm^2 package, package length=5.5mm, package width=3.0mm, 3 pins +THT ceramic resonator filter CSTLSxxxX +0 +3 +3 +Crystal +Resonator_Murata_DSN6-3Pin_W7.0mm_H2.5mm +Ceramic Resomator/Filter Murata DSN6, http://cdn-reichelt.de/documents/datenblatt/B400/DSN6NC51H.pdf, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins +THT ceramic resonator filter DSN6 +0 +3 +3 +Crystal +Resonator_Murata_DSS6-3Pin_W7.0mm_H2.5mm +Ceramic Resomator/Filter Murata DSS6, http://cdn-reichelt.de/documents/datenblatt/B400/DSN6NC51H.pdf, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins +THT ceramic resonator filter DSS6 +0 +3 +3 +Crystal +Resonator_SMD-3Pin_7.2x3.0mm +SMD Resomator/Filter 7.2x3.0mm, Murata CSTCC8M00G53-R0; 8MHz resonator, SMD, Farnell (Element 14) #1170435, http://www.farnell.com/datasheets/19296.pdf?_ga=1.247244932.122297557.1475167906, 7.2x3.0mm^2 package +SMD SMT ceramic resonator filter filter +0 +3 +3 +Crystal +Resonator_SMD-3Pin_7.2x3.0mm_HandSoldering +SMD Resomator/Filter 7.2x3.0mm, Murata CSTCC8M00G53-R0; 8MHz resonator, SMD, Farnell (Element 14) #1170435, http://www.farnell.com/datasheets/19296.pdf?_ga=1.247244932.122297557.1475167906, hand-soldering, 7.2x3.0mm^2 package +SMD SMT ceramic resonator filter filter hand-soldering +0 +3 +3 +Crystal +Resonator_SMD_Murata_CDSCB-2Pin_4.5x2.0mm +SMD Resomator/Filter Murata CDSCB, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 4.5x2.0mm^2 package +SMD SMT ceramic resonator filter filter +0 +2 +2 +Crystal +Resonator_SMD_Murata_CDSCB-2Pin_4.5x2.0mm_HandSoldering +SMD Resomator/Filter Murata CDSCB, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 4.5x2.0mm^2 package +SMD SMT ceramic resonator filter filter hand-soldering +0 +2 +2 +Crystal +Resonator_SMD_Murata_CSTxExxV-3Pin_3.0x1.1mm +SMD Resomator/Filter Murata CSTCE, https://www.murata.com/en-eu/products/productdata/8801162264606/SPEC-CSTNE16M0VH3C000R0.pdf +SMD SMT ceramic resonator filter +0 +3 +3 +Crystal +Resonator_SMD_Murata_CSTxExxV-3Pin_3.0x1.1mm_HandSoldering +SMD Resomator/Filter Murata CSTCE, https://www.murata.com/en-eu/products/productdata/8801162264606/SPEC-CSTNE16M0VH3C000R0.pdf +SMD SMT ceramic resonator filter +0 +3 +3 +Crystal +Resonator_SMD_Murata_SFECV-3Pin_6.9x2.9mm +SMD Resomator/Filter Murata SFECV, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 6.9x2.9mm^2 package +SMD SMT ceramic resonator filter filter +0 +3 +3 +Crystal +Resonator_SMD_Murata_SFECV-3Pin_6.9x2.9mm_HandSoldering +SMD Resomator/Filter Murata SFECV, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 6.9x2.9mm^2 package +SMD SMT ceramic resonator filter filter hand-soldering +0 +3 +3 +Crystal +Resonator_SMD_Murata_SFSKA-3Pin_7.9x3.8mm +SMD Resomator/Filter Murata SFSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 7.9x3.8mm^2 package +SMD SMT ceramic resonator filter filter +0 +3 +3 +Crystal +Resonator_SMD_Murata_SFSKA-3Pin_7.9x3.8mm_HandSoldering +SMD Resomator/Filter Murata SFSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 7.9x3.8mm^2 package +SMD SMT ceramic resonator filter filter hand-soldering +0 +3 +3 +Crystal +Resonator_SMD_Murata_TPSKA-3Pin_7.9x3.8mm +SMD Resomator/Filter Murata TPSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 7.9x3.8mm^2 package +SMD SMT ceramic resonator filter filter +0 +3 +3 +Crystal +Resonator_SMD_Murata_TPSKA-3Pin_7.9x3.8mm_HandSoldering +SMD Resomator/Filter Murata TPSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 7.9x3.8mm^2 package +SMD SMT ceramic resonator filter filter hand-soldering +0 +3 +3 +Diode_SMD +D_0201_0603Metric +Diode SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +diode +0 +4 +2 +Diode_SMD +D_0201_0603Metric_Pad0.64x0.40mm_HandSolder +Diode SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +diode handsolder +0 +4 +2 +Diode_SMD +D_0402_1005Metric +Diode SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_0402_1005Metric_Pad0.77x0.64mm_HandSolder +Diode SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_0603_1608Metric +Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_0603_1608Metric_Pad1.05x0.95mm_HandSolder +Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_0805_2012Metric +Diode SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_0805_2012Metric_Pad1.15x1.40mm_HandSolder +Diode SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_01005_0402Metric +Diode SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +diode +0 +4 +2 +Diode_SMD +D_01005_0402Metric_Pad0.57x0.30mm_HandSolder +Diode SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +diode handsolder +0 +4 +2 +Diode_SMD +D_1206_3216Metric +Diode SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_1206_3216Metric_Pad1.42x1.75mm_HandSolder +Diode SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_1210_3225Metric +Diode SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_1210_3225Metric_Pad1.42x2.65mm_HandSolder +Diode SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_1812_4532Metric +Diode SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_1812_4532Metric_Pad1.30x3.40mm_HandSolder +Diode SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_2010_5025Metric +Diode SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_2010_5025Metric_Pad1.52x2.65mm_HandSolder +Diode SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_2114_3652Metric +Diode SMD 2114 (3652 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_2114_3652Metric_Pad1.85x3.75mm_HandSolder +Diode SMD 2114 (3652 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_2512_6332Metric +Diode SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_2512_6332Metric_Pad1.52x3.35mm_HandSolder +Diode SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_3220_8050Metric +Diode SMD 3220 (8050 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_3220_8050Metric_Pad2.65x5.15mm_HandSolder +Diode SMD 3220 (8050 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_MELF +Diode, MELF,, +Diode MELF +0 +2 +2 +Diode_SMD +D_MELF-RM10_Universal_Handsoldering +Diode, Universal, MELF, RM10, Handsoldering, SMD, Thruhole, +Diode Universal MELF RM10 Handsoldering SMD Thruhole +0 +2 +2 +Diode_SMD +D_MELF_Handsoldering +Diode MELF Handsoldering +Diode MELF Handsoldering +0 +2 +2 +Diode_SMD +D_MicroMELF +Diode, MicroMELF, Reflow Soldering, http://www.vishay.com/docs/85597/bzm55.pdf +MicroMELF Diode +0 +2 +2 +Diode_SMD +D_MicroMELF_Handsoldering +Diode, MicroMELF, Hand Soldering, http://www.vishay.com/docs/85597/bzm55.pdf +MicroMELF Diode +0 +2 +2 +Diode_SMD +D_MicroSMP_AK +Diode MicroSMP (DO-219AD), large-pad cathode, https://www.vishay.com/docs/89020/mss1p3l.pdf +Diode MicroSMP (DO-219AD) +0 +2 +2 +Diode_SMD +D_MicroSMP_KA +Diode MicroSMP (DO-219AD), large-pad anode, https://www.vishay.com/docs/89457/msmp6a.pdf +Diode MicroSMP (DO-219AD) +0 +2 +2 +Diode_SMD +D_MiniMELF +Diode Mini-MELF (SOD-80) +Diode Mini-MELF (SOD-80) +0 +2 +2 +Diode_SMD +D_MiniMELF_Handsoldering +Diode Mini-MELF (SOD-80) Handsoldering +Diode Mini-MELF (SOD-80) Handsoldering +0 +2 +2 +Diode_SMD +D_PowerDI-5 +PowerDI,Diode,Vishay,https://www.diodes.com/assets/Package-Files/PowerDI5.pdf +PowerDI diode vishay +0 +3 +2 +Diode_SMD +D_PowerDI-123 +http://www.diodes.com/_files/datasheets/ds30497.pdf +PowerDI diode vishay +0 +2 +2 +Diode_SMD +D_Powermite2_AK +Microsemi Powermite 2 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5341) +PowerMite2 +0 +2 +2 +Diode_SMD +D_Powermite2_KA +Microsemi Powermite 2 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5341) +PowerMite2 +0 +2 +2 +Diode_SMD +D_Powermite3 +Microsemi Powermite 3 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5340) +PowerMite3 +0 +3 +3 +Diode_SMD +D_Powermite_AK +Microsemi Powermite SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5339, https://www.onsemi.com/pub/Collateral/457-04.PDF) +Powermite +0 +2 +2 +Diode_SMD +D_Powermite_KA +Microsemi Powermite SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5339, https://www.onsemi.com/pub/Collateral/457-04.PDF) +Powermite +0 +2 +2 +Diode_SMD +D_QFN_3.3x3.3mm_P0.65mm +QFN, diode, 3.3x3.3x1mm (https://www.wolfspeed.com/media/downloads/846/C3D1P7060Q.pdf) +diode qfn 3.3 +0 +3 +2 +Diode_SMD +D_SC-80 +JEITA SC-80 +SC-80 +0 +2 +2 +Diode_SMD +D_SC-80_HandSoldering +JEITA SC-80 +SC-80 +0 +2 +2 +Diode_SMD +D_SMA +Diode SMA (DO-214AC) +Diode SMA (DO-214AC) +0 +2 +2 +Diode_SMD +D_SMA-SMB_Universal_Handsoldering +Diode, Universal, SMA (DO-214AC) or SMB (DO-214AA), Handsoldering, +Diode Universal SMA (DO-214AC) SMB (DO-214AA) Handsoldering +0 +2 +2 +Diode_SMD +D_SMA_Handsoldering +Diode SMA (DO-214AC) Handsoldering +Diode SMA (DO-214AC) Handsoldering +0 +2 +2 +Diode_SMD +D_SMB +Diode SMB (DO-214AA) +Diode SMB (DO-214AA) +0 +2 +2 +Diode_SMD +D_SMB-SMC_Universal_Handsoldering +Diode, Universal, SMB(DO-214AA) or SMC (DO-214AB), Handsoldering, +Diode Universal SMB(DO-214AA) SMC (DO-214AB) Handsoldering +0 +2 +2 +Diode_SMD +D_SMB_Handsoldering +Diode SMB (DO-214AA) Handsoldering +Diode SMB (DO-214AA) Handsoldering +0 +2 +2 +Diode_SMD +D_SMB_Modified +Diode SMB (DO-214AA) Modified (http://www.littelfuse.com/~/media/electronics/datasheets/sidactors/littelfuse_sidactor_battrax_positive_negative_modified_do_214_datasheet.pdf.pdf) +Diode SMB (DO-214AA) +0 +3 +3 +Diode_SMD +D_SMC +Diode SMC (DO-214AB) +Diode SMC (DO-214AB) +0 +2 +2 +Diode_SMD +D_SMC-RM10_Universal_Handsoldering +Diode, Universal, SMC (DO-214AB), RM10, Handsoldering, SMD, Thruhole +Diode Universal SMC (DO-214AB) RM10 Handsoldering SMD Thruhole +0 +2 +2 +Diode_SMD +D_SMC_Handsoldering +Diode SMC (DO-214AB) Handsoldering +Diode SMC (DO-214AB) Handsoldering +0 +2 +2 +Diode_SMD +D_SMF +Diode SMF (DO-219AB), http://www.vishay.com/docs/95572/smf_do-219ab.pdf +Diode SMF (DO-214AB) +0 +2 +2 +Diode_SMD +D_SOD-110 +SOD-110 +SOD-110 +0 +2 +2 +Diode_SMD +D_SOD-123 +SOD-123 +SOD-123 +0 +2 +2 +Diode_SMD +D_SOD-123F +D_SOD-123F +D_SOD-123F +0 +2 +2 +Diode_SMD +D_SOD-128 +D_SOD-128 (CFP5 SlimSMAW), https://assets.nexperia.com/documents/outline-drawing/SOD128.pdf +D_SOD-128 +0 +2 +2 +Diode_SMD +D_SOD-323 +SOD-323 +SOD-323 +0 +2 +2 +Diode_SMD +D_SOD-323F +SOD-323F http://www.nxp.com/documents/outline_drawing/SOD323F.pdf +SOD-323F +0 +2 +2 +Diode_SMD +D_SOD-323_HandSoldering +SOD-323 +SOD-323 +0 +2 +2 +Diode_SMD +D_SOD-523 +http://www.diodes.com/datasheets/ap02001.pdf p.144 +Diode SOD523 +0 +2 +2 +Diode_SMD +D_SOD-923 +https://www.onsemi.com/pub/Collateral/ESD9B-D.PDF#page=4 +Diode SOD923 +0 +2 +2 +Diode_SMD +D_TUMD2 +ROHM - TUMD2 +TUMD2 +0 +2 +2 +Diode_SMD +Diode_Bridge_Bourns_CD-DF4xxS +8.1x10.5mm, 4A, single phase bridge rectifier, https://www.bourns.com/docs/Product-Datasheets/CD-DF4xxSL.pdf +Surface Mount Bridge Rectifier Diode +0 +4 +4 +Diode_SMD +Diode_Bridge_Diotec_ABS +SMD diode bridge ABS (Diotec), see https://diotec.com/tl_files/diotec/files/pdf/datasheets/abs2.pdf +ABS MBLS +0 +4 +4 +Diode_SMD +Diode_Bridge_Diotec_MicroDil_3.0x3.0x1.8mm +SMD package Diotec Diotec MicroDil, body 3.0x3.0x1.8mm (e.g. diode bridge), see https://diotec.com/tl_files/diotec/files/pdf/datasheets/mys40.pdf +Diotec MicroDil diode bridge +0 +4 +4 +Diode_SMD +Diode_Bridge_Diotec_SO-DIL-Slim +SMD diode bridge Diotec SO-DIL Slim, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40fs.pdf +DFS SO-DIL Slim +0 +4 +4 +Diode_SMD +Diode_Bridge_OnSemi_SDIP-4L +SMD diode bridge OnSemi SDIP-4L, see https://www.onsemi.com/pdf/datasheet/df10s1-d.pdf +OnSemi Diode Bridge SDIP-4L +0 +4 +4 +Diode_SMD +Diode_Bridge_Vishay_DFS +SMD diode bridge DFS, see http://www.vishay.com/docs/88854/padlayouts.pdf +DFS +0 +4 +4 +Diode_SMD +Diode_Bridge_Vishay_DFSFlat +SMD diode bridge Low Profile DFS "Flat", see http://www.vishay.com/docs/88874/dfl15005.pdf +DFS +0 +4 +4 +Diode_SMD +Diode_Bridge_Vishay_MBLS +SMD diode bridge MBLS, see http://www.vishay.com/docs/89959/mbl104s.pdf http://www.vishay.com/docs/88854/padlayouts.pdf +DFS +0 +4 +4 +Diode_SMD +Infineon_SG-WLL-2-3_0.58x0.28_P0.36mm +Infineon SG-WLL-2-3, 0.58x0.28x0.15mm, https://www.infineon.com/dgdl/Infineon-SG-WLL-2-3_SPO_PDF-Package-v02_00-EN.pdf?fileId=5546d46271bf4f9201723159ce71239d +Infineon WLL +0 +4 +2 +Diode_SMD +Littelfuse_PolyZen-LS +http://m.littelfuse.com/~/media/electronics/datasheets/polyzen_devices/littelfuse_polyzen_standard_polyzen_catalog_datasheet.pdf.pdf +Diode Polymer Protected Zener Diode Littelfuse LS +0 +3 +3 +Diode_SMD +Nexperia_CFP3_SOD-123W +Nexperia CFP3 (SOD-123W), https://assets.nexperia.com/documents/outline-drawing/SOD123W.pdf +CFP3 SOD-123W +0 +2 +2 +Diode_SMD +Nexperia_DSN0603-2_0.6x0.3mm_P0.4mm +SOD962-2 silicon, leadless ultra small package; 2 terminals; 0.4 mm pitch; 0.6 mm x 0.3 mm x 0.3 mm body (https://assets.nexperia.com/documents/package-information/SOD962-2.pdf https://www.nexperia.com/packages/SOD962-2.html) +TVS protection diodes +0 +2 +2 +Diode_SMD +Vishay_SMPA +Diode SMPA (DO-221BC), https://www.vishay.com/docs/87659/v8pa10.pdf +Diode SMPA (DO-221BC) +0 +2 +2 +Diode_THT +D_5KPW_P7.62mm_Vertical_AnodeUp +Diode, 5KPW series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KPW series Axial Vertical pin pitch 7.62mm length 9mm diameter 8mm +0 +2 +2 +Diode_THT +D_5KPW_P7.62mm_Vertical_KathodeUp +Diode, 5KPW series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KPW series Axial Vertical pin pitch 7.62mm length 9mm diameter 8mm +0 +2 +2 +Diode_THT +D_5KPW_P12.70mm_Horizontal +Diode, 5KPW series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KPW series Axial Horizontal pin pitch 12.7mm length 9mm diameter 8mm +0 +2 +2 +Diode_THT +D_5KP_P7.62mm_Vertical_AnodeUp +Diode, 5KP series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KP series Axial Vertical pin pitch 7.62mm length 7.62mm diameter 9.53mm +0 +2 +2 +Diode_THT +D_5KP_P7.62mm_Vertical_KathodeUp +Diode, 5KP series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KP series Axial Vertical pin pitch 7.62mm length 7.62mm diameter 9.53mm +0 +2 +2 +Diode_THT +D_5KP_P10.16mm_Horizontal +Diode, 5KP series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KP series Axial Horizontal pin pitch 10.16mm length 7.62mm diameter 9.53mm +0 +2 +2 +Diode_THT +D_5KP_P12.70mm_Horizontal +Diode, 5KP series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KP series Axial Horizontal pin pitch 12.7mm length 7.62mm diameter 9.53mm +0 +2 +2 +Diode_THT +D_5W_P5.08mm_Vertical_AnodeUp +Diode, 5W series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5W series Axial Vertical pin pitch 5.08mm length 8.9mm diameter 3.7mm +0 +2 +2 +Diode_THT +D_5W_P5.08mm_Vertical_KathodeUp +Diode, 5W series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5W series Axial Vertical pin pitch 5.08mm length 8.9mm diameter 3.7mm +0 +2 +2 +Diode_THT +D_5W_P10.16mm_Horizontal +Diode, 5W series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5W series Axial Horizontal pin pitch 10.16mm length 8.9mm diameter 3.7mm +0 +2 +2 +Diode_THT +D_5W_P12.70mm_Horizontal +Diode, 5W series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5W series Axial Horizontal pin pitch 12.7mm length 8.9mm diameter 3.7mm +0 +2 +2 +Diode_THT +D_A-405_P2.54mm_Vertical_AnodeUp +Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_A-405_P2.54mm_Vertical_KathodeUp +Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_A-405_P5.08mm_Vertical_AnodeUp +Diode, A-405 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_A-405_P5.08mm_Vertical_KathodeUp +Diode, A-405 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_A-405_P7.62mm_Horizontal +Diode, A-405 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Horizontal pin pitch 7.62mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_A-405_P10.16mm_Horizontal +Diode, A-405 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Horizontal pin pitch 10.16mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_A-405_P12.70mm_Horizontal +Diode, A-405 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Horizontal pin pitch 12.7mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-15_P2.54mm_Vertical_AnodeUp +Diode, DO-15 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Vertical pin pitch 2.54mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P2.54mm_Vertical_KathodeUp +Diode, DO-15 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Vertical pin pitch 2.54mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P3.81mm_Vertical_AnodeUp +Diode, DO-15 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Vertical pin pitch 3.81mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P3.81mm_Vertical_KathodeUp +Diode, DO-15 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Vertical pin pitch 3.81mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P5.08mm_Vertical_AnodeUp +Diode, DO-15 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Vertical pin pitch 5.08mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P5.08mm_Vertical_KathodeUp +Diode, DO-15 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Vertical pin pitch 5.08mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P10.16mm_Horizontal +Diode, DO-15 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Horizontal pin pitch 10.16mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P12.70mm_Horizontal +Diode, DO-15 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Horizontal pin pitch 12.7mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P15.24mm_Horizontal +Diode, DO-15 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Horizontal pin pitch 15.24mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-27_P5.08mm_Vertical_AnodeUp +Diode, DO-27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg +Diode DO-27 series Axial Vertical pin pitch 5.08mm length 9.52mm diameter 5.33mm +0 +2 +2 +Diode_THT +D_DO-27_P5.08mm_Vertical_KathodeUp +Diode, DO-27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg +Diode DO-27 series Axial Vertical pin pitch 5.08mm length 9.52mm diameter 5.33mm +0 +2 +2 +Diode_THT +D_DO-27_P12.70mm_Horizontal +Diode, DO-27 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg +Diode DO-27 series Axial Horizontal pin pitch 12.7mm length 9.52mm diameter 5.33mm +0 +2 +2 +Diode_THT +D_DO-27_P15.24mm_Horizontal +Diode, DO-27 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg +Diode DO-27 series Axial Horizontal pin pitch 15.24mm length 9.52mm diameter 5.33mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P2.54mm_Vertical_AnodeUp +Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Vertical pin pitch 2.54mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P2.54mm_Vertical_KathodeUp +Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Vertical pin pitch 2.54mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P5.08mm_Vertical_AnodeUp +Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Vertical pin pitch 5.08mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P5.08mm_Vertical_KathodeUp +Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Vertical pin pitch 5.08mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P7.62mm_Horizontal +Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Horizontal pin pitch 7.62mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P10.16mm_Horizontal +Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Horizontal pin pitch 10.16mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P12.70mm_Horizontal +Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Horizontal pin pitch 12.7mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp +Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp +Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P3.81mm_Vertical_AnodeUp +Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Vertical pin pitch 3.81mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P3.81mm_Vertical_KathodeUp +Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Vertical pin pitch 3.81mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P5.08mm_Vertical_AnodeUp +Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Vertical pin pitch 5.08mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P5.08mm_Vertical_KathodeUp +Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Vertical pin pitch 5.08mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P7.62mm_Horizontal +Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P10.16mm_Horizontal +Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Horizontal pin pitch 10.16mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P12.70mm_Horizontal +Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Horizontal pin pitch 12.7mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P2.54mm_Vertical_AnodeUp +Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P2.54mm_Vertical_KathodeUp +Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P3.81mm_Vertical_AnodeUp +Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=5.2*2.7mm^2, , https://www.diodes.com/assets/Package-Files/DO-41-Plastic.pdf +Diode DO-41_SOD81 series Axial Vertical pin pitch 3.81mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P3.81mm_Vertical_KathodeUp +Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=5.2*2.7mm^2, , https://www.diodes.com/assets/Package-Files/DO-41-Plastic.pdf +Diode DO-41_SOD81 series Axial Vertical pin pitch 3.81mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P5.08mm_Vertical_AnodeUp +Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P5.08mm_Vertical_KathodeUp +Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P7.62mm_Horizontal +Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Horizontal pin pitch 7.62mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P10.16mm_Horizontal +Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Horizontal pin pitch 10.16mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P12.70mm_Horizontal +Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Horizontal pin pitch 12.7mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-201AD_P3.81mm_Vertical_AnodeUp +Diode, DO-201AD series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf +Diode DO-201AD series Axial Vertical pin pitch 3.81mm length 9.5mm diameter 5.2mm +0 +2 +2 +Diode_THT +D_DO-201AD_P3.81mm_Vertical_KathodeUp +Diode, DO-201AD series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf +Diode DO-201AD series Axial Vertical pin pitch 3.81mm length 9.5mm diameter 5.2mm +0 +2 +2 +Diode_THT +D_DO-201AD_P5.08mm_Vertical_AnodeUp +Diode, DO-201AD series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf +Diode DO-201AD series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 5.2mm +0 +2 +2 +Diode_THT +D_DO-201AD_P5.08mm_Vertical_KathodeUp +Diode, DO-201AD series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf +Diode DO-201AD series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 5.2mm +0 +2 +2 +Diode_THT +D_DO-201AD_P12.70mm_Horizontal +Diode, DO-201AD series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf +Diode DO-201AD series Axial Horizontal pin pitch 12.7mm length 9.5mm diameter 5.2mm +0 +2 +2 +Diode_THT +D_DO-201AD_P15.24mm_Horizontal +Diode, DO-201AD series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf +Diode DO-201AD series Axial Horizontal pin pitch 15.24mm length 9.5mm diameter 5.2mm +0 +2 +2 +Diode_THT +D_DO-201AE_P3.81mm_Vertical_AnodeUp +Diode, DO-201AE series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf +Diode DO-201AE series Axial Vertical pin pitch 3.81mm length 9mm diameter 5.3mm +0 +2 +2 +Diode_THT +D_DO-201AE_P3.81mm_Vertical_KathodeUp +Diode, DO-201AE series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf +Diode DO-201AE series Axial Vertical pin pitch 3.81mm length 9mm diameter 5.3mm +0 +2 +2 +Diode_THT +D_DO-201AE_P5.08mm_Vertical_AnodeUp +Diode, DO-201AE series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf +Diode DO-201AE series Axial Vertical pin pitch 5.08mm length 9mm diameter 5.3mm +0 +2 +2 +Diode_THT +D_DO-201AE_P5.08mm_Vertical_KathodeUp +Diode, DO-201AE series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf +Diode DO-201AE series Axial Vertical pin pitch 5.08mm length 9mm diameter 5.3mm +0 +2 +2 +Diode_THT +D_DO-201AE_P12.70mm_Horizontal +Diode, DO-201AE series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf +Diode DO-201AE series Axial Horizontal pin pitch 12.7mm length 9mm diameter 5.3mm +0 +2 +2 +Diode_THT +D_DO-201AE_P15.24mm_Horizontal +Diode, DO-201AE series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf +Diode DO-201AE series Axial Horizontal pin pitch 15.24mm length 9mm diameter 5.3mm +0 +2 +2 +Diode_THT +D_DO-201_P3.81mm_Vertical_AnodeUp +Diode, DO-201 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf +Diode DO-201 series Axial Vertical pin pitch 3.81mm length 9.53mm diameter 5.21mm +0 +2 +2 +Diode_THT +D_DO-201_P3.81mm_Vertical_KathodeUp +Diode, DO-201 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf +Diode DO-201 series Axial Vertical pin pitch 3.81mm length 9.53mm diameter 5.21mm +0 +2 +2 +Diode_THT +D_DO-201_P5.08mm_Vertical_AnodeUp +Diode, DO-201 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf +Diode DO-201 series Axial Vertical pin pitch 5.08mm length 9.53mm diameter 5.21mm +0 +2 +2 +Diode_THT +D_DO-201_P5.08mm_Vertical_KathodeUp +Diode, DO-201 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf +Diode DO-201 series Axial Vertical pin pitch 5.08mm length 9.53mm diameter 5.21mm +0 +2 +2 +Diode_THT +D_DO-201_P12.70mm_Horizontal +Diode, DO-201 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf +Diode DO-201 series Axial Horizontal pin pitch 12.7mm length 9.53mm diameter 5.21mm +0 +2 +2 +Diode_THT +D_DO-201_P15.24mm_Horizontal +Diode, DO-201 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf +Diode DO-201 series Axial Horizontal pin pitch 15.24mm length 9.53mm diameter 5.21mm +0 +2 +2 +Diode_THT +D_DO-247_Horizontal_TabDown +Diode, DO-247 series, Horizontal, TabDown, P 10.9mm +diode rectifier +0 +2 +2 +Diode_THT +D_DO-247_Horizontal_TabUp +Diode, DO-247 series, Horizontal, TabUp, P 10.9mm +diode rectifier +0 +2 +2 +Diode_THT +D_DO-247_Vertical +Diode, DO-247 series, Vertical, P 10.9mm +diode rectifier +0 +2 +2 +Diode_THT +D_P600_R-6_P7.62mm_Vertical_AnodeUp +Diode, P600_R-6 series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf +Diode P600_R-6 series Axial Vertical pin pitch 7.62mm length 9.1mm diameter 9.1mm +0 +2 +2 +Diode_THT +D_P600_R-6_P7.62mm_Vertical_KathodeUp +Diode, P600_R-6 series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf +Diode P600_R-6 series Axial Vertical pin pitch 7.62mm length 9.1mm diameter 9.1mm +0 +2 +2 +Diode_THT +D_P600_R-6_P12.70mm_Horizontal +Diode, P600_R-6 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf +Diode P600_R-6 series Axial Horizontal pin pitch 12.7mm length 9.1mm diameter 9.1mm +0 +2 +2 +Diode_THT +D_P600_R-6_P20.00mm_Horizontal +Diode, P600_R-6 series, Axial, Horizontal, pin pitch=20mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf +Diode P600_R-6 series Axial Horizontal pin pitch 20mm length 9.1mm diameter 9.1mm +0 +2 +2 +Diode_THT +D_T-1_P2.54mm_Vertical_AnodeUp +Diode, T-1 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf +Diode T-1 series Axial Vertical pin pitch 2.54mm length 3.2mm diameter 2.6mm +0 +2 +2 +Diode_THT +D_T-1_P2.54mm_Vertical_KathodeUp +Diode, T-1 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf +Diode T-1 series Axial Vertical pin pitch 2.54mm length 3.2mm diameter 2.6mm +0 +2 +2 +Diode_THT +D_T-1_P5.08mm_Horizontal +Diode, T-1 series, Axial, Horizontal, pin pitch=5.08mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf +Diode T-1 series Axial Horizontal pin pitch 5.08mm length 3.2mm diameter 2.6mm +0 +2 +2 +Diode_THT +D_T-1_P10.16mm_Horizontal +Diode, T-1 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf +Diode T-1 series Axial Horizontal pin pitch 10.16mm length 3.2mm diameter 2.6mm +0 +2 +2 +Diode_THT +D_T-1_P12.70mm_Horizontal +Diode, T-1 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf +Diode T-1 series Axial Horizontal pin pitch 12.7mm length 3.2mm diameter 2.6mm +0 +2 +2 +Diode_THT +Diode_Bridge_15.1x15.1x6.3mm_P10.9mm +Single phase bridge rectifier case 15.1x15.1mm, pitch 10.9mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/pb1000.pdf +Diode Bridge PB10xxS +0 +4 +4 +Diode_THT +Diode_Bridge_15.2x15.2x6.3mm_P10.9mm +Single phase bridge rectifier case 15.2x15.2mm, pitch 10.9mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/kbpc600.pdf +Diode Bridge KBPC6xx +0 +4 +4 +Diode_THT +Diode_Bridge_15.7x15.7x6.3mm_P10.8mm +Single phase bridge rectifier case 15.7x15.7 +Diode Bridge +0 +4 +4 +Diode_THT +Diode_Bridge_16.7x16.7x6.3mm_P10.8mm +Single phase bridge rectifier case 16.7x16.7 +Diode Bridge +0 +4 +4 +Diode_THT +Diode_Bridge_19.0x3.5x10.0mm_P5.0mm +Vishay GBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88606/g3sba20.pdf +Vishay GBU rectifier diode bridge +0 +4 +4 +Diode_THT +Diode_Bridge_19.0x19.0x6.8mm_P12.7mm +Single phase bridge rectifier case 19x19mm, pitch 12.7mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/pb1000.pdf +Diode Bridge PB10xx +0 +4 +4 +Diode_THT +Diode_Bridge_28.6x28.6x7.3mm_P18.0mm_P11.6mm +Single phase bridge rectifier case 28.6x28.6mm, pitch 18.0mm & 11.6mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/kbpc1500fw.pdf +Diode Bridge KBPCxxxxWP +0 +4 +4 +Diode_THT +Diode_Bridge_32.0x5.6x17.0mm_P10.0mm_P7.5mm +Diotec 32x5.6x17mm rectifier package, 7.5mm/10mm pitch, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40c3700.pdf +Diotec rectifier diode bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Comchip_SCVB-L +Three phase, Bridge, Rectifier, https://www.comchiptech.com/admin/files/product/SC35VB80S-G%20Thru506369.%20SC35VB160S-G%20RevB.pdf +diode module +0 +5 +5 +Diode_THT +Diode_Bridge_DIGITRON_KBPC_T +Single phase, Bridge rectifier, 28.614x28.614mm, case KBPC_T(FP), https://www.digitroncorp.com/Digitron/media/Files/Datasheets/KBPC15005-SERIES.pdf +diode module +0 +4 +4 +Diode_THT +Diode_Bridge_DIP-4_W5.08mm_P2.54mm +4-lead dip package for diode bridges, row spacing 5.08mm, pin-spacing 2.54mm, see http://www.vishay.com/docs/88898/b2m.pdf +DIL DIP PDIP 5.08mm 2.54 +0 +4 +4 +Diode_THT +Diode_Bridge_DIP-4_W7.62mm_P5.08mm +4-lead dip package for diode bridges, row spacing 7.62 mm (300 mils), see http://cdn-reichelt.de/documents/datenblatt/A400/HDBL101G_20SERIES-TSC.pdf +DIL DIP PDIP 5.08mm 7.62mm 300mil +0 +4 +4 +Diode_THT +Diode_Bridge_GeneSiC_KBPC_T +Single phase, Bridge rectifier, 28.55x28.55mm, case KBPC_T(FP), https://www.diodemodule.com/bridge-rectifier/kbpc/kbpc1501t.pdf +diode module +0 +4 +4 +Diode_THT +Diode_Bridge_GeneSiC_KBPC_W +Single phase, Bridge Rectifier, 28.55x28.55mm, case KBPC_W(WP), https://www.diodemodule.com/bridge-rectifier/kbpc/kbpc15005w.pdf +diode module +0 +4 +4 +Diode_THT +Diode_Bridge_IXYS_GUFP +Three phase, Bridge, Rectifier +diode module +0 +5 +5 +Diode_THT +Diode_Bridge_Round_D8.9mm +4-lead round diode bridge package, diameter 8.9mm, pin pitch 5.08mm, see http://cdn-reichelt.de/documents/datenblatt/A400/W005M-W10M_SEP.PDF +diode bridge 8.9mm 8.85mm WOB pitch 5.08mm +0 +4 +4 +Diode_THT +Diode_Bridge_Round_D9.0mm +4-lead round diode bridge package, diameter 9.0mm, pin pitch 5.0mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40r.pdf +diode bridge 9.0mm 8.85mm WOB pitch 5.0mm +0 +4 +4 +Diode_THT +Diode_Bridge_Round_D9.8mm +4-lead round diode bridge package, diameter 9.8mm, pin pitch 5.08mm, see http://www.vishay.com/docs/88769/woo5g.pdf +diode bridge 9.8mm WOG pitch 5.08mm +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_GBL +Vishay GBL rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88609/gbl005.pdf +Vishay GBL rectifier diode bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_GBU +Vishay GBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88606/g3sba20.pdf +Vishay GBU rectifier diode bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_KBL +Vishay KBL rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88655/kbl005.pdf +Vishay KBL rectifier diode bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_KBPC1 +Single phase bridge rectifier case KBPC1, see http://www.vishay.com/docs/93585/vs-kbpc1series.pdf +Diode Bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_KBPC6 +Single phase bridge rectifier case KBPC6, see http://www.vishay.com/docs/93585/vs-kbpc1series.pdf +Diode Bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_KBPM +Vishay KBM rectifier package, 3.95mm pitch (http://www.farnell.com/datasheets/2238158.pdf, http://www.cdil.com/s/kbp2005_.pdf) +Vishay KBM rectifier diode bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_KBU +Vishay KBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88656/kbu4.pdf +Vishay KBU rectifier diode bridge +0 +4 +4 +Display +AG12864E +STN/FSTN LCD 128x64 dot https://www.digchip.com/datasheets/parts/datasheet/1121/AG-12864E-pdf.php +AG12864E Graphics Display 128x64 Ampire +0 +24 +20 +Display +Adafruit_SSD1306 +Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI https://learn.adafruit.com/monochrome-oled-breakouts/downloads +Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI +0 +8 +8 +Display +Adafruit_SSD1306_No_Mounting_Holes +Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI https://learn.adafruit.com/monochrome-oled-breakouts/downloads +Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI +0 +8 +8 +Display +CR2013-MI2120 +CR2013-MI2120 ILI9341 LCD Breakout http://pan.baidu.com/s/11Y990 +CR2013-MI2120 ILI9341 LCD Breakout +0 +18 +14 +Display +EA-eDIP128B-XXX +LCD-graphical display with LED backlight 128x64 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip128-6e.pdf +LCD-graphical display with LED backlight 128x64 RS-232 I2C or SPI +0 +32 +32 +Display +EA_DOGL128-6 +Graphical,Display,LCD,128x64 https://www.lcd-module.com/eng/pdf/grafik/dogl128-6e.pdf +EA DOGL128 +0 +26 +26 +Display +EA_DOGM128-6 +Graphical,Display,LCD,128x64 https://www.lcd-module.de/eng/pdf/grafik/dogm128e.pdf +EA DOGM128-6 +0 +26 +26 +Display +EA_DOGS104X-A +LCD 4x10 character 3.3V VDD I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/doma/dogs104e.pdf +LCD 4x10 character 3.3V VDD I2C or SPI +0 +14 +14 +Display +EA_DOGXL160-7 +Grapchical,Display,LCD,160x104 http://www.lcd-module.com/eng/pdf/grafik/dogxl160-7e.pdf +EA_DOGXL160-7 +0 +22 +22 +Display +EA_DOGXL160-7_Backlight +Grapchical,Display,LCD,160x104 http://www.lcd-module.com/eng/pdf/grafik/dogxl160-7e.pdf +EA_DOGXL160-7_Backlight +0 +22 +22 +Display +EA_T123X-I2C +http://www.lcd-module.de/pdf/doma/t123-i2c.pdf +3 Line 12 character wide alpha numeric LCD +0 +6 +6 +Display +EA_eDIP160-XXX +LCD-graphical display with LED backlight 160x104 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip160-7e.pdf +LCD-graphical display with LED backlight 160x104 RS-232 I2C or SPI +0 +40 +40 +Display +EA_eDIP240-XXX +LCD graphical display LED backlight 240x128 http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip240-7e.pdf +LCD graphical display LED backlight 240x128 +0 +40 +40 +Display +EA_eDIP320X-XXX +LCD display 320x340 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip320-8e.pdf +LCD display 320x340 RS-232 I2C or SPI +0 +48 +48 +Display +EA_eDIPTFT32-XXX +TFT-graphic display 320x240 16 bit colour with led backlight http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft32-ae.pdf +TFT-graphic display 320x240 16 bit colour with led backlight +0 +40 +40 +Display +EA_eDIPTFT43-ATC +http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft43-ae.pdf +TFT graphical display 480x272 16-bit colour with LED backlight +0 +40 +40 +Display +EA_eDIPTFT43-XXX +TFT graphical display 480x272 16-bit colour with LED backlight http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft43-ae.pdf +TFT graphical display 480x272 16-bit colour with LED backlight +0 +40 +40 +Display +EA_eDIPTFT57-XXX +http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft57-ae.pdf +TFT-graphic display 640x480 16 bit colour +0 +48 +48 +Display +EA_eDIPTFT70-ATC +TFT-graphical display 800x480 16-bit colours with capacitive touch panel http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft70-ae.pdf +TFT-graphical display 800x480 16-bit colours with capacitive touch panel +0 +48 +48 +Display +EA_eDIPTFT70-XXX +TFT-graphical display 800x480 16-bit colours http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft70-ae.pdf +TFT-graphical display 800x480 16-bit colours and touch display +0 +48 +48 +Display +ERM19264 +STN/FSTN LCD 192x64 dot https://www.buydisplay.com/download/manual/ERM19264-1_Series_Datasheet.pdf +ERM19264 Graphics Display 192x64 +0 +20 +20 +Display +HDSM-441B_HDSM-443B +2 Digit 7 segemnt blue LED, right hand decimal, https://docs.broadcom.com/docs/AV02-1589EN +2 Digit 7 segment blue LED +0 +10 +10 +Display +HDSM-541B_HDSM-543B +2 digit 7 segement blue LED with right hand decimal, https://docs.broadcom.com/docs/AV02-1588EN +2 digit 7 segement blue LED with right hand decimal +0 +10 +10 +Display +HDSP-48xx +10-Element Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Bar Graph Array +0 +20 +20 +Display +HDSP-4830 +10-Element Red Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Red Bar Graph Array +0 +20 +20 +Display +HDSP-4832 +10-Element Red Yellow Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Red Yellow Green Bar Graph Array +0 +20 +20 +Display +HDSP-4836 +10-Element Red Yellow Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Red Yellow Green Bar Graph Array +0 +20 +20 +Display +HDSP-4840 +10-Element Yellow Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Yellow Bar Graph Array +0 +20 +20 +Display +HDSP-4850 +10-Element Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Green Bar Graph Array +0 +20 +20 +Display +HLCP-J100 +10-Element Red Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Red Bar Graph Array +0 +20 +20 +Display +HY1602E +http://www.icbank.com/data/ICBShop/board/HY1602E.pdf +LCD 16x2 Alphanumeric 16pin +0 +20 +16 +Display +LCD-016N002L +16 x 2 Character LCD, http://www.vishay.com/product?docid=37299 +LCD-016N002L 16 x 2 Character LCD +0 +24 +20 +Display +LM16255 +LCD LM16255 16x2 character http://www.datasheetlib.com/datasheet/259542/lm16255_sharp-electronics.html +LCD 12x2 +0 +14 +14 +Display +NHD-0420H1Z +NHD-0420H1Z LCD http://www.newhavendisplay.com/specs/NHD-0420H1Z-FSW-GBW-33V3.pdf +NHD-0420H1Z LCD +0 +16 +16 +Display +NHD-C0220BiZ +NHD-C0220BiZ LCD http://www.newhavendisplay.com/specs/NHD-C0220BiZ-FSW-FBW-3V3M.pdf +NHD-C0220BiZ LCD +0 +10 +10 +Display +NHD-C12832A1Z-FSRGB +128x32 LCD with RGB backlight https://www.newhavendisplay.com/specs/NHD-C12832A1Z-FSRGB-FBW-3V.pdf +lcd rgb st7565 +0 +21 +21 +Display +OLED-128O064D +128x64 OLED display +display oled +0 +30 +30 +Display +RC1602A +http://www.raystar-optronics.com/down.php?ProID=18 +LCD 16x2 Alphanumeric 16pin +0 +22 +18 +Display +WC1602A +LCD 16x2 http://www.wincomlcd.com/pdf/WC1602A-SFYLYHTC06.pdf +LCD 16x2 Alphanumeric 16pin +0 +20 +16 +Display_7Segment +7SEGMENT-LED__HDSM531_HDSM533_SMD +7-Segment Display, HDSM53x, https://docs.broadcom.com/docs/AV02-0713EN +7segment LED HDSM531 HDSM533 +0 +10 +10 +Display_7Segment +7SegmentLED_LTS6760_LTS6780 +7-Segment Display, LTS67x0, http://optoelectronics.liteon.com/upload/download/DS30-2001-355/S6760jd.pdf +7Segment LED LTS6760 LTS6780 +0 +10 +10 +Display_7Segment +AD-121F2 +Single Digit 7-segment RGB LED Display, 1-inch digit height, common anode, http://usasyck.com/products/AD-121F2_cat_e.pdf +RGB LED digit +0 +22 +22 +Display_7Segment +AFF_2x7SEG-DIGIT_10mm +Afficheur 7 segments 10mm DIGIT +AFFICHEUR +0 +16 +16 +Display_7Segment +CA56-12CGKWA +4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12CGKWA(Ver.9A).pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CA56-12EWA +4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-12EWA.pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CA56-12SEKWA +4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SEKWA(Ver.7A).pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CA56-12SRWA +4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-12SRWA.pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CA56-12SURKWA +4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SURKWA(Ver.8A).pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CA56-12SYKWA +4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SYKWA(Ver.6A).pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CC56-12GWA +4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-11GWA.pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CC56-12YWA +4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CC56-12YWA.pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +D1X8K +https://ia800903.us.archive.org/24/items/CTKD1x8K/Cromatek%20D168K.pdf +Single digit 7 segment ultra bright red +0 +10 +10 +Display_7Segment +DA04-11CGKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11CGKWA(Ver.6A).pdf +Dubble digit green 7 segment LED display +0 +16 +16 +Display_7Segment +DA04-11SEKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SEKWA(Ver.9A).pdf +Dubble digit super bright orange 7 segment LED display +0 +16 +16 +Display_7Segment +DA04-11SURKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SURKWA(Ver.10A).pdf +Dubble digit hyper red 7 segment LED display +0 +16 +16 +Display_7Segment +DA04-11SYKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SYKWA(Ver.6A).pdf +Dubble digit super bright yellow 7 segment LED display +0 +16 +16 +Display_7Segment +DA56-11CGKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11CGKWA(Ver.16A).pdf +Double digit seven segment green LED display +0 +18 +18 +Display_7Segment +DA56-11SEKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SEKWA(Ver.9A).pdf +Double digit seven segment super bright orange LED display +0 +18 +18 +Display_7Segment +DA56-11SURKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SURKWA(Ver.11A).pdf +Double digit seven segment hyper red LED display +0 +18 +18 +Display_7Segment +DA56-11SYKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SYKWA(Ver.11A).pdf +Double digit seven segment super bright yellow LED display +0 +18 +18 +Display_7Segment +DE113-XX-XX +http://www.display-elektronik.de/filter/DE113-RS-20_635.pdf +3 1/5 digit LOW BAT + 7-Segment LCD +0 +40 +40 +Display_7Segment +DE114-RS-20 +http://www.display-elektronik.de/filter/DE113-RS-20_635.pdf +3 1/5 digit reflective LCD LOW-BAT + 7-Segment +0 +40 +40 +Display_7Segment +DE119-XX-XX +https://www.display-elektronik.de/filter/DE119-RS-20_635.pdf +4 digit 7 segment LCD +0 +40 +40 +Display_7Segment +DE122-XX-XX +http://www.display-elektronik.de/filter/DE122-RS-20_635.pdf +6 digit 7 segment LCD +0 +50 +50 +Display_7Segment +DE152-XX-XX +https://tft-module.de/filter/DE152-RS-20_75.pdf +4 digit 7 segment LCD +0 +40 +40 +Display_7Segment +DE170-XX-XX +http://www.display-elektronik.de/filter/DE170-RS-20_75.pdf +3 1/5 digit reflective arrow bat + 7 segment LCD +0 +40 +40 +Display_7Segment +ELD_426XXXX +http://www.everlight.com/file/ProductFile/D426SYGWA-S530-E2.pdf +Double digit 7 segment brilliant yellow green LED +0 +10 +10 +Display_7Segment +HDSP-7401 +One digit 7 segment yellow, https://docs.broadcom.com/docs/AV02-2553EN +One digit 7 segment yellow +0 +10 +10 +Display_7Segment +HDSP-7507 ++-1 overflow 7 segment high efficiency red, https://docs.broadcom.com/docs/AV02-2553EN ++-1 overflow 7 segment high efficiency red +0 +10 +10 +Display_7Segment +HDSP-7801 +One digit 7 segment green, https://docs.broadcom.com/docs/AV02-2553EN +One digit 7 segment green +0 +10 +10 +Display_7Segment +HDSP-7807 ++-1 overflow 7 segment green, https://docs.broadcom.com/docs/AV02-2553EN ++-1 overflow 7 segment green +0 +10 +10 +Display_7Segment +HDSP-A151 +One digit 7 segment red, https://docs.broadcom.com/docs/AV02-2553EN +One digit 7 segment high efficiency red +0 +10 +10 +Display_7Segment +HDSP-A401 +One digit 7 segment orange, common anode, https://docs.broadcom.com/docs/AV02-2553EN +One digit 7 segment orange common anode +0 +10 +10 +Display_7Segment +KCSC02-105 +http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-105(Ver.9A).pdf +Single digit 7 segement hyper red LED +0 +10 +10 +Display_7Segment +KCSC02-106 +http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-106(Ver.10A).pdf +Single digit 7 segement super bright orange LED +0 +10 +10 +Display_7Segment +KCSC02-107 +http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-107(Ver.9A).pdf +Single digit 7 segement super bright yellow LED +0 +10 +10 +Display_7Segment +KCSC02-123 +http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-123(Ver.10A).pdf +Single digit 7 segement super bright yellow LED +0 +10 +10 +Display_7Segment +KCSC02-136 +http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-136(Ver.6B).pdf +Single digit 7 segement super bright yellow LED +0 +10 +10 +Display_7Segment +LTC-4627Jx +http://optoelectronics.liteon.com/upload/download/DS30-2001-393/C4627JG.pdf +4 digit 7 segment LED +0 +14 +14 +Display_7Segment +MAN71A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment red LED with right dot +0 +14 +14 +Display_7Segment +MAN72A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment red LED with left dot +0 +14 +14 +Display_7Segment +MAN73A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +Overflow +- 1 red LED +0 +14 +14 +Display_7Segment +MAN3410A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment green LED with dot +0 +14 +14 +Display_7Segment +MAN3420A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment green LED with left dot +0 +14 +14 +Display_7Segment +MAN3610A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment orange LED with right dot +0 +14 +14 +Display_7Segment +MAN3620A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment orange LED with left dot +0 +14 +14 +Display_7Segment +MAN3630A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +Overflow +- 1 orange LED +0 +14 +14 +Display_7Segment +MAN3810A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment yellow LED with right dot +0 +14 +14 +Display_7Segment +MAN3820A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment yellow LED with left dot +0 +14 +14 +Display_7Segment +SA15-11xxx +http://www.kingbrightusa.com/images/catalog/SPEC/SA15-11SRWA.pdf +SA15-11xxx single digit 7 segment display 38.1mm 1.5inch +0 +10 +10 +Display_7Segment +SBC18-11SURKCGKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/SBC18-11SURKCGKWA(Ver.6A).pdf +single digit 7 segemnt red/green LED +0 +10 +10 +Display_7Segment +Sx39-1xxxxx +Single digit 7 segment LED display in red, yellow or green colour http://www.kingbrightusa.com/images/catalog/SPEC/sa39-11ewa.pdf +One digit LED 7 segment SA39-11 SC39-11 SA39-12 SC39-12 +0 +10 +10 +Ferrite_THT +LairdTech_28C0236-0JW-10 +Ferrite, vertical, LairdTech 28C0236-0JW-10, https://assets.lairdtech.com/home/brandworld/files/28C0236-0JW-10.pdf, JW Miller core https://www.bourns.com/products/magnetic-products/j.w.-miller-through-hole-ferrite-beads-emi-filters +Ferrite vertical LairdTech 28C0236-0JW-10 +0 +2 +2 +Fiducial +Fiducial_0.5mm_Mask1.5mm +Circular Fiducial, 0.5mm bare copper, 1.5mm soldermask opening +fiducial +0 +1 +0 +Fiducial +Fiducial_0.5mm_Mask1mm +Circular Fiducial, 0.5mm bare copper, 1mm soldermask opening (Level C) +fiducial +0 +1 +0 +Fiducial +Fiducial_0.75mm_Mask1.5mm +Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B) +fiducial +0 +1 +0 +Fiducial +Fiducial_0.75mm_Mask2.25mm +Circular Fiducial, 0.75mm bare copper, 2.25mm soldermask opening +fiducial +0 +1 +0 +Fiducial +Fiducial_1.5mm_Mask3mm +Circular Fiducial, 1.5mm bare copper, 3mm soldermask opening +fiducial +0 +1 +0 +Fiducial +Fiducial_1.5mm_Mask4.5mm +Circular Fiducial, 1.5mm bare copper, 4.5mm soldermask opening +fiducial +0 +1 +0 +Fiducial +Fiducial_1mm_Mask2mm +Circular Fiducial, 1mm bare copper, 2mm soldermask opening (Level A) +fiducial +0 +1 +0 +Fiducial +Fiducial_1mm_Mask3mm +Circular Fiducial, 1mm bare copper, 3mm soldermask opening (recommended) +fiducial +0 +1 +0 +Filter +Filter_1109-5_1.1x0.9mm +5-pin SAW filter package - 1.1x0.9 mm Body; (see https://www.murata.com/~/media/webrenewal/support/library/catalog/products/filter/rf/p73e.ashx?la=en-gb) +Filter 5 +0 +5 +5 +Filter +Filter_1411-5_1.4x1.1mm +5-pin filter package - 1.4x1.1 mm Body; (see https://global.kyocera.com/prdct/electro/product/pdf/sf14_tdlte.pdf) +Filter 5 +0 +5 +5 +Filter +Filter_Bourns_SRF0905_6.0x9.2mm +https://www.bourns.com/docs/Product-Datasheets/SRF0905.pdf +Line Filter +0 +4 +4 +Filter +Filter_FILTERCON_1FPxx +0.5A, 250VAC, 50/60Hz line filter (https://filtercon.com.pl/wp-content/uploads/2019/07/Karta-katalogowa-FP-12-1.pdf) +EMI filter +0 +4 +4 +Filter +Filter_Mini-Circuits_FV1206 +Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206.pdf +Mini-Circuits Filter SMD 1206 +0 +6 +4 +Filter +Filter_Mini-Circuits_FV1206-1 +Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-1.pdf +Mini-Circuits Filter SMD 1206 +0 +6 +6 +Filter +Filter_Mini-Circuits_FV1206-4 +Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-4.pdf +Mini-Circuits Filter SMD 1206 +0 +8 +4 +Filter +Filter_Mini-Circuits_FV1206-5 +Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-5.pdf +Mini-Circuits Filter SMD 1206 +0 +8 +4 +Filter +Filter_Mini-Circuits_FV1206-6 +Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-6.pdf +Mini-Circuits Filter SMD 1206 +0 +14 +8 +Filter +Filter_Mini-Circuits_FV1206-7 +Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-7.pdf +Mini-Circuits Filter SMD 1206 +0 +5 +3 +Filter +Filter_Murata_BNX025 +https://www.murata.com/en-us/products/productdata/8796778004510/QNFH9101.pdf?1496719830000 +EMI Filter +0 +6 +4 +Filter +Filter_Murata_BNX025_ThermalVias +https://www.murata.com/en-us/products/productdata/8796778004510/QNFH9101.pdf?1496719830000 +EMI Filter +0 +19 +4 +Filter +Filter_Murata_SFECF-6 +SMD Type 10.7MHz Ceramic Filter https://www.murata.com/en-us/products/filter/cerafil/sfecf +10.7MHz smd ceramic +0 +6 +6 +Filter +Filter_Murata_SFECF-6_HandSoldering +SMD Type 10.7MHz Ceramic Filter https://www.murata.com/en-us/products/filter/cerafil/sfecf +10.7MHz smd ceramic +0 +6 +6 +Filter +Filter_SAW-6_3.8x3.8mm +6-pin 3.8 x 3.8mm SAW filter package, https://www.golledge.com/media/3785/mp08167.pdf +SAW filter 6-pin +0 +6 +6 +Filter +Filter_SAW-8_3.8x3.8mm +8-pin 3.8x3.8mm SAW filter, https://www.golledge.com/media/1831/ma05497.pdf +SAW filter 8-pin +0 +8 +8 +Filter +Filter_SAW_Epcos_DCC6C_3x3mm +EPCOS/TDK Electronics/Qualcomm DCC6c SAW filter package based on EPCOS app note 93 (https://www.catagle.com/45-2/PDF_AN93.htm) +SAW filter 6-pin +0 +6 +6 +Filter +Filter_Schaffner_FN405 +Compact PCB mounting EMI filter (https://www.schaffner.com/de/produkte/download/product/datasheet/fn-405-pcb-mounting-filter/) +EMI filter +0 +5 +5 +Filter +Filter_Schaffner_FN406 +Ultra Compact EMC Filter (https://www.schaffner.com/products/download/product/datasheet/fn-406-ultra-compact-emc-filter/) +emi filter +0 +5 +5 +Fuse +Fuse_0402_1005Metric +Fuse SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_0402_1005Metric_Pad0.77x0.64mm_HandSolder +Fuse SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_0603_1608Metric +Fuse SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_0603_1608Metric_Pad1.05x0.95mm_HandSolder +Fuse SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_0805_2012Metric +Fuse SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_0805_2012Metric_Pad1.15x1.40mm_HandSolder +Fuse SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_1206_3216Metric +Fuse SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_1206_3216Metric_Pad1.42x1.75mm_HandSolder +Fuse SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_1210_3225Metric +Fuse SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_1210_3225Metric_Pad1.42x2.65mm_HandSolder +Fuse SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_1812_4532Metric +Fuse SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_1812_4532Metric_Pad1.30x3.40mm_HandSolder +Fuse SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_2010_5025Metric +Fuse SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_2010_5025Metric_Pad1.52x2.65mm_HandSolder +Fuse SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_2512_6332Metric +Fuse SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_2512_6332Metric_Pad1.52x3.35mm_HandSolder +Fuse SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_2920_7451Metric +Fuse SMD 2920 (7451 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://www.megastar.com/products/fusetronic/polyswitch/PDF/smd2920.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_2920_7451Metric_Pad2.10x5.45mm_HandSolder +Fuse SMD 2920 (7451 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://www.megastar.com/products/fusetronic/polyswitch/PDF/smd2920.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0005FF_L8.3mm_W3.8mm +Fuse 0ZRE0005FF, BelFuse, Radial Leaded PTC, https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0008FF_L8.3mm_W3.8mm +Fuse 0ZRE0008FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0012FF_L8.3mm_W3.8mm +Fuse 0ZRE0012FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0016FF_L9.9mm_W3.8mm +Fuse 0ZRE0016FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0025FF_L9.6mm_W3.8mm +Fuse 0ZRE0025FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0033FF_L11.4mm_W3.8mm +Fuse 0ZRE0033FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0040FF_L11.5mm_W3.8mm +Fuse 0ZRE0040FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0055FF_L14.0mm_W4.1mm +Fuse 0ZRE0055FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0075FF_L11.5mm_W4.8mm +Fuse 0ZRE0075FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0100FF_L18.7mm_W5.1mm +Fuse 0ZRE0100FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0125FF_L21.2mm_W5.3mm +Fuse 0ZRE0125FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0150FF_L23.4mm_W5.3mm +Fuse 0ZRE0150FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0200FF_L24.9mm_W6.1mm +Fuse 0ZRE0200FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_Blade_ATO_directSolder +car blade fuse direct solder +car blade fuse +0 +2 +2 +Fuse +Fuse_Blade_Mini_directSolder +car blade fuse mini, direct solder +car blade fuse mini +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG300 +PTC Resettable Fuse, Ihold = 3.0A, Itrip=5.1A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG400 +PTC Resettable Fuse, Ihold = 4.0A, Itrip=6.8A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG500 +PTC Resettable Fuse, Ihold = 5.0A, Itrip=8.5A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG600 +PTC Resettable Fuse, Ihold = 6.0A, Itrip=10.2A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG650 +PTC Resettable Fuse, Ihold = 6.5A, Itrip=11.1A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG700 +PTC Resettable Fuse, Ihold = 7.0A, Itrip=11.9A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG800 +PTC Resettable Fuse, Ihold = 8.0A, Itrip=13.6A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG900 +PTC Resettable Fuse, Ihold = 9.0A, Itrip=15.3A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG1000 +PTC Resettable Fuse, Ihold = 10.0A, Itrip=17.0A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG1100 +PTC Resettable Fuse, Ihold = 11.0A, Itrip=18.7A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT050 +PTC Resettable Fuse, Ihold = 0.5A, Itrip=0.92A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT070 +PTC Resettable Fuse, Ihold = 0.7A, Itrip=1.4A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT100 +PTC Resettable Fuse, Ihold = 1.0A, Itrip=1.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT200 +PTC Resettable Fuse, Ihold = 2.0A, Itrip=3.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT300 +PTC Resettable Fuse, Ihold = 3.0A, Itrip=6.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT400 +PTC Resettable Fuse, Ihold = 4.0A, Itrip=7.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT500 +PTC Resettable Fuse, Ihold = 5.0A, Itrip=9.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT550 +PTC Resettable Fuse, Ihold = 5.5A, Itrip=10.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT600 +PTC Resettable Fuse, Ihold = 6.0A, Itrip=10.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT650 +PTC Resettable Fuse, Ihold = 6.5A, Itrip=12.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT700 +PTC Resettable Fuse, Ihold = 7.0A, Itrip=13.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT750 +PTC Resettable Fuse, Ihold = 7.5A, Itrip=13.1A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT800 +PTC Resettable Fuse, Ihold = 8.0A, Itrip=15.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT900 +PTC Resettable Fuse, Ihold = 9.0A, Itrip=16.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT1000 +PTC Resettable Fuse, Ihold = 10.0A, Itrip=18.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT1100 +PTC Resettable Fuse, Ihold = 11.0A, Itrip=20.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT1300 +PTC Resettable Fuse, Ihold = 13.0A, Itrip=24.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-SM_7.98x5.44mm +https://www.bourns.com/docs/Product-Datasheets/mfsm.pdf +bourns ptc resettable fuse polyfuse MF-SM MF-SMHT +0 +2 +2 +Fuse +Fuse_Bourns_MF-SM_9.5x6.71mm +https://www.bourns.com/docs/Product-Datasheets/mfsm.pdf +bourns ptc resettable fuse polyfuse MF-SM MF-SMHT +0 +2 +2 +Fuse +Fuse_Bourns_TBU-CA +Bourns TBU-CA Fuse, 2 Pin (https://www.bourns.com/data/global/pdfs/TBU-CA.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Bourns Fuse NoLead +0 +3 +3 +Fuse +Fuse_Littelfuse-LVR100 +Littelfuse, resettable fuse, PTC, polyswitch LVR100, Ih 1A http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf +LVR100 PTC resettable polyswitch +0 +2 +2 +Fuse +Fuse_Littelfuse-LVR125 +Littelfuse, resettable fuse, PTC, polyswitch LVR125, Ih 1.25A, http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf +LVR125 PTC resettable polyswitch +0 +2 +2 +Fuse +Fuse_Littelfuse-LVR200 +Littelfuse, resettable fuse, PTC, polyswitch LVR200, Ih 2A, http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf +LVR200 PTC resettable polyswitch +0 +2 +2 +Fuse +Fuse_Littelfuse-NANO2-451_453 +Littelfuse NANO2 https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_451_453_datasheet.pdf.pdf +Fuse Nano2 +0 +2 +2 +Fuse +Fuse_Littelfuse_372_D8.50mm +Fuse, Littelfuse, 372, 8.5x8mm, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_372_datasheet.pdf.pdf +fuse tht radial +0 +2 +2 +Fuse +Fuse_Littelfuse_395Series +Fuse, TE5, Littelfuse/Wickmann, No. 460, No560, +Fuse TE5 Littelfuse/Wickmann No. 460 No560 +0 +2 +2 +Fuse +Fuse_Schurter_UMT250 +Surface Mount Fuse, 3 x 10.1 mm, Time-Lag T, 250 VAC, 125 VDC (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_UMT_250.pdf) +Schurter fuse smd +0 +2 +2 +Fuse +Fuse_Schurter_UMZ250 +Surface Mount Fuse with Clip, 4.2 x 11.1 mm, Time-Lag T, 250 VAC, 125 VDC (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_UMZ_250.pdf) +fuse smd mount holder +0 +2 +2 +Fuse +Fuse_SunFuse-6HP +SunFuse Ceramic Slow Blow Fuse 6H_6HP.PDF +UL/CSA 6x32mm Ceramic Slow Blow Fuse +0 +2 +2 +Fuse +Fuseholder_Blade_ATO_Littelfuse_Pudenz_2_Pin +Fuseholder ATO Blade littelfuse Pudenz 2 Pin +Fuseholder ATO Blade littelfuse Pudenz 2 Pin +0 +2 +2 +Fuse +Fuseholder_Blade_Mini_Keystone_3568 +fuse holder, car blade fuse mini, http://www.keyelco.com/product-pdf.cfm?p=306 +car blade fuse mini +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Bel_FC-203-22_Lateral_P17.80x5.00mm_D1.17mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Lateral, Horizontal, Bel FC-203-22, https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0672-fuse-clips-series.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Eaton_1A5601-01_Inline_P20.80x6.76mm_D1.70mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Eaton 1A5601-01, https://www.eaton.com/content/dam/eaton/products/electronic-components/resources/data-sheet/eaton-1axxxx-pcb-fuse-clips-atc-atm-blade-data-sheet.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Keystone_3512P_Inline_P23.62x7.27mm_D1.02x2.41x1.02x1.57mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Keystone 3512P, http://www.keyelco.com/product-pdf.cfm?p=1386 +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Keystone_3512_Inline_P23.62x7.27mm_D1.02x1.57mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Keystone 3512, http://www.keyelco.com/product-pdf.cfm?p=356 +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Keystone_3517_Inline_P23.11x6.76mm_D1.70mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Keystone 3517, http://www.keyelco.com/product-pdf.cfm?p=354 +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Keystone_3518P_Inline_P23.11x6.76mm_D2.44x1.70mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Keystone 3518P, http://www.keyelco.com/product-pdf.cfm?p=1387 +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Littelfuse_100_Inline_P20.50x4.60mm_D1.30mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 100, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Littelfuse_111_Inline_P20.00x5.00mm_D1.05mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 111, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_111_519_datasheet.pdf.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Littelfuse_111_Lateral_P18.80x5.00mm_D1.17mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 111 (501 and 506), https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_111_datasheet.pdf.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Littelfuse_445-030_Inline_P20.50x5.20mm_D1.30mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 445/030, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Littelfuse_519_Inline_P20.60x5.00mm_D1.00mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 519, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_111_519_datasheet.pdf.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Littelfuse_520_Inline_P20.50x5.80mm_D1.30mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 520, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Littelfuse_521_Lateral_P17.00x5.00mm_D1.30mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 521, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_520_521_102071_datasheet.pdf.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Schurter_CQM_Inline_P20.60x5.00mm_D1.00mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Schurter CQM (0752), https://www.schurter.com/en/datasheet/typ_CQM.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-5x20mm_Schurter_OG_Lateral_P15.00x5.00mm_D1.3mm_Horizontal +Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Schurter OG, https://ch.schurter.com/en/datasheet/typ_OG__Clip__5x20.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-6.3x32mm_Littelfuse_102_122_Inline_P34.21x7.62mm_D1.98mm_Horizontal +Fuseholder Clips, 6.3x32mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 102/122 Straight Leads, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_102_122_datasheet.pdf.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-6.3x32mm_Littelfuse_102_Inline_P34.21x7.62mm_D2.54mm_Horizontal +Fuseholder Clips, 6.3x32mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 102 Bowed Leads, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_102_122_datasheet.pdf.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-6.3x32mm_Littelfuse_122_Inline_P34.21x7.62mm_D2.54mm_Horizontal +Fuseholder Clips, 6.3x32mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 122 Bowed Leads, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_102_122_datasheet.pdf.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Clip-6.3x32mm_Littelfuse_102071_Inline_P34.70x7.60mm_D2.00mm_Horizontal +Fuseholder Clips, 6.3x32mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 102071, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_520_521_102071_datasheet.pdf.pdf +fuse clip open +0 +4 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Bulgin_FX0456_Vertical_Closed +Fuseholder, 5x20, closed, vertical, Bulgin, FX0456, https://www.bulgin.com/products/pub/media/bulgin/data/Fuseholders.pdf +Fuseholder 5x20 closed vertical Bulgin FX0456 Sicherungshalter +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Bulgin_FX0457_Horizontal_Closed +Fuseholder, 5x20, closed, horizontal, Bulgin, FX0457, Sicherungshalter, +Fuseholder 5x20 closed horizontal Bulgin FX0457 Sicherungshalter +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_EATON_H15-V-1_Vertical_Closed +PCB fuse holders for 5 mm x 20 mm fuses; 250V; 10A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/bus-elx-ds-4426-h15.pdf) +fuse holder vertical 5x20mm +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_EATON_HBV_Vertical_Closed +5 mm x 20 mm fuse holders; Vertical w/ Stability Pins; 250V; 6.3-16A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/Bus_Elx_DS_2118_HB_PCB_Series.pdf) +fuse holder vertical 5x20mm +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_EATON_HBW_Vertical_Closed +5 mm x 20 mm fuse holders; Vertical w/o Stability Pins; 250V; 6.3-16A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/Bus_Elx_DS_2118_HB_PCB_Series.pdf) +fuse holder vertical 5x20mm +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Schurter_0031_8201_Horizontal_Open +Fuseholder horizontal open, 5x20mm, 500V, 16A, Schurter 0031.8201, https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_OGN.pdf +Fuseholder horizontal open 5x20 Schurter 0031.8201 +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Schurter_FAB_0031-355x_Horizontal_Closed +Fuseholder 5x20mm horizontal Shurter model FAB, Suitable for order numbers 0031.3551 and 0031.3558 (https://www.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FAB.pdf) +Fuseholder 5x20mm closed horizontal +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Schurter_FPG4_Vertical_Closed +Shock-Safe Fuseholder, 5 x 20 mm, Slotted Cap/Fingergrip, vertical, IEC 60335-1; 250VAC/10A VDE; 500V/16A UL/CSA (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FPG4.pdf) +fuse holder vertical 5x20mm +0 +4 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Schurter_FUP_0031.2510_Horizontal_Closed +Shock-Safe closed Fuseholder, Schurter FUP Series, 5.0 x 20mm, Slotted Cap, horizontal, 500 VAC 4W/16A (VDE), 600V 30A (UL/CSA), order numbers: 0031.2510 (0031.2500 + 0031.2323), http://www.schurter.ch/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FUP.pdf +Fuseholder 5x20mm horizontal closed +0 +3 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Schurter_OGN-SMD_Horizontal_Open +Fuseholder horizontal open, 5x20mm, 500V, 16A (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_OGN-SMD.pdf) +Fuseholder horizontal open 5x20 Schurter 0031.8221 +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Stelvio-Kontek_PTF78_Horizontal_Open +https://www.tme.eu/en/Document/3b48dbe2b9714a62652c97b08fcd464b/PTF78.pdf +Fuseholder horizontal open 5x20 Stelvio-Kontek PTF/78 +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Wuerth_696103101002-SMD_Horizontal_Open +Fuseholder horizontal open 5x20mm 250V 10A Würth 696103101002 +Fuseholder horizontal open 5x20mm 250V 10A +0 +2 +2 +Fuse +Fuseholder_Cylinder-6.3x32mm_Schurter_0031-8002_Horizontal_Open +Fuseholder, horizontal, open, 6.3x32, Schurter, 0031.8002, https://www.schurter.com/en/datasheet/typ_OG__Holder__6.3x32.pdf +Fuseholder horizontal open 6.3x32 Schurter 0031.8002 +0 +2 +2 +Fuse +Fuseholder_Cylinder-6.3x32mm_Schurter_FUP_0031.2520_Horizontal_Closed +Shock-Safe closed Fuseholder, Schurter FUP Series, 6.3 x 32 mm, Slotted Cap, horizontal, 500 VAC 4W/16A (VDE), 600V 30A (UL/CSA), order numbers: 0031.2520 (0031.2500 + 0031.2321), http://www.schurter.ch/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FUP.pdf +Fuseholder 6.3x32mm horizontal closed +0 +3 +2 +Fuse +Fuseholder_Keystone_3555-2 +Maxi APX ATX Automotive Blade Fuse Clip Holder https://www.keyelco.com/userAssets/file/M65p40.pdf +Maxi APX ATX Automotive Blade Fuse Clip Holder +0 +4 +2 +Fuse +Fuseholder_Littelfuse_100_series_5x20mm +Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +Fuseholder clips +0 +4 +2 +Fuse +Fuseholder_Littelfuse_100_series_5x25mm +Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +Fuseholder clips +0 +4 +2 +Fuse +Fuseholder_Littelfuse_100_series_5x30mm +Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +Fuseholder clips +0 +4 +2 +Fuse +Fuseholder_Littelfuse_445_030_series_5x20mm +Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +Fuseholder clips +0 +4 +2 +Fuse +Fuseholder_Littelfuse_445_030_series_5x25mm +Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +Fuseholder clips +0 +4 +2 +Fuse +Fuseholder_Littelfuse_445_030_series_5x30mm +Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +Fuseholder clips +0 +4 +2 +Fuse +Fuseholder_Littelfuse_Nano2_154x +Littelfuse NANO2 holder, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_154_154t_154l_154tl_datasheet.pdf.pdf +SMD Nano2 holder +0 +2 +2 +Fuse +Fuseholder_Littelfuse_Nano2_157x +Littelfuse NANO2 holder, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_157_datasheet.pdf.pdf +SMD Nano2 holder +0 +2 +2 +Fuse +Fuseholder_TR5_Littelfuse_No560_No460 +Fuse, Fuseholder, TR5, Littelfuse/Wickmann, No. 460, No560, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_holders/littelfuse_fuse_holder_559_560_datasheet.pdf.pdf +Fuse Fuseholder TR5 Littelfuse/Wickmann No. 460 No560 +0 +2 +2 +Heatsink +Heatsink_35x26mm_1xFixation3mm_Fischer-SK486-35 +Heatsink, 35mm x 26mm, 1x Fixation 3mm, Fischer SK486-35 +heatsink +0 +1 +1 +Heatsink +Heatsink_38x38mm_SpringFixation +Heatsink, 38x38mm, Spring Fixation, diagonal, +heatsink +0 +4 +1 +Heatsink +Heatsink_62x40mm_2xFixation3mm +Heatsink, 62 x 40mm, 2x 3mm Drills, +heatsink +0 +2 +1 +Heatsink +Heatsink_125x35x50mm_3xFixationM3 +Heatsink, 125x35x50mm, 3 fixation holes 3.2mm +heatsink +0 +0 +0 +Heatsink +Heatsink_AAVID_573300D00010G_TO-263 +Heatsink, 12.70mm x 26.16mm x 10.16, SMD, 18K/W, TO-263, D2 Pak, https://www.shopaavid.com/Product/573300D00000G +Heatsink AAVID TO-263 D2 Pak +0 +2 +1 +Heatsink +Heatsink_AAVID_576802B03900G +Heatsink, 14.48x12.7x19.05mm, TO-220/ TO-262, https://www.boydcorp.com/aavid-datasheets/Board-Level-Cooling-Plug-In-5768.pdf +heatsink +0 +1 +1 +Heatsink +Heatsink_AAVID_590302B03600G +Heatsink, 25.4x25.4x42.54mm, TO-220, https://www.boydcorp.com/aavid-datasheets/Board-Level-Cooling-Channel-5903.pdf +heatsink +0 +2 +2 +Heatsink +Heatsink_AAVID_TV5G_TO220_Horizontal +Heatsink TV5G TO-220 Horizontal, https://www.shopaavid.com/Product/TV-5G +Heatsink TV5G TO-220 Horizontal +0 +0 +0 +Heatsink +Heatsink_Fischer_FK224xx2201_25x8.3mm +25x8.3mm Heatsink, 18K/W, TO-220, https://www.fischerelektronik.de/web_fischer/en_GB/$catalogue/fischerData/PR/FK224_220_1_/datasheet.xhtml?branch=heatsinks +heatsink TO-220 +0 +2 +1 +Heatsink +Heatsink_Fischer_FK24413D2PAK_26x13mm +26x13 mm SMD heatsink for TO-252 TO-263 TO-268, https://www.fischerelektronik.de/pim/upload/fischerData/cadpdf/base/fk_244_13_d2_pak.pdf +heatsink TO-252 TO-263 TO-268 +0 +2 +1 +Heatsink +Heatsink_Fischer_FK24413DPAK_23x13mm +23x13 mm SMD heatsink for TO-252 TO-263 TO-268, https://www.fischerelektronik.de/pim/upload/fischerData/cadpdf/base/fk_244_13_d_pak.pdf +heatsink TO-252 TO-263 TO-268 +0 +2 +1 +Heatsink +Heatsink_Fischer_SK104-STC-STIC_35x13mm_2xDrill2.5mm +Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC, +Heatsink fischer TO-220 +0 +2 +1 +Heatsink +Heatsink_Fischer_SK104-STCB_35x13mm__2xDrill3.5mm_ScrewM3 +Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC, +Heatsink fischer TO-220 +0 +2 +1 +Heatsink +Heatsink_Fischer_SK129-STS_42x25mm_2xDrill2.5mm +Heatsink, Fischer SK129 +heatsink fischer +0 +2 +1 +Heatsink +Heatsink_SheetType_50x7mm_2Fixations +Heatsink, Sheet type, 50x7mm, 2 fixations (solder), +Heatsink sheet +0 +2 +1 +Heatsink +Heatsink_Stonecold_HS-132_32x14mm_2xFixation1.5mm +Heatsink, StoneCold HS +heatsink +0 +2 +1 +Inductor_SMD +L_6.3x6.3_H3 +Choke, SMD, 6.3x6.3mm 3mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_7.3x7.3_H3.5 +Choke, SMD, 7.3x7.3mm 3.5mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_7.3x7.3_H4.5 +Choke, SMD, 7.3x7.3mm 4.5mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_10.4x10.4_H4.8 +Choke, SMD, 10.4x10.4mm 4.8mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_12x12mm_H4.5mm +Choke, SMD, 12x12mm 4.5mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_12x12mm_H6mm +Choke, SMD, 12x12mm 6mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_12x12mm_H8mm +Choke, SMD, 12x12mm 8mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_0201_0603Metric +Inductor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +inductor +0 +4 +2 +Inductor_SMD +L_0201_0603Metric_Pad0.64x0.40mm_HandSolder +Inductor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +4 +2 +Inductor_SMD +L_0402_1005Metric +Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_0402_1005Metric_Pad0.77x0.64mm_HandSolder +Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_0603_1608Metric +Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_0603_1608Metric_Pad1.05x0.95mm_HandSolder +Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_0805_2012Metric +Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_0805_2012Metric_Pad1.05x1.20mm_HandSolder +Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_0805_2012Metric_Pad1.15x1.40mm_HandSolder +Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_01005_0402Metric +Inductor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +inductor +0 +4 +2 +Inductor_SMD +L_01005_0402Metric_Pad0.57x0.30mm_HandSolder +Inductor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +4 +2 +Inductor_SMD +L_1008_2520Metric +Inductor SMD 1008 (2520 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://ecsxtal.com/store/pdf/ECS-MPI2520-SMD-POWER-INDUCTOR.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_1008_2520Metric_Pad1.43x2.20mm_HandSolder +Inductor SMD 1008 (2520 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://ecsxtal.com/store/pdf/ECS-MPI2520-SMD-POWER-INDUCTOR.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_1206_3216Metric +Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_1206_3216Metric_Pad1.22x1.90mm_HandSolder +Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_1206_3216Metric_Pad1.42x1.75mm_HandSolder +Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_1210_3225Metric +Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_1210_3225Metric_Pad1.42x2.65mm_HandSolder +Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_1806_4516Metric +Inductor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_1806_4516Metric_Pad1.45x1.90mm_HandSolder +Inductor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_1812_4532Metric +Inductor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_1812_4532Metric_Pad1.30x3.40mm_HandSolder +Inductor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_2010_5025Metric +Inductor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_2010_5025Metric_Pad1.52x2.65mm_HandSolder +Inductor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_2512_6332Metric +Inductor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_2512_6332Metric_Pad1.52x3.35mm_HandSolder +Inductor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_AVX_LMLP07A7 +Inductor, AVX Kyocera, LMLP Series, style D, 6.6mmx7.3mm, 3.0mm height. (Script generated with StandardBox.py) (https://datasheets.avx.com/LMLPD.pdf) +Inductor LMLP +0 +2 +2 +Inductor_SMD +L_Abracon_ASPI-0630LR +smd shielded power inductor https://abracon.com/Magnetics/power/ASPI-0630LR.pdf +inductor abracon smd shielded +0 +2 +2 +Inductor_SMD +L_Abracon_ASPI-3012S +smd shielded power inductor http://www.abracon.com/Magnetics/power/ASPI-3012S.pdf +inductor abracon smd shielded +0 +2 +2 +Inductor_SMD +L_Abracon_ASPI-4030S +smd shielded power inductor 4x4x3mm, Abracon ASPI-4030S, https://abracon.com/Magnetics/power/ASPI-4030S.pdf +inductor abracon smd shielded +0 +2 +2 +Inductor_SMD +L_Bourns-SRN1060 +Bourns SRN1060 series SMD inductor https://www.bourns.com/docs/Product-Datasheets/SRN1060.pdf +Bourns SRN1060 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRN4018 +Bourns SRN4018 series SMD inductor, https://www.bourns.com/docs/Product-Datasheets/SRN4018.pdf +Bourns SRN4018 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRN6028 +Bourns SRN6028 series SMD inductor +Bourns SRN6028 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRN8040_8x8.15mm +Bourns SRN8040 series SMD inductor 8x8.15mm, https://www.bourns.com/docs/Product-Datasheets/SRN8040.pdf +Bourns SRN8040 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRR1005 +Bourns SRR1005 series SMD inductor +Bourns SRR1005 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRU1028_10.0x10.0mm +Bourns SRU1028 series SMD inductor, https://www.bourns.com/docs/Product-Datasheets/SRU1028.pdf +Bourns SRU1028 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRU8028_8.0x8.0mm +Bourns SRU8028 series SMD inductor +Bourns SRU8028 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRU8043 +Bourns SRU8043 series SMD inductor +Bourns SRU8043 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SDR1806 +https://www.bourns.com/docs/Product-Datasheets/SDR1806.pdf +Bourns SDR1806 +0 +2 +2 +Inductor_SMD +L_Bourns_SRF1260 +Inductor, Bourns, SRF1260, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://www.bourns.com/docs/Product-Datasheets/SRF1260.pdf) +Inductor Bourns_SRF1260 +0 +4 +4 +Inductor_SMD +L_Bourns_SRN6045TA +http://www.bourns.com/docs/product-datasheets/srn6045ta.pdf +Semi-shielded Power Inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SRN8040TA +https://www.bourns.com/docs/product-datasheets/srn8040ta.pdf +Inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SRP1038C_10.0x10.0mm +Bourns SRP1038C series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRP1038C.pdf +Bourns SRP1038C SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SRP1245A +Bourns SRP1245A series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRP1245A.pdf +Bourns SRP1245A SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SRP1770TA_16.9x16.9mm +Bourns SRP1770TA series SMD Inductor http://www.bourns.com/docs/Product-Datasheets/SRP1770TA.pdf +Bourns SRP1770TA series SMD Inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SRP2313AA +Bourns SRR1260 series SMD inductor http://www.bourns.com/docs/product-datasheets/srp2313aa.pdf +Bourns SRR1260 SMD inductor +0 +4 +2 +Inductor_SMD +L_Bourns_SRP5030T +Inductor, Bourns, SRP5030T, 5.7mmx5.2mm (Script generated with StandardBox.py) (https://www.bourns.com/data/global/pdfs/SRP5030T.pdf) +Inductor Bourns_SRP5030T +0 +2 +2 +Inductor_SMD +L_Bourns_SRP7028A_7.3x6.6mm +Shielded Power Inductors (https://www.bourns.com/docs/product-datasheets/srp7028a.pdf) +Shielded Inductors Bourns SMD SRP7028A +0 +2 +2 +Inductor_SMD +L_Bourns_SRR1208_12.7x12.7mm +Bourns SRP1208 series SMD inductor https://www.bourns.com/pdfs/SRR1208.pdf +Bourns SRP1208 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SRR1210A +Bourns SRR1210A series SMD inductor https://www.bourns.com/docs/Product-Datasheets/SRR1210A.pdf +Bourns SRR1210A SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SRR1260 +Bourns SRR1260 series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRR1260.pdf +Bourns SRR1260 SMD inductor +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR3010S +Inductor, Changjiang, FNR3010S, 3.0x3.0x1.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR3012S +Inductor, Changjiang, FNR3012S, 3.0x3.0x1.2mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR3015S +Inductor, Changjiang, FNR3015S, 3.0x3.0x1.5mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR3021S +Inductor, Changjiang, FNR3021S, 3.0x3.0x2.35mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR4010S +Inductor, Changjiang, FNR4010S, 4.0x4.0x1.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR4012S +Inductor, Changjiang, FNR4012S, 4.0x4.0x1.2mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR4015S +Inductor, Changjiang, FNR4015S, 4.0x4.0x1.65mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR4018S +Inductor, Changjiang, FNR4018S, 4.0x4.0x1.8mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR4020S +Inductor, Changjiang, FNR4020S, 4.0x4.0x2.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR4026S +Inductor, Changjiang, FNR4026S, 4.0x4.0x2.6mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR4030S +Inductor, Changjiang, FNR4030S, 4.0x4.0x3.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR5012S +Inductor, Changjiang, FNR5012S, 5.0x5.0x1.2mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR5015S +Inductor, Changjiang, FNR5015S, 5.0x5.0x1.5mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR5020S +Inductor, Changjiang, FNR5020S, 5.0x5.0x2.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR5030S +Inductor, Changjiang, FNR5030S, 5.0x5.0x3.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR5040S +Inductor, Changjiang, FNR5040S, 5.0x5.0x4.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR5045S +Inductor, Changjiang, FNR5045S, 5.0x5.0x4.5mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR6020S +Inductor, Changjiang, FNR6020S, 6.0x6.0x2.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR6028S +Inductor, Changjiang, FNR6028S, 6.0x6.0x2.8mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR6040S +Inductor, Changjiang, FNR6040S, 6.0x6.0x4.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR6045S +Inductor, Changjiang, FNR6045S, 6.0x6.0x4.5mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR8040S +Inductor, Changjiang, FNR8040S, 8.0x8.0x4.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR8050S +Inductor, Changjiang, FNR8050S, 8.0x8.0x5.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR8065S +Inductor, Changjiang, FNR8065S, 8.0x8.0x6.5mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR252010S +Inductor, Changjiang, FNR252010S, 2.5x2.0x1.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Changjiang_FNR252012S +Inductor, Changjiang, FNR252012S, 2.5x2.0x1.2mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf +Inductor wirewound power shielded +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRA00040415 +Inductor, Chilisin, BMRA00040415, 4.6x4.1x1.5mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRA00040420 +Inductor, Chilisin, BMRA00040420, 4.6x4.1x2.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRA00050520 +Inductor, Chilisin, BMRA00050520, 5.7x5.4x1.8mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRA00050530 +Inductor, Chilisin, BMRA00050530, 5.7x5.4x3.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRB00050512 +Inductor, Chilisin, BMRB00050512, 5.7x5.4x1.2mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRB00050518 +Inductor, Chilisin, BMRB00050518, 5.7x5.4x1.8mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRB00050518-B +Inductor, Chilisin, BMRB00050518-B, 5.4x5.2x1.6mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRB00060612 +Inductor, Chilisin, BMRB00060612, 7.3x6.6x1.2mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRB00060618 +Inductor, Chilisin, BMRB00060618, 7.3x6.6x1.6mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRB00060624 +Inductor, Chilisin, BMRB00060624, 7.3x6.6x2.4mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRB00060650 +Inductor, Chilisin, BMRB00060650, 7.3x6.6x5.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRF00101040 +Inductor, Chilisin, BMRF00101040, 11.6x10.1x4.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRF00131350 +Inductor, Chilisin, BMRF00131350, 13.8x12.6x5.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRF00131360 +Inductor, Chilisin, BMRF00131360, 13.8x12.6x5.8mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRF00171770 +Inductor, Chilisin, BMRF00171770, 17.15x17.15x6.8mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRG00101030 +Inductor, Chilisin, BMRG00101030, 11.6x10.1x3.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRG00131360 +Inductor, Chilisin, BMRG00131360, 13.8x12.6x6.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRx00040412 +Inductor, Chilisin, BMRx00040412, 4.6x4.1x1.2mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRx00050512-B +Inductor, Chilisin, BMRx00050512-B, 5.4x5.2x1.2mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRx00050515 +Inductor, Chilisin, BMRx00050515, 5.7x5.4x1.5mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRx00060615 +Inductor, Chilisin, BMRx00060615, 7.3x6.6x1.3mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Chilisin_BMRx00060630 +Inductor, Chilisin, BMRx00060630, 7.3x6.6x3.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf +Inductor bmrx mchi +0 +2 +2 +Inductor_SMD +L_Coilcraft_LPS3010 +Shielded Power Inductor SMD 3x3x1mm, Coilcraft LPS3010, https://www.coilcraft.com/pdfs/lps3010.pdf +inductor low profile +0 +2 +2 +Inductor_SMD +L_Coilcraft_LPS3314 +SMD Inductor, 3.3x3.3x1.4mm, Coilcraft LPS3314, https://www.coilcraft.com/pdfs/lps3314.pdf +L Coilcraft LPS3314 +0 +2 +2 +Inductor_SMD +L_Coilcraft_LPS4018 +SMD Inductor Coilcraft LPS4018 https://www.coilcraft.com/pdfs/lps4018.pdf +L Coilcraft LPS4018 +0 +2 +2 +Inductor_SMD +L_Coilcraft_LPS5030 +Shielded Power Inductor SMD, Coilcraft LPS5030, https://www.coilcraft.com/pdfs/lps5030.pdf, StepUp generated footprint +inductor +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1010-XXX +Inductor, Coilcraft, XAL1010-XXX, 10.5x11.8x10.0mm, https://www.coilcraft.com/getmedia/dd74e670-e705-456a-9a69-585fe02eaf3c/xal1010.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1030-XXX +Inductor, Coilcraft, XAL1030-XXX, 10.5x11.8x3.1mm, https://www.coilcraft.com/getmedia/7b108457-7731-456d-9256-ca72f2e1a551/xal1030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1060-XXX +Inductor, Coilcraft, XAL1060-XXX, 10.5x11.8x6.0mm, https://www.coilcraft.com/getmedia/8909f858-b441-4d60-acff-8b8ca36f9ede/xal1060.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1350-XXX +Inductor, Coilcraft, XAL1350-XXX, 13.2x14.2x5.0mm, https://www.coilcraft.com/getmedia/dc536f86-3a3b-454f-950e-8e153260e61c/xal1350.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1510-103 +Inductor, Coilcraft, XAL1510-103, 15.4x16.4x10.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1510-153 +Inductor, Coilcraft, XAL1510-153, 15.4x16.4x10.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1510-223 +Inductor, Coilcraft, XAL1510-223, 15.4x16.4x10.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1510-333 +Inductor, Coilcraft, XAL1510-333, 15.4x16.4x11.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1510-472 +Inductor, Coilcraft, XAL1510-472, 15.4x16.4x10.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1510-682 +Inductor, Coilcraft, XAL1510-682, 15.4x16.4x10.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1510-822 +Inductor, Coilcraft, XAL1510-822, 15.4x16.4x10.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1513-153 +Inductor, Coilcraft, XAL1513-153, 15.4x16.4x13.0mm, https://www.coilcraft.com/getmedia/129ad6f3-0445-47fd-a0b3-edeb49177c17/xal1513.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1580-102 +Inductor, Coilcraft, XAL1580-102, 15.4x16.4x8.2mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1580-132 +Inductor, Coilcraft, XAL1580-132, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1580-182 +Inductor, Coilcraft, XAL1580-182, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1580-202 +Inductor, Coilcraft, XAL1580-202, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1580-302 +Inductor, Coilcraft, XAL1580-302, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1580-401 +Inductor, Coilcraft, XAL1580-401, 15.4x16.4x8.2mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1580-452 +Inductor, Coilcraft, XAL1580-452, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1580-532 +Inductor, Coilcraft, XAL1580-532, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1580-612 +Inductor, Coilcraft, XAL1580-612, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL1580-741 +Inductor, Coilcraft, XAL1580-741, 15.4x16.4x8.2mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL4020-XXX +Inductor, Coilcraft, XAL4020-XXX, 4.3x4.3x2.1mm, https://www.coilcraft.com/getmedia/6adcb47d-8b55-416c-976e-1e22e0d2848c/xal4000.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL4030-XXX +Inductor, Coilcraft, XAL4030-XXX, 4.3x4.3x3.1mm, https://www.coilcraft.com/getmedia/6adcb47d-8b55-416c-976e-1e22e0d2848c/xal4000.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL4040-XXX +Inductor, Coilcraft, XAL4040-XXX, 4.3x4.3x4.1mm, https://www.coilcraft.com/getmedia/6adcb47d-8b55-416c-976e-1e22e0d2848c/xal4000.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL5020-XXX +Inductor, Coilcraft, XAL5020-XXX, 5.48x5.68x2.0mm, https://www.coilcraft.com/getmedia/1941eff1-c018-493c-8cd6-d88d2edf5029/xal5020.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL5030-XXX +Inductor, Coilcraft, XAL5030-XXX, 5.48x5.68x3.1mm, https://www.coilcraft.com/getmedia/49bc46c8-4b2c-45b9-9b6c-2eaa235ea698/xal50xx.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL5050-XXX +Inductor, Coilcraft, XAL5050-XXX, 5.48x5.68x5.1mm, https://www.coilcraft.com/getmedia/49bc46c8-4b2c-45b9-9b6c-2eaa235ea698/xal50xx.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL6020-XXX +Inductor, Coilcraft, XAL6020-XXX, 6.56x6.76x2.1mm, https://www.coilcraft.com/getmedia/467ff589-8942-4e57-92d0-5bef6e04ce09/xal6020.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL6030-XXX +Inductor, Coilcraft, XAL6030-XXX, 6.56x6.76x3.1mm, https://www.coilcraft.com/getmedia/ea51f14b-7f32-4dc6-8dfe-d4b70549040f/xal60xx.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL6060-XXX +Inductor, Coilcraft, XAL6060-XXX, 6.56x6.76x6.1mm, https://www.coilcraft.com/getmedia/ea51f14b-7f32-4dc6-8dfe-d4b70549040f/xal60xx.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7020-102 +Inductor, Coilcraft, XAL7020-102, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7020-122 +Inductor, Coilcraft, XAL7020-122, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7020-151 +Inductor, Coilcraft, XAL7020-151, 8.0x8.0x2.05mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7020-152 +Inductor, Coilcraft, XAL7020-152, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7020-222 +Inductor, Coilcraft, XAL7020-222, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7020-271 +Inductor, Coilcraft, XAL7020-271, 8.0x8.0x2.05mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7020-331 +Inductor, Coilcraft, XAL7020-331, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7020-471 +Inductor, Coilcraft, XAL7020-471, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7020-681 +Inductor, Coilcraft, XAL7020-681, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7030-102 +Inductor, Coilcraft, XAL7030-102, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7030-103 +Inductor, Coilcraft, XAL7030-103, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7030-152 +Inductor, Coilcraft, XAL7030-152, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7030-161 +Inductor, Coilcraft, XAL7030-161, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7030-222 +Inductor, Coilcraft, XAL7030-222, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7030-272 +Inductor, Coilcraft, XAL7030-272, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7030-301 +Inductor, Coilcraft, XAL7030-301, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7030-332 +Inductor, Coilcraft, XAL7030-332, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7030-472 +Inductor, Coilcraft, XAL7030-472, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7030-562 +Inductor, Coilcraft, XAL7030-562, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7030-601 +Inductor, Coilcraft, XAL7030-601, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7030-682 +Inductor, Coilcraft, XAL7030-682, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7030-822 +Inductor, Coilcraft, XAL7030-822, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7050-XXX +Inductor, Coilcraft, XAL7050-XXX, 7.7x8.0x5.0mm, https://www.coilcraft.com/getmedia/13a991b3-4273-4be3-81ba-f3cf372b4691/xal7050.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL7070-XXX +Inductor, Coilcraft, XAL7070-XXX, 7.7x8.0x7.0mm, https://www.coilcraft.com/getmedia/1ba55433-bcc8-4838-9b21-382f497e12e0/xal7070.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL8050-223 +Inductor, Coilcraft, XAL8050-223, 8.3x8.8x5.0mm, https://www.coilcraft.com/getmedia/5885ede8-ea4f-464a-9dcb-18dbf143a845/xal8050.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL8080-XXX +Inductor, Coilcraft, XAL8080-XXX, 8.3x8.8x8.0mm, https://www.coilcraft.com/getmedia/345e50d6-a804-4ecb-9a92-5185221faf3e/xal8080.pdf +Inductor xal +0 +2 +2 +Inductor_SMD +L_Coilcraft_XFL2010 +Coilcraft XFL2010, Shielded power inductor, 0808, 1.9x2.0mm, https://www.coilcraft.com/getmedia/50382b97-998f-4b75-b5ee-4a93b0ac4411/xfl2010.pdf +miniature +0 +2 +2 +Inductor_SMD +L_Coilcraft_XxL4020 +L_Coilcraft_XxL4020 https://www.coilcraft.com/pdfs/xfl4020.pdf +L Coilcraft XxL4020 +0 +2 +2 +Inductor_SMD +L_Coilcraft_XxL4030 +L_Coilcraft_XxL4030 https://www.coilcraft.com/pdfs/xfl4030.pdf +L Coilcraft XxL4030 +0 +2 +2 +Inductor_SMD +L_Coilcraft_XxL4040 +L_Coilcraft_XxL4040 https://www.coilcraft.com/pdfs/xal4000.pdf +L Coilcraft XxL4040 +0 +2 +2 +Inductor_SMD +L_CommonModeChoke_Coilcraft_0603USB +Coilcraft 0603USB Series Common Mode Choke, https://www.coilcraft.com/pdfs/0603usb.pdf +surface mount common mode bead +0 +4 +4 +Inductor_SMD +L_CommonModeChoke_Coilcraft_0805USB +Coilcraft 0805USB Series Common Mode Choke, https://www.coilcraft.com/pdfs/0805usb.pdf +surface mount common mode bead +0 +4 +4 +Inductor_SMD +L_CommonModeChoke_Coilcraft_1812CAN +Coilcraft 1812CAN Series Common Mode Choke, https://www.coilcraft.com/pdfs/1812can.pdf +surface mount common mode bead +0 +4 +4 +Inductor_SMD +L_CommonModeChoke_Murata_DLW5BTMxxxSQ2x_5x5mm +Wire Wound Chip Common Mode Choke Coil SMD, Murata DLW5BTxxxSQ2x, https://www.murata.com/products/productdata/8796762701854/EFLC0020.pdf, manual footprint +inductor common mode choke +0 +4 +4 +Inductor_SMD +L_CommonModeChoke_Wuerth_WE-SL5 +WE-SL5 SMT Common Mode Line Filter, https://www.we-online.de/katalog/en/WE-SL5/, https://www.we-online.de/katalog/datasheet/744272471.pdf +SMT Common Mode Line Filter +0 +4 +4 +Inductor_SMD +L_CommonMode_Delevan_4222 +API Delevan, Surface Mount Common Mode Bead, 4222 4222R, http://www.delevan.com/seriesPDFs/4222.pdf +surface mount common mode bead +0 +4 +4 +Inductor_SMD +L_CommonMode_Wuerth_WE-SL2 +http://katalog.we-online.de/en/pbs/WE-SL2?sid=5fbec16187#vs_t1:c1_ct:1 +Wuerth WE-SL2 +0 +4 +4 +Inductor_SMD +L_Eaton_MCL2012V1 +Inductor, Eaton, MCL2012V1, 2.0x1.2x0.9mm, https://eu.mouser.com/datasheet/2/87/eaton-mcl2012v1-multilayer-chip-inductor-data-shee-1622891.pdf +Inductor ferrite multilayer power +0 +2 +2 +Inductor_SMD +L_Fastron_PISN +Choke, Drossel, PISN, SMD, Fastron, +Choke Drossel PISN SMD Fastron +0 +2 +2 +Inductor_SMD +L_Fastron_PISN_Handsoldering +Choke, Drossel, PISN, SMD, Fastron, +Choke Drossel PISN SMD Fastron +0 +2 +2 +Inductor_SMD +L_Fastron_PISR +Choke, Drossel, PISR, Fastron, SMD, +Choke Drossel PISR Fastron SMD +0 +2 +2 +Inductor_SMD +L_Fastron_PISR_Handsoldering +Choke, Drossel, PISR, Fastron, SMD, +Choke Drossel PISR Fastron SMD +0 +2 +2 +Inductor_SMD +L_Ferrocore_DLG-0302 +Ferrocore DLG-0302 unshielded SMD power inductor, 3.0x2.8x2.5mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf +smd inductor dlg-0302 +0 +2 +2 +Inductor_SMD +L_Ferrocore_DLG-0403 + Ferrocore DLG-0403 unshielded SMD power inductor, 4.5x4.0x3.2mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf +smd inductor dlg-0403 +0 +2 +2 +Inductor_SMD +L_Ferrocore_DLG-0504 +Ferrocore DLG-0504 unshielded SMD power inductor, 5.8x5.2x4.5mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf +smd inductor dlg-0504 +0 +2 +2 +Inductor_SMD +L_Ferrocore_DLG-0703 +Ferrocore DLG-0703 unshielded SMD power inductor, 7.8x7.0x3.5mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf +smd inductor dlg-0703 +0 +2 +2 +Inductor_SMD +L_Ferrocore_DLG-0705 +Ferrocore DLG-0705 unshielded SMD power inductor, 7.8x7.0x5.0mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf +smd inductor dlg-0705 +0 +2 +2 +Inductor_SMD +L_Ferrocore_DLG-1004 +Ferrocore DLG-1004 unshielded SMD power inductor, 10.0x9.0x4.0mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf +smd inductor dlg-1004 +0 +2 +2 +Inductor_SMD +L_Ferrocore_DLG-1005 +Ferrocore DLG-1005 unshielded SMD power inductor, 10.0x9.0x5.4mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf +smd inductor dlg-1005 +0 +2 +2 +Inductor_SMD +L_Murata_DEM35xxC +https://www.murata.com/~/media/webrenewal/products/inductor/chip/tokoproducts/wirewoundferritetypeforpl/m_dem3518c.ashx +Inductor SMD DEM35xxC +0 +2 +2 +Inductor_SMD +L_Murata_DFE201610P +Inductor, Murata, DFE201610P, 2.0x1.6x1.0mm, https://www.murata.com/~/media/webrenewal/products/inductor/chip/tokoproducts/wirewoundmetalalloychiptype/m_dfe201610p.ashx +Inductor power chip flatwire +0 +2 +2 +Inductor_SMD +L_Murata_LQH2MCNxxxx02_2.0x1.6mm +Inductor, Murata, LQH2MCN_02 series, 1.6x2.0x0.9mm (https://search.murata.co.jp/Ceramy/image/img/P02/JELF243A-0053.pdf) +chip coil inductor Murata LQH2MC +0 +2 +2 +Inductor_SMD +L_Murata_LQH55DN_5.7x5.0mm +Inductor, SMD, 5.7x5.0x4.7mm, https://search.murata.co.jp/Ceramy/image/img/P02/JELF243A-0045.pdf +inductor smd +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_1turn_HDM0131A +Neosid, Air-Coil, SML, 1turn, HDM0131A, +Neosid Air-Coil SML 1turn HDM0131A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_2turn_HAM0231A +Neosid, Air-Coil, SML, 2turn, HAM0231A, +Neosid Air-Coil SML 2turn HAM0231A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_2turn_HDM0231A +Neosid, Air-Coil, SML, 2turn, HDM0231A, +Neosid Air-Coil SML 2turn HDM0231A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_3turn_HAM0331A +Neosid, Air-Coil, SML, 2turn, HAM0331A, +Neosid Air-Coil SML 3turn HAM0331A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_3turn_HDM0331A +Neosid, Air-Coil, SML, 3turn, HDM0331A, +Neosid Air-Coil SML 3turn HDM0331A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_4turn_HAM0431A +Neosid, Air-Coil, SML, 4turn, HAM0431A, +Neosid Air-Coil SML 4turn HAM0431A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_4turn_HDM0431A +Neosid, Air-Coil, SML, 4turn, HDM0431A, +Neosid Air-Coil SML 4turn HDM0431A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_5turn_HAM0531A +Neosid, Air-Coil, SML, 5turn, HAM0531A, +Neosid Air-Coil SML 5turn HAM0531A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_5turn_HDM0531A +Neosid, Air-Coil, SML, 5turn, HDM0531A, +Neosid Air-Coil SML 5turn HDM0531A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_6-10turn_HAM0631A-HAM1031A +Neosid, Air-Coil, SML, 6-10turn, HAM0631A-HAM1031A, +Neosid Air-Coil SML 6-10turn HAM0631A-HAM1031A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_6-10turn_HDM0431A-HDM1031A +Neosid, Air-Coil, SML, 6-10turn, HDM0431A-HDM1031A, +Neosid Air-Coil SML 6-10turn HDM0431A-HDM1031A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_6turn_HAM0631A +Neosid, Air-Coil, SML, 6turn, HAM0631A, +Neosid Air-Coil SML 6turn HAM0631A +0 +2 +2 +Inductor_SMD +L_Neosid_MicroCoil_Ms36-L +Neosid, Micro Coil, Inductor, Ms36-L, SMD, Fixed inductor, anti clockwise, https://neosid.de/en/products/inductors/rod-core-chokes/smd-rod-core-chokes/52026/ms-36/7-h?c=94 +Neosid Micro Coil Inductor Ms36-L SMD Fixed inductor anti clockwise +0 +2 +2 +Inductor_SMD +L_Neosid_Ms42 +Neosid, Inductor, SMs42, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_Ms42.pdf +Neosid Inductor SMs42 Fixed inductor SMD magneticaly shielded +0 +2 +2 +Inductor_SMD +L_Neosid_Ms50 +Neosid, Power Inductor, Ms50, SMD, Fixed inductor, https://neosid.de/import-data/product-pdf/neoFestind_Ms50.pdf +Neosid Power Inductor Ms50 SMD Fixed inductor +0 +2 +2 +Inductor_SMD +L_Neosid_Ms50T +Neosid, Power Inductor, Ms50T, SMD, Fixed inductor, high temperature, https://neosid.de/import-data/product-pdf/neoFestind_Ms50T.pdf +Neosid Power Inductor Ms50T SMD Fixed inductor high temperature +0 +2 +2 +Inductor_SMD +L_Neosid_Ms85 +Neosid, Ms85, Ms85T, SMD Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms85.pdf +Neosid Ms85 Ms85T SMD Inductor Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_Ms85T +Neosid, Ms85, Ms85T, SMD Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms85T.pdf +Neosid Ms85 Ms85T SMD Inductor Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_Ms95 +Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95.pdf +NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_Ms95T +Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95T.pdf +NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_Ms95a +Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95a.pdf +NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-NE95H +Neosid, Inductor,SM-NE95H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE95H.pdf +Neosid Inductor SM-NE95H Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-NE127 +Neosid, Inductor, SM-NE127, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE127.pdf +Neosid Inductor SM-NE127 Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-NE127_HandSoldering +Neosid, Inductor, SM-NE127, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE127.pdf +Neosid Inductor SM-NE127 Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-NE150 +Neosid, Inductor, SM-NE150, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE150.pdf +Neosid Inductor SM-NE150 Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-PIC0512H +Neosid, Inductor, PIC0512H, Power Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0512H.pdf +Neosid Inductor PIC0512H Power Inductor Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-PIC0602H +Neosid, Power Inductor, SM-PIC0602H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0602H.pdf +Neosid Power Inductor SM-PIC0602H Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-PIC0612H +Neosid, Power Inductor, SM-PIC0612H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0612H.pdf +Neosid Power Inductor SM-PIC0612H Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-PIC1004H +Neosid, Inductor, SM-PIC1004H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC1004H.pdf +Neosid Inductor SM-PIC1004H Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SMS-ME3010 +Neosid, Inductor, SMS-ME3010, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMSME3010.pdf +Neosid Inductor SMS-ME3010 Fixed inductor SMD magnetically shielded +0 +2 +2 +Inductor_SMD +L_Neosid_SMS-ME3015 +Neosid, Power Inductor, SMS-ME3015, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMSME3015.pdf +Neosid Power Inductor SMS-ME3015 Fixed inductor SMD magnetically shielded +0 +2 +2 +Inductor_SMD +L_Neosid_SMs42 +Neosid, Inductor, SMs42, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs42.pdf +Neosid Inductor SMs42 Fixed inductor SMD magneticaly shielded +0 +2 +2 +Inductor_SMD +L_Neosid_SMs50 +Neosid, Inductor, SMs50, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs50.pdf +Neosid Inductor SMs50 Fixed inductor SMD magneticaly shielded +0 +2 +2 +Inductor_SMD +L_Neosid_SMs85 +Neosid, Inductor, SMs85, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs85.pdf +Neosid Inductor SMs85 Fixed inductor SMD magnetically shielded +0 +2 +2 +Inductor_SMD +L_Neosid_SMs95_SMs95p +Neosid, Inductor, SMs95, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMs95SMs95p.pdf +Neosid Inductor SMs95 Fixed inductor SMD magnetically shielded +0 +2 +2 +Inductor_SMD +L_Pulse_P059x +1:1, Power Inductor, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/p0599nl +inductor coil choke +0 +4 +4 +Inductor_SMD +L_Pulse_PA4320 +Inductor SMD Pulse PA4320 http://productfinder.pulseeng.com/products/datasheets/P787.pdf +Inductor SMD Pulse PA4320 +0 +2 +2 +Inductor_SMD +L_Pulse_PA4344 +Pulse PA4344 / PM4344 Series SMD Inductors https://productfinder.pulseelectronics.com/api/public/uploads/product-attachments/datasheet_p771_1608107700.pdf +Pulse PA4344 PM4344 Series SMD Inductors +0 +2 +2 +Inductor_SMD +L_Pulse_PA4349 +Shielded Molded High Current Power Inductors 23.5x22mm, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/pa4349.104anlt +Shielded Molded High Current Power Inductor +0 +2 +2 +Inductor_SMD +L_Sagami_CER1242B +Inductor, Sagami, h=4.5mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf +inductor sagami cer12xxb smd +0 +2 +2 +Inductor_SMD +L_Sagami_CER1257B +Inductor, Sagami, h=6.0mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf +inductor sagami cer12xxb smd +0 +2 +2 +Inductor_SMD +L_Sagami_CER1277B +Inductor, Sagami, h=8.0mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf +inductor sagami cer12xxb smd +0 +2 +2 +Inductor_SMD +L_Sagami_CWR1242C +Sagami power inductor, CWR1242C, H=4.5mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) +inductor sagami cwr12xx smd +0 +4 +2 +Inductor_SMD +L_Sagami_CWR1257C +Sagami power inductor, CWR1242C, H=6.0mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) +inductor sagami cwr12xx smd +0 +4 +2 +Inductor_SMD +L_Sagami_CWR1277C +Sagami power inductor, CWR1242C, H=7.7mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) +inductor sagami cwr12xx smd +0 +4 +2 +Inductor_SMD +L_SigTra_SC3316F +http://www.signaltransformer.com/sites/all/pdf/smd/P080_SC3316F.pdf +Choke +0 +2 +2 +Inductor_SMD +L_Sumida_CDMC6D28_7.25x6.5mm +SMD Power Inductor (http://products.sumida.com/products/pdf/CDMC6D28.pdf) +Inductor Sumida SMD CDMC6D28 +0 +2 +2 +Inductor_SMD +L_Sumida_CR75 +Inductor, Sumida, 8.1mm × 7.3mm × 5.5 mm, Unshielded, http://products.sumida.com/products/pdf/CR75.pdf +Inductor SMD CR75 Unshielded +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA0402S +Inductor, Sunlord, MWSA0402S, 4.4x4.2x1.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA0412S +Inductor, Sunlord, MWSA0412S, 4.4x4.2x1.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA0503S +Inductor, Sunlord, MWSA0503S, 5.4x5.2x2.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA0518S +Inductor, Sunlord, MWSA0518S, 5.4x5.2x1.6mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA0602S +Inductor, Sunlord, MWSA0602S, 7.0x6.6x1.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA0603S +Inductor, Sunlord, MWSA0603S, 7.0x6.6x2.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA0604S +Inductor, Sunlord, MWSA0604S, 7.0x6.6x3.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA0605S +Inductor, Sunlord, MWSA0605S, 7.0x6.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA0615S +Inductor, Sunlord, MWSA0615S, 7.0x6.6x1.3mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA0618S +Inductor, Sunlord, MWSA0618S, 7.0x6.6x1.6mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA0624S +Inductor, Sunlord, MWSA0624S, 7.0x6.6x2.2mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA0804S +Inductor, Sunlord, MWSA0804S, 8.2x8.8x3.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1003S +Inductor, Sunlord, MWSA1003S, 11.5x10.0x2.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1004S +Inductor, Sunlord, MWSA1004S, 11.0x10.0x3.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1005S +Inductor, Sunlord, MWSA1005S, 11.5x10.0x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1204S-1R0 +Inductor, Sunlord, MWSA1204S-1R0, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1204S-1R5 +Inductor, Sunlord, MWSA1204S-1R5, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1204S-2R2 +Inductor, Sunlord, MWSA1204S-2R2, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1204S-3R3 +Inductor, Sunlord, MWSA1204S-3R3, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1204S-4R7 +Inductor, Sunlord, MWSA1204S-4R7, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1204S-6R8 +Inductor, Sunlord, MWSA1204S-6R8, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1204S-100 +Inductor, Sunlord, MWSA1204S-100, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1204S-150 +Inductor, Sunlord, MWSA1204S-150, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1204S-220 +Inductor, Sunlord, MWSA1204S-220, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1204S-R22 +Inductor, Sunlord, MWSA1204S-R22, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1204S-R47 +Inductor, Sunlord, MWSA1204S-R47, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1204S-R68 +Inductor, Sunlord, MWSA1204S-R68, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1204S-R82 +Inductor, Sunlord, MWSA1204S-R82, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-1R0 +Inductor, Sunlord, MWSA1205S-1R0, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-1R5 +Inductor, Sunlord, MWSA1205S-1R5, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-2R2 +Inductor, Sunlord, MWSA1205S-2R2, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-3R3 +Inductor, Sunlord, MWSA1205S-3R3, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-4R7 +Inductor, Sunlord, MWSA1205S-4R7, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-6R8 +Inductor, Sunlord, MWSA1205S-6R8, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-100 +Inductor, Sunlord, MWSA1205S-100, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-150 +Inductor, Sunlord, MWSA1205S-150, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-220 +Inductor, Sunlord, MWSA1205S-220, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-330 +Inductor, Sunlord, MWSA1205S-330, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-470 +Inductor, Sunlord, MWSA1205S-470, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-R22 +Inductor, Sunlord, MWSA1205S-R22, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-R36 +Inductor, Sunlord, MWSA1205S-R36, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-R50 +Inductor, Sunlord, MWSA1205S-R50, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-R68 +Inductor, Sunlord, MWSA1205S-R68, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1205S-R82 +Inductor, Sunlord, MWSA1205S-R82, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-1R5 +Inductor, Sunlord, MWSA1206S-1R5, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-2R2 +Inductor, Sunlord, MWSA1206S-2R2, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-3R3 +Inductor, Sunlord, MWSA1206S-3R3, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-4R7 +Inductor, Sunlord, MWSA1206S-4R7, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-5R6 +Inductor, Sunlord, MWSA1206S-5R6, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-6R8 +Inductor, Sunlord, MWSA1206S-6R8, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-8R2 +Inductor, Sunlord, MWSA1206S-8R2, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-100 +Inductor, Sunlord, MWSA1206S-100, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-101 +Inductor, Sunlord, MWSA1206S-101, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-120 +Inductor, Sunlord, MWSA1206S-120, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-121 +Inductor, Sunlord, MWSA1206S-121, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-150 +Inductor, Sunlord, MWSA1206S-150, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-151 +Inductor, Sunlord, MWSA1206S-151, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-180 +Inductor, Sunlord, MWSA1206S-180, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-220 +Inductor, Sunlord, MWSA1206S-220, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-270 +Inductor, Sunlord, MWSA1206S-270, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-330 +Inductor, Sunlord, MWSA1206S-330, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-470 +Inductor, Sunlord, MWSA1206S-470, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-680 +Inductor, Sunlord, MWSA1206S-680, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1206S-R68 +Inductor, Sunlord, MWSA1206S-R68, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1265S +Inductor, Sunlord, MWSA1265S, 13.45x12.6x6.5mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA1707S +Inductor, Sunlord, MWSA1707S, 17.15x17.15x6.7mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA2213S +Inductor, Sunlord, MWSA2213S, 23.5x22.0x12.6mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en +Inductor mwsa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA3010S +Inductor, Sunlord, SWPA3010S, 3.0x3.0x1.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA3012S +Inductor, Sunlord, SWPA3012S, 3.0x3.0x1.2mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA3015S +Inductor, Sunlord, SWPA3015S, 3.0x3.0x1.5mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA4010S +Inductor, Sunlord, SWPA4010S, 4.0x4.0x1.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA4012S +Inductor, Sunlord, SWPA4012S, 4.0x4.0x1.2mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA4018S +Inductor, Sunlord, SWPA4018S, 4.0x4.0x1.8mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA4020S +Inductor, Sunlord, SWPA4020S, 4.0x4.0x2.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA4026S +Inductor, Sunlord, SWPA4026S, 4.0x4.0x2.6mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA4030S +Inductor, Sunlord, SWPA4030S, 4.0x4.0x3.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA5012S +Inductor, Sunlord, SWPA5012S, 5.0x5.0x1.2mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA5020S +Inductor, Sunlord, SWPA5020S, 5.0x5.0x2.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA5040S +Inductor, Sunlord, SWPA5040S, 5.0x5.0x4.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA6020S +Inductor, Sunlord, SWPA6020S, 6.0x6.0x2.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA6028S +Inductor, Sunlord, SWPA6028S, 6.0x6.0x2.8mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA6040S +Inductor, Sunlord, SWPA6040S, 6.0x6.0x4.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA6045S +Inductor, Sunlord, SWPA6045S, 6.0x6.0x4.5mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA8040S +Inductor, Sunlord, SWPA8040S, 8.0x8.0x4.2mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA252010S +Inductor, Sunlord, SWPA252010S, 2.5x2.0x1.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWPA252012S +Inductor, Sunlord, SWPA252012S, 2.5x2.0x1.2mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf +Inductor swpa +0 +2 +2 +Inductor_SMD +L_Sunlord_SWRB1204S +Inductor, Sunlord, SWRB1204S, 12.5x12.5x5.0mm, https://www.sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMTA2MTAxMTMyMzc4MTEucGRm&lan=en +Inductor swrb +0 +2 +2 +Inductor_SMD +L_Sunlord_SWRB1205S +Inductor, Sunlord, SWRB1205S, 12.5x12.5x6.0mm, https://www.sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMTA2MTAxMTMyMzc4MTEucGRm&lan=en +Inductor swrb +0 +2 +2 +Inductor_SMD +L_Sunlord_SWRB1207S +Inductor, Sunlord, SWRB1207S, 12.5x12.5x8.0mm, https://www.sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMTA2MTAxMTMyMzc4MTEucGRm&lan=en +Inductor swrb +0 +2 +2 +Inductor_SMD +L_TDK_MLZ1608 +Inductor, TDK, MLZ1608, 1.6x0.8x0.8mm, "https://product.tdk.com/system/files/dam/doc/product/inductor/inductor/smd/catalog/inductor_commercial_decoupling_mlz1608_en.pdf" +Inductor MLZ +0 +2 +2 +Inductor_SMD +L_TDK_MLZ2012_h0.85mm +Inductor, TDK, MLZ2012_h0.85mm, 2.0x1.25x0.85mm, "https://product.tdk.com/system/files/dam/doc/product/inductor/inductor/smd/catalog/inductor_commercial_decoupling_mlz2012_en.pdf" +Inductor MLZ +0 +2 +2 +Inductor_SMD +L_TDK_MLZ2012_h1.25mm +Inductor, TDK, MLZ2012_h1.25mm, 2.0x1.25x1.25mm, "https://product.tdk.com/system/files/dam/doc/product/inductor/inductor/smd/catalog/inductor_commercial_decoupling_mlz2012_en.pdf" +Inductor MLZ +0 +2 +2 +Inductor_SMD +L_TDK_NLV25_2.5x2.0mm +TDK NLV25, 2.5x2.0x1.8mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_standard_nlv25-ef_en.pdf +tdk nlv25 nlcv25 nlfv25 +0 +2 +2 +Inductor_SMD +L_TDK_NLV32_3.2x2.5mm +TDK NLV32, 3.2x2.5x2.2mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_standard_nlv32-ef_en.pdf +tdk nlv32 nlcv32 nlfv32 +0 +2 +2 +Inductor_SMD +L_TDK_SLF6025 +Inductor, TDK, SLF6025, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6025_en.pdf) +Inductor TDK_SLF6025 +0 +2 +2 +Inductor_SMD +L_TDK_SLF6028 +Inductor, TDK, SLF6028, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6028_en.pdf) +Inductor TDK_SLF6028 +0 +2 +2 +Inductor_SMD +L_TDK_SLF6045 +Inductor, TDK, SLF6045, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6045_en.pdf) +Inductor TDK_SLF6045 +0 +2 +2 +Inductor_SMD +L_TDK_SLF7032 +Inductor, TDK, SLF7032, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7032_en.pdf) +Inductor TDK_SLF7032 +0 +2 +2 +Inductor_SMD +L_TDK_SLF7045 +Inductor, TDK, SLF7045, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7045_en.pdf) +Inductor TDK_SLF7045 +0 +2 +2 +Inductor_SMD +L_TDK_SLF7055 +Inductor, TDK, SLF7055, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7055_en.pdf) +Inductor TDK_SLF7055 +0 +2 +2 +Inductor_SMD +L_TDK_SLF10145 +Inductor, TDK, SLF10145, 10.1mmx10.1mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf10145-h_en.pdf) +Inductor TDK_SLF10145 +0 +2 +2 +Inductor_SMD +L_TDK_SLF10165 +Inductor, TDK, SLF10165, 10.1mmx10.1mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_power_slf10165_en.pdf) +Inductor TDK_SLF10165 +0 +2 +2 +Inductor_SMD +L_TDK_SLF12555 +Inductor, TDK, SLF12555, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_power_slf12555_en.pdf) +Inductor SLF12555 +0 +2 +2 +Inductor_SMD +L_TDK_SLF12565 +Inductor, TDK, SLF12565, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf12565-h_en.pdf) +Inductor SLF12565 +0 +2 +2 +Inductor_SMD +L_TDK_SLF12575 +Inductor, TDK, SLF12575, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf12575-h_en.pdf) +Inductor SLF12575 +0 +2 +2 +Inductor_SMD +L_TDK_VLF10040 +Inductor,TDK, TDK-VLP-8040, 8.6mmx8.6mm +inductor TDK VLP smd VLF10040 +0 +2 +2 +Inductor_SMD +L_TDK_VLP8040 +Inductor,TDK, TDK-VLP-8040, 8.6mmx8.6mm +inductor TDK VLP smd VLP8040 +0 +2 +2 +Inductor_SMD +L_TDK_VLS6045EX_VLS6045AF +Inductor,TDK, VLS-6045, 6x6x4.5mm, https://product.tdk.com/system/files/dam/doc/product/inductor/inductor/smd/catalog/inductor_commercial_power_vls6045ex_en.pdf +inductor TDK VLS SMD VLS6045EF VLS6045AF +0 +2 +2 +Inductor_SMD +L_TaiTech_TMPC1265_13.5x12.5mm +Tai Tech TMPC1265 series SMD inductor https://datasheet.lcsc.com/lcsc/2009171439_TAI-TECH-TMPC1265HP-100MG-D_C305223.pdf, 13.5x12.5x6.2mm +Tai Tech TMPC1265 SMD inductor +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_BK_Array_1206_3216Metric +Ferrite Bead Array 4x0603, Taiyo Yuden BK Series (see https://www.yuden.co.jp/productdata/catalog/mlci09_e.pdf) +ferrite bead array +0 +8 +8 +Inductor_SMD +L_Taiyo-Yuden_MD-1616 +Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-1616, 1.6mmx1.6mm +inductor taiyo-yuden md smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_MD-2020 +Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-2020, 2.0mmx2.0mm +inductor taiyo-yuden md smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_MD-3030 +Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-3030, 3.0mmx3.0mm +inductor taiyo-yuden md smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_MD-4040 +Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-4040, 4.0mmx4.0mm +inductor taiyo-yuden md smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_MD-5050 +Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-5050, 5.0mmx5.0mm +inductor taiyo-yuden md smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-20xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-20xx, 2.0mmx2.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-20xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-20xx, 2.0mmx2.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-24xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-24xx, 2.4mmx2.4mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-24xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-24xx, 2.4mmx2.4mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-30xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-30xx, 3.0mmx3.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-30xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-30xx, 3.0mmx3.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-40xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-40xx, 4.0mmx4.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-40xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-40xx, 4.0mmx4.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-50xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-50xx, 4.9mmx4.9mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-50xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-50xx, 4.9mmx4.9mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-60xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-60xx, 6.0mmx6.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-60xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-60xx, 6.0mmx6.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-80xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-80xx, 8.0mmx8.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-80xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-80xx, 8.0mmx8.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-10050_9.8x10.0mm +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-10050, 9.8mmx10.0mm, https://ds.yuden.co.jp/TYCOMPAS/or/specSheet?pn=NR10050T1R3N +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-10050_9.8x10.0mm_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-10050, 9.8mmx10.0mm, https://ds.yuden.co.jp/TYCOMPAS/or/specSheet?pn=NR10050T1R3N +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_TracoPower_TCK-047_5.2x5.8mm +Inductor, Traco, TCK-047, 5.2x5.8mm, https://www.tracopower.com/products/tck047.pdf +inductor smd traco +0 +2 +2 +Inductor_SMD +L_TracoPower_TCK-141 +Choke, SMD, 4.0x4.0mm 2.1mm height, https://www.tracopower.com/products/tck141.pdf +Choke SMD +0 +2 +2 +Inductor_SMD +L_Vishay_IFSC-1515AH_4x4x1.8mm +Low Profile, High Current Inductors (https://www.vishay.com/docs/34295/sc15ah01.pdf) +SMD Vishay Inductor Low Profile +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-1212 +Inductor, Vishay, IHLP series, 3.0mmx3.0mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-1616 +Inductor, Vishay, IHLP series, 4.1mmx4.1mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-2020 +Inductor, Vishay, IHLP series, 5.1mmx5.1mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-2525 +Inductor, Vishay, IHLP series, 6.3mmx6.3mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-4040 +Inductor, Vishay, IHLP series, 10.2mmx10.2mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-5050 +Inductor, Vishay, IHLP series, 12.7mmx12.7mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-6767 +Inductor, Vishay, IHLP series, 17.0mmx17.0mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHSM-3825 +Inductor, Vishay, Vishay_IHSM-3825, http://www.vishay.com/docs/34018/ihsm3825.pdf, 11.2mmx6.3mm +inductor vishay icsm smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHSM-4825 +Inductor, Vishay, Vishay_IHSM-4825, http://www.vishay.com/docs/34019/ihsm4825.pdf, 13.7mmx6.3mm +inductor vishay icsm smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHSM-5832 +Inductor, Vishay, Vishay_IHSM-5832, http://www.vishay.com/docs/34020/ihsm5832.pdf, 16.3mmx8.1mm +inductor vishay icsm smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHSM-7832 +Inductor, Vishay, Vishay_IHSM-7832, http://www.vishay.com/docs/34021/ihsm7832.pdf, 19.8mmx8.1mm +inductor vishay icsm smd +0 +2 +2 +Inductor_SMD +L_Walsin_WLFM201209x +Inductor, Walsin, WLFM201209x, 2.0x1.25x0.9mm, http://www.passivecomponent.com/wp-content/uploads/inductor/WLFM_C_series.pdf +Inductor ferrite multilayer power +0 +2 +2 +Inductor_SMD +L_Walsin_WLFM201609x +Inductor, Walsin, WLFM201609x, 2.0x1.6x0.9mm, http://www.passivecomponent.com/wp-content/uploads/inductor/WLFM_C_series.pdf +Inductor ferrite multilayer power +0 +2 +2 +Inductor_SMD +L_Walsin_WLFM252009x +Inductor, Walsin, WLFM252009x, 2.5x2.0x0.9mm, http://www.passivecomponent.com/wp-content/uploads/inductor/WLFM_C_series.pdf +Inductor ferrite multilayer power +0 +2 +2 +Inductor_SMD +L_Wuerth_HCF-2013 +7443630070, http://katalog.we-online.de/pbs/datasheet/7443630070.pdf +inductor shielded wuerth hcf +0 +3 +2 +Inductor_SMD +L_Wuerth_HCF-2815 +74436410150, http://katalog.we-online.de/pbs/datasheet/74436410150.pdf +inductor shielded wuerth hcf +0 +3 +2 +Inductor_SMD +L_Wuerth_HCF-2818 +7443640330, http://katalog.we-online.de/pbs/datasheet/7443640330.pdf +inductor shielded wuerth hcf +0 +3 +2 +Inductor_SMD +L_Wuerth_HCI-1030 +Inductor, Wuerth Elektronik, Wuerth_HCI-1030, 10.6mmx10.6mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-1040 +Inductor, Wuerth Elektronik, Wuerth_HCI-1040, 10.2mmx10.2mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-1050 +Inductor, Wuerth Elektronik, Wuerth_HCI-1050, 10.2mmx10.2mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-1335 +Inductor, Wuerth Elektronik, Wuerth_HCI-1335, 12.8mmx12.8mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-1350 +Inductor, Wuerth Elektronik, Wuerth_HCI-1350, 12.8mmx12.8mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-1365 +Inductor, Wuerth Elektronik, Wuerth_HCI-1365, 12.8mmx12.8mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-1890 +Inductor, Wuerth Elektronik, Wuerth_HCI-1890, 18.2mmx18.2mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-2212 +Inductor, Wuerth Elektronik, Wuerth_HCI-2212, 22.5mmx22.0mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-5040 +Inductor, Wuerth Elektronik, Wuerth_HCI-5040, 5.5mmx5.2mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-7030 +Inductor, Wuerth Elektronik, Wuerth_HCI-7030, 6.9mmx6.9mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-7040 +Inductor, Wuerth Elektronik, Wuerth_HCI-7040, 6.9mmx6.9mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-7050 +Inductor, Wuerth Elektronik, Wuerth_HCI-7050, 6.9mmx6.9mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1050 +Inductor, Wuerth Elektronik, Wuerth_HCM-1050, 10.2mmx7.0mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1052 +Inductor, Wuerth Elektronik, Wuerth_HCM-1052, 10.5mmx10.3mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1070 +Inductor, Wuerth Elektronik, Wuerth_HCM-1070, 10.1mmx7.0mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1078 +Inductor, Wuerth Elektronik, Wuerth_HCM-1078, 9.4mmx6.2mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1190 +Inductor, Wuerth Elektronik, Wuerth_HCM-1190, 10.5mmx11.0mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1240 +Inductor, Wuerth Elektronik, Wuerth_HCM-1240, 10.0mmx11.8mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1350 +Inductor, Wuerth Elektronik, Wuerth_HCM-1350, 13.5mmx13.3mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1390 +Inductor, Wuerth Elektronik, Wuerth_HCM-1390, 12.5mmx13.0mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-7050 +Inductor, Wuerth Elektronik, Wuerth_HCM-7050, 7.2mmx7.0mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-7070 +Inductor, Wuerth Elektronik, Wuerth_HCM-7070, 7.4mmx7.2mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-1610 +Inductor, Wuerth Elektronik, Wuerth_MAPI-1610, 1.6mmx1.6mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-2010 +Inductor, Wuerth Elektronik, Wuerth_MAPI-2010, 2.0mmx1.6mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-2506 +Inductor, Wuerth Elektronik, Wuerth_MAPI-2506, 2.5mmx2.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-2508 +Inductor, Wuerth Elektronik, Wuerth_MAPI-2508, 2.5mmx2.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-2510 +Inductor, Wuerth Elektronik, Wuerth_MAPI-2510, 2.5mmx2.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-2512 +Inductor, Wuerth Elektronik, Wuerth_MAPI-2512, 2.5mmx2.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-3010 +Inductor, Wuerth Elektronik, Wuerth_MAPI-3010, 3.0mmx3.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-3012 +Inductor, Wuerth Elektronik, Wuerth_MAPI-3012, 3.0mmx3.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-3015 +Inductor, Wuerth Elektronik, Wuerth_MAPI-3015, 3.0mmx3.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-3020 +Inductor, Wuerth Elektronik, Wuerth_MAPI-3020, 3.0mmx3.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-4020 +Inductor, Wuerth Elektronik, Wuerth_MAPI-4020, 4.0mmx4.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-4030 +Inductor, Wuerth Elektronik, Wuerth_MAPI-4030, 4.0mmx4.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-DD-Typ-L-Typ-XL-Typ-XXL +Shielded Coupled Inductor, Wuerth Elektronik, WE-DD, SMD, Typ L, Typ XL, Typ XXL, https://katalog.we-online.com/pbs/datasheet/744874001.pdf +Choke Coupled Double Inductor SMD Wuerth WE-DD TypL TypXL TypXXL +0 +4 +4 +Inductor_SMD +L_Wuerth_WE-DD-Typ-M-Typ-S +Shielded Coupled Inductor, Wuerth Elektronik, WE-DD, SMD, Typ M, Typ S, https://katalog.we-online.com/pbs/datasheet/744878001.pdf, https://katalog.we-online.de/pbs/datasheet/744877001.pdf +Choke Coupled Double Inductor SMD Wuerth WE-DD TypM TypS +0 +4 +4 +Inductor_SMD +L_Wuerth_WE-GF-1210 +Unshielded Inductor, Wuerth Elektronik, WE-GF, SMD, 1210, https://www.we-online.de/katalog/datasheet/74476401.pdf +Unshielded Inductor WE-GF 1210 Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD-Typ-7345 +Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, 7345, https://katalog.we-online.com/pbs/datasheet/744777001.pdf +Choke Shielded Power Inductor WE-PD 7345 Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD-Typ-LS +Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, Typ LS, https://katalog.we-online.com/pbs/datasheet/7447715906.pdf +Choke Shielded Power Inductor WE-PD TypLS Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD-Typ-LS_Handsoldering +Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, Typ LS, Handsoldering, https://katalog.we-online.com/pbs/datasheet/7447715906.pdf +Choke Shielded Power Inductor WE-PD TypLS Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD-Typ-M-Typ-S +Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMT, Typ M, Typ S, https://katalog.we-online.com/pbs/datasheet/744778005.pdf +Choke Shielded Power Inductor WE-PD TypM TypS Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD-Typ-M-Typ-S_Handsoldering +Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMT, Typ M, Typ S, Handsoldering, https://katalog.we-online.com/pbs/datasheet/744778005.pdf +Choke Shielded Power Inductor WE-PD TypM TypS Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD2-Typ-L +Power Inductor, Wuerth Elektronik, WE-PD2, SMD, Typ L, , https://katalog.we-online.com/pbs/datasheet/74477510.pdf +Choke Power Inductor WE-PD2 TypL Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD2-Typ-MS +Power Inductor, Wuerth Elektronik, WE-PD2, SMD, Typ MS, https://katalog.we-online.com/pbs/datasheet/744774022.pdf +Choke Power Inductor WE-PD2 TypMS Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD2-Typ-XL +Power Inductor, Wuerth Elektronik, WE-PD2, SMT, Typ XL, https://katalog.we-online.com/pbs/datasheet/744776012.pdf +Choke Power Inductor WE-PD2 TypXL Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD4-Typ-X +Power Inductor, Wuerth Elektronik, WE-PD4, SMT, Typ X, https://katalog.we-online.de/pbs/datasheet/74458001.pdf +Choke Power Inductor WE-PD4 TypX Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PDF +Shielded Power Inductor, Wuerth Elektronik, WE-PDF, SMD, https://katalog.we-online.de/pbs/datasheet/7447797022.pdf +Choke Shielded Power Inductor WE-PDF Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PDF_Handsoldering +Shielded Power Inductor, Wuerth Elektronik, WE-PDF, SMD, Handsoldering, https://katalog.we-online.de/pbs/datasheet/7447797022.pdf +Choke Shielded Power Inductor WE-PDF Wuerth Handsoldering +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-TPC-3816 +L_Wuerth_WE-TPC-3816 StepUp generated footprint, http://katalog.we-online.de/pbs/datasheet/7440310047.pdf +wurth wuerth smd inductor +0 +2 +2 +Inductor_THT +Choke_EPCOS_B82722A +Current-Compensated Ring Core Double Chokes, EPCOS, B82722A, 22.3mmx22.7mm, https://en.tdk.eu/inf/30/db/ind_2008/b82722a_j.pdf +chokes epcos tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN102-04-14.0x14.0mm +Current-compensated Chokes, Schaffner, RN102-04, 14.0mmx14.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN112-04-17.7x17.1mm +Current-compensated Chokes, Schaffner, RN112-04, 17.7mmx17.1mm https://www.schaffner.com/fileadmin/user_upload/pim/products/datasheets/RN_series.pdf +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN114-04-22.5x21.5mm +Current-compensated Chokes, Schaffner, RN114-04, 22.5mmx21.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN116-04-22.5x21.5mm +Current-compensated Chokes, Schaffner, RN116-04, 22.5mmx21.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN122-04-28.0x27.0mm +Current-compensated Chokes, Schaffner, RN122-04, 28.0mmx27.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN142-04-33.1x32.5mm +Current-compensated Chokes, Schaffner, RN142-04, 33.1mmx32.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN143-04-33.1x32.5mm +Current-compensated Chokes, Schaffner, RN143-04, 33.1mmx32.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN152-04-43.0x41.8mm +Current-compensated Chokes, Schaffner, RN152-04, 43.0mmx41.8mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN202-04-8.8x18.2mm +Current-compensated Chokes, Schaffner, RN202-04, 8.8mmx18.2mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN204-04-9.0x14.0mm +Current-compensated Chokes, Schaffner, RN204-04, 9.0mmx14.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN212-04-12.5x18.0mm +Current-compensated Chokes, Schaffner, RN212-04, 12.5mmx18.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN214-04-15.5x23.0mm +Current-compensated Chokes, Schaffner, RN214-04, 15.5mmx23.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN216-04-15.5x23.0mm +Current-compensated Chokes, Schaffner, RN216-04, 15.5mmx23.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN218-04-12.5x18.0mm +Current-compensated Chokes, Schaffner, RN218-04, 12.5mmx18.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN222-04-18.0x31.0mm +Current-compensated Chokes, Schaffner, RN222-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN232-04-18.0x31.0mm +Current-compensated Chokes, Schaffner, RN232-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN242-04-18.0x31.0mm +Current-compensated Chokes, Schaffner, RN242-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +L_Axial_L5.0mm_D3.6mm_P10.00mm_Horizontal_Murata_BL01RN1A2A2 +Inductor, Murata BL01RN1A2A2, Axial, Horizontal, pin pitch=10.00mm, length*diameter=5*3.6mm, https://www.murata.com/en-global/products/productdetail?partno=BL01RN1A2A2%23 +inductor axial horizontal +0 +2 +2 +Inductor_THT +L_Axial_L5.3mm_D2.2mm_P2.54mm_Vertical_Vishay_IM-1 +Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf +Inductor Axial series Axial Vertical pin pitch 2.54mm length 5.3mm diameter 2.2mm Vishay IM-1 +0 +2 +2 +Inductor_THT +L_Axial_L5.3mm_D2.2mm_P7.62mm_Horizontal_Vishay_IM-1 +Inductor, Axial series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf +Inductor Axial series Axial Horizontal pin pitch 7.62mm length 5.3mm diameter 2.2mm Vishay IM-1 +0 +2 +2 +Inductor_THT +L_Axial_L5.3mm_D2.2mm_P10.16mm_Horizontal_Vishay_IM-1 +Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf +Inductor Axial series Axial Horizontal pin pitch 10.16mm length 5.3mm diameter 2.2mm Vishay IM-1 +0 +2 +2 +Inductor_THT +L_Axial_L6.6mm_D2.7mm_P2.54mm_Vertical_Vishay_IM-2 +Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=6.6*2.7mm^2, Vishay, IM-2, http://www.vishay.com/docs/34030/im.pdf +Inductor Axial series Axial Vertical pin pitch 2.54mm length 6.6mm diameter 2.7mm Vishay IM-2 +0 +2 +2 +Inductor_THT +L_Axial_L6.6mm_D2.7mm_P10.16mm_Horizontal_Vishay_IM-2 +Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=6.6*2.7mm^2, Vishay, IM-2, http://www.vishay.com/docs/34030/im.pdf +Inductor Axial series Axial Horizontal pin pitch 10.16mm length 6.6mm diameter 2.7mm Vishay IM-2 +0 +2 +2 +Inductor_THT +L_Axial_L7.0mm_D3.3mm_P2.54mm_Vertical_Fastron_MICC +Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 2.54mm length 7mm diameter 3.3mm Fastron MICC +0 +2 +2 +Inductor_THT +L_Axial_L7.0mm_D3.3mm_P5.08mm_Vertical_Fastron_MICC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 7mm diameter 3.3mm Fastron MICC +0 +2 +2 +Inductor_THT +L_Axial_L7.0mm_D3.3mm_P10.16mm_Horizontal_Fastron_MICC +Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 10.16mm length 7mm diameter 3.3mm Fastron MICC +0 +2 +2 +Inductor_THT +L_Axial_L7.0mm_D3.3mm_P12.70mm_Horizontal_Fastron_MICC +Inductor, Axial series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 12.7mm length 7mm diameter 3.3mm Fastron MICC +0 +2 +2 +Inductor_THT +L_Axial_L9.5mm_D4.0mm_P2.54mm_Vertical_Fastron_SMCC +Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf +Inductor Axial series Axial Vertical pin pitch 2.54mm length 9.5mm diameter 4mm Fastron SMCC +0 +2 +2 +Inductor_THT +L_Axial_L9.5mm_D4.0mm_P5.08mm_Vertical_Fastron_SMCC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 4mm Fastron SMCC +0 +2 +2 +Inductor_THT +L_Axial_L9.5mm_D4.0mm_P12.70mm_Horizontal_Fastron_SMCC +Inductor, Axial series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf +Inductor Axial series Axial Horizontal pin pitch 12.7mm length 9.5mm diameter 4mm Fastron SMCC +0 +2 +2 +Inductor_THT +L_Axial_L9.5mm_D4.0mm_P15.24mm_Horizontal_Fastron_SMCC +Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf +Inductor Axial series Axial Horizontal pin pitch 15.24mm length 9.5mm diameter 4mm Fastron SMCC +0 +2 +2 +Inductor_THT +L_Axial_L11.0mm_D4.5mm_P5.08mm_Vertical_Fastron_MECC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 11mm diameter 4.5mm Fastron MECC +0 +2 +2 +Inductor_THT +L_Axial_L11.0mm_D4.5mm_P7.62mm_Vertical_Fastron_MECC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 11mm diameter 4.5mm Fastron MECC +0 +2 +2 +Inductor_THT +L_Axial_L11.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_MECC +Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 15.24mm length 11mm diameter 4.5mm Fastron MECC +0 +2 +2 +Inductor_THT +L_Axial_L12.0mm_D5.0mm_P5.08mm_Vertical_Fastron_MISC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 12mm diameter 5mm Fastron MISC +0 +2 +2 +Inductor_THT +L_Axial_L12.0mm_D5.0mm_P7.62mm_Vertical_Fastron_MISC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 12mm diameter 5mm Fastron MISC +0 +2 +2 +Inductor_THT +L_Axial_L12.0mm_D5.0mm_P15.24mm_Horizontal_Fastron_MISC +Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf +Inductor Axial series Axial Horizontal pin pitch 15.24mm length 12mm diameter 5mm Fastron MISC +0 +2 +2 +Inductor_THT +L_Axial_L12.8mm_D5.8mm_P5.08mm_Vertical_Fastron_HBCC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 12.8mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L12.8mm_D5.8mm_P7.62mm_Vertical_Fastron_HBCC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 12.8mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L12.8mm_D5.8mm_P20.32mm_Horizontal_Fastron_HBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 20.32mm length 12.8mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L12.8mm_D5.8mm_P25.40mm_Horizontal_Fastron_HBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 25.4mm length 12.8mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L13.0mm_D4.5mm_P5.08mm_Vertical_Fastron_HCCC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 13mm diameter 4.5mm Fastron HCCC +0 +2 +2 +Inductor_THT +L_Axial_L13.0mm_D4.5mm_P7.62mm_Vertical_Fastron_HCCC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 13mm diameter 4.5mm Fastron HCCC +0 +2 +2 +Inductor_THT +L_Axial_L13.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_HCCC +Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 15.24mm length 13mm diameter 4.5mm Fastron HCCC +0 +2 +2 +Inductor_THT +L_Axial_L14.0mm_D4.5mm_P5.08mm_Vertical_Fastron_LACC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 14mm diameter 4.5mm Fastron LACC +0 +2 +2 +Inductor_THT +L_Axial_L14.0mm_D4.5mm_P7.62mm_Vertical_Fastron_LACC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 14mm diameter 4.5mm Fastron LACC +0 +2 +2 +Inductor_THT +L_Axial_L14.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_LACC +Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 15.24mm length 14mm diameter 4.5mm Fastron LACC +0 +2 +2 +Inductor_THT +L_Axial_L14.5mm_D5.8mm_P5.08mm_Vertical_Fastron_HBCC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 14.5mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L14.5mm_D5.8mm_P7.62mm_Vertical_Fastron_HBCC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 14.5mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L14.5mm_D5.8mm_P20.32mm_Horizontal_Fastron_HBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 20.32mm length 14.5mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L14.5mm_D5.8mm_P25.40mm_Horizontal_Fastron_HBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 25.4mm length 14.5mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D6.3mm_P5.08mm_Vertical_Fastron_VHBCC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 6.3mm Fastron VHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D6.3mm_P7.62mm_Vertical_Fastron_VHBCC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 16mm diameter 6.3mm Fastron VHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D6.3mm_P20.32mm_Horizontal_Fastron_VHBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 6.3mm Fastron VHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D6.3mm_P25.40mm_Horizontal_Fastron_VHBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 25.4mm length 16mm diameter 6.3mm Fastron VHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D7.5mm_P5.08mm_Vertical_Fastron_XHBCC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 7.5mm Fastron XHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D7.5mm_P7.62mm_Vertical_Fastron_XHBCC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 16mm diameter 7.5mm Fastron XHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D7.5mm_P20.32mm_Horizontal_Fastron_XHBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 7.5mm Fastron XHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D7.5mm_P25.40mm_Horizontal_Fastron_XHBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 25.4mm length 16mm diameter 7.5mm Fastron XHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D9.5mm_P5.08mm_Vertical_Vishay_IM-10-37 +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*9.5mm^2, Vishay, IM-10-37, http://www.vishay.com/docs/34030/im10.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 9.5mm Vishay IM-10-37 +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D9.5mm_P20.32mm_Horizontal_Vishay_IM-10-37 +Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*9.5mm^2, Vishay, IM-10-37, http://www.vishay.com/docs/34030/im10.pdf +Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 9.5mm Vishay IM-10-37 +0 +2 +2 +Inductor_THT +L_Axial_L17.5mm_D12.0mm_P7.62mm_Vertical_Vishay_IM-10-46 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=17.5*12mm^2, Vishay, IM-10-46, http://www.vishay.com/docs/34030/im10.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 17.5mm diameter 12mm Vishay IM-10-46 +0 +2 +2 +Inductor_THT +L_Axial_L17.5mm_D12.0mm_P20.32mm_Horizontal_Vishay_IM-10-46 +Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=17.5*12mm^2, Vishay, IM-10-46, http://www.vishay.com/docs/34030/im10.pdf +Inductor Axial series Axial Horizontal pin pitch 20.32mm length 17.5mm diameter 12mm Vishay IM-10-46 +0 +2 +2 +Inductor_THT +L_Axial_L20.0mm_D8.0mm_P5.08mm_Vertical +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=20*8mm^2 +Inductor Axial series Axial Vertical pin pitch 5.08mm length 20mm diameter 8mm +0 +2 +2 +Inductor_THT +L_Axial_L20.0mm_D8.0mm_P7.62mm_Vertical +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20*8mm^2 +Inductor Axial series Axial Vertical pin pitch 7.62mm length 20mm diameter 8mm +0 +2 +2 +Inductor_THT +L_Axial_L20.0mm_D8.0mm_P25.40mm_Horizontal +Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=20*8mm^2 +Inductor Axial series Axial Horizontal pin pitch 25.4mm length 20mm diameter 8mm +0 +2 +2 +Inductor_THT +L_Axial_L20.3mm_D12.1mm_P7.62mm_Vertical_Vishay_IHA-101 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20.32*12.07mm^2, Vishay, IHA-101, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 20.32mm diameter 12.07mm Vishay IHA-101 +0 +2 +2 +Inductor_THT +L_Axial_L20.3mm_D12.1mm_P28.50mm_Horizontal_Vishay_IHA-101 +Inductor, Axial series, Axial, Horizontal, pin pitch=28.5mm, , length*diameter=20.32*12.07mm^2, Vishay, IHA-101, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Horizontal pin pitch 28.5mm length 20.32mm diameter 12.07mm Vishay IHA-101 +0 +2 +2 +Inductor_THT +L_Axial_L20.3mm_D12.7mm_P7.62mm_Vertical_Vishay_IHA-201 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20.32*12.7mm^2, Vishay, IHA-201, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 20.32mm diameter 12.7mm Vishay IHA-201 +0 +2 +2 +Inductor_THT +L_Axial_L20.3mm_D12.7mm_P25.40mm_Horizontal_Vishay_IHA-201 +Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=20.32*12.7mm^2, Vishay, IHA-201, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Horizontal pin pitch 25.4mm length 20.32mm diameter 12.7mm Vishay IHA-201 +0 +2 +2 +Inductor_THT +L_Axial_L23.4mm_D12.7mm_P7.62mm_Vertical_Vishay_IHA-203 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=23.37*12.7mm^2, Vishay, IHA-203, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 23.37mm diameter 12.7mm Vishay IHA-203 +0 +2 +2 +Inductor_THT +L_Axial_L23.4mm_D12.7mm_P32.00mm_Horizontal_Vishay_IHA-203 +Inductor, Axial series, Axial, Horizontal, pin pitch=32mm, , length*diameter=23.37*12.7mm^2, Vishay, IHA-203, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Horizontal pin pitch 32mm length 23.37mm diameter 12.7mm Vishay IHA-203 +0 +2 +2 +Inductor_THT +L_Axial_L24.0mm_D7.1mm_P5.08mm_Vertical_Vishay_IM-10-28 +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=24*7.1mm^2, Vishay, IM-10-28, http://www.vishay.com/docs/34035/im10.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 24mm diameter 7.1mm Vishay IM-10-28 +0 +2 +2 +Inductor_THT +L_Axial_L24.0mm_D7.1mm_P30.48mm_Horizontal_Vishay_IM-10-28 +Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=24*7.1mm^2, Vishay, IM-10-28, http://www.vishay.com/docs/34035/im10.pdf +Inductor Axial series Axial Horizontal pin pitch 30.48mm length 24mm diameter 7.1mm Vishay IM-10-28 +0 +2 +2 +Inductor_THT +L_Axial_L24.0mm_D7.5mm_P5.08mm_Vertical_Fastron_MESC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 24mm diameter 7.5mm Fastron MESC +0 +2 +2 +Inductor_THT +L_Axial_L24.0mm_D7.5mm_P7.62mm_Vertical_Fastron_MESC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 24mm diameter 7.5mm Fastron MESC +0 +2 +2 +Inductor_THT +L_Axial_L24.0mm_D7.5mm_P27.94mm_Horizontal_Fastron_MESC +Inductor, Axial series, Axial, Horizontal, pin pitch=27.94mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf +Inductor Axial series Axial Horizontal pin pitch 27.94mm length 24mm diameter 7.5mm Fastron MESC +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D9.0mm_P5.08mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 9mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D9.0mm_P7.62mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 9mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D9.0mm_P30.48mm_Horizontal_Fastron_77A +Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 9mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D10.0mm_P5.08mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 10mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D10.0mm_P7.62mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 10mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D10.0mm_P30.48mm_Horizontal_Fastron_77A +Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 10mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D11.0mm_P5.08mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 11mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D11.0mm_P7.62mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 11mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D11.0mm_P30.48mm_Horizontal_Fastron_77A +Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 11mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.7mm_D12.1mm_P7.62mm_Vertical_Vishay_IHA-103 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26.67*12.07mm^2, Vishay, IHA-103, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 26.67mm diameter 12.07mm Vishay IHA-103 +0 +2 +2 +Inductor_THT +L_Axial_L26.7mm_D12.1mm_P35.00mm_Horizontal_Vishay_IHA-103 +Inductor, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=26.67*12.07mm^2, Vishay, IHA-103, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Horizontal pin pitch 35mm length 26.67mm diameter 12.07mm Vishay IHA-103 +0 +2 +2 +Inductor_THT +L_Axial_L26.7mm_D14.0mm_P7.62mm_Vertical_Vishay_IHA-104 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26.67*13.97mm^2, Vishay, IHA-104, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 26.67mm diameter 13.97mm Vishay IHA-104 +0 +2 +2 +Inductor_THT +L_Axial_L26.7mm_D14.0mm_P35.00mm_Horizontal_Vishay_IHA-104 +Inductor, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=26.67*13.97mm^2, Vishay, IHA-104, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Horizontal pin pitch 35mm length 26.67mm diameter 13.97mm Vishay IHA-104 +0 +2 +2 +Inductor_THT +L_Axial_L29.9mm_D14.0mm_P7.62mm_Vertical_Vishay_IHA-105 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=29.85*13.97mm^2, Vishay, IHA-105, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 29.85mm diameter 13.97mm Vishay IHA-105 +0 +2 +2 +Inductor_THT +L_Axial_L29.9mm_D14.0mm_P38.00mm_Horizontal_Vishay_IHA-105 +Inductor, Axial series, Axial, Horizontal, pin pitch=38mm, , length*diameter=29.85*13.97mm^2, Vishay, IHA-105, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Horizontal pin pitch 38mm length 29.85mm diameter 13.97mm Vishay IHA-105 +0 +2 +2 +Inductor_THT +L_Axial_L30.0mm_D8.0mm_P5.08mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 30mm diameter 8mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L30.0mm_D8.0mm_P7.62mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 30mm diameter 8mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L30.0mm_D8.0mm_P35.56mm_Horizontal_Fastron_77A +Inductor, Axial series, Axial, Horizontal, pin pitch=35.56mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Horizontal pin pitch 35.56mm length 30mm diameter 8mm Fastron 77A +0 +2 +2 +Inductor_THT +L_CommonMode_PulseElectronics_PH9455x105NL_1 +common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl +cmode choke dual +0 +4 +4 +Inductor_THT +L_CommonMode_PulseElectronics_PH9455x155NL_1 +common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl +cmode choke dual +0 +4 +4 +Inductor_THT +L_CommonMode_PulseElectronics_PH9455x205NL_1 +common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl +cmode choke dual +0 +4 +4 +Inductor_THT +L_CommonMode_PulseElectronics_PH9455x405NL_1 +common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl +cmode choke dual +0 +4 +4 +Inductor_THT +L_CommonMode_PulseElectronics_PH9455x705NL_1 +common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl +cmode choke dual +0 +4 +4 +Inductor_THT +L_CommonMode_PulseElectronics_PH9455xxx6NL_2 +common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl +cmode choke dual +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L19.3mm_W10.8mm_Px6.35mm_Py15.24mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=6.35*15.24mm^2, , length*width=19.304*10.795mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 6.35*15.24mm^2 length 19.304mm width 10.795mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L21.0mm_W10.0mm_Px5.08mm_Py12.70mm_Murata_5100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=5.08*12.70mm^2, , length*width=21*10mm^2, muRATA, 5100, http://www.murata-ps.com/data/magnetics/kmp_5100.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 5.08*12.70mm^2 length 21mm width 10mm muRATA 5100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L24.0mm_W16.3mm_Px10.16mm_Py20.32mm_Murata_5200 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=10.16*20.32mm^2, , length*width=24*16.3mm^2, muRATA, 5200, http://www.murata-ps.com/data/magnetics/kmp_5200.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 10.16*20.32mm^2 length 24mm width 16.3mm muRATA 5200 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L30.5mm_W15.2mm_Px10.16mm_Py20.32mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=10.16*20.32mm^2, , length*width=30.479999999999997*15.239999999999998mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 10.16*20.32mm^2 length 30.479999999999997mm width 15.239999999999998mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L34.3mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=34.29*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 34.29mm width 20.32mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L36.8mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=36.83*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 36.83mm width 20.32mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L38.1mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=38.099999999999994*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 38.099999999999994mm width 20.32mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L39.4mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=39.37*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 39.37mm width 20.32mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L41.9mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=41.91*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 41.91mm width 20.32mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L43.2mm_W22.9mm_Px17.78mm_Py30.48mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=17.78*30.48mm^2, , length*width=43.18*22.86mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 17.78*30.48mm^2 length 43.18mm width 22.86mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_VAC_T60405-S6123-X140 +3 Phase, CM Choke, https://vacuumschmelze.com/03_Documents/Datasheets%20-%20Drawings/Commom-Mode-Chokes/6123-X140.pdf +common mode filter +0 +6 +6 +Inductor_THT +L_CommonMode_VAC_T60405-S6123-X240 +3 Phase, CM Choke, https://vacuumschmelze.com/03_Documents/Datasheets%20-%20Drawings/Commom-Mode-Chokes/6123-X240.pdf +common mode filter +0 +6 +6 +Inductor_THT +L_CommonMode_Wuerth_WE-CMB-L +Wuerth, WE-CMB, Bauform L, +CommonModeChoke Gleichtaktdrossel +0 +4 +4 +Inductor_THT +L_CommonMode_Wuerth_WE-CMB-M +Wuerth, WE-CMB, Bauform M, +CommonModeChoke Gleichtaktdrossel +0 +4 +4 +Inductor_THT +L_CommonMode_Wuerth_WE-CMB-S +Wuerth, WE-CMB, Bauform S, +CommonModeChoke Gleichtaktdrossel +0 +4 +4 +Inductor_THT +L_CommonMode_Wuerth_WE-CMB-XL +Wuerth, WE-CMB, Bauform XL, +CommonModeChoke Gleichtaktdrossel +0 +4 +4 +Inductor_THT +L_CommonMode_Wuerth_WE-CMB-XS +Wuerth, WE-CMB, Bauform XS, +CommonModeChoke Gleichtaktdrossel +0 +4 +4 +Inductor_THT +L_CommonMode_Wuerth_WE-CMB-XXL +Wuerth, WE-CMB, Bauform XXL, +CommonModeChoke Gleichtaktdrossel +0 +4 +4 +Inductor_THT +L_Mount_Lodestone_VTM120 +Lodestone Pacific, 30.48mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf +vertical inductor toroid mount +0 +4 +4 +Inductor_THT +L_Mount_Lodestone_VTM160 +Lodestone Pacific, 40.64mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf +vertical inductor toroid mount +0 +4 +4 +Inductor_THT +L_Mount_Lodestone_VTM254 +Lodestone Pacific, 64.51mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf +vertical inductor toroid mount +0 +4 +4 +Inductor_THT +L_Mount_Lodestone_VTM280 +Lodestone Pacific, 71.12mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf +vertical inductor toroid mount +0 +4 +4 +Inductor_THT +L_Mount_Lodestone_VTM950-6 +Lodestone Pacific, vertical toroid mount, 11x19mm, 6 pins, http://www.lodestonepacific.com/CatKpdf/VTM950-6.pdf +vertical inductor toroid mount +0 +6 +6 +Inductor_THT +L_Radial_D6.0mm_P4.00mm +Inductor, Radial series, Radial, pin pitch=4.00mm, , diameter=6.0mm, http://www.abracon.com/Magnetics/radial/AIUR-07.pdf +Inductor Radial series Radial pin pitch 4.00mm diameter 6.0mm +0 +2 +2 +Inductor_THT +L_Radial_D7.0mm_P3.00mm +Inductor, Radial series, Radial, pin pitch=3.00mm, , diameter=7mm, http://www.abracon.com/Magnetics/radial/AIUR-16.pdf +Inductor Radial series Radial pin pitch 3.00mm diameter 7mm +0 +2 +2 +Inductor_THT +L_Radial_D7.2mm_P3.00mm_Murata_1700 +Inductor, Radial series, Radial, pin pitch=3.00mm, , diameter=7.2mm, MuRATA, 1700, http://www.murata-ps.com/data/magnetics/kmp_1700.pdf +Inductor Radial series Radial pin pitch 3.00mm diameter 7.2mm MuRATA 1700 +0 +2 +2 +Inductor_THT +L_Radial_D7.5mm_P3.50mm_Fastron_07P +Inductor, Radial series, Radial, pin pitch=3.50mm, , diameter=7.5mm, Fastron, 07P, http://www.fastrongroup.com/image-show/39/07P.pdf?type=Complete-DataSheet&productType=series +Inductor Radial series Radial pin pitch 3.50mm diameter 7.5mm Fastron 07P +0 +2 +2 +Inductor_THT +L_Radial_D7.5mm_P5.00mm_Fastron_07P +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=7.5mm, Fastron, 07P, http://www.fastrongroup.com/image-show/39/07P.pdf?type=Complete-DataSheet&productType=series +Inductor Radial series Radial pin pitch 5.00mm diameter 7.5mm Fastron 07P +0 +2 +2 +Inductor_THT +L_Radial_D7.8mm_P5.00mm_Fastron_07HCP +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=7.8mm, Fastron, 07HCP, http://www.abracon.com/Magnetics/radial/AISR875.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 7.8mm Fastron 07HCP +0 +2 +2 +Inductor_THT +L_Radial_D8.7mm_P5.00mm_Fastron_07HCP +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=8.7mm, Fastron, 07HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_07HCP.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 8.7mm Fastron 07HCP +0 +2 +2 +Inductor_THT +L_Radial_D9.5mm_P5.00mm_Fastron_07HVP +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=9.5mm, Fastron, 07HVP, http://www.fastrongroup.com/image-show/107/07HVP%2007HVP_T.pdf?type=Complete-DataSheet&productType=series +Inductor Radial series Radial pin pitch 5.00mm diameter 9.5mm Fastron 07HVP +0 +2 +2 +Inductor_THT +L_Radial_D10.0mm_P5.00mm_Fastron_07M +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Fastron, 07M, http://www.fastrongroup.com/image-show/37/07M.pdf?type=Complete-DataSheet&productType=series +Inductor Radial series Radial pin pitch 5.00mm diameter 10mm Fastron 07M +0 +2 +2 +Inductor_THT +L_Radial_D10.0mm_P5.00mm_Fastron_07P +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Fastron, 07P, http://www.fastrongroup.com/image-show/37/07M.pdf?type=Complete-DataSheet&productType=series +Inductor Radial series Radial pin pitch 5.00mm diameter 10mm Fastron 07P +0 +2 +2 +Inductor_THT +L_Radial_D10.0mm_P5.00mm_Neosid_SD12_style3 +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12 style3 +0 +2 +2 +Inductor_THT +L_Radial_D10.0mm_P5.00mm_Neosid_SD12k_style3 +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12k, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12k style3 +0 +2 +2 +Inductor_THT +L_Radial_D10.5mm_P4.00x5.00mm_Murata_1200RS +Inductor, Radial, Pitch=4.00x5.00mm, Diameter=10.5mm, Murata 1200RS, http://www.murata-ps.com/data/magnetics/kmp_1200rs.pdf +Inductor Radial Murata 1200RS +0 +4 +2 +Inductor_THT +L_Radial_D10.5mm_P5.00mm_Abacron_AISR-01 +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.5mm, Abacron, AISR-01, http://www.abracon.com/Magnetics/radial/AISR-01.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 10.5mm Abacron AISR-01 +0 +2 +2 +Inductor_THT +L_Radial_D12.0mm_P5.00mm_Fastron_11P +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Fastron, 11P, http://cdn-reichelt.de/documents/datenblatt/B400/DS_11P.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Fastron 11P +0 +2 +2 +Inductor_THT +L_Radial_D12.0mm_P5.00mm_Neosid_SD12_style2 +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Neosid, SD12, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Neosid SD12 style2 +0 +2 +2 +Inductor_THT +L_Radial_D12.0mm_P5.00mm_Neosid_SD12k_style2 +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Neosid, SD12k, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Neosid SD12k style2 +0 +2 +2 +Inductor_THT +L_Radial_D12.0mm_P6.00mm_Murata_1900R +Inductor, Radial series, Radial, pin pitch=6.00mm, , diameter=12.0mm, MuRATA, 1900R, http://www.murata-ps.com/data/magnetics/kmp_1900r.pdf +Inductor Radial series Radial pin pitch 6.00mm diameter 12.0mm MuRATA 1900R +0 +2 +2 +Inductor_THT +L_Radial_D12.0mm_P10.00mm_Neosid_SD12_style1 +Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=12.0mm, Neosid, SD12, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf +Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm Neosid SD12 style1 +0 +2 +2 +Inductor_THT +L_Radial_D12.0mm_P10.00mm_Neosid_SD12k_style1 +Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=12.0mm, Neosid, SD12k, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf +Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm Neosid SD12k style1 +0 +2 +2 +Inductor_THT +L_Radial_D12.5mm_P7.00mm_Fastron_09HCP +Inductor, Radial series, Radial, pin pitch=7.00mm, , diameter=12.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf +Inductor Radial series Radial pin pitch 7.00mm diameter 12.5mm Fastron 09HCP +0 +2 +2 +Inductor_THT +L_Radial_D12.5mm_P9.00mm_Fastron_09HCP +Inductor, Radial series, Radial, pin pitch=9.00mm, , diameter=12.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf +Inductor Radial series Radial pin pitch 9.00mm diameter 12.5mm Fastron 09HCP +0 +2 +2 +Inductor_THT +L_Radial_D13.5mm_P7.00mm_Fastron_09HCP +Inductor, Radial series, Radial, pin pitch=7.00mm, , diameter=13.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf +Inductor Radial series Radial pin pitch 7.00mm diameter 13.5mm Fastron 09HCP +0 +2 +2 +Inductor_THT +L_Radial_D14.2mm_P10.00mm_Neosid_SD14 +Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=14.2mm, Neosid, SD14, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd14.pdf +Inductor Radial series Radial pin pitch 10.00mm diameter 14.2mm Neosid SD14 +0 +2 +2 +Inductor_THT +L_Radial_D16.8mm_P11.43mm_Vishay_IHB-1 +Inductor, Radial series, Radial, pin pitch=11.43mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 11.43mm diameter 16.8mm Vishay IHB-1 +0 +2 +2 +Inductor_THT +L_Radial_D16.8mm_P12.07mm_Vishay_IHB-1 +Inductor, Radial series, Radial, pin pitch=12.07mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 12.07mm diameter 16.8mm Vishay IHB-1 +0 +2 +2 +Inductor_THT +L_Radial_D16.8mm_P12.70mm_Vishay_IHB-1 +Inductor, Radial series, Radial, pin pitch=12.70mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 12.70mm diameter 16.8mm Vishay IHB-1 +0 +2 +2 +Inductor_THT +L_Radial_D18.0mm_P10.00mm +Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=18mm, http://www.abracon.com/Magnetics/radial/AIUR-15.pdf +Inductor Radial series Radial pin pitch 10.00mm diameter 18mm +0 +2 +2 +Inductor_THT +L_Radial_D21.0mm_P14.61mm_Vishay_IHB-2 +Inductor, Radial series, Radial, pin pitch=14.61mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 14.61mm diameter 21mm Vishay IHB-2 +0 +2 +2 +Inductor_THT +L_Radial_D21.0mm_P15.00mm_Vishay_IHB-2 +Inductor, Radial series, Radial, pin pitch=15.00mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 15.00mm diameter 21mm Vishay IHB-2 +0 +2 +2 +Inductor_THT +L_Radial_D21.0mm_P15.24mm_Vishay_IHB-2 +Inductor, Radial series, Radial, pin pitch=15.24mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 15.24mm diameter 21mm Vishay IHB-2 +0 +2 +2 +Inductor_THT +L_Radial_D21.0mm_P15.75mm_Vishay_IHB-2 +Inductor, Radial series, Radial, pin pitch=15.75mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 15.75mm diameter 21mm Vishay IHB-2 +0 +2 +2 +Inductor_THT +L_Radial_D21.0mm_P19.00mm +Inductor, Radial series, Radial, pin pitch=19.00mm, , diameter=21mm, http://www.abracon.com/Magnetics/radial/AIRD02.pdf +Inductor Radial series Radial pin pitch 19.00mm diameter 21mm +0 +2 +2 +Inductor_THT +L_Radial_D24.0mm_P24.00mm +Inductor, Radial series, Radial, pin pitch=24.00mm, , diameter=24mm +Inductor Radial series Radial pin pitch 24.00mm diameter 24mm +0 +2 +2 +Inductor_THT +L_Radial_D24.4mm_P22.90mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=22.90mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 22.90mm diameter 24.4mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D24.4mm_P23.10mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=23.10mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 23.10mm diameter 24.4mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D24.4mm_P23.40mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=23.40mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 23.40mm diameter 24.4mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D24.4mm_P23.70mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=23.70mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 23.70mm diameter 24.4mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D24.4mm_P23.90mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=23.90mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 23.90mm diameter 24.4mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D27.9mm_P18.29mm_Vishay_IHB-3 +Inductor, Radial series, Radial, pin pitch=18.29mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 18.29mm diameter 27.9mm Vishay IHB-3 +0 +2 +2 +Inductor_THT +L_Radial_D27.9mm_P19.05mm_Vishay_IHB-3 +Inductor, Radial series, Radial, pin pitch=19.05mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 19.05mm diameter 27.9mm Vishay IHB-3 +0 +2 +2 +Inductor_THT +L_Radial_D27.9mm_P20.07mm_Vishay_IHB-3 +Inductor, Radial series, Radial, pin pitch=20.07mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 20.07mm diameter 27.9mm Vishay IHB-3 +0 +2 +2 +Inductor_THT +L_Radial_D28.0mm_P29.20mm +Inductor, Radial series, Radial, pin pitch=29.20mm, , diameter=28mm +Inductor Radial series Radial pin pitch 29.20mm diameter 28mm +0 +2 +2 +Inductor_THT +L_Radial_D29.8mm_P28.30mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=28.30mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 28.30mm diameter 29.8mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D29.8mm_P28.50mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=28.50mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 28.50mm diameter 29.8mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D29.8mm_P28.80mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=28.80mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 28.80mm diameter 29.8mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D29.8mm_P29.00mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=29.00mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 29.00mm diameter 29.8mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D29.8mm_P29.30mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=29.30mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 29.30mm diameter 29.8mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D40.6mm_P26.16mm_Vishay_IHB-5 +Inductor, Radial series, Radial, pin pitch=26.16mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 26.16mm diameter 40.64mm Vishay IHB-5 +0 +2 +2 +Inductor_THT +L_Radial_D40.6mm_P27.18mm_Vishay_IHB-4 +Inductor, Radial series, Radial, pin pitch=27.18mm, , diameter=40.64mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 27.18mm diameter 40.64mm Vishay IHB-4 +0 +2 +2 +Inductor_THT +L_Radial_D40.6mm_P27.94mm_Vishay_IHB-4 +Inductor, Radial series, Radial, pin pitch=27.94mm, , diameter=40.64mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm Vishay IHB-4 +0 +2 +2 +Inductor_THT +L_Radial_D40.6mm_P27.94mm_Vishay_IHB-5 +Inductor, Radial series, Radial, pin pitch=27.94mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm Vishay IHB-5 +0 +2 +2 +Inductor_THT +L_Radial_D40.6mm_P28.70mm_Vishay_IHB-5 +Inductor, Radial series, Radial, pin pitch=28.70mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 28.70mm diameter 40.64mm Vishay IHB-5 +0 +2 +2 +Inductor_THT +L_Radial_D50.8mm_P33.27mm_Vishay_IHB-6 +Inductor, Radial series, Radial, pin pitch=33.27mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 33.27mm diameter 50.8mm Vishay IHB-6 +0 +2 +2 +Inductor_THT +L_Radial_D50.8mm_P34.29mm_Vishay_IHB-6 +Inductor, Radial series, Radial, pin pitch=34.29mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 34.29mm diameter 50.8mm Vishay IHB-6 +0 +2 +2 +Inductor_THT +L_Radial_D50.8mm_P35.81mm_Vishay_IHB-6 +Inductor, Radial series, Radial, pin pitch=35.81mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 35.81mm diameter 50.8mm Vishay IHB-6 +0 +2 +2 +Inductor_THT +L_Radial_D50.8mm_P36.32mm_Vishay_IHB-6 +Inductor, Radial series, Radial, pin pitch=36.32mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 36.32mm diameter 50.8mm Vishay IHB-6 +0 +2 +2 +Inductor_THT +L_Radial_D50.8mm_P38.86mm_Vishay_IHB-6 +Inductor, Radial series, Radial, pin pitch=38.86mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 38.86mm diameter 50.8mm Vishay IHB-6 +0 +2 +2 +Inductor_THT +L_Radial_L7.5mm_W4.6mm_P5.00mm_Neosid_SD75 +Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=7.5*4.6mm^2, Neosid, SD75, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd75.pdf +Inductor Radial series Radial pin pitch 5.00mm length 7.5mm width 4.6mm Neosid SD75 +0 +2 +2 +Inductor_THT +L_Radial_L8.0mm_W8.0mm_P5.00mm_Neosid_NE-CPB-07E +Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=8*8mm^2, Neosid, NE-CPB-07E, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB07E.pdf +Inductor Radial series Radial pin pitch 5.00mm length 8mm width 8mm Neosid NE-CPB-07E +0 +2 +2 +Inductor_THT +L_Radial_L8.0mm_W8.0mm_P5.00mm_Neosid_SD8 +Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=8*8mm^2, Neosid, SD8, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd8.pdf +Inductor Radial series Radial pin pitch 5.00mm length 8mm width 8mm Neosid SD8 +0 +2 +2 +Inductor_THT +L_Radial_L9.1mm_W9.1mm_Px6.35mm_Py6.35mm_Pulse_LP-25 +Inductor, Radial series, Radial, pin pitch=6.35*6.35mm^2, , length*width=9.14*9.14mm^2, Pulse, LP-25, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf +Inductor Radial series Radial pin pitch 6.35*6.35mm^2 length 9.14mm width 9.14mm Pulse LP-25 +0 +2 +2 +Inductor_THT +L_Radial_L10.2mm_W10.2mm_Px7.62mm_Py7.62mm_Pulse_LP-30 +Inductor, Radial series, Radial, pin pitch=7.62*7.62mm^2, , length*width=10.16*10.16mm^2, Pulse, LP-30, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf +Inductor Radial series Radial pin pitch 7.62*7.62mm^2 length 10.16mm width 10.16mm Pulse LP-30 +0 +2 +2 +Inductor_THT +L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.3mm +Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.3mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf +Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.3mm +0 +2 +2 +Inductor_THT +L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.5mm +Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.5mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf +Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.5mm +0 +2 +2 +Inductor_THT +L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.7mm +Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.7mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf +Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.7mm +0 +2 +2 +Inductor_THT +L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.8mm +Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.8mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf +Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.8mm +0 +2 +2 +Inductor_THT +L_Radial_L12.6mm_W12.6mm_Px9.52mm_Py9.52mm_Pulse_LP-37 +Inductor, Radial series, Radial, pin pitch=9.52*9.52mm^2, , length*width=12.57*12.57mm^2, Pulse, LP-37, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf +Inductor Radial series Radial pin pitch 9.52*9.52mm^2 length 12.57mm width 12.57mm Pulse LP-37 +0 +2 +2 +Inductor_THT +L_Radial_L16.1mm_W16.1mm_Px7.62mm_Py12.70mm_Pulse_LP-44 +Inductor, Radial series, Radial, pin pitch=7.62*12.70mm^2, , length*width=16.13*16.13mm^2, Pulse, LP-44, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf +Inductor Radial series Radial pin pitch 7.62*12.70mm^2 length 16.13mm width 16.13mm Pulse LP-44 +0 +2 +2 +Inductor_THT +L_SELF1408 +Self Ferrite 14 - 08 +SELF +0 +7 +3 +Inductor_THT +L_SELF1418 +Self Ferrite 14 - 18 +SELF +0 +10 +4 +Inductor_THT +L_Toroid_Horizontal_D3.2mm_P6.40mm_Diameter3-5mm_Amidon-T12 +L_Toroid, Horizontal series, Radial, pin pitch=6.40mm, , diameter=3.175mm, Diameter3-5mm, Amidon-T12 +L_Toroid Horizontal series Radial pin pitch 6.40mm diameter 3.175mm Diameter3-5mm Amidon-T12 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D4.1mm_P8.00mm_Diameter4-5mm_Amidon-T16 +L_Toroid, Horizontal series, Radial, pin pitch=8.00mm, , diameter=4.064mm, Diameter4-5mm, Amidon-T16 +L_Toroid Horizontal series Radial pin pitch 8.00mm diameter 4.064mm Diameter4-5mm Amidon-T16 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D5.1mm_P9.00mm_Diameter6-5mm_Amidon-T20 +L_Toroid, Horizontal series, Radial, pin pitch=9.00mm, , diameter=5.08mm, Diameter6-5mm, Amidon-T20 +L_Toroid Horizontal series Radial pin pitch 9.00mm diameter 5.08mm Diameter6-5mm Amidon-T20 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D6.5mm_P10.00mm_Diameter7-5mm_Amidon-T25 +L_Toroid, Horizontal series, Radial, pin pitch=10.00mm, , diameter=6.476999999999999mm, Diameter7-5mm, Amidon-T25 +L_Toroid Horizontal series Radial pin pitch 10.00mm diameter 6.476999999999999mm Diameter7-5mm Amidon-T25 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D7.8mm_P13.00mm_Diameter9-5mm_Amidon-T30 +L_Toroid, Horizontal series, Radial, pin pitch=13.00mm, , diameter=7.7978mm, Diameter9-5mm, Amidon-T30 +L_Toroid Horizontal series Radial pin pitch 13.00mm diameter 7.7978mm Diameter9-5mm Amidon-T30 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D9.5mm_P15.00mm_Diameter10-5mm_Amidon-T37 +L_Toroid, Horizontal series, Radial, pin pitch=15.00mm, , diameter=9.524999999999999mm, Diameter10-5mm, Amidon-T37 +L_Toroid Horizontal series Radial pin pitch 15.00mm diameter 9.524999999999999mm Diameter10-5mm Amidon-T37 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D11.2mm_P17.00mm_Diameter12-5mm_Amidon-T44 +L_Toroid, Horizontal series, Radial, pin pitch=17.00mm, , diameter=11.176mm, Diameter12-5mm, Amidon-T44 +L_Toroid Horizontal series Radial pin pitch 17.00mm diameter 11.176mm Diameter12-5mm Amidon-T44 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D12.7mm_P20.00mm_Diameter14-5mm_Amidon-T50 +L_Toroid, Horizontal series, Radial, pin pitch=20.00mm, , diameter=12.7mm, Diameter14-5mm, Amidon-T50 +L_Toroid Horizontal series Radial pin pitch 20.00mm diameter 12.7mm Diameter14-5mm Amidon-T50 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D16.8mm_P14.70mm_Vishay_TJ3 +L_Toroid, Horizontal series, Radial, pin pitch=14.70mm, , diameter=16.8mm, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm Vishay TJ3 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D16.8mm_P14.70mm_Vishay_TJ3_BigPads +L_Toroid, Horizontal series, Radial, pin pitch=14.70mm, , diameter=16.8mm, Vishay, TJ3, BigPads, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm Vishay TJ3 BigPads +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D17.3mm_P15.24mm_Bourns_2000 +L_Toroid, Horizontal series, Radial, pin pitch=15.24mm, , diameter=17.3mm, Bourns, 2000, http://www.bourns.com/docs/Product-Datasheets/2000_series.pdf?sfvrsn=5 +L_Toroid Horizontal series Radial pin pitch 15.24mm diameter 17.3mm Bourns 2000 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D21.8mm_P19.10mm_Bourns_2100 +L_Toroid, Horizontal series, Radial, pin pitch=19.10mm, , diameter=21.8mm, Bourns, 2100, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 19.10mm diameter 21.8mm Bourns 2100 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D21.8mm_P19.60mm_Bourns_2100 +L_Toroid, Horizontal series, Radial, pin pitch=19.60mm, , diameter=21.8mm, Bourns, 2100, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 19.60mm diameter 21.8mm Bourns 2100 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D22.4mm_P19.80mm_Vishay_TJ4 +L_Toroid, Horizontal series, Radial, pin pitch=19.80mm, , diameter=22.4mm, Vishay, TJ4, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 19.80mm diameter 22.4mm Vishay TJ4 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D24.1mm_P21.80mm_Bourns_2200 +L_Toroid, Horizontal series, Radial, pin pitch=21.80mm, , diameter=24.1mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 21.80mm diameter 24.1mm Bourns 2200 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D24.1mm_P23.10mm_Bourns_2200 +L_Toroid, Horizontal series, Radial, pin pitch=23.10mm, , diameter=24.1mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 23.10mm diameter 24.1mm Bourns 2200 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D25.4mm_P22.90mm_Vishay_TJ5 +L_Toroid, Horizontal series, Radial, pin pitch=22.90mm, , diameter=25.4mm, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm Vishay TJ5 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D25.4mm_P22.90mm_Vishay_TJ5_BigPads +L_Toroid, Horizontal series, Radial, pin pitch=22.90mm, , diameter=25.4mm, Vishay, TJ5, BigPads, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm Vishay TJ5 BigPads +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D26.0mm_P5.08mm +inductor 26mm diameter toroid +SELF INDUCTOR +0 +3 +2 +Inductor_THT +L_Toroid_Horizontal_D28.0mm_P25.10mm_Bourns_2200 +L_Toroid, Horizontal series, Radial, pin pitch=25.10mm, , diameter=28mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 25.10mm diameter 28mm Bourns 2200 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D28.0mm_P26.67mm_Bourns_2200 +L_Toroid, Horizontal series, Radial, pin pitch=26.67mm, , diameter=28mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 26.67mm diameter 28mm Bourns 2200 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D32.5mm_P28.90mm_Bourns_2300 +L_Toroid, Horizontal series, Radial, pin pitch=28.90mm, , diameter=32.5mm, Bourns, 2300, http://www.bourns.com/docs/Product-Datasheets/2300_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 28.90mm diameter 32.5mm Bourns 2300 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D32.5mm_P30.00mm_Bourns_2300 +L_Toroid, Horizontal series, Radial, pin pitch=30.00mm, , diameter=32.5mm, Bourns, 2300, http://www.bourns.com/docs/Product-Datasheets/2300_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 30.00mm diameter 32.5mm Bourns 2300 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D35.1mm_P31.00mm_Vishay_TJ6 +L_Toroid, Horizontal series, Radial, pin pitch=31.00mm, , diameter=35.1mm, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 31.00mm diameter 35.1mm Vishay TJ6 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D40.0mm_P48.26mm +L_Toroid, Horizontal series, Radial, pin pitch=48.26mm, , diameter=40mm +L_Toroid Horizontal series Radial pin pitch 48.26mm diameter 40mm +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D41.9mm_P37.60mm_Vishay_TJ7 +L_Toroid, Horizontal series, Radial, pin pitch=37.60mm, , diameter=41.9mm, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 37.60mm diameter 41.9mm Vishay TJ7 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D49.3mm_P44.60mm_Vishay_TJ8 +L_Toroid, Horizontal series, Radial, pin pitch=44.60mm, , diameter=49.3mm, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 44.60mm diameter 49.3mm Vishay TJ8 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D69.1mm_P63.20mm_Vishay_TJ9 +L_Toroid, Horizontal series, Radial, pin pitch=63.20mm, , diameter=69.1mm, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 63.20mm diameter 69.1mm Vishay TJ9 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L10.0mm_W5.0mm_P5.08mm +L_Toroid, Vertical series, Radial, pin pitch=5.08mm, , length*width=10*5mm^2 +L_Toroid Vertical series Radial pin pitch 5.08mm length 10mm width 5mm +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L13.0mm_W6.5mm_P5.60mm +L_Toroid, Vertical series, Radial, pin pitch=5.60mm, , length*width=13*6.5mm^2 +L_Toroid Vertical series Radial pin pitch 5.60mm length 13mm width 6.5mm +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L14.0mm_W5.6mm_P5.30mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=5.30mm, , length*width=14*5.6mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 5.30mm length 14mm width 5.6mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L14.0mm_W6.3mm_P4.57mm_Pulse_A +L_Toroid, Vertical series, Radial, pin pitch=4.57mm, , length*width=13.97*6.35mm^2, Pulse, A, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 4.57mm length 13.97mm width 6.35mm Pulse A +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L14.7mm_W8.6mm_P5.58mm_Pulse_KM-1 +L_Toroid, Vertical series, Radial, pin pitch=5.58mm, , length*width=14.73*8.64mm^2, Pulse, KM-1, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 5.58mm length 14.73mm width 8.64mm Pulse KM-1 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L16.0mm_W8.0mm_P7.62mm +L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=16*8mm^2 +L_Toroid Vertical series Radial pin pitch 7.62mm length 16mm width 8mm +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L16.3mm_W7.1mm_P7.11mm_Pulse_H +L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=16.26*7.11mm^2, Pulse, H, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 7.11mm length 16.26mm width 7.11mm Pulse H +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L16.4mm_W7.6mm_P6.60mm_Vishay_TJ3 +L_Toroid, Vertical series, Radial, pin pitch=6.60mm, , length*width=16.4*7.6mm^2, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 6.60mm length 16.4mm width 7.6mm Vishay TJ3 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L16.5mm_W11.4mm_P7.62mm_Pulse_KM-2 +L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=16.51*11.43mm^2, Pulse, KM-2, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 7.62mm length 16.51mm width 11.43mm Pulse KM-2 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L16.8mm_W9.2mm_P7.10mm_Vishay_TJ3 +L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=16.8*9.2mm^2, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 7.10mm length 16.8mm width 9.2mm Vishay TJ3 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L16.8mm_W9.2mm_P7.10mm_Vishay_TJ3_BigPads +L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=16.8*9.2mm^2, Vishay, TJ3, BigPads, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 7.10mm length 16.8mm width 9.2mm Vishay TJ3 BigPads +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L17.8mm_W8.1mm_P7.62mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=17.8*8.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 7.62mm length 17.8mm width 8.1mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L17.8mm_W9.7mm_P7.11mm_Pulse_B +L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=17.78*9.65mm^2, Pulse, B, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 7.11mm length 17.78mm width 9.65mm Pulse B +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L19.1mm_W8.1mm_P7.10mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=19.1*8.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 7.10mm length 19.1mm width 8.1mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L21.6mm_W8.4mm_P8.38mm_Pulse_G +L_Toroid, Vertical series, Radial, pin pitch=8.38mm, , length*width=21.59*8.38mm^2, Pulse, G, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 8.38mm length 21.59mm width 8.38mm Pulse G +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L21.6mm_W9.1mm_P8.40mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=8.40mm, , length*width=21.6*9.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 8.40mm length 21.6mm width 9.1mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L21.6mm_W9.5mm_P7.11mm_Pulse_C +L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=21.59*9.53mm^2, Pulse, C, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 7.11mm length 21.59mm width 9.53mm Pulse C +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L21.6mm_W11.4mm_P7.62mm_Pulse_KM-3 +L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=21.59*11.43mm^2, Pulse, KM-3, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 7.62mm length 21.59mm width 11.43mm Pulse KM-3 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L22.4mm_W10.2mm_P7.90mm_Vishay_TJ4 +L_Toroid, Vertical series, Radial, pin pitch=7.90mm, , length*width=22.4*10.2mm^2, Vishay, TJ4, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 7.90mm length 22.4mm width 10.2mm Vishay TJ4 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L24.6mm_W15.5mm_P11.44mm_Pulse_KM-4 +L_Toroid, Vertical series, Radial, pin pitch=11.44mm, , length*width=24.64*15.5mm^2, Pulse, KM-4, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 11.44mm length 24.64mm width 15.5mm Pulse KM-4 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L25.4mm_W14.7mm_P12.20mm_Vishay_TJ5 +L_Toroid, Vertical series, Radial, pin pitch=12.20mm, , length*width=25.4*14.7mm^2, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 12.20mm length 25.4mm width 14.7mm Vishay TJ5 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L25.4mm_W14.7mm_P12.20mm_Vishay_TJ5_BigPads +L_Toroid, Vertical series, Radial, pin pitch=12.20mm, , length*width=25.4*14.7mm^2, Vishay, TJ5, BigPads, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 12.20mm length 25.4mm width 14.7mm Vishay TJ5 BigPads +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L26.7mm_W14.0mm_P10.16mm_Pulse_D +L_Toroid, Vertical series, Radial, pin pitch=10.16mm, , length*width=26.67*13.97mm^2, Pulse, D, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 10.16mm length 26.67mm width 13.97mm Pulse D +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L28.6mm_W14.3mm_P11.43mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=11.43mm, , length*width=28.6*14.3mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 11.43mm length 28.6mm width 14.3mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L31.8mm_W15.9mm_P13.50mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=13.50mm, , length*width=31.8*15.9mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 13.50mm length 31.8mm width 15.9mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L33.0mm_W17.8mm_P12.70mm_Pulse_KM-5 +L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=33.02*17.78mm^2, Pulse, KM-5, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 12.70mm length 33.02mm width 17.78mm Pulse KM-5 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L35.1mm_W21.1mm_P18.50mm_Vishay_TJ6 +L_Toroid, Vertical series, Radial, pin pitch=18.50mm, , length*width=35.1*21.1mm^2, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 18.50mm length 35.1mm width 21.1mm Vishay TJ6 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L35.6mm_W17.8mm_P12.70mm_Pulse_E +L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=35.56*17.78mm^2, Pulse, E, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 12.70mm length 35.56mm width 17.78mm Pulse E +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L41.9mm_W17.8mm_P12.70mm_Pulse_F +L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=41.91*17.78mm^2, Pulse, F, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 12.70mm length 41.91mm width 17.78mm Pulse F +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L41.9mm_W19.1mm_P15.80mm_Vishay_TJ7 +L_Toroid, Vertical series, Radial, pin pitch=15.80mm, , length*width=41.9*19.1mm^2, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 15.80mm length 41.9mm width 19.1mm Vishay TJ7 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L46.0mm_W19.1mm_P21.80mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=21.80mm, , length*width=46*19.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 21.80mm length 46mm width 19.1mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L48.8mm_W25.4mm_P20.80mm_Vishay_TJ8 +L_Toroid, Vertical series, Radial, pin pitch=20.80mm, , length*width=48.8*25.4mm^2, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 20.80mm length 48.8mm width 25.4mm Vishay TJ8 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L54.0mm_W23.8mm_P20.10mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=20.10mm, , length*width=54*23.8mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 20.10mm length 54mm width 23.8mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L67.6mm_W36.1mm_P31.80mm_Vishay_TJ9 +L_Toroid, Vertical series, Radial, pin pitch=31.80mm, , length*width=67.6*36.1mm^2, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 31.80mm length 67.6mm width 36.1mm Vishay TJ9 +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Bridged2Bar_Pad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, bridged with 2 copper strips +net tie solder jumper bridged +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Bridged2Bar_RoundedPad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, bridged with 2 copper strips +net tie solder jumper bridged +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Bridged_Pad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, bridged with 1 copper strip +net tie solder jumper bridged +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Bridged_RoundedPad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, bridged with 1 copper strip +net tie solder jumper bridged +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open +solder jumper open +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open +solder jumper open +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Open_TrianglePad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open +solder jumper open +0 +2 +2 +Jumper +SolderJumper-3_P1.3mm_Bridged2Bar12_Pad1.0x1.5mm +SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged2Bar12_Pad1.0x1.5mm_NumberLabels +SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip, labeled with numbers +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged2Bar12_RoundedPad1.0x1.5mm +SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged2Bar12_RoundedPad1.0x1.5mm_NumberLabels +SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip, labeled with numbers +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged12_Pad1.0x1.5mm +SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged12_Pad1.0x1.5mm_NumberLabels +SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip, labeled with numbers +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged12_RoundedPad1.0x1.5mm +SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged12_RoundedPad1.0x1.5mm_NumberLabels +SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip, labeled with numbers +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm +SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, open +solder jumper open +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm_NumberLabels +SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open, labeled with numbers +solder jumper open +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm +SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, open +solder jumper open +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm_NumberLabels +SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, open, labeled with numbers +solder jumper open +0 +3 +3 +Jumper +SolderJumper-3_P2.0mm_Open_TrianglePad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open +solder jumper open +0 +5 +3 +Jumper +SolderJumper-3_P2.0mm_Open_TrianglePad1.0x1.5mm_NumberLabels +SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open, labeled with numbers +solder jumper open +0 +5 +3 +LED_SMD +LED-APA102-2020 +http://www.led-color.com/upload/201604/APA102-2020%20SMD%20LED.pdf +LED RGB SPI +0 +8 +6 +LED_SMD +LED-L1T2_LUMILEDS +http://www.lumileds.com/uploads/438/DS133-pdf +LUMILEDS LUXEON TX L1T2 LED +0 +3 +3 +LED_SMD +LED_1W_3W_R8 +https://www.gme.cz/data/attachments/dsh.518-234.1.pdf +LED 1W 3W 5W +0 +3 +3 +LED_SMD +LED_0201_0603Metric +LED SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +LED +0 +4 +2 +LED_SMD +LED_0201_0603Metric_Pad0.64x0.40mm_HandSolder +LED SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +LED handsolder +0 +4 +2 +LED_SMD +LED_0402_1005Metric +LED SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_0402_1005Metric_Pad0.77x0.64mm_HandSolder +LED SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_0603_1608Metric +LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder +LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_0805_2012Metric +LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder +LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_1206_3216Metric +LED SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_1206_3216Metric_Pad1.42x1.75mm_HandSolder +LED SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_1206_3216Metric_ReverseMount_Hole1.8x2.4mm +LED SMD 1206 (3216 Metric), reverse mount, square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode reverse +0 +2 +2 +LED_SMD +LED_1210_3225Metric +LED SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_1210_3225Metric_Pad1.42x2.65mm_HandSolder +LED SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_1812_4532Metric +LED SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_1812_4532Metric_Pad1.30x3.40mm_HandSolder +LED SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_2010_5025Metric +LED SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_2010_5025Metric_Pad1.52x2.65mm_HandSolder +LED SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_2512_6332Metric +LED SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_2512_6332Metric_Pad1.52x3.35mm_HandSolder +LED SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_ASMB-KTF0-0A306 +2220 Tricolor PLCC-4 LED, https://docs.broadcom.com/docs/ASMB-KTF0-0A306-DS100 +Tricolor LED +0 +4 +4 +LED_SMD +LED_Avago_PLCC4_3.2x2.8mm_CW +https://docs.broadcom.com/docs/AV02-4186EN +LED Avago PLCC-4 ASMB-MTB0-0A3A2 +0 +4 +4 +LED_SMD +LED_Avago_PLCC6_3x2.8mm +https://docs.broadcom.com/docs/AV02-3793EN +LED Avago PLCC-6 ASMT-YTB7-0AA02 +0 +6 +6 +LED_SMD +LED_CSP_Samsung_LH181B_2.36x2.36mm +High Power CSP LED, 2.36mm x 2.36mm, 1.4A max, https://cdn.samsung.com/led/file/resource/2021/01/Data_Sheet_LH181B_Rev.4.0.pdf +LED Samsung LH181B +0 +2 +2 +LED_SMD +LED_Cree-PLCC4_2x2mm_CW +2.0mm x 2.0mm PLCC4 LED, http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/HB/Data-Sheets/CLMVBFKA.pdf +LED Cree PLCC-4 +0 +4 +4 +LED_SMD +LED_Cree-PLCC4_3.2x2.8mm_CCW +3.2mm x 2.8mm PLCC4 LED, http://www.cree.com/led-components/media/documents/CLV1AFKB(874).pdf +LED Cree PLCC-4 +0 +4 +4 +LED_SMD +LED_Cree-PLCC4_5x5mm_CW +5.0mm x 5.0mm PLCC4 LED +LED Cree PLCC-4 +0 +4 +4 +LED_SMD +LED_Cree-PLCC6_4.7x1.5mm +4.7mm x 1.5mm PLCC6 LED, http://www.cree.com/led-components/media/documents/1381-QLS6AFKW.pdf +LED Cree PLCC-6 +0 +6 +6 +LED_SMD +LED_Cree-XB +http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/XLampXBD.pdf +LED Cree XB +0 +5 +3 +LED_SMD +LED_Cree-XH +http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XHB.pdf +LED Cree XH +0 +8 +2 +LED_SMD +LED_Cree-XHP35 +http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds--XHP35.pdf +LED Cree XHP35 +0 +6 +3 +LED_SMD +LED_Cree-XHP50_6V +Cree XHP50, 6V footprint, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP50.pdf +LED Cree XHP50 +0 +15 +3 +LED_SMD +LED_Cree-XHP50_12V +Cree XHP50, 12V footprint, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP50.pdf +LED XHP50 Cree +0 +15 +3 +LED_SMD +LED_Cree-XHP70_6V +Cree XHP70 LED, 6V version, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP70.pdf +LED Cree XHP70 +0 +15 +3 +LED_SMD +LED_Cree-XHP70_12V +Cree XHP70 LED, 12V version, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP70.pdf +LED Cree XHP70 +0 +15 +3 +LED_SMD +LED_Cree-XP +LED Cree-XP http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/XLampXPE2.pdf +LED Cree XP +0 +6 +3 +LED_SMD +LED_Cree-XP-G +LED Cree-XP-G http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/XLampXPG.pdf +LED Cree XP-G +0 +6 +3 +LED_SMD +LED_Cree-XQ +LED Cree-XQ http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XQB.pdf +LED Cree XQ +0 +2 +2 +LED_SMD +LED_Cree-XQ_HandSoldering +LED Cree-XQ handsoldering pads http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XQB.pdf +LED Cree XQ +0 +2 +2 +LED_SMD +LED_Dialight_591 +LED SMD 3mm Right Angle series (http://www.dialightsignalsandcomponents.com/Assets/Drawings/2D_Drawings_DrawingDetailedSpec/C17354.pdf) +LED Dialight 591 +0 +2 +2 +LED_SMD +LED_Inolux_IN-PI554FCH_PLCC4_5.0x5.0mm_P3.2mm +http://www.inolux-corp.com/datasheet/SMDLED/Addressable%20LED/IN-PI554FCH.pdf +RGB LED NeoPixel addressable +0 +4 +4 +LED_SMD +LED_Kingbright_AAA3528ESGCT +Kingbright, dual LED, 3.5 x 2.8 mm Surface Mount LED Lamp (http://www.kingbrightusa.com/images/catalog/SPEC/AAA3528ESGCT.pdf) +dual led smd +0 +4 +4 +LED_SMD +LED_Kingbright_APDA3020VBCD +LED, SMD, APDA3020VBC/D, https://www.kingbrightusa.com/images/catalog/SPEC/APDA3020VBC-D.pdf +LED APDA3020VBC/D Kingbright +0 +2 +2 +LED_SMD +LED_Kingbright_APFA3010_3x1.5mm_Horizontal +LED RGB, APFA3010, http://www.kingbrightusa.com/images/catalog/SPEC/APFA3010LSEEZGKQBKC.pdf +LED RGB APFA3010 KINGBRIGHT 3x1.5mm +0 +4 +4 +LED_SMD +LED_Kingbright_APHBM2012_2x1.25mm +Dual LED SMD https://www.kingbrightusa.com/KCpack.asp?txtPack=APHBM2012 +LED Kingbright APHM2012 +0 +4 +4 +LED_SMD +LED_Kingbright_KPBD-3224 +Kingbright, dual LED, red-green, dome lens, 3.2 x 2.4 mm Surface Mount LED Lamp (https://www.kingbright.com/attachments/file/psearch/000/00/00/KPBD-3224SURKCGKC(Ver.20A).pdf) +Kingbright dual LED KPBD-3224 +0 +4 +4 +LED_SMD +LED_LiteOn_LTST-C19HE1WT +LiteOn RGB LED; https://optoelectronics.liteon.com/upload/download/DS22-2008-0044/LTST-C19HE1WT.pdf +LED RGB Chip SMD +0 +4 +4 +LED_SMD +LED_LiteOn_LTST-C295K_1.6x0.8mm +Topview dual http://optoelectronics.liteon.com/upload/download/DS22-2009-0072/LTST-C295KGKRKT.PDF +SMD Top view Dual colour +0 +4 +4 +LED_SMD +LED_LiteOn_LTST-S326 +http://optoelectronics.liteon.com/upload/download/DS22-2000-287/LTST-S326KGJRKT.PDF +LED SMD right angle CCA +0 +3 +3 +LED_SMD +LED_Lumex_SML-LX0303SIUPGUSB +Lumex RGB LED, clear, SMD, https://www.lumex.com/spec/SML-LX0303SIUPGUSB.pdf +LED RGB +0 +4 +4 +LED_SMD +LED_Lumex_SML-LX0404SIUPGUSB +Lumex RGB LED, clear, SMD, https://www.lumex.com/spec/SML-LX0404SIUPGUSB.pdf +LED RGB +0 +4 +4 +LED_SMD +LED_Luminus_MP-3030-1100_3.0x3.0mm +Mid Power LED, Luminus MP-3030-1100, 3.0x3.0mm, 816mW, https://download.luminus.com/datasheets/Luminus_MP3030_1100_Datasheet.pdf +LED Luminus MP-3030-1100 +0 +5 +2 +LED_SMD +LED_Osram_Lx_P47F_D2mm_ReverseMount +OSRAM, reverse-mount LED, SMD, 2mm diameter, http://www.farnell.com/datasheets/2711587.pdf +LED ReverseMount Reverse +0 +4 +2 +LED_SMD +LED_PLCC-2_3.4x3.0mm_AK +LED PLCC-2 SMD package, orientation marker at anode, https://dammedia.osram.info/media/resource/hires/osram-dam-5824137/SFH%204257_EN.pdf +LED PLCC-2 SMD TOPLED +0 +2 +2 +LED_SMD +LED_PLCC-2_3.4x3.0mm_KA +LED PLCC-2 SMD package, orientation marker at cathode, https://dammedia.osram.info/media/resource/hires/osram-dam-6035009/SFH%204253_EN.pdf +LED PLCC-2 SMD TOPLED +0 +2 +2 +LED_SMD +LED_PLCC-2_3x2mm_AK +LED, SMD, PLCC-2, 3.0 x 2.0mm, orientation marker at anode, https://media.digikey.com/pdf/Data%20Sheets/CREE%20Power/CLM3A-BKW,GKW.pdf +LED PLCC-2 SMD +0 +2 +2 +LED_SMD +LED_PLCC-2_3x2mm_KA +LED, SMD, PLCC-2, 3.0 x 2.0mm, orientation marker at cathode, https://optoelectronics.liteon.com/upload/download/DS22-2009-0099/LTW-M670ZVS-M5_0906.pdf +LED PLCC-2 SMD +0 +2 +2 +LED_SMD +LED_PLCC_2835 +https://www.luckylight.cn/media/component/data-sheet/R2835BC-B2M-M10.pdf +LED +0 +2 +2 +LED_SMD +LED_PLCC_2835_Handsoldering +https://www.luckylight.cn/media/component/data-sheet/R2835BC-B2M-M10.pdf +LED +0 +2 +2 +LED_SMD +LED_RGB_1210 +RGB LED 3.2x2.7mm http://www.avagotech.com/docs/AV02-0610EN +LED 3227 +0 +4 +4 +LED_SMD +LED_RGB_5050-6 +http://cdn.sparkfun.com/datasheets/Components/LED/5060BRG4.pdf +RGB LED 5050-6 +0 +6 +6 +LED_SMD +LED_RGB_Cree-PLCC-6_6x5mm_P2.1mm +http://www.farnell.com/datasheets/2003905.pdf +LED RGB PLCC-6 CLP6C-FBK +0 +6 +6 +LED_SMD +LED_RGB_Everlight_EASV3015RGBA0_Horizontal +LED, RGB, right-angle, clear, https://everlightamericas.com/index.php?controller=attachment&id_attachment=3220 +LED RGB right-angle +0 +4 +4 +LED_SMD +LED_RGB_Getian_GT-P6PRGB4303 +https://www.gme.sk/img/cache/doc/518/177/vykonova-led-getian-gt-p6prgb4303-datasheet-1.pdf +LED RGB +0 +7 +7 +LED_SMD +LED_RGB_PLCC-6 +RGB LED PLCC-6 +RGB LED PLCC-6 +0 +6 +6 +LED_SMD +LED_RGB_Wuerth-PLCC4_3.2x2.8mm_150141M173100 +3.2mm x 2.8mm PLCC4 LED, https://www.we-online.de/katalog/datasheet/150141M173100.pdf +LED RGB Wurth PLCC-4 +0 +4 +4 +LED_SMD +LED_ROHM_SMLVN6 +https://www.rohm.com/datasheet/SMLVN6RGB1U +LED ROHM SMLVN6 +0 +6 +6 +LED_SMD +LED_SK6805_PLCC4_2.4x2.7mm_P1.3mm +https://cdn-shop.adafruit.com/product-files/3484/3484_Datasheet.pdf +LED RGB NeoPixel Nano +0 +4 +4 +LED_SMD +LED_SK6812MINI_PLCC4_3.5x3.5mm_P1.75mm +https://cdn-shop.adafruit.com/product-files/2686/SK6812MINI_REV.01-1-2.pdf +LED RGB NeoPixel Mini +0 +4 +4 +LED_SMD +LED_SK6812_EC15_1.5x1.5mm +http://www.newstar-ledstrip.com/product/20181119172602110.pdf +LED RGB NeoPixel +0 +4 +4 +LED_SMD +LED_SK6812_PLCC4_5.0x5.0mm_P3.2mm +https://cdn-shop.adafruit.com/product-files/1138/SK6812+LED+datasheet+.pdf +LED RGB NeoPixel +0 +4 +4 +LED_SMD +LED_WS2812B-2020_PLCC4_2.0x2.0mm +Addressable RGB LED NeoPixel Nano, 12 mA, https://cdn-shop.adafruit.com/product-files/4684/4684_WS2812B-2020_V1.3_EN.pdf +LED RGB NeoPixel Nano 2020 +0 +4 +4 +LED_SMD +LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm +https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf +LED RGB NeoPixel +0 +4 +4 +LED_SMD +LED_WS2812_PLCC6_5.0x5.0mm_P1.6mm +https://cdn-shop.adafruit.com/datasheets/WS2812.pdf +LED RGB NeoPixel +0 +6 +6 +LED_SMD +LED_Wurth_150044M155260 +Wurth Common anode RGB LED, SMD, 0404, 1x1x1.65mm, https://www.we-online.com/catalog/datasheet/150044M155260.pdf +LED RGB ARGB +0 +4 +4 +LED_SMD +LED_Yuji_5730 +LED,Yuji,5730,https://cdn.shopify.com/s/files/1/0344/6401/files/YJWJ014-1.1_YJ-BC-5730L-G02.pdf +LED Yuji 5730 +0 +3 +2 +LED_SMD +LED_miniPLCC_2315 +https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DAV02-2205EN_DS_ASMT-TxBM_2014-05-09.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430858274704&ssbinary=true +LED +0 +2 +2 +LED_SMD +LED_miniPLCC_2315_Handsoldering +https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DAV02-2205EN_DS_ASMT-TxBM_2014-05-09.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430858274704&ssbinary=true +LED +0 +2 +2 +LED_THT +LED_BL-FL7680RGB +'Piranha' RGB LED, through hole, common anode, 7.62x7.62mm, BGRA pin order, https://cdn-shop.adafruit.com/datasheets/BL-FL7680RGB.pdf +RGB LED Piranha Super-Flux BetLux +0 +4 +4 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z1.6mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z4.9mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z8.2mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z1.6mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z4.9mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z8.2mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z1.6mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z4.9mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z8.2mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W3.3mm_H2.4mm +LED, Round, Rectangular size 3.3x2.4mm^2 diameter 1.8mm, 2 pins +LED Round Rectangular size 3.3x2.4mm^2 diameter 1.8mm 2 pins +0 +2 +2 +LED_THT +LED_D2.0mm_W4.0mm_H2.8mm_FlatTop +LED, Round, FlatTop, Rectangular size 4.0x2.8mm^2 diameter 2.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-1034IDT(Ver.9A).pdf +LED Round FlatTop Rectangular size 4.0x2.8mm^2 diameter 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D2.0mm_W4.8mm_H2.5mm_FlatTop +LED, Round, FlatTop, Rectangular size 4.8x2.5mm^2 diameter 2.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-13GD(Ver.11B).pdf +LED Round FlatTop Rectangular size 4.8x2.5mm^2 diameter 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm +LED, diameter 3.0mm, 2 pins +LED diameter 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm-3 +LED, diameter 3.0mm, 2 pins, diameter 3.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-3VSURKCGKC(Ver.8A).pdf +LED diameter 3.0mm 2 pins diameter 3.0mm 3 pins +0 +3 +3 +LED_THT +LED_D3.0mm_Clear +IR-LED, diameter 3.0mm, 2 pins, color: clear +IR infrared LED diameter 3.0mm 2 pins clear +0 +2 +2 +LED_THT +LED_D3.0mm_FlatTop +LED, Round, FlatTop, diameter 3.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-47XEC(Ver.9A).pdf +LED Round FlatTop diameter 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_Clear +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_IRBlack +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_IRGrey +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O1.27mm_Z6.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O1.27mm_Z10.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O3.81mm_Z2.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O3.81mm_Z6.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O3.81mm_Z10.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O6.35mm_Z2.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O6.35mm_Z6.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O6.35mm_Z10.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_IRBlack +IR-ED, diameter 3.0mm, 2 pins, color: black +IR infrared LED diameter 3.0mm 2 pins black +0 +2 +2 +LED_THT +LED_D3.0mm_IRGrey +IR-LED, diameter 3.0mm, 2 pins, color: grey +IR infrared LED diameter 3.0mm 2 pins grey +0 +2 +2 +LED_THT +LED_D4.0mm +LED, diameter 4.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-43GD(Ver.12B).pdf +LED diameter 4.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm +LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf +LED diameter 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm-3 +LED, diameter 5.0mm, 2 pins, diameter 5.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-59EGC(Ver.17A).pdf +LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins +0 +3 +3 +LED_THT +LED_D5.0mm-3_Horizontal_O3.81mm_Z3.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 3 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 3 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +3 +3 +LED_THT +LED_D5.0mm-4_RGB +LED, diameter 5.0mm, 4 pins, WP154A4, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.11A).pdf +LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins diameter 5.0mm 4 pins RGB RGBLED +0 +4 +4 +LED_THT +LED_D5.0mm-4_RGB_Staggered_Pins +LED, diameter 5.0mm, 4 pins, WP154A4, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.11A).pdf +rgb led +0 +4 +4 +LED_THT +LED_D5.0mm-4_RGB_Wide_Pins +LED, diameter 5.0mm, 4 pins, WP154A4, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.11A).pdf +LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins diameter 5.0mm 4 pins RGB RGBLED +0 +4 +4 +LED_THT +LED_D5.0mm_Clear +LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf +LED diameter 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_FlatTop +LED, Round, FlatTop, diameter 5.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-483GDT(Ver.15B).pdf +LED Round FlatTop diameter 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_Clear +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_IRBlack +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_IRGrey +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O1.27mm_Z9.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O1.27mm_Z15.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O3.81mm_Z3.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O3.81mm_Z9.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O3.81mm_Z15.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O6.35mm_Z3.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O6.35mm_Z9.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O6.35mm_Z15.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_IRBlack +LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf +LED diameter 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_IRGrey +LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf +LED diameter 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_D8.0mm +LED, diameter 8.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED8MMGE_LED8MMGN_LED8MMRT%23KIN.pdf +LED diameter 8.0mm 2 pins +0 +2 +2 +LED_THT +LED_D8.0mm-3 +LED, diameter 8.0mm, 2 pins, diameter 8.0mm, 3 pins +LED diameter 8.0mm 2 pins diameter 8.0mm 3 pins +0 +3 +3 +LED_THT +LED_D10.0mm +LED, diameter 10.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED10-4500RT%23KIN.pdf +LED diameter 10.0mm 2 pins +0 +2 +2 +LED_THT +LED_D10.0mm-3 +LED, diameter 10.0mm, 2 pins, diameter 10.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-819EGW(Ver.14A).pdf +LED diameter 10.0mm 2 pins diameter 10.0mm 3 pins +0 +3 +3 +LED_THT +LED_D20.0mm +LED, diameter 20.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/DLC2-6GD%28V6%29.pdf +LED diameter 20.0mm 2 pins +0 +2 +2 +LED_THT +LED_Oval_W5.2mm_H3.8mm +LED_Oval, Oval, Oval size 5.2x3.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-5603QBC-D(Ver.12B).pdf +LED_Oval Oval Oval size 5.2x3.8mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W3.0mm_H2.0mm +LED_Rectangular, Rectangular, Rectangular size 3.0x2.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf +LED_Rectangular Rectangular Rectangular size 3.0x2.0mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W3.9mm_H1.8mm +LED_Rectangular, Rectangular, Rectangular size 3.9x1.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-2774GD(Ver.7B).pdf +LED_Rectangular Rectangular Rectangular size 3.9x1.8mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W3.9mm_H1.8mm_FlatTop +LED_Rectangular, Rectangular, Rectangular size 3.9x1.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-2774GD(Ver.7B).pdf +LED_Rectangular Rectangular Rectangular size 3.9x1.8mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W3.9mm_H1.9mm +LED_Rectangular, Rectangular, Rectangular size 3.9x1.9mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-144GDT(Ver.14B).pdf +LED_Rectangular Rectangular Rectangular size 3.9x1.9mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm-3Pins +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 3 pins +0 +3 +3 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z1.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z3.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z5.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z1.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z3.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z5.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z1.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z3.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z5.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H5.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x5.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf +LED_Rectangular Rectangular Rectangular size 5.0x5.0mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W7.62mm_H4.55mm_P5.08mm_R3 +Datasheet can be found at https://www.gme.cz/data/attachments/dsh.511-795.1.pdf +LED automotive super flux 7.62mm +0 +4 +2 +LED_THT +LED_SideEmitter_Rectangular_W4.5mm_H1.6mm +LED_SideEmitter_Rectangular, Rectangular, SideEmitter, Rectangular size 4.5x1.6mm^2, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED15MMGE_LED15MMGN%23KIN.pdf +LED_SideEmitter_Rectangular Rectangular SideEmitter Rectangular size 4.5x1.6mm^2 2 pins +0 +2 +2 +LED_THT +LED_VCCLite_5381H1_6.35x6.35mm +Red 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf +Red 5381 Series LED +0 +2 +2 +LED_THT +LED_VCCLite_5381H3_6.35x6.35mm +Amber 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf +Amber 5381 Series LED +0 +2 +2 +LED_THT +LED_VCCLite_5381H5_6.35x6.35mm +Green 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf +Green 5381 Series LED +0 +2 +2 +LED_THT +LED_VCCLite_5381H7_6.35x6.35mm +Yellow 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf +Yellow 5381 Series LED +0 +2 +2 +Module +A20_OLINUXINO_LIME2 +A20 Olinuxino LIME2, 1.2GHz, 512-1024MB RAM, Micro-SD, NAND or eMMC, 1000Mbit Ethernet +A20 Olimex Olinuxino LIME2 development board +0 +180 +180 +Module +Adafruit_Feather +Common footprint for the Adafruit Feather series of boards, https://learn.adafruit.com/adafruit-feather/feather-specification +Adafruit Feather +0 +28 +28 +Module +Adafruit_Feather_32u4_FONA +Footprint for the Adafruit Feather 32u4 FONA board, https://learn.adafruit.com/adafruit-feather-32u4-fona +Adafruit Feather 32u4 FONA +0 +28 +28 +Module +Adafruit_Feather_32u4_FONA_WithMountingHoles +Footprint for the Adafruit Feather 32u4 FONA board, https://learn.adafruit.com/adafruit-feather-32u4-fona +Adafruit Feather 32u4 FONA +0 +28 +28 +Module +Adafruit_Feather_32u4_RFM +Footprint for the Adafruit Feather 32u4 RFM series of boards, https://learn.adafruit.com/adafruit-feather-32u4-radio-with-rfm69hcw-module +Adafruit Feather 32u4 RFM +0 +31 +31 +Module +Adafruit_Feather_32u4_RFM_WithMountingHoles +Footprint for the Adafruit Feather 32u4 RFM series of boards, https://learn.adafruit.com/adafruit-feather-32u4-radio-with-rfm69hcw-module +Adafruit Feather 32u4 RFM +0 +31 +31 +Module +Adafruit_Feather_M0_RFM +Footprint for the Adafruit Feather M0 RFM series of boards, e.g. https://learn.adafruit.com/adafruit-feather-m0-radio-with-rfm69-packet-radio +Adafruit Feather M0 RFM +0 +32 +32 +Module +Adafruit_Feather_M0_RFM_WithMountingHoles +Footprint for the Adafruit Feather M0 RFM series of boards, e.g. https://learn.adafruit.com/adafruit-feather-m0-radio-with-rfm69-packet-radio + Adafruit Feather M0 RFM +0 +32 +32 +Module +Adafruit_Feather_M0_Wifi +Footprint for the Adafruit Feather M0 Wifi board, https://learn.adafruit.com/adafruit-feather-m0-wifi-atwinc1500/ +Adafruit Feather M0 Wifi +0 +28 +28 +Module +Adafruit_Feather_M0_Wifi_WithMountingHoles +Footprint for the Adafruit Feather M0 Wifi board, https://learn.adafruit.com/adafruit-feather-m0-wifi-atwinc1500/ +Adafruit Feather M0 Wifi +0 +28 +28 +Module +Adafruit_Feather_WICED +Footprint for the Adafruit Feather WICED Wifi board, https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi +Adafruit Feather WICED Wifi +0 +29 +29 +Module +Adafruit_Feather_WICED_WithMountingHoles +Footprint for the Adafruit Feather WICED Wifi board, https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi +Adafruit Feather WICED Wifi +0 +29 +29 +Module +Adafruit_Feather_WithMountingHoles +Common footprint for the Adafruit Feather series of boards, https://learn.adafruit.com/adafruit-feather/feather-specification +Adafruit Feather +0 +28 +28 +Module +Adafruit_HUZZAH_ESP8266_breakout +32-bit microcontroller module with WiFi, https://www.adafruit.com/product/2471 +ESP8266 WiFi microcontroller +0 +20 +20 +Module +Adafruit_HUZZAH_ESP8266_breakout_WithMountingHoles +32-bit microcontroller module with WiFi, https://www.adafruit.com/product/2471 +ESP8266 WiFi microcontroller +0 +20 +20 +Module +Arduino_Nano +Arduino Nano, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf +Arduino Nano +0 +30 +30 +Module +Arduino_Nano_WithMountingHoles +Arduino Nano, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf +Arduino Nano +0 +30 +30 +Module +Arduino_UNO_R2 +Arduino UNO R2, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf +Arduino UNO R2 +0 +30 +30 +Module +Arduino_UNO_R2_WithMountingHoles +Arduino UNO R2, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf +Arduino UNO R2 +0 +30 +30 +Module +Arduino_UNO_R3 +Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf +Arduino UNO R3 +0 +32 +32 +Module +Arduino_UNO_R3_WithMountingHoles +Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf +Arduino UNO R3 +0 +32 +32 +Module +BeagleBoard_PocketBeagle +PocketBeagle, https://github.com/beagleboard/pocketbeagle/wiki/System-Reference-Manual#71_Expansion_Header_Connectors +PocketBeagle +0 +72 +72 +Module +Carambola2 +8devices Carambola2, OpenWRT, industrial SoM computer, https://www.8devices.com/media/products/carambola2/downloads/carambola2-datasheet.pdf +carambola2 8devices +0 +104 +52 +Module +Electrosmith_Daisy_Seed +Embedded platform for audio applications. 96kHz / 24-bit audio hardware. 64MB of SDRAM for up to 10 minute long audio. ARM Cortex-M7 MCU, running at 480MHz. 31 total GPIO pins with configurable functionality. 12-bit Digital to Analog Converters (x2). SD card interfaces. PWM outputs. Serial Protocols for connecting external sensors and devices (SPI, UART, I2S, I2C). Dedicated VIN pin for power. Micro USB port, and additional USB pins for full OTG-support as host and device. https://static1.squarespace.com/static/58d03fdc1b10e3bf442567b8/t/6227e6236f02fb68d1577146/1646781988478/Daisy_Seed_datasheet_v1.0.3.pdf +Electrosmith Daisy Seed Microcontroller Module ARM Cortex-M7 Audio Codec +0 +40 +40 +Module +Maple_Mini +Maple Mini, http://docs.leaflabs.com/static.leaflabs.com/pub/leaflabs/maple-docs/0.0.12/hardware/maple-mini.html +Maple Mini +0 +40 +40 +Module +Olimex_MOD-WIFI-ESP8266-DEV +ESP8266 development board https://www.olimex.com/Products/IoT/ESP8266/MOD-WIFI-ESP8266-DEV/resources/dimensions-WIFI-ESP8266-DEV.png +ESP8266 +0 +22 +22 +Module +Onion_Omega2+ +https://onion.io/omega2/ +Omega Onion module +0 +32 +32 +Module +Onion_Omega2S +https://github.com/OnionIoT/Omega2/raw/master/Documents/Omega2S%20Datasheet.pdf +onion omega module +0 +89 +64 +Module +Pololu_Breakout-16_15.2x20.3mm +Pololu Breakout 16-pin 15.2x20.3mm 0.6x0.8\ +Pololu Breakout +0 +16 +16 +Module +Raspberry_Pi_Zero_Socketed_THT_FaceDown_MountingHoles +Raspberry Pi Zero using through hole straight pin socket, 2x20, 2.54mm pitch, https://www.raspberrypi.org/documentation/hardware/raspberrypi/mechanical/rpi_MECH_Zero_1p2.pdf +raspberry pi zero through hole +0 +40 +40 +Module +ST_Morpho_Connector_144_STLink +ST Morpho Connector 144 With STLink +ST Morpho Connector 144 STLink +0 +148 +148 +Module +ST_Morpho_Connector_144_STLink_MountingHoles +ST Morpho Connector 144 With STLink +ST Morpho Connector 144 STLink +0 +148 +148 +Module +Sipeed-M1 +AI accelerated MCU with optional wifi, https://dl.sipeed.com/MAIX/HDK/Sipeed-M1&M1W/Specifications +AI Kendryte K210 RISC-V +0 +85 +77 +Module +Texas_EUK_R-PDSS-T7_THT +Texas Instruments EUK 7 Pin Double Sided Module +module pcb +0 +7 +7 +Module +Texas_EUS_R-PDSS-T5_THT +Texas Instruments EUS 5 Pin Double Sided Module +module pcb +0 +5 +5 +Module +Texas_EUW_R-PDSS-T7_THT +Texas Instruments EUW 7 Pin Double Sided Module +module pcb +0 +7 +7 +Module +WEMOS_D1_mini_light +16-pin module, column spacing 22.86 mm (900 mils), https://wiki.wemos.cc/products:d1:d1_mini, https://c1.staticflickr.com/1/734/31400410271_f278b087db_z.jpg +ESP8266 WiFi microcontroller +0 +16 +16 +MountingEquipment +DINRailAdapter_3xM3_PhoenixContact_1201578 +https://www.phoenixcontact.com/online/portal/us?uri=pxc-oc-itemdetail:pid=1201578&library=usen&tab=1 +DIN rail adapter universal three M3 clearance holes +0 +0 +0 +MountingHole +MountingHole_2.1mm +Mounting Hole 2.1mm, no annular +mounting hole 2.1mm no annular +0 +0 +0 +MountingHole +MountingHole_2.2mm_M2 +Mounting Hole 2.2mm, no annular, M2 +mounting hole 2.2mm no annular m2 +0 +0 +0 +MountingHole +MountingHole_2.2mm_M2_DIN965 +Mounting Hole 2.2mm, no annular, M2, DIN965 +mounting hole 2.2mm no annular m2 din965 +0 +0 +0 +MountingHole +MountingHole_2.2mm_M2_DIN965_Pad +Mounting Hole 2.2mm, M2, DIN965 +mounting hole 2.2mm m2 din965 +0 +1 +1 +MountingHole +MountingHole_2.2mm_M2_DIN965_Pad_TopBottom +Mounting Hole 2.2mm, M2, DIN965 +mounting hole 2.2mm m2 din965 +0 +3 +1 +MountingHole +MountingHole_2.2mm_M2_DIN965_Pad_TopOnly +Mounting Hole 2.2mm, M2, DIN965 +mounting hole 2.2mm m2 din965 +0 +2 +1 +MountingHole +MountingHole_2.2mm_M2_ISO7380 +Mounting Hole 2.2mm, no annular, M2, ISO7380 +mounting hole 2.2mm no annular m2 iso7380 +0 +0 +0 +MountingHole +MountingHole_2.2mm_M2_ISO7380_Pad +Mounting Hole 2.2mm, M2, ISO7380 +mounting hole 2.2mm m2 iso7380 +0 +1 +1 +MountingHole +MountingHole_2.2mm_M2_ISO7380_Pad_TopBottom +Mounting Hole 2.2mm, M2, ISO7380 +mounting hole 2.2mm m2 iso7380 +0 +3 +1 +MountingHole +MountingHole_2.2mm_M2_ISO7380_Pad_TopOnly +Mounting Hole 2.2mm, M2, ISO7380 +mounting hole 2.2mm m2 iso7380 +0 +2 +1 +MountingHole +MountingHole_2.2mm_M2_ISO14580 +Mounting Hole 2.2mm, no annular, M2, ISO14580 +mounting hole 2.2mm no annular m2 iso14580 +0 +0 +0 +MountingHole +MountingHole_2.2mm_M2_ISO14580_Pad +Mounting Hole 2.2mm, M2, ISO14580 +mounting hole 2.2mm m2 iso14580 +0 +1 +1 +MountingHole +MountingHole_2.2mm_M2_ISO14580_Pad_TopBottom +Mounting Hole 2.2mm, M2, ISO14580 +mounting hole 2.2mm m2 iso14580 +0 +3 +1 +MountingHole +MountingHole_2.2mm_M2_ISO14580_Pad_TopOnly +Mounting Hole 2.2mm, M2, ISO14580 +mounting hole 2.2mm m2 iso14580 +0 +2 +1 +MountingHole +MountingHole_2.2mm_M2_Pad +Mounting Hole 2.2mm, M2 +mounting hole 2.2mm m2 +0 +1 +1 +MountingHole +MountingHole_2.2mm_M2_Pad_TopBottom +Mounting Hole 2.2mm, M2 +mounting hole 2.2mm m2 +0 +3 +1 +MountingHole +MountingHole_2.2mm_M2_Pad_TopOnly +Mounting Hole 2.2mm, M2 +mounting hole 2.2mm m2 +0 +2 +1 +MountingHole +MountingHole_2.2mm_M2_Pad_Via +Mounting Hole 2.2mm, M2 +mounting hole 2.2mm m2 +0 +9 +1 +MountingHole +MountingHole_2.5mm +Mounting Hole 2.5mm, no annular +mounting hole 2.5mm no annular +0 +0 +0 +MountingHole +MountingHole_2.5mm_Pad +Mounting Hole 2.5mm +mounting hole 2.5mm +0 +1 +1 +MountingHole +MountingHole_2.5mm_Pad_TopBottom +Mounting Hole 2.5mm +mounting hole 2.5mm +0 +3 +1 +MountingHole +MountingHole_2.5mm_Pad_TopOnly +Mounting Hole 2.5mm +mounting hole 2.5mm +0 +2 +1 +MountingHole +MountingHole_2.5mm_Pad_Via +Mounting Hole 2.5mm +mounting hole 2.5mm +0 +9 +1 +MountingHole +MountingHole_2.7mm +Mounting Hole 2.7mm, no annular +mounting hole 2.7mm no annular +0 +0 +0 +MountingHole +MountingHole_2.7mm_M2.5 +Mounting Hole 2.7mm, no annular, M2.5 +mounting hole 2.7mm no annular m2.5 +0 +0 +0 +MountingHole +MountingHole_2.7mm_M2.5_DIN965 +Mounting Hole 2.7mm, no annular, M2.5, DIN965 +mounting hole 2.7mm no annular m2.5 din965 +0 +0 +0 +MountingHole +MountingHole_2.7mm_M2.5_DIN965_Pad +Mounting Hole 2.7mm, M2.5, DIN965 +mounting hole 2.7mm m2.5 din965 +0 +1 +1 +MountingHole +MountingHole_2.7mm_M2.5_DIN965_Pad_TopBottom +Mounting Hole 2.7mm, M2.5, DIN965 +mounting hole 2.7mm m2.5 din965 +0 +3 +1 +MountingHole +MountingHole_2.7mm_M2.5_DIN965_Pad_TopOnly +Mounting Hole 2.7mm, M2.5, DIN965 +mounting hole 2.7mm m2.5 din965 +0 +2 +1 +MountingHole +MountingHole_2.7mm_M2.5_ISO7380 +Mounting Hole 2.7mm, no annular, M2.5, ISO7380 +mounting hole 2.7mm no annular m2.5 iso7380 +0 +0 +0 +MountingHole +MountingHole_2.7mm_M2.5_ISO7380_Pad +Mounting Hole 2.7mm, M2.5, ISO7380 +mounting hole 2.7mm m2.5 iso7380 +0 +1 +1 +MountingHole +MountingHole_2.7mm_M2.5_ISO7380_Pad_TopBottom +Mounting Hole 2.7mm, M2.5, ISO7380 +mounting hole 2.7mm m2.5 iso7380 +0 +3 +1 +MountingHole +MountingHole_2.7mm_M2.5_ISO7380_Pad_TopOnly +Mounting Hole 2.7mm, M2.5, ISO7380 +mounting hole 2.7mm m2.5 iso7380 +0 +2 +1 +MountingHole +MountingHole_2.7mm_M2.5_ISO14580 +Mounting Hole 2.7mm, no annular, M2.5, ISO14580 +mounting hole 2.7mm no annular m2.5 iso14580 +0 +0 +0 +MountingHole +MountingHole_2.7mm_M2.5_ISO14580_Pad +Mounting Hole 2.7mm, M2.5, ISO14580 +mounting hole 2.7mm m2.5 iso14580 +0 +1 +1 +MountingHole +MountingHole_2.7mm_M2.5_ISO14580_Pad_TopBottom +Mounting Hole 2.7mm, M2.5, ISO14580 +mounting hole 2.7mm m2.5 iso14580 +0 +3 +1 +MountingHole +MountingHole_2.7mm_M2.5_ISO14580_Pad_TopOnly +Mounting Hole 2.7mm, M2.5, ISO14580 +mounting hole 2.7mm m2.5 iso14580 +0 +2 +1 +MountingHole +MountingHole_2.7mm_M2.5_Pad +Mounting Hole 2.7mm, M2.5 +mounting hole 2.7mm m2.5 +0 +1 +1 +MountingHole +MountingHole_2.7mm_M2.5_Pad_TopBottom +Mounting Hole 2.7mm, M2.5 +mounting hole 2.7mm m2.5 +0 +3 +1 +MountingHole +MountingHole_2.7mm_M2.5_Pad_TopOnly +Mounting Hole 2.7mm, M2.5 +mounting hole 2.7mm m2.5 +0 +2 +1 +MountingHole +MountingHole_2.7mm_M2.5_Pad_Via +Mounting Hole 2.7mm +mounting hole 2.7mm +0 +9 +1 +MountingHole +MountingHole_2.7mm_Pad +Mounting Hole 2.7mm +mounting hole 2.7mm +0 +1 +1 +MountingHole +MountingHole_2.7mm_Pad_TopBottom +Mounting Hole 2.7mm +mounting hole 2.7mm +0 +3 +1 +MountingHole +MountingHole_2.7mm_Pad_TopOnly +Mounting Hole 2.7mm +mounting hole 2.7mm +0 +2 +1 +MountingHole +MountingHole_2.7mm_Pad_Via +Mounting Hole 2.7mm +mounting hole 2.7mm +0 +9 +1 +MountingHole +MountingHole_2mm +Mounting Hole 2mm, no annular +mounting hole 2mm no annular +0 +0 +0 +MountingHole +MountingHole_3.2mm_M3 +Mounting Hole 3.2mm, no annular, M3 +mounting hole 3.2mm no annular m3 +0 +0 +0 +MountingHole +MountingHole_3.2mm_M3_DIN965 +Mounting Hole 3.2mm, no annular, M3, DIN965 +mounting hole 3.2mm no annular m3 din965 +0 +0 +0 +MountingHole +MountingHole_3.2mm_M3_DIN965_Pad +Mounting Hole 3.2mm, M3, DIN965 +mounting hole 3.2mm m3 din965 +0 +1 +1 +MountingHole +MountingHole_3.2mm_M3_DIN965_Pad_TopBottom +Mounting Hole 3.2mm, M3, DIN965 +mounting hole 3.2mm m3 din965 +0 +3 +1 +MountingHole +MountingHole_3.2mm_M3_DIN965_Pad_TopOnly +Mounting Hole 3.2mm, M3, DIN965 +mounting hole 3.2mm m3 din965 +0 +2 +1 +MountingHole +MountingHole_3.2mm_M3_ISO7380 +Mounting Hole 3.2mm, no annular, M3, ISO7380 +mounting hole 3.2mm no annular m3 iso7380 +0 +0 +0 +MountingHole +MountingHole_3.2mm_M3_ISO7380_Pad +Mounting Hole 3.2mm, M3, ISO7380 +mounting hole 3.2mm m3 iso7380 +0 +1 +1 +MountingHole +MountingHole_3.2mm_M3_ISO7380_Pad_TopBottom +Mounting Hole 3.2mm, M3, ISO7380 +mounting hole 3.2mm m3 iso7380 +0 +3 +1 +MountingHole +MountingHole_3.2mm_M3_ISO7380_Pad_TopOnly +Mounting Hole 3.2mm, M3, ISO7380 +mounting hole 3.2mm m3 iso7380 +0 +2 +1 +MountingHole +MountingHole_3.2mm_M3_ISO14580 +Mounting Hole 3.2mm, no annular, M3, ISO14580 +mounting hole 3.2mm no annular m3 iso14580 +0 +0 +0 +MountingHole +MountingHole_3.2mm_M3_ISO14580_Pad +Mounting Hole 3.2mm, M3, ISO14580 +mounting hole 3.2mm m3 iso14580 +0 +1 +1 +MountingHole +MountingHole_3.2mm_M3_ISO14580_Pad_TopBottom +Mounting Hole 3.2mm, M3, ISO14580 +mounting hole 3.2mm m3 iso14580 +0 +3 +1 +MountingHole +MountingHole_3.2mm_M3_ISO14580_Pad_TopOnly +Mounting Hole 3.2mm, M3, ISO14580 +mounting hole 3.2mm m3 iso14580 +0 +2 +1 +MountingHole +MountingHole_3.2mm_M3_Pad +Mounting Hole 3.2mm, M3 +mounting hole 3.2mm m3 +0 +1 +1 +MountingHole +MountingHole_3.2mm_M3_Pad_TopBottom +Mounting Hole 3.2mm, M3 +mounting hole 3.2mm m3 +0 +3 +1 +MountingHole +MountingHole_3.2mm_M3_Pad_TopOnly +Mounting Hole 3.2mm, M3 +mounting hole 3.2mm m3 +0 +2 +1 +MountingHole +MountingHole_3.2mm_M3_Pad_Via +Mounting Hole 3.2mm, M3 +mounting hole 3.2mm m3 +0 +9 +1 +MountingHole +MountingHole_3.5mm +Mounting Hole 3.5mm, no annular +mounting hole 3.5mm no annular +0 +0 +0 +MountingHole +MountingHole_3.5mm_Pad +Mounting Hole 3.5mm +mounting hole 3.5mm +0 +1 +1 +MountingHole +MountingHole_3.5mm_Pad_TopBottom +Mounting Hole 3.5mm +mounting hole 3.5mm +0 +3 +1 +MountingHole +MountingHole_3.5mm_Pad_TopOnly +Mounting Hole 3.5mm +mounting hole 3.5mm +0 +2 +1 +MountingHole +MountingHole_3.5mm_Pad_Via +Mounting Hole 3.5mm +mounting hole 3.5mm +0 +9 +1 +MountingHole +MountingHole_3.7mm +Mounting Hole 3.7mm, no annular +mounting hole 3.7mm no annular +0 +0 +0 +MountingHole +MountingHole_3.7mm_Pad +Mounting Hole 3.7mm +mounting hole 3.7mm +0 +1 +1 +MountingHole +MountingHole_3.7mm_Pad_TopBottom +Mounting Hole 3.7mm +mounting hole 3.7mm +0 +3 +1 +MountingHole +MountingHole_3.7mm_Pad_TopOnly +Mounting Hole 3.7mm +mounting hole 3.7mm +0 +2 +1 +MountingHole +MountingHole_3.7mm_Pad_Via +Mounting Hole 3.7mm +mounting hole 3.7mm +0 +9 +1 +MountingHole +MountingHole_3mm +Mounting Hole 3mm, no annular +mounting hole 3mm no annular +0 +0 +0 +MountingHole +MountingHole_3mm_Pad +Mounting Hole 3mm +mounting hole 3mm +0 +1 +1 +MountingHole +MountingHole_3mm_Pad_TopBottom +Mounting Hole 3mm +mounting hole 3mm +0 +3 +1 +MountingHole +MountingHole_3mm_Pad_TopOnly +Mounting Hole 3mm +mounting hole 3mm +0 +2 +1 +MountingHole +MountingHole_3mm_Pad_Via +Mounting Hole 3mm +mounting hole 3mm +0 +9 +1 +MountingHole +MountingHole_4.3mm_M4 +Mounting Hole 4.3mm, no annular, M4 +mounting hole 4.3mm no annular m4 +0 +0 +0 +MountingHole +MountingHole_4.3mm_M4_DIN965 +Mounting Hole 4.3mm, no annular, M4, DIN965 +mounting hole 4.3mm no annular m4 din965 +0 +0 +0 +MountingHole +MountingHole_4.3mm_M4_DIN965_Pad +Mounting Hole 4.3mm, M4, DIN965 +mounting hole 4.3mm m4 din965 +0 +1 +1 +MountingHole +MountingHole_4.3mm_M4_DIN965_Pad_TopBottom +Mounting Hole 4.3mm, M4, DIN965 +mounting hole 4.3mm m4 din965 +0 +3 +1 +MountingHole +MountingHole_4.3mm_M4_DIN965_Pad_TopOnly +Mounting Hole 4.3mm, M4, DIN965 +mounting hole 4.3mm m4 din965 +0 +2 +1 +MountingHole +MountingHole_4.3mm_M4_ISO7380 +Mounting Hole 4.3mm, no annular, M4, ISO7380 +mounting hole 4.3mm no annular m4 iso7380 +0 +0 +0 +MountingHole +MountingHole_4.3mm_M4_ISO7380_Pad +Mounting Hole 4.3mm, M4, ISO7380 +mounting hole 4.3mm m4 iso7380 +0 +1 +1 +MountingHole +MountingHole_4.3mm_M4_ISO7380_Pad_TopBottom +Mounting Hole 4.3mm, M4, ISO7380 +mounting hole 4.3mm m4 iso7380 +0 +3 +1 +MountingHole +MountingHole_4.3mm_M4_ISO7380_Pad_TopOnly +Mounting Hole 4.3mm, M4, ISO7380 +mounting hole 4.3mm m4 iso7380 +0 +2 +1 +MountingHole +MountingHole_4.3mm_M4_ISO14580 +Mounting Hole 4.3mm, no annular, M4, ISO14580 +mounting hole 4.3mm no annular m4 iso14580 +0 +0 +0 +MountingHole +MountingHole_4.3mm_M4_ISO14580_Pad +Mounting Hole 4.3mm, M4, ISO14580 +mounting hole 4.3mm m4 iso14580 +0 +1 +1 +MountingHole +MountingHole_4.3mm_M4_ISO14580_Pad_TopBottom +Mounting Hole 4.3mm, M4, ISO14580 +mounting hole 4.3mm m4 iso14580 +0 +3 +1 +MountingHole +MountingHole_4.3mm_M4_ISO14580_Pad_TopOnly +Mounting Hole 4.3mm, M4, ISO14580 +mounting hole 4.3mm m4 iso14580 +0 +2 +1 +MountingHole +MountingHole_4.3mm_M4_Pad +Mounting Hole 4.3mm, M4 +mounting hole 4.3mm m4 +0 +1 +1 +MountingHole +MountingHole_4.3mm_M4_Pad_TopBottom +Mounting Hole 4.3mm, M4 +mounting hole 4.3mm m4 +0 +3 +1 +MountingHole +MountingHole_4.3mm_M4_Pad_TopOnly +Mounting Hole 4.3mm, M4 +mounting hole 4.3mm m4 +0 +2 +1 +MountingHole +MountingHole_4.3mm_M4_Pad_Via +Mounting Hole 4.3mm, M4 +mounting hole 4.3mm m4 +0 +9 +1 +MountingHole +MountingHole_4.3x6.2mm_M4_Pad +Mounting Hole 4.3x6.2mm, M4 +mounting hole 4.3x6.2mm m4 +0 +1 +1 +MountingHole +MountingHole_4.3x6.2mm_M4_Pad_Via +Mounting Hole 4.3x6.2mm, M4 +mounting hole 4.3x6.2mm m4 +0 +17 +1 +MountingHole +MountingHole_4.5mm +Mounting Hole 4.5mm, no annular +mounting hole 4.5mm no annular +0 +0 +0 +MountingHole +MountingHole_4.5mm_Pad +Mounting Hole 4.5mm +mounting hole 4.5mm +0 +1 +1 +MountingHole +MountingHole_4.5mm_Pad_TopBottom +Mounting Hole 4.5mm +mounting hole 4.5mm +0 +3 +1 +MountingHole +MountingHole_4.5mm_Pad_TopOnly +Mounting Hole 4.5mm +mounting hole 4.5mm +0 +2 +1 +MountingHole +MountingHole_4.5mm_Pad_Via +Mounting Hole 4.5mm +mounting hole 4.5mm +0 +9 +1 +MountingHole +MountingHole_4mm +Mounting Hole 4mm, no annular +mounting hole 4mm no annular +0 +0 +0 +MountingHole +MountingHole_4mm_Pad +Mounting Hole 4mm +mounting hole 4mm +0 +1 +1 +MountingHole +MountingHole_4mm_Pad_TopBottom +Mounting Hole 4mm +mounting hole 4mm +0 +3 +1 +MountingHole +MountingHole_4mm_Pad_TopOnly +Mounting Hole 4mm +mounting hole 4mm +0 +2 +1 +MountingHole +MountingHole_4mm_Pad_Via +Mounting Hole 4mm +mounting hole 4mm +0 +9 +1 +MountingHole +MountingHole_5.3mm_M5 +Mounting Hole 5.3mm, no annular, M5 +mounting hole 5.3mm no annular m5 +0 +0 +0 +MountingHole +MountingHole_5.3mm_M5_DIN965 +Mounting Hole 5.3mm, no annular, M5, DIN965 +mounting hole 5.3mm no annular m5 din965 +0 +0 +0 +MountingHole +MountingHole_5.3mm_M5_DIN965_Pad +Mounting Hole 5.3mm, M5, DIN965 +mounting hole 5.3mm m5 din965 +0 +1 +1 +MountingHole +MountingHole_5.3mm_M5_DIN965_Pad_TopBottom +Mounting Hole 5.3mm, M5, DIN965 +mounting hole 5.3mm m5 din965 +0 +3 +1 +MountingHole +MountingHole_5.3mm_M5_DIN965_Pad_TopOnly +Mounting Hole 5.3mm, M5, DIN965 +mounting hole 5.3mm m5 din965 +0 +2 +1 +MountingHole +MountingHole_5.3mm_M5_ISO7380 +Mounting Hole 5.3mm, no annular, M5, ISO7380 +mounting hole 5.3mm no annular m5 iso7380 +0 +0 +0 +MountingHole +MountingHole_5.3mm_M5_ISO7380_Pad +Mounting Hole 5.3mm, M5, ISO7380 +mounting hole 5.3mm m5 iso7380 +0 +1 +1 +MountingHole +MountingHole_5.3mm_M5_ISO7380_Pad_TopBottom +Mounting Hole 5.3mm, M5, ISO7380 +mounting hole 5.3mm m5 iso7380 +0 +3 +1 +MountingHole +MountingHole_5.3mm_M5_ISO7380_Pad_TopOnly +Mounting Hole 5.3mm, M5, ISO7380 +mounting hole 5.3mm m5 iso7380 +0 +2 +1 +MountingHole +MountingHole_5.3mm_M5_ISO14580 +Mounting Hole 5.3mm, no annular, M5, ISO14580 +mounting hole 5.3mm no annular m5 iso14580 +0 +0 +0 +MountingHole +MountingHole_5.3mm_M5_ISO14580_Pad +Mounting Hole 5.3mm, M5, ISO14580 +mounting hole 5.3mm m5 iso14580 +0 +1 +1 +MountingHole +MountingHole_5.3mm_M5_ISO14580_Pad_TopBottom +Mounting Hole 5.3mm, M5, ISO14580 +mounting hole 5.3mm m5 iso14580 +0 +3 +1 +MountingHole +MountingHole_5.3mm_M5_ISO14580_Pad_TopOnly +Mounting Hole 5.3mm, M5, ISO14580 +mounting hole 5.3mm m5 iso14580 +0 +2 +1 +MountingHole +MountingHole_5.3mm_M5_Pad +Mounting Hole 5.3mm, M5 +mounting hole 5.3mm m5 +0 +1 +1 +MountingHole +MountingHole_5.3mm_M5_Pad_TopBottom +Mounting Hole 5.3mm, M5 +mounting hole 5.3mm m5 +0 +3 +1 +MountingHole +MountingHole_5.3mm_M5_Pad_TopOnly +Mounting Hole 5.3mm, M5 +mounting hole 5.3mm m5 +0 +2 +1 +MountingHole +MountingHole_5.3mm_M5_Pad_Via +Mounting Hole 5.3mm, M5 +mounting hole 5.3mm m5 +0 +9 +1 +MountingHole +MountingHole_5.5mm +Mounting Hole 5.5mm, no annular +mounting hole 5.5mm no annular +0 +0 +0 +MountingHole +MountingHole_5.5mm_Pad +Mounting Hole 5.5mm +mounting hole 5.5mm +0 +1 +1 +MountingHole +MountingHole_5.5mm_Pad_TopBottom +Mounting Hole 5.5mm +mounting hole 5.5mm +0 +3 +1 +MountingHole +MountingHole_5.5mm_Pad_TopOnly +Mounting Hole 5.5mm +mounting hole 5.5mm +0 +2 +1 +MountingHole +MountingHole_5.5mm_Pad_Via +Mounting Hole 5.5mm +mounting hole 5.5mm +0 +9 +1 +MountingHole +MountingHole_5mm +Mounting Hole 5mm, no annular +mounting hole 5mm no annular +0 +0 +0 +MountingHole +MountingHole_5mm_Pad +Mounting Hole 5mm +mounting hole 5mm +0 +1 +1 +MountingHole +MountingHole_5mm_Pad_TopBottom +Mounting Hole 5mm +mounting hole 5mm +0 +3 +1 +MountingHole +MountingHole_5mm_Pad_TopOnly +Mounting Hole 5mm +mounting hole 5mm +0 +2 +1 +MountingHole +MountingHole_5mm_Pad_Via +Mounting Hole 5mm +mounting hole 5mm +0 +9 +1 +MountingHole +MountingHole_6.4mm_M6 +Mounting Hole 6.4mm, no annular, M6 +mounting hole 6.4mm no annular m6 +0 +0 +0 +MountingHole +MountingHole_6.4mm_M6_DIN965 +Mounting Hole 6.4mm, no annular, M6, DIN965 +mounting hole 6.4mm no annular m6 din965 +0 +0 +0 +MountingHole +MountingHole_6.4mm_M6_DIN965_Pad +Mounting Hole 6.4mm, M6, DIN965 +mounting hole 6.4mm m6 din965 +0 +1 +1 +MountingHole +MountingHole_6.4mm_M6_DIN965_Pad_TopBottom +Mounting Hole 6.4mm, M6, DIN965 +mounting hole 6.4mm m6 din965 +0 +3 +1 +MountingHole +MountingHole_6.4mm_M6_DIN965_Pad_TopOnly +Mounting Hole 6.4mm, M6, DIN965 +mounting hole 6.4mm m6 din965 +0 +2 +1 +MountingHole +MountingHole_6.4mm_M6_ISO7380 +Mounting Hole 6.4mm, no annular, M6, ISO7380 +mounting hole 6.4mm no annular m6 iso7380 +0 +0 +0 +MountingHole +MountingHole_6.4mm_M6_ISO7380_Pad +Mounting Hole 6.4mm, M6, ISO7380 +mounting hole 6.4mm m6 iso7380 +0 +1 +1 +MountingHole +MountingHole_6.4mm_M6_ISO7380_Pad_TopBottom +Mounting Hole 6.4mm, M6, ISO7380 +mounting hole 6.4mm m6 iso7380 +0 +3 +1 +MountingHole +MountingHole_6.4mm_M6_ISO7380_Pad_TopOnly +Mounting Hole 6.4mm, M6, ISO7380 +mounting hole 6.4mm m6 iso7380 +0 +2 +1 +MountingHole +MountingHole_6.4mm_M6_ISO14580 +Mounting Hole 6.4mm, no annular, M6, ISO14580 +mounting hole 6.4mm no annular m6 iso14580 +0 +0 +0 +MountingHole +MountingHole_6.4mm_M6_ISO14580_Pad +Mounting Hole 6.4mm, M6, ISO14580 +mounting hole 6.4mm m6 iso14580 +0 +1 +1 +MountingHole +MountingHole_6.4mm_M6_ISO14580_Pad_TopBottom +Mounting Hole 6.4mm, M6, ISO14580 +mounting hole 6.4mm m6 iso14580 +0 +3 +1 +MountingHole +MountingHole_6.4mm_M6_ISO14580_Pad_TopOnly +Mounting Hole 6.4mm, M6, ISO14580 +mounting hole 6.4mm m6 iso14580 +0 +2 +1 +MountingHole +MountingHole_6.4mm_M6_Pad +Mounting Hole 6.4mm, M6 +mounting hole 6.4mm m6 +0 +1 +1 +MountingHole +MountingHole_6.4mm_M6_Pad_TopBottom +Mounting Hole 6.4mm, M6 +mounting hole 6.4mm m6 +0 +3 +1 +MountingHole +MountingHole_6.4mm_M6_Pad_TopOnly +Mounting Hole 6.4mm, M6 +mounting hole 6.4mm m6 +0 +2 +1 +MountingHole +MountingHole_6.4mm_M6_Pad_Via +Mounting Hole 6.4mm, M6 +mounting hole 6.4mm m6 +0 +9 +1 +MountingHole +MountingHole_6.5mm +Mounting Hole 6.5mm, no annular +mounting hole 6.5mm no annular +0 +0 +0 +MountingHole +MountingHole_6.5mm_Pad +Mounting Hole 6.5mm +mounting hole 6.5mm +0 +1 +1 +MountingHole +MountingHole_6.5mm_Pad_TopBottom +Mounting Hole 6.5mm +mounting hole 6.5mm +0 +3 +1 +MountingHole +MountingHole_6.5mm_Pad_TopOnly +Mounting Hole 6.5mm +mounting hole 6.5mm +0 +2 +1 +MountingHole +MountingHole_6.5mm_Pad_Via +Mounting Hole 6.5mm +mounting hole 6.5mm +0 +9 +1 +MountingHole +MountingHole_6mm +Mounting Hole 6mm, no annular +mounting hole 6mm no annular +0 +0 +0 +MountingHole +MountingHole_6mm_Pad +Mounting Hole 6mm +mounting hole 6mm +0 +1 +1 +MountingHole +MountingHole_6mm_Pad_TopBottom +Mounting Hole 6mm +mounting hole 6mm +0 +3 +1 +MountingHole +MountingHole_6mm_Pad_TopOnly +Mounting Hole 6mm +mounting hole 6mm +0 +2 +1 +MountingHole +MountingHole_6mm_Pad_Via +Mounting Hole 6mm +mounting hole 6mm +0 +9 +1 +MountingHole +MountingHole_8.4mm_M8 +Mounting Hole 8.4mm, no annular, M8 +mounting hole 8.4mm no annular m8 +0 +0 +0 +MountingHole +MountingHole_8.4mm_M8_Pad +Mounting Hole 8.4mm, M8 +mounting hole 8.4mm m8 +0 +1 +1 +MountingHole +MountingHole_8.4mm_M8_Pad_TopBottom +Mounting Hole 8.4mm, M8 +mounting hole 8.4mm m8 +0 +3 +1 +MountingHole +MountingHole_8.4mm_M8_Pad_TopOnly +Mounting Hole 8.4mm, M8 +mounting hole 8.4mm m8 +0 +2 +1 +MountingHole +MountingHole_8.4mm_M8_Pad_Via +Mounting Hole 8.4mm, M8 +mounting hole 8.4mm m8 +0 +9 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H5mm_9771050360 +Mounting Hardware, external M3, height 5, Wuerth electronics 9771050360 (https://katalog.we-online.com/em/datasheet/9771050360.pdf), generated with kicad-footprint-generator +Mounting M3 9771050360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H6mm_9771060360 +Mounting Hardware, external M3, height 6, Wuerth electronics 9771060360 (https://katalog.we-online.com/em/datasheet/9771060360.pdf), generated with kicad-footprint-generator +Mounting M3 9771060360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H7mm_9771070360 +Mounting Hardware, external M3, height 7, Wuerth electronics 9771070360 (https://katalog.we-online.com/em/datasheet/9771070360.pdf), generated with kicad-footprint-generator +Mounting M3 9771070360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H8mm_9771080360 +Mounting Hardware, external M3, height 8, Wuerth electronics 9771080360 (https://katalog.we-online.com/em/datasheet/9771080360.pdf), generated with kicad-footprint-generator +Mounting M3 9771080360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H9mm_9771090360 +Mounting Hardware, external M3, height 9, Wuerth electronics 9771090360 (https://katalog.we-online.com/em/datasheet/9771090360.pdf), generated with kicad-footprint-generator +Mounting M3 9771090360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H10mm_9771100360 +Mounting Hardware, external M3, height 10, Wuerth electronics 9771100360 (https://katalog.we-online.com/em/datasheet/9771100360.pdf), generated with kicad-footprint-generator +Mounting M3 9771100360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H11mm_9771110360 +Mounting Hardware, external M3, height 11, Wuerth electronics 9771110360 (https://katalog.we-online.com/em/datasheet/9771110360.pdf), generated with kicad-footprint-generator +Mounting M3 9771110360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H12mm_9771120360 +Mounting Hardware, external M3, height 12, Wuerth electronics 9771120360 (https://katalog.we-online.com/em/datasheet/9771120360.pdf), generated with kicad-footprint-generator +Mounting M3 9771120360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H13mm_9771130360 +Mounting Hardware, external M3, height 13, Wuerth electronics 9771130360 (https://katalog.we-online.com/em/datasheet/9771130360.pdf), generated with kicad-footprint-generator +Mounting M3 9771130360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H14mm_9771140360 +Mounting Hardware, external M3, height 14, Wuerth electronics 9771140360 (https://katalog.we-online.com/em/datasheet/9771140360.pdf), generated with kicad-footprint-generator +Mounting M3 9771140360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H15mm_9771150360 +Mounting Hardware, external M3, height 15, Wuerth electronics 9771150360 (https://katalog.we-online.com/em/datasheet/9771150360.pdf), generated with kicad-footprint-generator +Mounting M3 9771150360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H1mm_9774010482 +Mounting Hardware, inside through hole 4.5mm, height 1, Wuerth electronics 9774010482 (https://katalog.we-online.de/em/datasheet/9774010482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774010482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H2mm_9774020482 +Mounting Hardware, inside through hole 4.5mm, height 2, Wuerth electronics 9774020482 (https://katalog.we-online.de/em/datasheet/9774020482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774020482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H3mm_9774030482 +Mounting Hardware, inside through hole 4.5mm, height 3, Wuerth electronics 9774030482 (https://katalog.we-online.de/em/datasheet/9774030482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774030482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H4mm_9774040482 +Mounting Hardware, inside through hole 4.5mm, height 4, Wuerth electronics 9774040482 (https://katalog.we-online.de/em/datasheet/9774040482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774040482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H5mm_9774050482 +Mounting Hardware, inside through hole 4.5mm, height 5, Wuerth electronics 9774050482 (https://katalog.we-online.de/em/datasheet/9774050482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774050482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H6mm_9774060482 +Mounting Hardware, inside through hole 4.5mm, height 6, Wuerth electronics 9774060482 (https://katalog.we-online.de/em/datasheet/9774060482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774060482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H7mm_9774070482 +Mounting Hardware, inside through hole 4.5mm, height 7, Wuerth electronics 9774070482 (https://katalog.we-online.de/em/datasheet/9774070482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774070482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H8mm_9774080482 +Mounting Hardware, inside through hole 4.5mm, height 8, Wuerth electronics 9774080482 (https://katalog.we-online.de/em/datasheet/9774080482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774080482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H9mm_9774090482 +Mounting Hardware, inside through hole 4.5mm, height 9, Wuerth electronics 9774090482 (https://katalog.we-online.de/em/datasheet/9774090482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774090482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H10mm_9774100482 +Mounting Hardware, inside through hole 4.5mm, height 10, Wuerth electronics 9774100482 (https://katalog.we-online.de/em/datasheet/9774100482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774100482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H1.5mm_9774015633 +Mounting Hardware, inside through hole M1.6, height 1.5, Wuerth electronics 9774015633 (https://katalog.we-online.com/em/datasheet/9774015633.pdf), generated with kicad-footprint-generator +Mounting M1.6 9774015633 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H1mm_9774010633 +Mounting Hardware, inside through hole M1.6, height 1, Wuerth electronics 9774010633 (https://katalog.we-online.com/em/datasheet/9774010633.pdf), generated with kicad-footprint-generator +Mounting M1.6 9774010633 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H2.5mm_9774025633 +Mounting Hardware, inside through hole M1.6, height 2.5, Wuerth electronics 9774025633 (https://katalog.we-online.com/em/datasheet/9774025633.pdf), generated with kicad-footprint-generator +Mounting M1.6 9774025633 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H2.5mm_ThreadDepth1.5mm_97730256332 +Mounting Hardware, inside blind hole M1.6, height 2.5, Wuerth electronics 97730256332 (https://katalog.we-online.com/em/datasheet/97730256332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730256332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H2.5mm_ThreadDepth1.5mm_NoNPTH_97730256330 +Mounting Hardware, inside blind hole M1.6, height 2.5, Wuerth electronics 97730256330 (https://katalog.we-online.com/em/datasheet/97730256330R.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730256330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H2mm_9774020633 +Mounting Hardware, inside through hole M1.6, height 2, Wuerth electronics 9774020633 (https://katalog.we-online.com/em/datasheet/9774020633.pdf), generated with kicad-footprint-generator +Mounting M1.6 9774020633 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H3.5mm_ThreadDepth2mm_97730356332 +Mounting Hardware, inside blind hole M1.6, height 3.5, Wuerth electronics 97730356332 (https://katalog.we-online.com/em/datasheet/97730356332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730356332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H3.5mm_ThreadDepth2mm_97730356334 +Mounting Hardware, inside blind hole M1.6, height 3.5, Wuerth electronics 97730356334 (https://katalog.we-online.com/em/datasheet/97730356334.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730356334 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H3.5mm_ThreadDepth2mm_NoNPTH_97730356330 +Mounting Hardware, inside blind hole M1.6, height 3.5, Wuerth electronics 97730356330 (https://katalog.we-online.com/em/datasheet/97730356330.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730356330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H3mm_9774030633 +Mounting Hardware, inside through hole M1.6, height 3, Wuerth electronics 9774030633 (https://katalog.we-online.com/em/datasheet/9774030633.pdf), generated with kicad-footprint-generator +Mounting M1.6 9774030633 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H3mm_ThreadDepth1.8mm_97730306332 +Mounting Hardware, inside blind hole M1.6, height 3, Wuerth electronics 97730306332 (https://katalog.we-online.com/em/datasheet/97730306332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730306332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H3mm_ThreadDepth1.8mm_NoNPTH_97730306330 +Mounting Hardware, inside blind hole M1.6, height 3, Wuerth electronics 97730306330 (https://katalog.we-online.com/em/datasheet/97730306330.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730306330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H4.5mm_ThreadDepth2mm_97730456332 +Mounting Hardware, inside blind hole M1.6, height 4.5, Wuerth electronics 97730456332 (https://katalog.we-online.com/em/datasheet/97730456332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730456332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H4.5mm_ThreadDepth2mm_97730456334 +Mounting Hardware, inside blind hole M1.6, height 4.5, Wuerth electronics 97730456334 (https://katalog.we-online.com/em/datasheet/97730456334.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730456334 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H4.5mm_ThreadDepth2mm_NoNPTH_97730456330 +Mounting Hardware, inside blind hole M1.6, height 4.5, Wuerth electronics 97730456330 (https://katalog.we-online.com/em/datasheet/97730456330.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730456330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H4mm_ThreadDepth2mm_97730406332 +Mounting Hardware, inside blind hole M1.6, height 4, Wuerth electronics 97730406332 (https://katalog.we-online.com/em/datasheet/97730406332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730406332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H4mm_ThreadDepth2mm_97730406334 +Mounting Hardware, inside blind hole M1.6, height 4, Wuerth electronics 97730406334 (https://katalog.we-online.com/em/datasheet/97730406334.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730406334 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H4mm_ThreadDepth2mm_NoNPTH_97730406330 +Mounting Hardware, inside blind hole M1.6, height 4, Wuerth electronics 97730406330 (https://katalog.we-online.com/em/datasheet/97730406330.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730406330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H5mm_ThreadDepth2mm_97730506332 +Mounting Hardware, inside blind hole M1.6, height 5, Wuerth electronics 97730506332 (https://katalog.we-online.com/em/datasheet/97730506332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730506332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H5mm_ThreadDepth2mm_97730506334 +Mounting Hardware, inside blind hole M1.6, height 5, Wuerth electronics 97730506334 (https://katalog.we-online.com/em/datasheet/97730506334.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730506334 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H5mm_ThreadDepth2mm_NoNPTH_97730506330 +Mounting Hardware, inside blind hole M1.6, height 5, Wuerth electronics 97730506330 (https://katalog.we-online.com/em/datasheet/97730506330.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730506330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H6mm_ThreadDepth2mm_97730606332 +Mounting Hardware, inside blind hole M1.6, height 6, Wuerth electronics 97730606332 (https://katalog.we-online.com/em/datasheet/97730606332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730606332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H6mm_ThreadDepth2mm_97730606334 +Mounting Hardware, inside blind hole M1.6, height 6, Wuerth electronics 97730606334 (https://katalog.we-online.com/em/datasheet/97730606334.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730606334 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H6mm_ThreadDepth2mm_NoNPTH_97730606330 +Mounting Hardware, inside blind hole M1.6, height 6, Wuerth electronics 97730606330 (https://katalog.we-online.com/em/datasheet/97730606330.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730606330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H1.5mm_9774015243 +Mounting Hardware, inside through hole M2, height 1.5, Wuerth electronics 9774015243 (https://katalog.we-online.de/em/datasheet/9774015243.pdf), generated with kicad-footprint-generator +Mounting M2 9774015243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H1mm_9774010243 +Mounting Hardware, inside through hole M2, height 1, Wuerth electronics 9774010243 (https://katalog.we-online.de/em/datasheet/9774010243.pdf), generated with kicad-footprint-generator +Mounting M2 9774010243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H2.5mm_9774025243 +Mounting Hardware, inside through hole M2, height 2.5, Wuerth electronics 9774025243 (https://katalog.we-online.de/em/datasheet/9774025243.pdf), generated with kicad-footprint-generator +Mounting M2 9774025243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H2mm_9774020243 +Mounting Hardware, inside through hole M2, height 2, Wuerth electronics 9774020243 (https://katalog.we-online.de/em/datasheet/9774020243.pdf), generated with kicad-footprint-generator +Mounting M2 9774020243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H3.5mm_9774035243 +Mounting Hardware, inside through hole M2, height 3.5, Wuerth electronics 9774035243 (https://katalog.we-online.de/em/datasheet/9774035243.pdf), generated with kicad-footprint-generator +Mounting M2 9774035243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H3mm_9774030243 +Mounting Hardware, inside through hole M2, height 3, Wuerth electronics 9774030243 (https://katalog.we-online.de/em/datasheet/9774030243.pdf), generated with kicad-footprint-generator +Mounting M2 9774030243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H4.5mm_9774045243 +Mounting Hardware, inside through hole M2, height 4.5, Wuerth electronics 9774045243 (https://katalog.we-online.de/em/datasheet/9774045243.pdf), generated with kicad-footprint-generator +Mounting M2 9774045243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H4mm_9774040243 +Mounting Hardware, inside through hole M2, height 4, Wuerth electronics 9774040243 (https://katalog.we-online.de/em/datasheet/9774040243.pdf), generated with kicad-footprint-generator +Mounting M2 9774040243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H5mm_9774050243 +Mounting Hardware, inside through hole M2, height 5, Wuerth electronics 9774050243 (https://katalog.we-online.de/em/datasheet/9774050243.pdf), generated with kicad-footprint-generator +Mounting M2 9774050243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H6mm_9774060243 +Mounting Hardware, inside through hole M2, height 6, Wuerth electronics 9774060243 (https://katalog.we-online.de/em/datasheet/9774060243.pdf), generated with kicad-footprint-generator +Mounting M2 9774060243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H7mm_9774070243 +Mounting Hardware, inside through hole M2, height 7, Wuerth electronics 9774070243 (https://katalog.we-online.de/em/datasheet/9774070243.pdf), generated with kicad-footprint-generator +Mounting M2 9774070243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H8mm_9774080243 +Mounting Hardware, inside through hole M2, height 8, Wuerth electronics 9774080243 (https://katalog.we-online.de/em/datasheet/9774080243.pdf), generated with kicad-footprint-generator +Mounting M2 9774080243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H1.5mm_9774015360 +Mounting Hardware, inside through hole M3, height 1.5, Wuerth electronics 9774015360 (https://katalog.we-online.de/em/datasheet/9774015360.pdf), generated with kicad-footprint-generator +Mounting M3 9774015360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H1mm_9774010360 +Mounting Hardware, inside through hole M3, height 1, Wuerth electronics 9774010360 (https://katalog.we-online.de/em/datasheet/9774010360.pdf), generated with kicad-footprint-generator +Mounting M3 9774010360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H2.5mm_9774025360 +Mounting Hardware, inside through hole M3, height 2.5, Wuerth electronics 9774025360 (https://katalog.we-online.de/em/datasheet/9774025360.pdf), generated with kicad-footprint-generator +Mounting M3 9774025360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H2mm_9774020360 +Mounting Hardware, inside through hole M3, height 2, Wuerth electronics 9774020360 (https://katalog.we-online.de/em/datasheet/9774020360.pdf), generated with kicad-footprint-generator +Mounting M3 9774020360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H3mm_9774030360 +Mounting Hardware, inside through hole M3, height 3, Wuerth electronics 9774030360 (https://katalog.we-online.de/em/datasheet/9774030360R.pdf), generated with kicad-footprint-generator +Mounting M3 9774030360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H4mm_9774040360 +Mounting Hardware, inside through hole M3, height 4, Wuerth electronics 9774040360 (https://katalog.we-online.de/em/datasheet/9774040360.pdf), generated with kicad-footprint-generator +Mounting M3 9774040360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H5mm_9774050360 +Mounting Hardware, inside through hole M3, height 5, Wuerth electronics 9774050360 (https://katalog.we-online.de/em/datasheet/9774050360.pdf), generated with kicad-footprint-generator +Mounting M3 9774050360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H6mm_9774060360 +Mounting Hardware, inside through hole M3, height 6, Wuerth electronics 9774060360 (https://katalog.we-online.de/em/datasheet/9774060360.pdf), generated with kicad-footprint-generator +Mounting M3 9774060360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H7mm_9774070360 +Mounting Hardware, inside through hole M3, height 7, Wuerth electronics 9774070360 (https://katalog.we-online.de/em/datasheet/9774070360.pdf), generated with kicad-footprint-generator +Mounting M3 9774070360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H8mm_9774080360 +Mounting Hardware, inside through hole M3, height 8, Wuerth electronics 9774080360 (https://katalog.we-online.de/em/datasheet/9774080360.pdf), generated with kicad-footprint-generator +Mounting M3 9774080360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H9mm_9774090360 +Mounting Hardware, inside through hole M3, height 9, Wuerth electronics 9774090360 (https://katalog.we-online.de/em/datasheet/9774090360.pdf), generated with kicad-footprint-generator +Mounting M3 9774090360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H10mm_9774100360 +Mounting Hardware, inside through hole M3, height 10, Wuerth electronics 9774100360 (https://katalog.we-online.de/em/datasheet/9774100360.pdf), generated with kicad-footprint-generator +Mounting M3 9774100360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H11mm_9774110360 +Mounting Hardware, inside through hole M3, height 11, Wuerth electronics 9774110360 (https://katalog.we-online.de/em/datasheet/9774110360.pdf), generated with kicad-footprint-generator +Mounting M3 9774110360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H12mm_9774120360 +Mounting Hardware, inside through hole M3, height 12, Wuerth electronics 9774120360 (https://katalog.we-online.de/em/datasheet/9774120360.pdf), generated with kicad-footprint-generator +Mounting M3 9774120360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H13mm_9774130360 +Mounting Hardware, inside through hole M3, height 13, Wuerth electronics 9774130360 (https://katalog.we-online.de/em/datasheet/9774130360.pdf), generated with kicad-footprint-generator +Mounting M3 9774130360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H14mm_9774140360 +Mounting Hardware, inside through hole M3, height 14, Wuerth electronics 9774140360 (https://katalog.we-online.de/em/datasheet/9774140360.pdf), generated with kicad-footprint-generator +Mounting M3 9774140360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H15mm_9774150360 +Mounting Hardware, inside through hole M3, height 15, Wuerth electronics 9774150360 (https://katalog.we-online.de/em/datasheet/9774150360.pdf), generated with kicad-footprint-generator +Mounting M3 9774150360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H2.6mm_ReverseMount_9775026960 +Mounting Hardware, inside through hole 3.2mm, height 2.6, Wuerth electronics 9775026960 (https://katalog.we-online.com/em/datasheet/9775026960R.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775026960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H3.1mm_ReverseMount_9775031960 +Mounting Hardware, inside through hole 3.2mm, height 3.1, Wuerth electronics 9775031960 (https://katalog.we-online.com/em/datasheet/9775031960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775031960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H3.6mm_ReverseMount_9775036960 +Mounting Hardware, inside through hole 3.2mm, height 3.6, Wuerth electronics 9775036960 (https://katalog.we-online.com/em/datasheet/9775036960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775036960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H4.1mm_ReverseMount_9775041960 +Mounting Hardware, inside through hole 3.2mm, height 4.1, Wuerth electronics 9775041960 (https://katalog.we-online.com/em/datasheet/9775041960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775041960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H4.6mm_ReverseMount_9775046960 +Mounting Hardware, inside through hole 3.2mm, height 4.6, Wuerth electronics 9775046960 (https://katalog.we-online.com/em/datasheet/9775046960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775046960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H5.1mm_ReverseMount_9775051960 +Mounting Hardware, inside through hole 3.2mm, height 5.1, Wuerth electronics 9775051960 (https://katalog.we-online.com/em/datasheet/9775051960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775051960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H5.6mm_ReverseMount_9775056960 +Mounting Hardware, inside through hole 3.2mm, height 5.6, Wuerth electronics 9775056960 (https://katalog.we-online.com/em/datasheet/9775056960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775056960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H6.6mm_ReverseMount_9775066960 +Mounting Hardware, inside through hole 3.2mm, height 6.6, Wuerth electronics 9775066960 (https://katalog.we-online.com/em/datasheet/9775066960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775066960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H7.6mm_ReverseMount_9775076960 +Mounting Hardware, inside through hole 3.2mm, height 7.6, Wuerth electronics 9775076960 (https://katalog.we-online.com/em/datasheet/9775076960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775076960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H8.6mm_ReverseMount_9775086960 +Mounting Hardware, inside through hole 3.2mm, height 8.6, Wuerth electronics 9775086960 (https://katalog.we-online.com/em/datasheet/9775086960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775086960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H9.6mm_ReverseMount_9775096960 +Mounting Hardware, inside through hole 3.2mm, height 9.6, Wuerth electronics 9775096960 (https://katalog.we-online.com/em/datasheet/9775096960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775096960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H10.6mm_ReverseMount_9775106960 +Mounting Hardware, inside through hole 3.2mm, height 10.6, Wuerth electronics 9775106960 (https://katalog.we-online.com/em/datasheet/9775106960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775106960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H11.6mm_ReverseMount_9775116960 +Mounting Hardware, inside through hole 3.2mm, height 11.6, Wuerth electronics 9775116960 (https://katalog.we-online.com/em/datasheet/9775116960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775116960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H2.6mm_ReverseMount_9775026360 +Mounting Hardware, inside through hole M3, height 2.6, Wuerth electronics 9775026360 (https://katalog.we-online.com/em/datasheet/9775026360.pdf), generated with kicad-footprint-generator +Mounting M3 9775026360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H3.1mm_ReverseMount_9775031360 +Mounting Hardware, inside through hole M3, height 3.1, Wuerth electronics 9775031360 (https://katalog.we-online.com/em/datasheet/9775031360.pdf), generated with kicad-footprint-generator +Mounting M3 9775031360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H3.6mm_ReverseMount_9775036360 +Mounting Hardware, inside through hole M3, height 3.6, Wuerth electronics 9775036360 (https://katalog.we-online.com/em/datasheet/9775036360.pdf), generated with kicad-footprint-generator +Mounting M3 9775036360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H4.1mm_ReverseMount_9775041360 +Mounting Hardware, inside through hole M3, height 4.1, Wuerth electronics 9775041360 (https://katalog.we-online.com/em/datasheet/9775041360.pdf), generated with kicad-footprint-generator +Mounting M3 9775041360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H4.6mm_ReverseMount_9775046360 +Mounting Hardware, inside through hole M3, height 4.6, Wuerth electronics 9775046360 (https://katalog.we-online.com/em/datasheet/9775046360.pdf), generated with kicad-footprint-generator +Mounting M3 9775046360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H5.1mm_ReverseMount_9775051360 +Mounting Hardware, inside through hole M3, height 5.1, Wuerth electronics 9775051360 (https://katalog.we-online.com/em/datasheet/9775051360.pdf), generated with kicad-footprint-generator +Mounting M3 9775051360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H5.6mm_ReverseMount_9775056360 +Mounting Hardware, inside through hole M3, height 5.6, Wuerth electronics 9775056360 (https://katalog.we-online.com/em/datasheet/9775056360.pdf), generated with kicad-footprint-generator +Mounting M3 9775056360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H6.6mm_ReverseMount_9775066360 +Mounting Hardware, inside through hole M3, height 6.6, Wuerth electronics 9775066360 (https://katalog.we-online.com/em/datasheet/9775066360.pdf), generated with kicad-footprint-generator +Mounting M3 9775066360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H7.6mm_ReverseMount_9775076360 +Mounting Hardware, inside through hole M3, height 7.6, Wuerth electronics 9775076360 (https://katalog.we-online.com/em/datasheet/9775076360.pdf), generated with kicad-footprint-generator +Mounting M3 9775076360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H8.6mm_ReverseMount_9775086360 +Mounting Hardware, inside through hole M3, height 8.6, Wuerth electronics 9775086360 (https://katalog.we-online.com/em/datasheet/9775086360.pdf), generated with kicad-footprint-generator +Mounting M3 9775086360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H9.6mm_ReverseMount_9775096360 +Mounting Hardware, inside through hole M3, height 9.6, Wuerth electronics 9775096360 (https://katalog.we-online.com/em/datasheet/9775096360.pdf), generated with kicad-footprint-generator +Mounting M3 9775096360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H10.6mm_ReverseMount_9775106360 +Mounting Hardware, inside through hole M3, height 10.6, Wuerth electronics 9775106360 (https://katalog.we-online.com/em/datasheet/9775106360.pdf), generated with kicad-footprint-generator +Mounting M3 9775106360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H11.6mm_ReverseMount_9775116360 +Mounting Hardware, inside through hole M3, height 11.6, Wuerth electronics 9775116360 (https://katalog.we-online.com/em/datasheet/9775116360.pdf), generated with kicad-footprint-generator +Mounting M3 9775116360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H2.5mm_SnapRivet_9776025960 +Mounting Hardware, inside through hole 3.3mm, height 2.5, Wuerth electronics 9776025960 (https://katalog.we-online.com/em/datasheet/9776025960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776025960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H2mm_SnapRivet_9776020960 +Mounting Hardware, inside through hole 3.3mm, height 2, Wuerth electronics 9776020960 (https://katalog.we-online.com/em/datasheet/9776020960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776020960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H3mm_SnapRivet_9776030960 +Mounting Hardware, inside through hole 3.3mm, height 3, Wuerth electronics 9776030960 (https://katalog.we-online.com/em/datasheet/9776030960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776030960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H4mm_SnapRivet_9776040960 +Mounting Hardware, inside through hole 3.3mm, height 4, Wuerth electronics 9776040960 (https://katalog.we-online.com/em/datasheet/9776040960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776040960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H5mm_SnapRivet_9776050960 +Mounting Hardware, inside through hole 3.3mm, height 5, Wuerth electronics 9776050960 (https://katalog.we-online.com/em/datasheet/9776050960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776050960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H6mm_SnapRivet_9776060960 +Mounting Hardware, inside through hole 3.3mm, height 6, Wuerth electronics 9776060960 (https://katalog.we-online.com/em/datasheet/9776060960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776060960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H7mm_SnapRivet_9776070960 +Mounting Hardware, inside through hole 3.3mm, height 7, Wuerth electronics 9776070960 (https://katalog.we-online.com/em/datasheet/9776070960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776070960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H8mm_SnapRivet_9776080960 +Mounting Hardware, inside through hole 3.3mm, height 8, Wuerth electronics 9776080960 (https://katalog.we-online.com/em/datasheet/9776080960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776080960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H9mm_SnapRivet_9776090960 +Mounting Hardware, inside through hole 3.3mm, height 9, Wuerth electronics 9776090960 (https://katalog.we-online.com/em/datasheet/9776090960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776090960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H10mm_SnapRivet_9776100960 +Mounting Hardware, inside through hole 3.3mm, height 10, Wuerth electronics 9776100960 (https://katalog.we-online.com/em/datasheet/9776100960R.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776100960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H1.5mm_9774015951 +Mounting Hardware, inside through hole 2.7mm, height 1.5, Wuerth electronics 9774015951 (https://katalog.we-online.de/em/datasheet/9774015951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774015951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H1mm_9774010951 +Mounting Hardware, inside through hole 2.7mm, height 1, Wuerth electronics 9774010951 (https://katalog.we-online.de/em/datasheet/9774010951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774010951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H2.5mm_9774025951 +Mounting Hardware, inside through hole 2.7mm, height 2.5, Wuerth electronics 9774025951 (https://katalog.we-online.de/em/datasheet/9774025951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774025951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H2mm_9774020951 +Mounting Hardware, inside through hole 2.7mm, height 2, Wuerth electronics 9774020951 (https://katalog.we-online.de/em/datasheet/9774020951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774020951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H3mm_9774030951 +Mounting Hardware, inside through hole 2.7mm, height 3, Wuerth electronics 9774030951 (https://katalog.we-online.de/em/datasheet/9774030951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774030951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H4mm_9774040951 +Mounting Hardware, inside through hole 2.7mm, height 4, Wuerth electronics 9774040951 (https://katalog.we-online.de/em/datasheet/9774040951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774040951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H5.5mm_9774055951 +Mounting Hardware, inside through hole 2.7mm, height 5.5, Wuerth electronics 9774055951 (https://katalog.we-online.de/em/datasheet/9774055951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774055951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H5mm_9774050951 +Mounting Hardware, inside through hole 2.7mm, height 5, Wuerth electronics 9774050951 (https://katalog.we-online.de/em/datasheet/9774050951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774050951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H6.5mm_9774065951 +Mounting Hardware, inside through hole 2.7mm, height 6.5, Wuerth electronics 9774065951 (https://katalog.we-online.de/em/datasheet/9774065951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774065951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H6mm_9774060951 +Mounting Hardware, inside through hole 2.7mm, height 6, Wuerth electronics 9774060951 (https://katalog.we-online.de/em/datasheet/9774060951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774060951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H7mm_9774070951 +Mounting Hardware, inside through hole 2.7mm, height 7, Wuerth electronics 9774070951 (https://katalog.we-online.de/em/datasheet/9774070951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774070951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H8mm_9774080951 +Mounting Hardware, inside through hole 2.7mm, height 8, Wuerth electronics 9774080951 (https://katalog.we-online.de/em/datasheet/9774080951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774080951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H9mm_9774090951 +Mounting Hardware, inside through hole 2.7mm, height 9, Wuerth electronics 9774090951 (https://katalog.we-online.de/em/datasheet/9774090951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774090951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H10mm_9774100951 +Mounting Hardware, inside through hole 2.7mm, height 10, Wuerth electronics 9774100951 (https://katalog.we-online.de/em/datasheet/9774100951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774100951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H1.5mm_9774015943 +Mounting Hardware, inside through hole 2.25mm, height 1.5, Wuerth electronics 9774015943 (https://katalog.we-online.de/em/datasheet/9774015943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774015943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H1mm_9774010943 +Mounting Hardware, inside through hole 2.25mm, height 1, Wuerth electronics 9774010943 (https://katalog.we-online.de/em/datasheet/9774010943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774010943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H2.5mm_9774025943 +Mounting Hardware, inside through hole 2.25mm, height 2.5, Wuerth electronics 9774025943 (https://katalog.we-online.de/em/datasheet/9774025943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774025943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H2mm_9774020943 +Mounting Hardware, inside through hole 2.25mm, height 2, Wuerth electronics 9774020943 (https://katalog.we-online.de/em/datasheet/9774020943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774020943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H3.5mm_9774035943 +Mounting Hardware, inside through hole 2.25mm, height 3.5, Wuerth electronics 9774035943 (https://katalog.we-online.de/em/datasheet/9774035943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774035943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H3mm_9774030943 +Mounting Hardware, inside through hole 2.25mm, height 3, Wuerth electronics 9774030943 (https://katalog.we-online.de/em/datasheet/9774030943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774030943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H4.5mm_9774045943 +Mounting Hardware, inside through hole 2.25mm, height 4.5, Wuerth electronics 9774045943 (https://katalog.we-online.de/em/datasheet/9774045943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774045943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H4mm_9774040943 +Mounting Hardware, inside through hole 2.25mm, height 4, Wuerth electronics 9774040943 (https://katalog.we-online.de/em/datasheet/9774040943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774040943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H5mm_9774050943 +Mounting Hardware, inside through hole 2.25mm, height 5, Wuerth electronics 9774050943 (https://katalog.we-online.de/em/datasheet/9774050943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774050943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H6mm_9774060943 +Mounting Hardware, inside through hole 2.25mm, height 6, Wuerth electronics 9774060943 (https://katalog.we-online.de/em/datasheet/9774060943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774060943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H7mm_9774070943 +Mounting Hardware, inside through hole 2.25mm, height 7, Wuerth electronics 9774070943 (https://katalog.we-online.de/em/datasheet/9774070943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774070943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H8mm_9774080943 +Mounting Hardware, inside through hole 2.25mm, height 8, Wuerth electronics 9774080943 (https://katalog.we-online.de/em/datasheet/9774080943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774080943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H1.5mm_9774015960 +Mounting Hardware, inside through hole 3.3mm, height 1.5, Wuerth electronics 9774015960 (https://katalog.we-online.de/em/datasheet/9774015960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774015960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H1mm_9774010960 +Mounting Hardware, inside through hole 3.3mm, height 1, Wuerth electronics 9774010960 (https://katalog.we-online.de/em/datasheet/9774010960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774010960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H2.5mm_9774025960 +Mounting Hardware, inside through hole 3.3mm, height 2.5, Wuerth electronics 9774025960 (https://katalog.we-online.de/em/datasheet/9774025960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774025960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H2mm_9774020960 +Mounting Hardware, inside through hole 3.3mm, height 2, Wuerth electronics 9774020960 (https://katalog.we-online.de/em/datasheet/9774020960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774020960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H3mm_9774030960 +Mounting Hardware, inside through hole 3.3mm, height 3, Wuerth electronics 9774030960 (https://katalog.we-online.de/em/datasheet/9774030960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774030960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H4mm_9774040960 +Mounting Hardware, inside through hole 3.3mm, height 4, Wuerth electronics 9774040960 (https://katalog.we-online.de/em/datasheet/9774040960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774040960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H5mm_9774050960 +Mounting Hardware, inside through hole 3.3mm, height 5, Wuerth electronics 9774050960 (https://katalog.we-online.de/em/datasheet/9774050960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774050960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H6mm_9774060960 +Mounting Hardware, inside through hole 3.3mm, height 6, Wuerth electronics 9774060960 (https://katalog.we-online.de/em/datasheet/9774060960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774060960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H7mm_9774070960 +Mounting Hardware, inside through hole 3.3mm, height 7, Wuerth electronics 9774070960 (https://katalog.we-online.de/em/datasheet/9774070960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774070960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H8mm_9774080960 +Mounting Hardware, inside through hole 3.3mm, height 8, Wuerth electronics 9774080960 (https://katalog.we-online.de/em/datasheet/9774080960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774080960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H9mm_9774090960 +Mounting Hardware, inside through hole 3.3mm, height 9, Wuerth electronics 9774090960 (https://katalog.we-online.de/em/datasheet/9774090960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774090960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H10mm_9774100960 +Mounting Hardware, inside through hole 3.3mm, height 10, Wuerth electronics 9774100960 (https://katalog.we-online.de/em/datasheet/9774100960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774100960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H11mm_9774110960 +Mounting Hardware, inside through hole 3.3mm, height 11, Wuerth electronics 9774110960 (https://katalog.we-online.de/em/datasheet/9774110960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774110960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H12mm_9774120960 +Mounting Hardware, inside through hole 3.3mm, height 12, Wuerth electronics 9774120960 (https://katalog.we-online.de/em/datasheet/9774120960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774120960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H13mm_9774130960 +Mounting Hardware, inside through hole 3.3mm, height 13, Wuerth electronics 9774130960 (https://katalog.we-online.de/em/datasheet/9774130960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774130960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H14mm_9774140960 +Mounting Hardware, inside through hole 3.3mm, height 14, Wuerth electronics 9774140960 (https://katalog.we-online.de/em/datasheet/9774140960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774140960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H15mm_9774150960 +Mounting Hardware, inside through hole 3.3mm, height 15, Wuerth electronics 9774150960 (https://katalog.we-online.de/em/datasheet/9774150960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774150960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H1mm_9774010982 +Mounting Hardware, inside through hole 4.5mm, height 1, Wuerth electronics 9774010982 (https://katalog.we-online.de/em/datasheet/9774010982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774010982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H2mm_9774020982 +Mounting Hardware, inside through hole 4.5mm, height 2, Wuerth electronics 9774020982 (https://katalog.we-online.de/em/datasheet/9774020982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774020982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H3mm_9774030982 +Mounting Hardware, inside through hole 4.5mm, height 3, Wuerth electronics 9774030982 (https://katalog.we-online.de/em/datasheet/9774030982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774030982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H4mm_9774040982 +Mounting Hardware, inside through hole 4.5mm, height 4, Wuerth electronics 9774040982 (https://katalog.we-online.de/em/datasheet/9774040982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774040982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H5mm_9774050982 +Mounting Hardware, inside through hole 4.5mm, height 5, Wuerth electronics 9774050982 (https://katalog.we-online.de/em/datasheet/9774050982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774050982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H6mm_9774060982 +Mounting Hardware, inside through hole 4.5mm, height 6, Wuerth electronics 9774060982 (https://katalog.we-online.de/em/datasheet/9774060982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774060982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H7mm_9774070982 +Mounting Hardware, inside through hole 4.5mm, height 7, Wuerth electronics 9774070982 (https://katalog.we-online.de/em/datasheet/9774070982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774070982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H8mm_9774080982 +Mounting Hardware, inside through hole 4.5mm, height 8, Wuerth electronics 9774080982 (https://katalog.we-online.de/em/datasheet/9774080982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774080982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H9mm_9774090982 +Mounting Hardware, inside through hole 4.5mm, height 9, Wuerth electronics 9774090982 (https://katalog.we-online.de/em/datasheet/9774090982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774090982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H10mm_9774100982 +Mounting Hardware, inside through hole 4.5mm, height 10, Wuerth electronics 9774100982 (https://katalog.we-online.de/em/datasheet/9774100982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774100982 +0 +8 +1 +NetTie +NetTie-2_SMD_Pad0.5mm +Net tie, 2 pin, 0.5mm square SMD pads +net tie +0 +2 +2 +NetTie +NetTie-2_SMD_Pad2.0mm +Net tie, 2 pin, 2.0mm square SMD pads +net tie +0 +2 +2 +NetTie +NetTie-2_THT_Pad0.3mm +Net tie, 2 pin, 0.3mm round THT pads +net tie +0 +2 +2 +NetTie +NetTie-2_THT_Pad1.0mm +Net tie, 2 pin, 1.0mm round THT pads +net tie +0 +2 +2 +NetTie +NetTie-3_SMD_Pad0.5mm +Net tie, 3 pin, 0.5mm square SMD pads +net tie +0 +3 +3 +NetTie +NetTie-3_SMD_Pad2.0mm +Net tie, 3 pin, 2.0mm square SMD pads +net tie +0 +3 +3 +NetTie +NetTie-3_THT_Pad0.3mm +Net tie, 3 pin, 0.3mm round THT pads +net tie +0 +3 +3 +NetTie +NetTie-3_THT_Pad1.0mm +Net tie, 3 pin, 1.0mm round THT pads +net tie +0 +3 +3 +NetTie +NetTie-4_SMD_Pad0.5mm +Net tie, 4 pin, 0.5mm square SMD pads +net tie +0 +4 +4 +NetTie +NetTie-4_SMD_Pad2.0mm +Net tie, 4 pin, 2.0mm square SMD pads +net tie +0 +4 +4 +NetTie +NetTie-4_THT_Pad0.3mm +Net tie, 4 pin, 0.3mm round THT pads +net tie +0 +4 +4 +NetTie +NetTie-4_THT_Pad1.0mm +Net tie, 4 pin, 1.0mm round THT pads +net tie +0 +4 +4 +OptoDevice +ADNS-9800 +Laser Gaming Sensor ADNS-9800 +MOUSE MOUSE_SENSOR LASER_GAMING_SENSOR +0 +16 +16 +OptoDevice +AGILENT_HFBR-152x +Fiberoptic Transmitter TX, HFBR series (https://docs.broadcom.com/docs/AV02-3283EN) +Fiberoptic Transmitter +0 +6 +6 +OptoDevice +AGILENT_HFBR-252x +Fiberoptic Receiver RX, HFBR series (https://docs.broadcom.com/docs/AV02-3283EN) +Fiberoptic Transmitter +0 +6 +6 +OptoDevice +AMS_TSL2550_SMD +http://ams.com/eng/content/download/250130/975613/142977 +TSL2550 ambient light sensor +0 +4 +4 +OptoDevice +Broadcom_AFBR-16xxZ_Horizontal +Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN +Fiber Optic Transmitter and Receiver +0 +6 +6 +OptoDevice +Broadcom_AFBR-16xxZ_Tilted +Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN +Fiber Optic Transmitter and Receiver +0 +6 +6 +OptoDevice +Broadcom_AFBR-16xxZ_Vertical +Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN +Fiber Optic Transmitter and Receiver +0 +6 +6 +OptoDevice +Broadcom_APDS-9301 +ambient light sensor, i2c interface, 6-pin chipled package, https://docs.broadcom.com/docs/AV02-2315EN +ambient light sensor chipled +0 +6 +6 +OptoDevice +Broadcom_DFN-6_2x2mm_P0.65mm +Broadcom DFN, 6 Pin (https://docs.broadcom.com/docs/AV02-4755EN), generated with kicad-footprint-generator ipc_noLead_generator.py +Broadcom DFN NoLead +0 +6 +6 +OptoDevice +Broadcom_LGA-8_2x2mm_P0.5mm +Broadcom LGA, 8 Pin (https://docs.broadcom.com/doc/APDS-9251-001-DS#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py +Broadcom LGA NoLead +0 +8 +8 +OptoDevice +Broadcom_LGA-8_2x2mm_P0.53mm +Broadcom LGA, 8 Pin (https://docs.broadcom.com/docs/AV02-4755EN), generated with kicad-footprint-generator ipc_noLead_generator.py +Broadcom LGA NoLead +0 +8 +8 +OptoDevice +Everlight_ITR1201SR10AR +package for Everlight ITR1201SR10AR, light-direction upwards, see https://www.everlight.com/file/ProductFile/ITR1201SR10AR-TR.pdf +reflective opto couple photo coupler +0 +4 +4 +OptoDevice +Everlight_ITR8307 +package for Everlight ITR8307 with PCB cutout, light-direction upwards, see http://www.everlight.com/file/ProductFile/ITR8307.pdf +refective opto couple photo coupler +0 +4 +4 +OptoDevice +Everlight_ITR8307F43 +package for Everlight ITR8307/F43, see https://everlighteurope.com/index.php?controller=attachment&id_attachment=5385 +refective opto couple photo coupler +0 +4 +4 +OptoDevice +Everlight_ITR8307_Reverse +package for Everlight ITR8307 with PCB cutout, light-direction downwards, see http://www.everlight.com/file/ProductFile/ITR8307.pdf +refective opto couple photo coupler +0 +4 +4 +OptoDevice +Everlight_ITR9608-F +Fork-type photointerrupter (https://everlighteurope.com/index.php?controller=attachment&id_attachment=5389) +Photointerrupter infrared LED +0 +4 +4 +OptoDevice +Finder_34.81 +Relay SPST, Finder Type 34.81 (opto relays/coupler), vertical/standing form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf +Relay SPST Finder +0 +4 +4 +OptoDevice +Hamamatsu_C12880 +Hamamatsu spectrometer, see http://www.hamamatsu.com/resources/pdf/ssd/c12880ma_kacc1226e.pdf +opto spectrometer Hamamatsu +0 +10 +10 +OptoDevice +Hamamatsu_S13360-30CS +SiPM, 2pin +Hamamatsu SiPM +0 +2 +2 +OptoDevice +Kingbright_KPS-3227 +3.2mmx2.7mm, light sensor, https://www.kingbright.com/attachments/file/psearch/000/00/00/KPS-3227SP1C(Ver.16).pdf +KPS-3227 Ambient Light Photo Sensor +0 +4 +4 +OptoDevice +Kingbright_KPS-5130 +http://www.kingbright.com/attachments/file/psearch/000/00/00/KPS-5130PD7C(Ver.14).pdf +KPS-5130 photodiode RGB sensor +0 +4 +4 +OptoDevice +Kingbright_KRC011_Horizontal +Subminiature Reflective Optical Sensor, http://www.kingbright.com/attachments/file/psearch/000/00/00/KRC011(Ver.15).pdf +Subminiature Reflective Optical Sensor +0 +4 +4 +OptoDevice +Kingbright_KRC011_Vertical +Subminiature Reflective Optical Sensor, http://www.kingbright.com/attachments/file/psearch/000/00/00/KRC011(Ver.15).pdf +Subminiature Reflective Optical Sensor +0 +4 +4 +OptoDevice +Kodenshi_LG206D +http://kodenshi.co.jp/products/pdf/sensor/photointerrupter_ic/LG206D.pdf +Photointerrupter infrared LED with photo IC +0 +5 +5 +OptoDevice +Kodenshi_LG206L +http://kodenshi.co.jp/products/pdf/sensor/photointerrupter_ic/LG205L.pdf +Photointerrupter infrared LED with photo IC +0 +5 +5 +OptoDevice +Kodenshi_SG105 +package for Kodenshi SG-105 with PCB cutout, light-direction upwards, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105.pdf +refective opto couple photo coupler +0 +4 +4 +OptoDevice +Kodenshi_SG105F +package for Kodenshi SG-105F, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105F.pdf +refective opto couple photo coupler +0 +4 +4 +OptoDevice +Kodenshi_SG105_Reverse +package for Kodenshi SG-105 with PCB cutout, light-direction downwards, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105.pdf +refective opto couple photo coupler +0 +4 +4 +OptoDevice +LaserDiode_TO3.3-D3.3-3 +Laser Diode, TO-3.3mm, 3pin +Laser Diode TO3.3 +0 +3 +3 +OptoDevice +LaserDiode_TO5-D9-3 +Laser Diode, TO5-like (D=9mm), 3pin +Laser Diode TO5-like +0 +3 +3 +OptoDevice +LaserDiode_TO18-D5.6-3 +Laser Diode, TO18-like (D=5.6mm), 3pin +Laser Diode TO18-like +0 +3 +3 +OptoDevice +LaserDiode_TO38ICut-3 +Laser Diode, TO-38-ICut, 3pin +Laser Diode TO38-ICut +0 +3 +3 +OptoDevice +LaserDiode_TO56-3 +Laser Diode, TO-56, 3pin +Laser Diode TO56 +0 +3 +3 +OptoDevice +Lightpipe_Bivar_RLP1-400-650 +1-way, 2.8mm lightpipe, 10mm lens output height, 17mm protrusion, https://www.bivar.com/parts_content/Datasheets/RLP1-XXX-XXX.pdf +planar light pipe 1 way 3mm +0 +0 +0 +OptoDevice +Lightpipe_Dialight_515-1064F +https://www.dialightsignalsandcomponents.com/515-optopipe-light-pipe-trilevel-2-5mm-rnd-flat-diff-lens-press-fit/#tab-resources +lightpipe triple tower right angle 3mm +0 +0 +0 +OptoDevice +Lightpipe_LPF-C012303S +https://www.lumex.com/spec/LPF-C012303S.pdf +lightpipe dual tower right angle 3mm +0 +0 +0 +OptoDevice +Lightpipe_LPF-C013301S +https://www.lumex.com/spec/LPF-C013301S.pdf +lightpipe triple tower right angle 3mm +0 +0 +0 +OptoDevice +Lightpipe_Mentor_1275.x00x +https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf +spherical light pipe 4 way 3mm PLCC-2 PLCC-4 +0 +0 +0 +OptoDevice +Lightpipe_Mentor_1276.1004 +https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf +spherical light pipe 4 way 3mm PLCC-2 PLCC-4 +0 +0 +0 +OptoDevice +Lightpipe_Mentor_1276.2004 +https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf +planar light pipe 4 way 3mm PLCC-2 PLCC-4 +0 +0 +0 +OptoDevice +Lite-On_LTR-303ALS-01 +ambient light sensor, i2c interface, 6-pin chipled package, http://optoelectronics.liteon.com/upload/download/DS86-2013-0004/LTR-303ALS-01_DS_V1.pdf +ambient light sensor chipled +0 +6 +6 +OptoDevice +Luna_NSL-32 +Optoisolator with LED and photoresistor +optoisolator +0 +4 +4 +OptoDevice +Maxim_OLGA-14_3.3x5.6mm_P0.8mm +https://pdfserv.maximintegrated.com/land_patterns/90-0602.PDF +OLGA-14 OESIP-14 +0 +14 +14 +OptoDevice +ONSemi_QSE15x +3 Lead Plastic Package +ONSemi QSE158 QSE159 +0 +3 +3 +OptoDevice +OnSemi_CASE100AQ +OnSemi CASE 100AQ for QRE1113, see https://www.onsemi.com/pub/Collateral/QRE1113-D.PDF +reflective opto couple photo coupler +0 +4 +4 +OptoDevice +OnSemi_CASE100CY +OnSemi CASE 100CY, light-direction upwards, see http://www.onsemi.com/pub/Collateral/QRE1113-D.PDF +refective opto couple photo coupler +0 +4 +4 +OptoDevice +Osram_BP104-SMD +PhotoDiode, plastic SMD DIL, 4.5x4mm, area: 2.2x2.2mm, https://dammedia.osram.info/media/resource/hires/osram-dam-5989350/BP%20104%20FAS_EN.pdf +PhotoDiode plastic SMD DIL +0 +6 +2 +OptoDevice +Osram_BPW34S-SMD +PhotoDiode, plastic SMD DIL, 4.5x4mm, area: 2.65x2.65mm, https://dammedia.osram.info/media/resource/hires/osram-dam-5488319/BPW%2034%20S_EN.pdf +PhotoDiode plastic SMD DIL +0 +6 +2 +OptoDevice +Osram_BPW82 +PhotoDiode, BPW82, RM2.54 +PhotoDiode BPW82 RM2.54 +0 +2 +2 +OptoDevice +Osram_DIL2_4.3x4.65mm_P5.08mm +PhotoDiode, plastic DIL, 4.3x4.65mm², RM5.08 +PhotoDiode plastic DIL RM5.08 +0 +2 +2 +OptoDevice +Osram_LPT80A +PhotoTransistor, sidelooker package, RM2.54 +PhotoTransistor sidelooker package RM2.54 +0 +2 +2 +OptoDevice +Osram_SFH9x0x +package for Osram SFH9x0x series of reflective photo interrupters/couplers, see http://www.osram-os.com/Graphics/XPic6/00200860_0.pdf +reflective photo interrupter SMD +0 +6 +6 +OptoDevice +Osram_SFH205 +PhotoDiode, SFH205, RM2.54 +PhotoDiode SFH205 RM2.54 +0 +2 +2 +OptoDevice +Osram_SFH225 +PhotoDiode, SFH225, RM2.54 +PhotoDiode SFH225 RM2.54 +0 +2 +2 +OptoDevice +Osram_SFH2201 +PhotoDiode, Clear Silicone, Osram TOPLED, 4x5.09mm, area: 2.85x2.85mm, Orientation mark at cathode, https://dammedia.osram.info/media/resource/hires/osram-dam-25688470/SFH%202201%20A01_EN.pdf +PhotoDiode silicone +0 +6 +2 +OptoDevice +Osram_SFH2430 +PhotoDiode, plastic SMD DIL, 4.5x4mm, area: 2.65x2.65mm, https://dammedia.osram.info/media/resource/hires/osram-dam-5467144/SFH%202430_EN.pdf +PhotoDiode plastic SMD DIL +0 +6 +2 +OptoDevice +Osram_SFH2440 +PhotoDiode, plastic SMD DIL, 4.5x4mm, area: 2.65x2.65mm, https://dammedia.osram.info/media/resource/hires/osram-dam-5467146/SFH%202440_EN.pdf +PhotoDiode plastic SMD DIL +0 +6 +2 +OptoDevice +Osram_SMD-SmartDIL +PhotoDiode, plastic SMD SmatDIL +PhotoDiode plastic SMD SmatDIL +0 +3 +3 +OptoDevice +Panasonic_APV-AQY_SSOP-4_4.45x2.65mm_P1.27mm +https://www.panasonic-electric-works.com/cps/rde/xbcr/pew_eu_en/technical_information_photomos_en.pdf +SSOP4 APV21 AQY22 +0 +4 +4 +OptoDevice +PerkinElmer_VTL5C +Axial Vactrol (http://www.qsl.net/wa1ion/vactrol/vactrol.pdf) +vactrol +0 +4 +4 +OptoDevice +PerkinElmer_VTL5Cx2 +Axial Vactrol (http://www.qsl.net/wa1ion/vactrol/vactrol.pdf) +vactrol +0 +5 +5 +OptoDevice +R_LDR_4.9x4.2mm_P2.54mm_Vertical +Resistor, LDR 4.9x4.2mm +Resistor LDR4.9x4.2 +0 +2 +2 +OptoDevice +R_LDR_5.0x4.1mm_P3mm_Vertical +Resistor, LDR 5x4.1mm, see http://cdn-reichelt.de/documents/datenblatt/A500/A90xxxx%23PE.pdf +Resistor LDR5x4.1mm +0 +2 +2 +OptoDevice +R_LDR_5.1x4.3mm_P3.4mm_Vertical +Resistor, LDR 5.1x3.4mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf +Resistor LDR5.1x3.4mm +0 +2 +2 +OptoDevice +R_LDR_5.2x5.2mm_P3.5mm_Horizontal +Resistor, LDR 5.2x5.2, upright, see http://cdn-reichelt.de/documents/datenblatt/A500/M996011A.pdf +Resistor LDR5.2x5.2 +0 +2 +2 +OptoDevice +R_LDR_7x6mm_P5.1mm_Vertical +Resistor, LDR 7x6mm +Resistor LDR7x6mm +0 +2 +2 +OptoDevice +R_LDR_10x8.5mm_P7.6mm_Vertical +Resistor, LDR 10x8.5mm +Resistor LDR10.8.5mm +0 +2 +2 +OptoDevice +R_LDR_11x9.4mm_P8.2mm_Vertical +Resistor, LDR 11x9.4mm +Resistor LDR11x9.4mm +0 +2 +2 +OptoDevice +R_LDR_12x10.8mm_P9.0mm_Vertical +Resistor, LDR 12x10.8mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf +Resistor LDR12x10.8mm +0 +2 +2 +OptoDevice +R_LDR_D6.4mm_P3.4mm_Vertical +Resistor, LDR D=6.4mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf +Resistor LDRD=6.4mm +0 +2 +2 +OptoDevice +R_LDR_D13.8mm_P9.0mm_Vertical +Resistor, diameter 13.8mm pitch 9mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf +Resistor LDR +0 +2 +2 +OptoDevice +R_LDR_D20mm_P17.5mm_Vertical +Resistor, LDR 20mm diameter, pin pitch 17.5mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf +Resistor LDR +0 +2 +2 +OptoDevice +ST_VL53L0X +https://www.st.com/resource/en/datasheet/vl53l1x.pdf +laser-ranging sensor +0 +12 +12 +OptoDevice +ST_VL53L1X +https://www.st.com/resource/en/datasheet/vl53l1x.pdf +laser-ranging sensor +0 +12 +12 +OptoDevice +Sharp_GP2Y0A41SK0F +http://www.sharp-world.com/products/device/lineup/data/pdf/datasheet/gp2y0a41sk_e.pdf +Distance Sensor Sharp +0 +2 +2 +OptoDevice +Sharp_IS471F +Sharp OPIC IS471F, see http://pdf.datasheetcatalog.com/datasheet/Sharp/mXvrzty.pdf +Sharp OPIC IS471F +0 +4 +4 +OptoDevice +Sharp_IS485 +Sharp OPIC, IS485, IS486, see http://microrato.ua.pt/main/Actividades/Estagios/Docs/IS485_6.pdf +Sharp OPIC IS485 IS486 +0 +3 +3 +OptoDevice +Siemens_SFH900 +package for Siemens SFH900 reflex photo interrupter/coupler/object detector, see https://www.batronix.com/pdf/sfh900.pdf +Siemens SFH900 reflex photo interrupter coupler object detector +0 +3 +3 +OptoDevice +Toshiba_TORX170_TORX173_TORX193_TORX194 +Fiberoptic Reciver, RX, Toshiba, Toslink, TORX170, TORX173, TORX193, TORX194 +Fiberoptic Reciver RX Toshiba Toslink TORX170 TORX173 TORX193 TORX194 +0 +6 +6 +OptoDevice +Toshiba_TOTX170_TOTX173_TOTX193_TOTX194 +Fiberoptic Reciver, RX, Toshiba, Toslink, TORX170, TORX173, TORX193, TORX194 +Fiberoptic Reciver RX Toshiba Toslink TORX170 TORX173 TORX193 TORX194 +0 +6 +6 +OptoDevice +Vishay_CAST-3Pin +IR Receiver Vishay TSOP-xxxx, CAST package, see https://www.vishay.com/docs/82493/tsop311.pdf +IRReceiverVishayTSOP-xxxx CAST +0 +3 +3 +OptoDevice +Vishay_CNY70 +package for Vishay CNY70 refective photo coupler/interrupter +Vishay CNY70 refective photo coupler +0 +4 +4 +OptoDevice +Vishay_MINICAST-3Pin +IR Receiver Vishay TSOP-xxxx, MINICAST package, see https://www.vishay.com/docs/82669/tsop32s40f.pdf +IR Receiver Vishay TSOP-xxxx MINICAST +0 +3 +3 +OptoDevice +Vishay_MINIMOLD-3Pin +IR Receiver Vishay TSOP-xxxx, MINIMOLD package, see https://www.vishay.com/docs/82742/tsop331.pdf +IR Receiver Vishay TSOP-xxxx MINIMOLD +0 +3 +3 +OptoDevice +Vishay_MOLD-3Pin +IR Receiver Vishay TSOP-xxxx, MOLD package, see https://www.vishay.com/docs/82669/tsop32s40f.pdf +IR Receiver Vishay TSOP-xxxx MOLD +0 +3 +3 +Oscillator +Oscillator_DIP-8 +Oscillator, DIP8,http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf +oscillator +0 +4 +4 +Oscillator +Oscillator_DIP-8_LargePads +Oscillator, DIP8, Large Pads, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf +oscillator +0 +4 +4 +Oscillator +Oscillator_DIP-14 +Oscillator, DIP14, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf +oscillator +0 +4 +4 +Oscillator +Oscillator_DIP-14_LargePads +Oscillator, DIP14, Large Pads, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf +oscillator +0 +4 +4 +Oscillator +Oscillator_OCXO_Morion_MV267 +http://www.morion.com.ru/catalog_pdf/MV267.pdf +OCXO +0 +5 +5 +Oscillator +Oscillator_OCXO_Morion_MV317 +https://www.morion-us.com/catalog_pdf/mv317.pdf +OCXO +0 +5 +5 +Oscillator +Oscillator_SMD_Abracon_ABLNO +https://abracon.com/Precisiontiming/ABLNO.pdf +VCXO XO +0 +4 +4 +Oscillator +Oscillator_SMD_Abracon_ASCO-4Pin_1.6x1.2mm +Miniature Crystal Clock Oscillator Abracon ASCO series, https://abracon.com/Oscillators/ASCO.pdf, 1.6x1.2mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Abracon_ASDMB-4Pin_2.5x2.0mm +Miniature Crystal Clock Oscillator Abracon ASDMB series, 2.5x2.0mm package, http://www.abracon.com/Oscillators/ASDMB.pdf +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Abracon_ASE-4Pin_3.2x2.5mm +Miniature Crystal Clock Oscillator Abracon ASE series, http://www.abracon.com/Oscillators/ASEseries.pdf, 3.2x2.5mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Abracon_ASE-4Pin_3.2x2.5mm_HandSoldering +Miniature Crystal Clock Oscillator Abracon ASE series, http://www.abracon.com/Oscillators/ASEseries.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Abracon_ASV-4Pin_7.0x5.1mm +Miniature Crystal Clock Oscillator Abracon ASV series, http://www.abracon.com/Oscillators/ASV.pdf, 7.0x5.1mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Abracon_ASV-4Pin_7.0x5.1mm_HandSoldering +Miniature Crystal Clock Oscillator Abracon ASV series, http://www.abracon.com/Oscillators/ASV.pdf, hand-soldering, 7.0x5.1mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Diodes_FN-4Pin_7.0x5.0mm +FN Series Crystal Clock Oscillator (XO) (https://www.diodes.com/assets/Datasheets/FN_3-3V.pdf) +Oscillator Crystal SMD SMT +0 +4 +4 +Oscillator +Oscillator_SMD_ECS_2520MV-xxx-xx-4Pin_2.5x2.0mm +Miniature Crystal Clock Oscillator ECS 2520MV series, https://www.ecsxtal.com/store/pdf/ECS-2520MV.pdf +Miniature Crystal Clock Oscillator ECS 2520MV series SMD SMT HCMOS +0 +4 +4 +Oscillator +Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm +Miniature Crystal Clock Oscillator EuroQuartz XO32 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO32.pdf, 3.2x2.5mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm_HandSoldering +Miniature Crystal Clock Oscillator EuroQuartz XO32 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO32.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm +Miniature Crystal Clock Oscillator EuroQuartz XO53 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO53.pdf, 5.0x3.2mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm_HandSoldering +Miniature Crystal Clock Oscillator EuroQuartz XO53 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO53.pdf, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_EuroQuartz_XO91-4Pin_7.0x5.0mm +Miniature Crystal Clock Oscillator EuroQuartz XO91 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO91.pdf, 7.0x5.0mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_EuroQuartz_XO91-4Pin_7.0x5.0mm_HandSoldering +Miniature Crystal Clock Oscillator EuroQuartz XO91 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO91.pdf, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS1-6Pin_14.8x9.1mm +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S1-KHZ/LHZ, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 14.8x9.1mm^2 package +SMD SMT crystal oscillator +0 +6 +6 +Oscillator +Oscillator_SMD_Fordahl_DFAS2-4Pin_7.3x5.1mm +Mminiature Crystal Clock Oscillator TXCO Fordahl DFA S2-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.3x5.1mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS2-4Pin_7.3x5.1mm_HandSoldering +Mminiature Crystal Clock Oscillator TXCO Fordahl DFA S2-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.3x5.1mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS3-4Pin_9.1x7.2mm +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S3-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 9.1x7.2mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS3-4Pin_9.1x7.2mm_HandSoldering +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S3-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 9.1x7.2mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS7-4Pin_19.9x12.9mm +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S7-K/L, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 19.9x12.9mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS7-4Pin_19.9x12.9mm_HandSoldering +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S7-K/L, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 19.9x12.9mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS11-4Pin_7.0x5.0mm +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S11-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.0x5.0mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS11-4Pin_7.0x5.0mm_HandSoldering +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S11-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm +Ultraminiature Crystal Clock Oscillator TXCO Fordahl DFA S15-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 5.0x3.2mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm_HandSoldering +Ultraminiature Crystal Clock Oscillator TXCO Fordahl DFA S15-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Fox_FT5H_5.0x3.2mm +https://foxonline.com/wp-content/uploads/pdfs/T5HN_T5HV.pdf +Fox TXCO temperature compensated oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_IDT_JS6-6_5.0x3.2mm_P1.27mm +SMD Crystal Oscillator IDT https://www.idt.com/document/dst/xu-family-datasheet#page=15, 5.0x3.2mm +SMD SMT crystal oscillator +0 +6 +6 +Oscillator +Oscillator_SMD_IDT_JU6-6_7.0x5.0mm_P2.54mm +SMD Crystal Oscillator IDT https://www.idt.com/document/dst/xu-family-datasheet#page=17, 7.0x5.0mm +SMD SMT crystal oscillator +0 +6 +6 +Oscillator +Oscillator_SMD_IQD_IQXO70-4Pin_7.5x5.0mm +IQD Crystal Clock Oscillator IQXO-70, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.5x5.0mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_IQD_IQXO70-4Pin_7.5x5.0mm_HandSoldering +IQD Crystal Clock Oscillator IQXO-70, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.5x5.0mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Kyocera_2520-6Pin_2.5x2.0mm +https://global.kyocera.com/prdct/electro/product/pdf/kt2520_e.pdf +2.5mm 2mm SMD +0 +6 +6 +Oscillator +Oscillator_SMD_Kyocera_KC2520Z-4Pin_2.5x2.0mm +https://global.kyocera.com/prdct/electro/product/pdf/clock_z_xz_e.pdf +2.5mm 2mm SMD +0 +4 +4 +Oscillator +Oscillator_SMD_OCXO_ConnorWinfield_OH300 +http://www.conwin.com/datasheets/cx/cx282.pdf +OCXO +0 +7 +7 +Oscillator +Oscillator_SMD_SI570_SI571_HandSoldering +SI570, SI571, Programmable oscillator, Standard +SI570 SI571 Programmable oscillator Standard +0 +8 +8 +Oscillator +Oscillator_SMD_SI570_SI571_Standard +SI570, SI571, Programmable oscillator, Standard +SI570 SI571 Programmable oscillator Standard +0 +8 +8 +Oscillator +Oscillator_SMD_SeikoEpson_SG210-4Pin_2.5x2.0mm +SMD Crystal Oscillator Seiko Epson SG-210 https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-210SED, 2.5x2.0mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG210-4Pin_2.5x2.0mm_HandSoldering +SMD Crystal Oscillator Seiko Epson SG-210 https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-210SED, hand-soldering, 2.5x2.0mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG3030CM +SMD Crystal Oscillator Seiko Epson SG-3030CM package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002CA-4Pin_7.0x5.0mm +SMD Crystal Oscillator Seiko Epson SG-8002CA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 7.0x5.0mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002CA-4Pin_7.0x5.0mm_HandSoldering +SMD Crystal Oscillator Seiko Epson SG-8002CA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002CE-4Pin_3.2x2.5mm +SMD Crystal Oscillator Seiko Epson SG-8002CE https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 3.2x2.5mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002CE-4Pin_3.2x2.5mm_HandSoldering +SMD Crystal Oscillator Seiko Epson SG-8002CE https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002JA-4Pin_14.0x8.7mm +SMD Crystal Oscillator Seiko Epson SG-8002JA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 14.0x8.7mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002JA-4Pin_14.0x8.7mm_HandSoldering +SMD Crystal Oscillator Seiko Epson SG-8002JA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 14.0x8.7mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002JC-4Pin_10.5x5.0mm +SMD Crystal Oscillator Seiko Epson SG-8002JC https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 10.5x5.0mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002JC-4Pin_10.5x5.0mm_HandSoldering +SMD Crystal Oscillator Seiko Epson SG-8002JC https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 10.5x5.0mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002LB-4Pin_5.0x3.2mm +SMD Crystal Oscillator Seiko Epson SG-8002LB https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 5.0x3.2mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002LB-4Pin_5.0x3.2mm_HandSoldering +SMD Crystal Oscillator Seiko Epson SG-8002LB https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_TG2520SMN-xxx-xxxxxx-4Pin_2.5x2.0mm +Miniature Crystal Clock Oscillator TG2520 series, https://support.epson.biz/td/api/doc_check.php?dl=app_TG2520SMN&lang=en +Miniature Crystal Clock Oscillator TG2520 series SMD SMT +0 +4 +4 +Oscillator +Oscillator_SMD_SiTime_PQFD-6L_3.2x2.5mm +3.2x2.5mm, 6-pin QFN (https://www.sitime.com/datasheet/SiT9365 page 13) +SMD SMT mems oscillator +0 +6 +6 +Oscillator +Oscillator_SMD_SiTime_SiT9121-6Pin_3.2x2.5mm +3.2x2.5mm, 1-220MHz High Performance Differential Oscillator SiTime SiT9121 https://www.sitime.com/datasheet/SiT9121 +SMD SMT crystal oscillator +0 +6 +6 +Oscillator +Oscillator_SMD_Silicon_Labs_LGA-6_2.5x3.2mm_P1.25mm +Silicon_Labs LGA, 6 Pin (https://www.silabs.com/documents/public/data-sheets/si512-13.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Silicon_Labs LGA NoLead +0 +6 +6 +Oscillator +Oscillator_SMD_TCXO_G158 +TCXO +TCXO +0 +4 +4 +Oscillator +Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm +Miniature Crystal Clock Oscillator TXC 7C series, http://www.txccorp.com/download/products/osc/7C_o.pdf, 5.0x3.2mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm_HandSoldering +Miniature Crystal Clock Oscillator TXC 7C series, http://www.txccorp.com/download/products/osc/7C_o.pdf, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SeikoEpson_SG-8002DB +14-lead dip package, row spacing 7.62 mm (300 mils) +DIL DIP PDIP 2.54mm 7.62mm 300mil +0 +4 +4 +Oscillator +Oscillator_SeikoEpson_SG-8002DC +8-lead dip package, row spacing 7.62 mm (300 mils) +DIL DIP PDIP 2.54mm 7.62mm 300mil +0 +4 +4 +Package_BGA +Analog_BGA-28_4.0x6.25mm_Layout4x7_P0.8mm_Ball0.45mm_Pad0.4 +Analog BGA-28, 0.4mm pad, 4.0x6.25mm, 28 Ball, 4x7 Layout, 0.8mm Pitch, https://www.analog.com/media/en/technical-documentation/data-sheets/8063fa.pdf +BGA 28 0.8 +0 +28 +28 +Package_BGA +Analog_BGA-49_6.25x6.25mm_Layout7x7_P0.8mm_Ball0.5mm_Pad0.4mm +Analog BGA-49, 6.25x6.25mm, 49 Ball, 7x7 Layout, 0.8mm Pitch, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-bga/05081600_0_bga49.pdf https://www.analog.com/media/en/technical-documentation/product-information/assembly-considerations-for-umodule-bga-lga-package.pdf +BGA 49 0.8 +0 +49 +49 +Package_BGA +Analog_BGA-209_9.5x16mm_Layout11x19_P0.8mm_Ball0.5mm_Pad0.4mm +Analog BGA-209 (Reference LTC DWG#05-08-1561 Rev B), 9.5x16.0mm, 209 Ball, 11x19 Layout, 0.8mm Pitch, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-bga/05081561_bga209.pdf +BGA 209 0.8 +0 +209 +209 +Package_BGA +BGA-200_10.0x14.5mm_Layout12x22_P0.80x0.65mm +BGA-200, 10.0x14.5mm, 200 Ball, 12x22 Layout, 0.8x0.65mm Pitch, http://www.issi.com/WW/pdf/43-46LQ32256A-AL.pdf +BGA 200 0.8x0.65 +0 +200 +200 +Package_BGA +BGA-324_15.0x15.0mm_Layout18x18_P0.8mm_Ball0.45mm_Pad0.4mm_NSMD +BGA-324, 15x15mm, 324 Ball, 18x18 Layout, 0.8mm Pitch, https://colognechip.com/docs/ds1001-gatemate1-datasheet-2022-05.pdf#page=92 +BGA 324 0.8 GateMate FPGA +0 +324 +324 +Package_BGA +BGA-624_21.0x21.0mm_Layout25x25_P0.8mm +BGA-624, 21.0x21.0mm, 624 Ball, 25x25 Layout, 0.8mm Pitch, https://www.nxp.com/docs/en/package-information/SOT1529-1.pdf +BGA 624 0.8 +0 +624 +624 +Package_BGA +Infineon_LFBGA-292_17x17mm_Layout20x20_P0.8mm_Ball0.5mm_Pad0.35 +Infineon LFBGA-292, 0.35mm pad, 17.0x17.0mm, 292 Ball, 20x20 Layout, 0.8mm Pitch, https://www.infineon.com/cms/en/product/packages/PG-LFBGA/PG-LFBGA-292-11/ +BGA 292 0.8 +0 +292 +292 +Package_BGA +LFBGA-100_10x10mm_Layout10x10_P0.8mm +LFBGA-100, 10.0x10.0mm, 100 Ball, 10x10 Layout, 0.8mm Pitch, http://www.st.com/resource/en/datasheet/stm32f103tb.pdf#page=87 +BGA 100 0.8 +0 +100 +100 +Package_BGA +LFBGA-144_10x10mm_Layout12x12_P0.8mm +LFBGA-144, 10.0x10.0mm, 144 Ball, 12x12 Layout, 0.8mm Pitch, http://www.st.com/resource/en/datasheet/stm32f103ze.pdf#page=114 +BGA 144 0.8 +0 +144 +144 +Package_BGA +LFBGA-289_14x14mm_Layout17x17_P0.8mm +LFBGA-289, 14.0x14.0mm, 289 Ball, 17x17 Layout, 0.8mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp131c.pdf +BGA 289 0.8 +0 +289 +289 +Package_BGA +LFBGA-354_16x16mm_Layout19x19_P0.8mm +LFBGA-354, 16.0x16.0mm, 354 Ball, 19x19 Layout, 0.8mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf +BGA 354 0.8 +0 +354 +354 +Package_BGA +LFBGA-448_18x18mm_Layout22x22_P0.8mm +LFBGA-448, 18.0x18.0mm, 452 Ball, 22x22 Layout, 0.8mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf +BGA 452 0.8 +0 +452 +452 +Package_BGA +Lattice_caBGA-381_17.0x17.0mm_Layout20x20_P0.8mm_Ball0.4mm_Pad0.4mm +Lattice caBGA-381, ECP5 FPGAs, 17.0x17.0mm, 381 Ball, 20x20 Layout, 0.8mm Pitch, http://www.latticesemi.com/view_document?document_id=213 +BGA 381 0.8 +0 +381 +381 +Package_BGA +Lattice_caBGA-381_17.0x17.0mm_Layout20x20_P0.8mm_Ball0.4mm_Pad0.6mm_SMD +Lattice caBGA-381, ECP5 FPGAs, 17.0x17.0mm, 381 Ball, 20x20 Layout, 0.8mm Pitch, http://www.latticesemi.com/view_document?document_id=213 +BGA 381 0.8 +0 +381 +381 +Package_BGA +Lattice_caBGA-756_27.0x27.0mm_Layout32x32_P0.8mm +Lattice caBGA-756, ECP5 FPGAs, 27.0x27.0mm, 756 Ball, 32x32 Layout, 0.8mm Pitch, http://www.latticesemi.com/view_document?document_id=213 +BGA 756 0.8 +0 +756 +756 +Package_BGA +MAPBGA_9x9mm_Layout17x17_P0.5mm +MAPBGA 9x9x1.11 PKG, 9.0x9.0mm, 272 Ball, 17x17 Layout, 0.5mm Pitch, https://www.nxp.com/docs/en/package-information/98ASA00869D.pdf#page=1 +BGA 272 0.5 +0 +272 +272 +Package_BGA +MAPBGA_14x14mm_Layout17x17_P0.8mm +MAPBGA 14x14x1.18 PKG, 14.0x14.0mm, 289 Ball, 17x17 Layout, 0.8mm Pitch, https://www.nxp.com/docs/en/package-information/98ASA00855D.pdf#page=1 +BGA 289 0.8 +0 +289 +289 +Package_BGA +Maxim_WLP-12_1.608x2.008mm_Layout4x3_P0.4mm_Ball0.27mm_Pad0.25mm_NSMD +Maxim WLP-12, W121H2+1, 2.008x1.608mm, 12 Ball, 4x3 Layout, 0.4mm Pitch, https://pdfserv.maximintegrated.com/package_dwgs/21-100302.PDF, https://pdfserv.maximintegrated.com/package_dwgs/21-100302.PDF +BGA 12 0.4 +0 +12 +12 +Package_BGA +Microchip_TFBGA-196_11x11mm_Layout14x14_P0.75mm_SMD +TFBGA-196, 11.0x11.0mm, 196 Ball, 14x14 Layout, 0.75mm Pitch, http://ww1.microchip.com/downloads/en/DeviceDoc/SAMA5D2-Series-Data-Sheet-DS60001476C.pdf#page=2956 +BGA 196 0.75 +0 +196 +196 +Package_BGA +Micron_FBGA-78_7.5x10.6mm_Layout9x13_P0.8mm +FBGA-78, 7.5x10.6mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=24 +BGA 78 0.8 +0 +78 +78 +Package_BGA +Micron_FBGA-78_8x10.5mm_Layout9x13_P0.8mm +FBGA-78, 8.0x10.5mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=25 +BGA 78 0.8 +0 +78 +78 +Package_BGA +Micron_FBGA-78_9x10.5mm_Layout9x13_P0.8mm +FBGA-78, 9.0x10.5mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=23 +BGA 78 0.8 +0 +78 +78 +Package_BGA +Micron_FBGA-96_7.5x13.5mm_Layout9x16_P0.8mm +FBGA-96, 7.5x13.5mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=27 +BGA 96 0.8 +0 +96 +96 +Package_BGA +Micron_FBGA-96_8x14mm_Layout9x16_P0.8mm +FBGA-96, 8.0x14.0mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=28 +BGA 96 0.8 +0 +96 +96 +Package_BGA +Micron_FBGA-96_9x14mm_Layout9x16_P0.8mm +FBGA-96, 9.0x14.0mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=26 +BGA 96 0.8 +0 +96 +96 +Package_BGA +NXP_VFBGA-42_2.6x3mm_Layout6x7_P0.4mm_Ball0.25mm_Pad0.24mm +NXP VFBGA-42, 2.6x3.0mm, 42 Ball, 6x7 Layout, 0.4mm Pitch, https://www.nxp.com/docs/en/package-information/SOT1963-1.pdf +BGA 42 0.4 +0 +42 +42 +Package_BGA +ST_LFBGA-354_16x16mm_Layout19x19_P0.8mm +ST LFBGA-354, 16.0x16.0mm, 354 Ball, 19x19 Layout, 0.8mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf +BGA 354 0.8 +0 +354 +354 +Package_BGA +ST_LFBGA-448_18x18mm_Layout22x22_P0.8mm +ST LFBGA-448, 18.0x18.0mm, 448 Ball, 22x22 Layout, 0.8mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf +BGA 448 0.8 +0 +448 +448 +Package_BGA +ST_TFBGA-169_7x7mm_Layout13x13_P0.5mm +ST TFBGA-169, 7.0x7.0mm, 169 Ball, 13x13 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32u595aj.pdf +BGA 169 0.5 +0 +169 +169 +Package_BGA +ST_TFBGA-169_7x7mm_Layout13x13_P0.5mm_Offcenter +ST TFBGA-169, 7.0x7.0mm, 169 Ball, 13x13 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32u595aj.pdf +BGA 169 0.5 +0 +169 +169 +Package_BGA +ST_TFBGA-225_13x13mm_Layout15x15_P0.8mm +ST TFBGA-225, 13.0x13.0mm, 225 Ball, 15x15 Layout, 0.8mm Pitch, https://www.st.com/resource/en/datasheet/stm32h7b3ri.pdf +BGA 225 0.8 +0 +225 +225 +Package_BGA +ST_TFBGA-257_10x10mm_Layout19x19_P0.5mmP0.65mm +ST TFBGA-257, 10.0x10.0mm, 257 Ball, 19x19 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf +BGA 257 0.5 +0 +257 +257 +Package_BGA +ST_TFBGA-320_11x11mm_Layout21x21_P0.5mm +ST TFBGA-320, 11.0x11.0mm, 320 Ball, 21x21 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp131c.pdf +BGA 320 0.5 +0 +320 +320 +Package_BGA +ST_TFBGA-361_12x12mm_Layout23x23_P0.5mmP0.65mm +ST TFBGA-361, 12.0x12.0mm, 361 Ball, 23x23 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf +BGA 361 0.5 +0 +361 +361 +Package_BGA +ST_UFBGA-73_5x5mm_Layout9x9_P0.5mm +ST UFBGA-73, 5.0x5.0mm, 73 Ball, 9x9 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32wl54jc.pdf +BGA 73 0.5 +0 +73 +73 +Package_BGA +ST_UFBGA-121_6x6mm_Layout11x11_P0.5mm +ST UFBGA-121, 6.0x6.0mm, 121 Ball, 11x11 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32g473pb.pdf +BGA 121 0.5 +0 +121 +121 +Package_BGA +ST_UFBGA-129_7x7mm_Layout13x13_P0.5mm +ST UFBGA-129, 7.0x7.0mm, 129 Ball, 13x13 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32wb55vc.pdf +BGA 129 0.5 +0 +129 +129 +Package_BGA +ST_uTFBGA-36_3.6x3.6mm_Layout6x6_P0.5mm +ST uTFBGA-36, 0.25mm pad, 3.6x3.6mm, 36 Ball, 6x6 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stulpi01a.pdf +BGA 36 0.5 +0 +36 +36 +Package_BGA +TFBGA-64_5x5mm_Layout8x8_P0.5mm +TFBGA-64, 5.0x5.0mm, 64 Ball, 8x8 Layout, 0.5mm Pitch, http://www.st.com/resource/en/datasheet/stm32f100v8.pdf#page=83 +BGA 64 0.5 +0 +64 +64 +Package_BGA +TFBGA-100_8x8mm_Layout10x10_P0.8mm +TFBGA-100, 8.0x8.0mm, 100 Ball, 10x10 Layout, 0.8mm Pitch, http://www.st.com/resource/en/datasheet/stm32f746zg.pdf#page=199 +BGA 100 0.8 +0 +100 +100 +Package_BGA +TFBGA-121_10x10mm_Layout11x11_P0.8mm +TFBGA-121, 10.0x10.0mm, 121 Ball, 11x11 Layout, 0.8mm Pitch, http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#p495 +BGA 121 0.8 +0 +121 +121 +Package_BGA +TFBGA-216_13x13mm_Layout15x15_P0.8mm +TFBGA-216, 13.0x13.0mm, 216 Ball, 15x15 Layout, 0.8mm Pitch, http://www.st.com/resource/en/datasheet/stm32f746zg.pdf#page=219 +BGA 216 0.8 +0 +216 +216 +Package_BGA +TFBGA-225_13x13mm_Layout15x15_P0.8mm +TFBGA-225, 13.0x13.0mm, 225 Ball, 15x15 Layout, 0.8mm Pitch, https://www.st.com/resource/en/datasheet/stm32h7b3ri.pdf +BGA 225 0.8 +0 +225 +225 +Package_BGA +TFBGA-257_10x10mm_Layout19x19_P0.5mmP0.65mm +TFBGA-257, 10.0x10.0mm, 257 Ball, 19x19 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf +BGA 257 0.5 +0 +257 +257 +Package_BGA +TFBGA-265_14x14mm_Layout17x17_P0.8mm +TFBGA-265, 14.0x14.0mm, 265 Ball, 17x17 Layout, 0.8mm Pitch, http://www.st.com/resource/en/datasheet/DM00387108.pdf#page=223 +BGA 265 0.8 +0 +265 +265 +Package_BGA +TFBGA-289_9x9mm_Layout17x17_P0.5mm +TFBGA-289, 9.0x9.0mm, 289 Ball, 17x17 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp131c.pdf +BGA 289 0.5 +0 +289 +289 +Package_BGA +TFBGA-361_12x12mm_Layout23x23_P0.5mmP0.65mm +TFBGA-361, 12.0x12.0mm, 361 Ball, 23x23 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf +BGA 361 0.5 +0 +361 +361 +Package_BGA +Texas_BGA-289_15.0x15.0mm_Layout17x17_P0.8mm_Ball0.5mm_Pad0.4mm +Texas Instruments BGA-289, 0.4mm pad, 15x15mm, 289 Ball, 17x17 Layout, 0.8mm Pitch, https://www.ti.com/lit/ml/mpbg777/mpbg777.pdf +BGA 289 0.8 ZAV S-PBGA-N289 +0 +289 +289 +Package_BGA +Texas_DSBGA-5_0.8875x1.3875mm_Layout2x3_P0.5mm +Texas Instruments, DSBGA, area grid, NSMD, YZP0005 pad definition, 0.8875x1.3875mm, 5 Ball, 2x3 Layout, 0.5mm Pitch, https://www.ti.com/lit/ds/symlink/sn74lvc1g17.pdf#page=42, https://www.ti.com/lit/ml/mxbg018l/mxbg018l.pdf +BGA 5 0.5 YZP +0 +5 +5 +Package_BGA +Texas_DSBGA-6_0.95x1.488mm_Layout2x3_P0.4mm +Texas Instruments, DSBGA, area grid, YBG pad definition, 0.95x1.488mm, 6 Ball, 2x3 Layout, 0.4mm Pitch, https://www.ti.com/lit/ml/mxbg419/mxbg419.pdf, https://www.ti.com/lit/ds/symlink/tmp117.pdf +BGA 6 0.4 +0 +6 +6 +Package_BGA +Texas_DSBGA-6_0.704x1.054mm_Layout2x3_P0.35mm +Texas Instruments, DSBGA-6, 0.704x1.054mm, NSMD, YKA pad definition, 0.704x1.054mm, 6 Ball, 2x3 Layout, 0.35mm Pitch, https://www.ti.com/lit/ml/mxbg383/mxbg383.pdf, https://www.ti.com/lit/ds/symlink/tps62800.pdf +BGA 6 0.35 +0 +6 +6 +Package_BGA +Texas_DSBGA-8_0.705x1.468mm_Layout2x4_P0.4mm +Texas Instruments, DSBGA, area grid, NSMD, YBJ0008 pad definition, 0.705x1.468mm, 8 Ball, 2x4 Layout, 0.4mm Pitch, https://www.ti.com/lit/gpn/ina234 +BGA 8 0.4 +0 +8 +8 +Package_BGA +Texas_DSBGA-8_1.5195x1.5195mm_Layout3x3_P0.5mm +Texas Instruments, DSBGA, area grid, YZR pad definition, 1.5195x1.5195mm, 8 Ball, 3x3 Layout, 0.5mm Pitch, http://www.ti.com/lit/ml/mxbg270/mxbg270.pdf +BGA 8 0.5 +0 +8 +8 +Package_BGA +Texas_DSBGA-28_1.9x3.0mm_Layout4x7_P0.4mm +Texas Instruments, DSBGA, area grid, 1.9x3.0mm, 28 Ball, 4x7 Layout, 0.4mm Pitch, http://www.ti.com/lit/ds/symlink/bq51050b.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf +BGA 28 0.4 +0 +28 +28 +Package_BGA +Texas_DSBGA-49_3.33x3.488mm_Layout7x7_P0.4mm +Texas Instruments, DSBGA, area grid, 3.33x3.488mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, http://www.ti.com/lit/ds/symlink/msp430f2234.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf +BGA 49 0.4 +0 +49 +49 +Package_BGA +Texas_DSBGA-64_3.415x3.535mm_Layout8x8_P0.4mm +Texas Instruments, DSBGA, area grid, 3.415x3.535mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, http://www.ti.com/lit/ds/slas718g/slas718g.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf +BGA 64 0.4 +0 +64 +64 +Package_BGA +Texas_MicroStar_Junior_BGA-113_7.0x7.0mm_Layout12x12_P0.5mm +Texas Instruments, BGA Microstar Junior, 7x7mm, 113 Ball, 12x12 Layout, 0.5mm Pitch, http://www.ti.com/lit/ml/mpbg674/mpbg674.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf +BGA 113 0.5 +0 +113 +113 +Package_BGA +UCBGA-36_2.5x2.5mm_Layout6x6_P0.4mm +UCBGA-36, 2.5x2.5mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, https://www.latticesemi.com/view_document?document_id=213 +BGA 36 0.4 +0 +36 +36 +Package_BGA +UCBGA-49_3x3mm_Layout7x7_P0.4mm +UCBGA-49, 3x3mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, https://www.latticesemi.com/view_document?document_id=213 +BGA 49 0.4 +0 +49 +49 +Package_BGA +UCBGA-81_4x4mm_Layout9x9_P0.4mm +UCBGA-81, 4x4mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, https://www.latticesemi.com/view_document?document_id=213 +BGA 81 0.4 +0 +81 +81 +Package_BGA +UFBGA-64_5x5mm_Layout8x8_P0.5mm +UFBGA-64, 5.0x5.0mm, 64 Ball, 8x8 Layout, 0.5mm Pitch, http://www.st.com/resource/en/datasheet/stm32f051t8.pdf#page=91 +BGA 64 0.5 +0 +64 +64 +Package_BGA +UFBGA-73_5x5mm_Layout9x9_P0.5mm +UFBGA-73, 5.0x5.0mm, 73 Ball, 9x9 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32wl54jc.pdf +BGA 73 0.5 +0 +73 +73 +Package_BGA +UFBGA-100_7x7mm_Layout12x12_P0.5mm +UFBGA-100, 7.0x7.0mm, 100 Ball, 12x12 Layout, 0.5mm Pitch, http://www.st.com/resource/en/datasheet/stm32f103tb.pdf#page=93 +BGA 100 0.5 +0 +100 +100 +Package_BGA +UFBGA-121_6x6mm_Layout11x11_P0.5mm +UFBGA-121, 6.0x6.0mm, 121 Ball, 11x11 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32g473pb.pdf +BGA 121 0.5 +0 +121 +121 +Package_BGA +UFBGA-129_7x7mm_Layout13x13_P0.5mm +UFBGA-129, 7.0x7.0mm, 129 Ball, 13x13 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32wb55vc.pdf +BGA 129 0.5 +0 +129 +129 +Package_BGA +UFBGA-132_7x7mm_Layout12x12_P0.5mm +UFBGA-132, 7.0x7.0mm, 132 Ball, 12x12 Layout, 0.5mm Pitch, http://www.st.com/resource/en/datasheet/stm32l152zc.pdf#page=123 +BGA 132 0.5 +0 +132 +132 +Package_BGA +UFBGA-144_7x7mm_Layout12x12_P0.5mm +UFBGA-144, 7.0x7.0mm, 144 Ball, 12x12 Layout, 0.5mm Pitch, http://www.st.com/resource/en/datasheet/stm32f446ze.pdf#page=186 +BGA 144 0.5 +0 +144 +144 +Package_BGA +UFBGA-144_10x10mm_Layout12x12_P0.8mm +UFBGA-144, 10.0x10.0mm, 144 Ball, 12x12 Layout, 0.8mm Pitch, http://www.st.com/resource/en/datasheet/stm32f446ze.pdf#page=189 +BGA 144 0.8 +0 +144 +144 +Package_BGA +UFBGA-169_7x7mm_Layout13x13_P0.5mm +UFBGA-169, 7.0x7.0mm, 169 Ball, 13x13 Layout, 0.5mm Pitch, http://www.st.com/resource/en/datasheet/stm32f429ng.pdf#page=218 +BGA 169 0.5 +0 +169 +169 +Package_BGA +UFBGA-201_10x10mm_Layout15x15_P0.65mm +UFBGA-201, 10.0x10.0mm, 201 Ball, 15x15 Layout, 0.65mm Pitch, http://www.st.com/resource/en/datasheet/stm32f207vg.pdf#page=166 +BGA 201 0.65 +0 +201 +201 +Package_BGA +VFBGA-86_6x6mm_Layout10x10_P0.55mm_Ball0.25mm_Pad0.2mm +VFBGA-86, 6.0x6.0mm, 86 Ball, 10x10 Layout, 0.55mm Pitch, https://www.dialog-semiconductor.com/sites/default/files/da1469x_datasheet_3v1.pdf#page=740 +BGA 86 0.55 +0 +86 +86 +Package_BGA +WLP-4_0.73x0.73mm_Layout2x2_P0.35mm_Ball0.22mm_Pad0.2mm +WLP-4, 0.728x0.728mm, 4 Ball, 2x2 Layout, 0.35mm Pitch, https://datasheets.maximintegrated.com/en/ds/MAX40200.pdf +BGA 4 0.35 +0 +4 +4 +Package_BGA +WLP-9_1.448x1.468mm_Layout3x3_P0.4mm_Ball0.27mm_Pad0.25mm +WLP-9, 1.468x1.448mm, 9 Ball, 3x3 Layout, 0.4mm Pitch, https://pdfserv.maximintegrated.com/package_dwgs/21-100168.PDF +BGA 9 0.4 +0 +9 +9 +Package_BGA +XBGA-121_10x10mm_Layout11x11_P0.8mm +XBGA-121, 10.0x10.0mm, 121 Ball, 11x11 Layout, 0.8mm Pitch, http://ww1.microchip.com/downloads/en/DeviceDoc/39969b.pdf +BGA 121 0.8 +0 +121 +121 +Package_CSP +Maxim_WLCSP-35_3.0x2.17mm_Layout7x5_P0.4mm_Ball0.27mm_Pad0.25mm +WLCSP-35, 2.998x2.168mm, 35 Ball, 7x5 Layout, 0.4mm Pitch, https://pdfserv.maximintegrated.com/package_dwgs/21-100489.PDF +CSP 35 0.4 +0 +35 +35 +Package_CSP +Nexperia_WLCSP-15_6-3-6_2.37x1.17mm_Layout6x3_P0.4mm +Nexperia wafer level chip-size package; 15 bumps (6-3-6), 2.37x1.17mm, 15 Ball, 6x3 Layout, 0.4mm Pitch, https://assets.nexperia.com/documents/data-sheet/PCMFXUSB3S_SER.pdf +CSP 15 0.4 +0 +15 +15 +Package_CSP +ST_WLCSP-12_1.70x1.42mm_P0.35mm_Stagger +ST WLCSP-12, ST Die ID 443, 1.7x1.42mm, 12 Ball, Y-staggered 4x6 Layout, 0.35mm Pitch, https://www.st.com/resource/en/datasheet/stm32c011d6.pdf +CSP 12 0.35 +0 +12 +12 +Package_CSP +ST_WLCSP-18_1.86x2.14mm_P0.4mm_Stagger +ST WLCSP-18, ST Die ID 466, 1.86x2.14mm, 18 Ball, X-staggered 7x5 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g031y8.pdf +CSP 18 0.4 +0 +18 +18 +Package_CSP +ST_WLCSP-18_Die466 +WLCSP-18, 2.14x1.86mm, 18 Ball, 7x5 Layout, 0.2x0.34641016151377546mm Pitch, https://www.st.com/resource/en/datasheet/stm32g031y8.pdf +CSP 18 0.2x0.34641016151377546 +0 +18 +18 +Package_CSP +ST_WLCSP-20_1.94x2.40mm_Layout4x5_P0.4mm +ST WLCSP-20, ST die ID 456, 1.94x2.4mm, 20 Ball, 4x5 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g051f8.pdf#page=102 +CSP 20 0.4 +0 +20 +20 +Package_CSP +ST_WLCSP-25-Die460 +WLCSP-25, 2.48x2.3mm, 25 Ball, 5x5 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32l496wg.pdf +CSP 25 0.4 +0 +25 +25 +Package_CSP +ST_WLCSP-25_2.30x2.48mm_Layout5x5_P0.4mm +ST WLCSP-25, ST die ID 460, 2.3x2.48mm, 25 Ball, 5x5 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g071eb.pdf +CSP 25 0.4 +0 +25 +25 +Package_CSP +ST_WLCSP-25_2.33x2.24mm_Layout5x5_P0.4mm +ST WLCSP-25, ST Die ID 474, 2.33x2.24mm, 25 Ball, 5x5 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32h503eb.pdf +CSP 25 0.4 +0 +25 +25 +Package_CSP +ST_WLCSP-25_Die425 +WLCSP-25, 2.097x2.493mm, 25 Ball, 5x5 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32l031f6.pdf#page=112 +CSP 25 0.4 +0 +25 +25 +Package_CSP +ST_WLCSP-25_Die444 +WLCSP-25, 2.423x2.325mm, 25 Ball, 5x5 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f031k6.pdf#page=93 +CSP 25 0.4 +0 +25 +25 +Package_CSP +ST_WLCSP-25_Die457 +WLCSP-25, 2.133x2.07mm, 25 Ball, 5x5 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32l011k3.pdf#page=100 +CSP 25 0.4 +0 +25 +25 +Package_CSP +ST_WLCSP-36-Die464 +WLCSP-36, 3.07x2.58mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32l412t8.pdf +CSP 36 0.4 +0 +36 +36 +Package_CSP +ST_WLCSP-36_2.58x3.07mm_Layout6x6_P0.4mm +ST WLCSP-36, ST die ID 464, 2.58x3.07mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32l412t8.pdf +CSP 36 0.4 +0 +36 +36 +Package_CSP +ST_WLCSP-36_Die417 +WLCSP-36, 2.61x2.88mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32l052t8.pdf#page=123 +CSP 36 0.4 +0 +36 +36 +Package_CSP +ST_WLCSP-36_Die440 +WLCSP-36, 2.605x2.703mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f051t8.pdf#page=103 +CSP 36 0.4 +0 +36 +36 +Package_CSP +ST_WLCSP-36_Die445 +WLCSP-36, 2.605x2.703mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=96 +CSP 36 0.4 +0 +36 +36 +Package_CSP +ST_WLCSP-36_Die458 +WLCSP-36, 2.553x2.579mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f410t8.pdf#page=119 +CSP 36 0.4 +0 +36 +36 +Package_CSP +ST_WLCSP-49-Die468 +WLCSP-49, 3.13x3.15mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g431c6.pdf +CSP 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_3.15x3.13mm_Layout7x7_P0.4mm +ST WLCSP-49, ST die ID 468, 3.15x3.13mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g431c6.pdf +CSP 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_3.30x3.38mm_Layout7x7_P0.4mm_Offcenter +ST WLCSP-49, off-center ball grid, ST die ID 494, 3.3x3.38mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32wb15cc.pdf#page=119 +CSP 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die423 +WLCSP-49, 2.965x2.965mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f401vc.pdf#page=115 +CSP 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die431 +WLCSP-49, 2.999x3.185mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f411vc.pdf#page=124 +CSP 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die433 +WLCSP-49, 3.029x3.029mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f401ce.pdf#page=116 +CSP 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die435 +WLCSP-49, 3.141x3.127mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/DM00257211.pdf#page=191 +CSP 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die438 +WLCSP-49, 3.89x3.74mm, 49 Ball, 7x7 Layout, 0.5mm Pitch, http://www.st.com/resource/en/datasheet/stm32f303r8.pdf#page=112 +CSP 49 0.5 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die439 +WLCSP-49, 3.417x3.151mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f301r8.pdf#page=117 +CSP 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die447 +WLCSP-49, 3.294x3.258mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32l072kz.pdf#page=134 +CSP 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die448 +WLCSP-49, 3.277x3.109mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f071v8.pdf#page=106 +CSP 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-52_3.09x3.15mm_P0.4mm_Stagger +ST WLCSP-52, ST die ID 467, 3.09x3.15mm, 52 Ball, X-staggered 13x8 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g0b1ne.pdf#page=136 +CSP 52 0.4 +0 +52 +52 +Package_CSP +ST_WLCSP-56_3.30x3.38mm_P0.4m_Stagger +ST WLCSP-56, ST die ID 455, 3.3x3.38mm, 56 Ball, X-staggered 14x8 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32u535je.pdf +CSP 56 0.4 +0 +56 +56 +Package_CSP +ST_WLCSP-56_3.38x3.38mm_P0.4m_Stagger +ST WLCSP-56, ST die ID 455, 3.38x3.38mm, 56 Ball, X-staggered 14x8 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32u535je.pdf +CSP 56 0.4 +0 +56 +56 +Package_CSP +ST_WLCSP-63_Die427 +WLCSP-63, 3.228x4.164mm, 63 Ball, 7x9 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32l151cc.pdf#page=125 +CSP 63 0.4 +0 +63 +63 +Package_CSP +ST_WLCSP-64-Die479 +WLCSP-64, 3.52x3.56mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g491re.pdf +CSP 64 0.4 +0 +64 +64 +Package_CSP +ST_WLCSP-64_3.56x3.52mm_Layout8x8_P0.4mm +ST WLCSP-64, ST die ID 479, 3.56x3.52mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g491re.pdf +CSP 64 0.4 +0 +64 +64 +Package_CSP +ST_WLCSP-64_Die414 +WLCSP-64, 4.466x4.395mm, 64 Ball, 8x8 Layout, 0.5mm Pitch, http://www.st.com/resource/en/datasheet/stm32f103ze.pdf#page=120 +CSP 64 0.5 +0 +64 +64 +Package_CSP +ST_WLCSP-64_Die427 +WLCSP-64, 4.539x4.911mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32l152zc.pdf#page=126 +CSP 64 0.4 +0 +64 +64 +Package_CSP +ST_WLCSP-64_Die435 +WLCSP-64, 3.141x3.127mm, 64 Ball, 8x8 Layout, 0.35mm Pitch, http://www.st.com/resource/en/datasheet/DM00257211.pdf#page=188 +CSP 64 0.35 +0 +64 +64 +Package_CSP +ST_WLCSP-64_Die436 +WLCSP-64, 4.539x4.911mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32l152zd.pdf#page=143 +CSP 64 0.4 +0 +64 +64 +Package_CSP +ST_WLCSP-64_Die441 +WLCSP-64, 3.623x3.651mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/DM00213872.pdf#page=167 +CSP 64 0.4 +0 +64 +64 +Package_CSP +ST_WLCSP-64_Die442 +WLCSP-64, 3.347x3.585mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f091vb.pdf#page=109 +CSP 64 0.4 +0 +64 +64 +Package_CSP +ST_WLCSP-64_Die462 +WLCSP-64, 3.357x3.657mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/DM00340475.pdf#page=189 +CSP 64 0.4 +0 +64 +64 +Package_CSP +ST_WLCSP-66_Die411 +WLCSP-66, 3.639x3.971mm, 66 Ball, 9x9 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f207vg.pdf#page=154 +CSP 66 0.4 +0 +66 +66 +Package_CSP +ST_WLCSP-66_Die432 +WLCSP-66, 3.767x4.229mm, 66 Ball, 8x9 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f378vc.pdf#page=114 +CSP 66 0.4 +0 +66 +66 +Package_CSP +ST_WLCSP-72_3.38x3.38mm_P0.35m_Stagger +ST WLCSP-72, ST die ID 455, 3.38x3.38mm, 72 Ball, X-staggered 16x9 Layout, 0.35mm Pitch, https://www.st.com/resource/en/datasheet/stm32u535je.pdf +CSP 72 0.35 +0 +72 +72 +Package_CSP +ST_WLCSP-72_Die415 +WLCSP-72, 4.4084x3.7594mm, 72 Ball, 9x9 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32l476me.pdf#page=255 +CSP 72 0.4 +0 +72 +72 +Package_CSP +ST_WLCSP-80_3.50x3.27mm_P0.35mm_Stagger +ST WLCSP-80, ST die ID 484, 3.5x3.27mm, 80 Ball, Y-staggered 10x16 Layout, 0.35mm Pitch, https://www.st.com/resource/en/datasheet/stm32h563mi.pdf +CSP 80 0.35 +0 +80 +80 +Package_CSP +ST_WLCSP-81-Die472 +WLCSP-81, 4.07x4.36mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32l562ce.pdf +CSP 81 0.4 +0 +81 +81 +Package_CSP +ST_WLCSP-81_4.02x4.27mm_Layout9x9_P0.4mm +ST WLCSP-81, ST die ID 469, 4.02x4.27mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g483me.pdf +CSP 81 0.4 +0 +81 +81 +Package_CSP +ST_WLCSP-81_4.36x4.07mm_Layout9x9_P0.4mm +ST WLCSP-81, ST die ID 472, 4.36x4.07mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32l562ce.pdf +CSP 81 0.4 +0 +81 +81 +Package_CSP +ST_WLCSP-81_Die415 +WLCSP-81, 4.4084x3.7594mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32l476me.pdf#page=252 +CSP 81 0.4 +0 +81 +81 +Package_CSP +ST_WLCSP-81_Die421 +WLCSP-81, 3.693x3.815mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f446ze.pdf#page=192 +CSP 81 0.4 +0 +81 +81 +Package_CSP +ST_WLCSP-81_Die463 +WLCSP-81, 4.039x3.951mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/DM00282249.pdf#page=175 +CSP 81 0.4 +0 +81 +81 +Package_CSP +ST_WLCSP-81_Die469 +WLCSP-81, 4.27x4.02mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g483me.pdf +CSP 81 0.4 +0 +81 +81 +Package_CSP +ST_WLCSP-90_4.20x3.95mm_P0.4mm_Stagger +ST WLCSP-90, ST die ID 482, 4.2x3.95mm, 90 Ball, X-staggered 18x10 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32u575og.pdf#page=306 +CSP 90 0.4 +0 +90 +90 +Package_CSP +ST_WLCSP-90_Die413 +WLCSP-90, 4.223x3.969mm, 90 Ball, 10x9 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f405og.pdf#page=164 +CSP 90 0.4 +0 +90 +90 +Package_CSP +ST_WLCSP-100-Die471 +WLCSP-100, 4.456x4.437mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32l4p5ve.pdf +CSP 100 0.4 +0 +100 +100 +Package_CSP +ST_WLCSP-100_4.40x4.38mm_Layout10x10_P0.4mm_Offcenter +ST WLCSP-100, off-center ball grid, ST die ID 495, 4.4x4.38mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32wb55vc.pdf +CSP 100 0.4 +0 +100 +100 +Package_CSP +ST_WLCSP-100_4.437x4.456mm_Layout10x10_P0.4mm +ST WLCSP-100, ST die ID 471, 4.437x4.456mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32l4p5ve.pdf +CSP 100 0.4 +0 +100 +100 +Package_CSP +ST_WLCSP-100_Die422 +WLCSP-100, 4.201x4.663mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f302vc.pdf#page=133 +CSP 100 0.4 +0 +100 +100 +Package_CSP +ST_WLCSP-100_Die446 +WLCSP-100, 4.775x5.041mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f303zd.pdf#page=162 +CSP 100 0.4 +0 +100 +100 +Package_CSP +ST_WLCSP-100_Die452 +WLCSP-100, 4.201x4.663mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/DM00330506.pdf#page=218 +CSP 100 0.4 +0 +100 +100 +Package_CSP +ST_WLCSP-100_Die461 +WLCSP-100, 4.618x4.142mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/DM00284211.pdf#page=259 +CSP 100 0.4 +0 +100 +100 +Package_CSP +ST_WLCSP-100_Die495 +WLCSP-100, 4.38x4.4mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32wb55vc.pdf +CSP 100 0.4 +0 +100 +100 +Package_CSP +ST_WLCSP-104_Die437 +WLCSP-104, 4.095x5.094mm, 104 Ball, 9x12 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32l152ze.pdf#page=127 +CSP 104 0.4 +0 +104 +104 +Package_CSP +ST_WLCSP-115_3.73x4.15mm_P0.35mm_Stagger +ST WLCSP-115, ST die ID 483, 3.73x4.15mm, 115 Ball, Y-staggered 11x21 Layout, 0.35mm Pitch, https://www.st.com/resource/en/datasheet/stm32h725vg.pdf +CSP 115 0.35 +0 +115 +115 +Package_CSP +ST_WLCSP-115_4.63x4.15mm_P0.4mm_Stagger +ST WLCSP-115, ST die ID 461, 4.63x4.15mm, 115 Ball, X-staggered 21x11 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32l496wg.pdf +CSP 115 0.4 +0 +115 +115 +Package_CSP +ST_WLCSP-115_Die461 +WLCSP-115, 4.15x4.63mm, 115 Ball, 21x11 Layout, 0.2x0.34641016151377546mm Pitch, https://www.st.com/resource/en/datasheet/stm32l496wg.pdf +CSP 115 0.2x0.34641016151377546 +0 +115 +115 +Package_CSP +ST_WLCSP-115_Die483 +WLCSP-115, 4.15x3.73mm, 115 Ball, 11x21 Layout, 0.3031088913245535x0.175mm Pitch, https://www.st.com/resource/en/datasheet/stm32h725vg.pdf +CSP 115 0.3031088913245535x0.175 +0 +115 +115 +Package_CSP +ST_WLCSP-132-Die480 +WLCSP-132, 4.37x4.57mm, 132 Ball, 12x11 Layout, 0.35mm Pitch, https://www.st.com/resource/en/datasheet/stm32h7a3ai.pdf +CSP 132 0.35 +0 +132 +132 +Package_CSP +ST_WLCSP-132_4.57x4.37mm_Layout12x11_P0.35mm +ST WLCSP-132, ST die ID 480, 4.57x4.37mm, 132 Ball, 12x11 Layout, 0.35mm Pitch, https://www.st.com/resource/en/datasheet/stm32h7a3ai.pdf +CSP 132 0.35 +0 +132 +132 +Package_CSP +ST_WLCSP-143_Die419 +WLCSP-143, 4.521x5.547mm, 143 Ball, 11x13 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f429ng.pdf#page=203 +CSP 143 0.4 +0 +143 +143 +Package_CSP +ST_WLCSP-143_Die449 +WLCSP-143, 4.539x5.849mm, 143 Ball, 11x13 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f746zg.pdf#page=202 +CSP 143 0.4 +0 +143 +143 +Package_CSP +ST_WLCSP-144_Die470 +WLCSP-144, 5.24x5.24mm, 144 Ball, 12x12 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/DM00366448.pdf#page=295 +CSP 144 0.4 +0 +144 +144 +Package_CSP +ST_WLCSP-150_5.38x5.47mm_P0.4m_Stagger +ST WLCSP-150, ST die ID 481, 5.38x5.47mm, 150 Ball, Y-staggered 13x23 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32u595zj.pdf +CSP 150 0.4 +0 +150 +150 +Package_CSP +ST_WLCSP-156-Die450 +WLCSP-156, 4.64x4.96mm, 156 Ball, 13x12 Layout, 0.35mm Pitch, https://www.st.com/resource/en/datasheet/stm32h747xi.pdf +CSP 156 0.35 +0 +156 +156 +Package_CSP +ST_WLCSP-156_4.96x4.64mm_Layout13x12_P0.35mm +ST WLCSP-156, ST die ID 450, 4.96x4.64mm, 156 Ball, 13x12 Layout, 0.35mm Pitch, https://www.st.com/resource/en/datasheet/stm32h747xi.pdf +CSP 156 0.35 +0 +156 +156 +Package_CSP +ST_WLCSP-168_Die434 +WLCSP-168, 4.891x5.692mm, 168 Ball, 12x14 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/stm32f469ni.pdf#page=198 +CSP 168 0.4 +0 +168 +168 +Package_CSP +ST_WLCSP-180_Die451 +WLCSP-180, 5.537x6.095mm, 180 Ball, 13x14 Layout, 0.4mm Pitch, http://www.st.com/resource/en/datasheet/DM00273119.pdf#page=240 +CSP 180 0.4 +0 +180 +180 +Package_CSP +ST_WLCSP-208_5.38x5.47mm_P0.35mm_Stagger +ST WLCSP-208, ST die ID 481, 5.38x5.47mm, 208 Ball, X-staggered 26x16 Layout, 0.35mm Pitch, https://www.st.com/resource/en/datasheet/stm32u5a5aj.pdf +CSP 208 0.35 +0 +208 +208 +Package_CSP +WLCSP-4-X1-WLB0909-4_0.89x0.89mm_P0.5mm +X1-WLB0909, 0.89x0.89mm, 4 Ball, 2x2 Layout, 0.5mm Pitch, https://www.diodes.com/assets/Datasheets/AP22913.pdf +CSP 4 0.5 +0 +4 +4 +Package_CSP +WLCSP-4_0.64x0.64mm_P0.35mm +WLCSP-4, 0.64x0.64mm, 4 Ball, 2x2 Layout, 0.35mm Pitch, https://www.onsemi.com/pdf/datasheet/ncp163-d.pdf#page=23 +CSP 4 0.35 +0 +4 +4 +Package_CSP +WLCSP-8_1.551x2.284mm_P0.5mm +WLCSP-8, 1.551x2.284mm, 8 Ball, 2x4 Layout, 0.5mm Pitch, https://www.adestotech.com/wp-content/uploads/AT25SL321_112.pdf#page=75 +CSP 8 0.5 +0 +8 +8 +Package_CSP +WLCSP-12_1.403x1.555mm_P0.4mm_Stagger +WLCSP-12, staggered array, 1.403x1.555mm, 12 Ball, 6x4 Layout, 0.2x0.346333mm Pitch, http://ww1.microchip.com/downloads/en/devicedoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=208 +CSP 12 0.2x0.346333 +0 +12 +12 +Package_CSP +WLCSP-16_1.409x1.409mm_P0.35mm +WLCSP-16, 1.409x1.409mm, 16 Ball, 4x4 Layout, 0.35mm Pitch, http://www.latticesemi.com/view_document?document_id=213 +CSP 16 0.35 +0 +16 +16 +Package_CSP +WLCSP-16_2.225x2.17mm_P0.5mm +WLCSP-16 2.225x2.17mm, 2.225x2.17mm, 16 Ball, 4x4 Layout, 0.5mm Pitch, https://ww1.microchip.com/downloads/en/DeviceDoc/16B_WLCSP_CS_C04-06036c.pdf +CSP 16 0.5 +0 +16 +16 +Package_DFN_QFN +AMS_QFN-4-1EP_2x2mm_P0.95mm_EP0.7x1.6mm +UFD Package, 4-Lead Plastic QFN (2mm x 2mm), http://ams.com/eng/content/download/950231/2267959/483138 +QFN 0.95 +0 +6 +5 +Package_DFN_QFN +AO_DFN-8-1EP_5.55x5.2mm_P1.27mm_EP4.12x4.6mm +DD Package; 8-Lead Plastic DFN (5.55mm x 5.2mm), Pin 5-8 connected to EP (http://www.aosmd.com/res/packaging_information/DFN5x6_8L_EP1_P.pdf) +dfn +0 +25 +5 +Package_DFN_QFN +Cypress_QFN-56-1EP_8x8mm_P0.5mm_EP6.22x6.22mm_ThermalVias +56-Lead Plastic Quad Flat, No Lead Package (ML) - 8x8x0.9 mm Body [QFN] (see datasheet at http://www.cypress.com/file/138911/download and app note at http://www.cypress.com/file/140006/download) +QFN 0.5 +0 +87 +57 +Package_DFN_QFN +DFN-6-1EP_1.2x1.2mm_P0.4mm_EP0.3x0.94mm_PullBack +DFN, 6 Pin (http://www.onsemi.com/pub/Collateral/NCP133-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +9 +7 +Package_DFN_QFN +DFN-6-1EP_2x1.6mm_P0.5mm_EP1.15x1.3mm +DFN, 6 Pin (https://www.onsemi.com/pdf/datasheet/ncp349-d.pdf#page=12), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +9 +7 +Package_DFN_QFN +DFN-6-1EP_2x1.8mm_P0.5mm_EP1.2x1.6mm +DFN, 6 Pin (https://www.diodes.com/assets/Package-Files/U-DFN2018-6.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +11 +7 +Package_DFN_QFN +DFN-6-1EP_2x2mm_P0.5mm_EP0.6x1.37mm +DFN, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/05081703_C_DC6.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +9 +7 +Package_DFN_QFN +DFN-6-1EP_2x2mm_P0.5mm_EP0.61x1.42mm +DC6 Package; 6-Lead Plastic DFN (2mm x 2mm) (see Linear Technology DFN_6_05-08-1703.pdf) +DFN 0.5 +0 +9 +7 +Package_DFN_QFN +DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm +6-Lead Plastic Dual Flat, No Lead Package (MA) - 2x2x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.65 +0 +9 +7 +Package_DFN_QFN +DFN-6-1EP_3x2mm_P0.5mm_EP1.65x1.35mm +DFN, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/(DCB6)%20DFN%2005-08-1715%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +11 +7 +Package_DFN_QFN +DFN-6-1EP_3x3mm_P0.95mm_EP1.7x2.6mm +DFN6 3*3 MM, 0.95 PITCH; CASE 506AH-01 (see ON Semiconductor 506AH.PDF) +DFN 0.95 +0 +13 +7 +Package_DFN_QFN +DFN-6-1EP_3x3mm_P1mm_EP1.5x2.4mm +DFN, 6 Pin (https://www.silabs.com/documents/public/data-sheets/Si7020-A20.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +11 +7 +Package_DFN_QFN +DFN-6_1.3x1.2mm_P0.4mm +6-Lead Plastic DFN (1.3mm x 1.2mm) +DFN 0.4 +0 +6 +6 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP0.6x1.2mm +DFN, 8 Pin (https://www.qorvo.com/products/d/da001879), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +11 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP0.7x1.3mm +DFN, 8 Pin (https://www.onsemi.com/pub/Collateral/NUF4401MN-D.PDF#page=6), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.6mm +DFN, 8 Pin (https://www.qorvo.com/products/d/da007268), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +10 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.3mm +DFN, 8 Pin (https://www.onsemi.com/pub/Collateral/NB3N551-D.PDF#page=7), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.5mm +DFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8127-AVR-8-bit-Microcontroller-ATtiny4-ATtiny5-ATtiny9-ATtiny10_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm +DFN, 8 Pin (https://www.st.com/resource/en/datasheet/lm2903.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +10 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP1.05x1.75mm +DFN8 2x2, 0.5P; CASE 506CN (see ON Semiconductor 506CN.PDF) +DFN 0.5 +0 +11 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.45mm_EP0.64x1.38mm +DC8 Package 8-Lead Plastic DFN (2mm x 2mm) (see Linear Technology DFN_8_05-08-1719.pdf) +DFN 0.45 +0 +11 +9 +Package_DFN_QFN +DFN-8-1EP_2x3mm_P0.5mm_EP0.56x2.15mm +DFN, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/2451fg.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +11 +9 +Package_DFN_QFN +DFN-8-1EP_2x3mm_P0.5mm_EP0.61x2.2mm +DDB Package; 8-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_8_05-08-1702.pdf) +DFN 0.5 +0 +12 +9 +Package_DFN_QFN +DFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.5mm +8-Lead Plastic Dual Flat, No Lead Package (8MA2) - 2x3x0.6 mm Body [UDFN] (see Atmel-8815-SEEPROM-AT24CS01-02-Datasheet.pdf) +DFN 0.5 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x2mm_P0.5mm_EP1.7x1.4mm +DFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_DFN_2x3x0_9_MC_C04-123C.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x2mm_P0.5mm_EP1.36x1.46mm +8-Lead Plastic Dual Flat, No Lead Package (8MA2) - 2x3x0.6 mm Body (http://ww1.microchip.com/downloads/en/DeviceDoc/20005010F.pdf) +DFN 0.5 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.45mm +8-Lead Plastic Dual Flat, No Lead Package (MC) - 2x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.5 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x2mm_P0.45mm_EP1.66x1.36mm +DCB Package 8-Lead Plastic DFN (2mm x 3mm) (see Linear Technology DFN_8_05-08-1718.pdf) +DFN 0.45 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x3mm_P0.5mm_EP1.65x2.38mm +DFN, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4320fb.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +10 +9 +Package_DFN_QFN +DFN-8-1EP_3x3mm_P0.5mm_EP1.65x2.38mm_ThermalVias +DFN, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4320fb.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +20 +9 +Package_DFN_QFN +DFN-8-1EP_3x3mm_P0.5mm_EP1.66x2.38mm +DD Package; 8-Lead Plastic DFN (3mm x 3mm) (see Linear Technology DFN_8_05-08-1698.pdf) +DFN 0.5 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x3mm_P0.65mm_EP1.7x2.05mm +DFN, 8 Pin (http://www.ixysic.com/home/pdfs.nsf/www/IX4426-27-28.pdf/$file/IX4426-27-28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x3mm_P0.65mm_EP1.55x2.4mm +8-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.65 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_4x4mm_P0.8mm_EP2.3x3.24mm +DFN, 8 Pin (https://www.st.com/resource/en/datasheet/ld1086.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_4x4mm_P0.8mm_EP2.5x3.6mm +8-Lead Plastic Dual Flat, No Lead Package (MD) - 4x4x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.8 +0 +15 +9 +Package_DFN_QFN +DFN-8-1EP_4x4mm_P0.8mm_EP2.39x2.21mm +8-Lead Plastic Dual Flat, No Lead Package (MD) - 4x4x0.9 mm Body [DFN] (http://www.onsemi.com/pub/Collateral/NCP4308-D.PDF) +DFN 0.8 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_6x5mm_P1.27mm_EP2x2mm +DD Package; 8-Lead Plastic DFN (6mm x 5mm) (see http://www.everspin.com/file/236/download) +dfn +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_6x5mm_P1.27mm_EP4x4mm +DD Package; 8-Lead Plastic DFN (6mm x 5mm) (see http://www.everspin.com/file/236/download) +dfn +0 +25 +9 +Package_DFN_QFN +DFN-8_2x2mm_P0.5mm +DFN8 2x2, 0.5P; No exposed pad - Ref http://pdfserv.maximintegrated.com/land_patterns/90-0349.PDF +DFN 0.5 +0 +8 +8 +Package_DFN_QFN +DFN-10-1EP_2.6x2.6mm_P0.5mm_EP1.3x2.2mm +DFN, 10 Pin (https://www.nxp.com/docs/en/data-sheet/PCF85063A.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +15 +11 +Package_DFN_QFN +DFN-10-1EP_2.6x2.6mm_P0.5mm_EP1.3x2.2mm_ThermalVias +DFN, 10 Pin (https://www.nxp.com/docs/en/data-sheet/PCF85063A.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +22 +11 +Package_DFN_QFN +DFN-10-1EP_2x3mm_P0.5mm_EP0.64x2.4mm +DDB Package; 10-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_10_05-08-1722.pdf) +DFN 0.5 +0 +13 +11 +Package_DFN_QFN +DFN-10-1EP_3x3mm_P0.5mm_EP1.7x2.5mm +DFN, 10 Pin (https://www.monolithicpower.com/pub/media/document/MPQ2483_r1.05.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +15 +11 +Package_DFN_QFN +DFN-10-1EP_3x3mm_P0.5mm_EP1.55x2.48mm +10-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.5 +0 +15 +11 +Package_DFN_QFN +DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm +DFN, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3471fb.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +15 +11 +Package_DFN_QFN +DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm_ThermalVias +DFN, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3471fb.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +22 +11 +Package_DFN_QFN +DFN-10-1EP_3x3mm_P0.5mm_EP1.75x2.7mm +10-Lead Plastic Dual Flat No-Lead Package, 3x3mm Body (see Atmel Appnote 8826) +DFN 0.5 +0 +15 +11 +Package_DFN_QFN +DFN-10_2x2mm_P0.4mm +10-Lead Plastic DFN (2mm x 2mm) 0.40mm pitch +DFN 10 0.4mm +0 +10 +10 +Package_DFN_QFN +DFN-12-1EP_2x3mm_P0.45mm_EP0.64x2.4mm +DDB Package; 12-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_12_05-08-1723.pdf) +DFN 0.45 +0 +15 +13 +Package_DFN_QFN +DFN-12-1EP_3x3mm_P0.5mm_EP1.6x2.5mm +DFN, 12 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MIC2207-2MHz-3A-PWM-Buck-Regulator-DS20006470A.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +17 +13 +Package_DFN_QFN +DFN-12-1EP_3x3mm_P0.5mm_EP1.6x2.5mm_ThermalVias +DFN, 12 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MIC2207-2MHz-3A-PWM-Buck-Regulator-DS20006470A.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +24 +13 +Package_DFN_QFN +DFN-12-1EP_3x3mm_P0.5mm_EP2.05x2.86mm +10-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.5 +0 +17 +13 +Package_DFN_QFN +DFN-12-1EP_3x3mm_P0.45mm_EP1.66x2.38mm +DD Package; 12-Lead Plastic DFN (3mm x 3mm) (see Linear Technology DFN_12_05-08-1725.pdf) +DFN 0.45 +0 +17 +13 +Package_DFN_QFN +DFN-12-1EP_3x4mm_P0.5mm_EP1.7x3.3mm +DE/UE Package; 12-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_12_05-08-1695.pdf) +DFN 0.5 +0 +21 +13 +Package_DFN_QFN +DFN-12-1EP_4x4mm_P0.5mm_EP2.66x3.38mm +DF Package; 12-Lead Plastic DFN (4mm x 4mm) (see Linear Technology 05081733_A_DF12.pdf) +DFN 0.5 +0 +21 +13 +Package_DFN_QFN +DFN-12-1EP_4x4mm_P0.65mm_EP2.64x3.54mm +DFN12, 4x4, 0.65P; CASE 506CE (see ON Semiconductor 506CE.PDF) +DFN 0.65 +0 +21 +13 +Package_DFN_QFN +DFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm +DD Package; 14-Lead Plastic DFN (3mm x 3mm) (http://pdfserv.maximintegrated.com/land_patterns/90-0063.PDF) +DFN 0.40 +0 +19 +15 +Package_DFN_QFN +DFN-14-1EP_3x4.5mm_P0.65mm_EP1.65x4.25mm +14-lead very thin plastic quad flat, 3.0x4.5mm size, 0.65mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/14L_VDFN_4_5x3_0mm_JHA_C041198A.pdf) +VDFN DFN 0.65mm +0 +23 +15 +Package_DFN_QFN +DFN-14-1EP_3x4.5mm_P0.65mm_EP1.65x4.25mm_ThermalVias +14-lead very thin plastic quad flat, 3.0x4.5mm size, 0.65mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/14L_VDFN_4_5x3_0mm_JHA_C041198A.pdf) +VDFN DFN 0.65mm +0 +33 +15 +Package_DFN_QFN +DFN-14-1EP_3x4mm_P0.5mm_EP1.7x3.3mm +DE Package; 14-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_14_05-08-1708.pdf) +DFN 0.5 +0 +23 +15 +Package_DFN_QFN +DFN-14-1EP_4x4mm_P0.5mm_EP2.86x3.6mm +DFN14, 4x4, 0.5P; CASE 506CM (see ON Semiconductor 506CM.PDF) +DFN 0.5 +0 +23 +15 +Package_DFN_QFN +DFN-14_1.35x3.5mm_P0.5mm +DFN, 14 Pin (https://m.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sp3012_datasheet.pdf.pdf#page=7), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +14 +14 +Package_DFN_QFN +DFN-16-1EP_3x4mm_P0.45mm_EP1.7x3.3mm +DE Package; 16-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_16_05-08-1732.pdf) +DFN 0.45 +0 +25 +17 +Package_DFN_QFN +DFN-16-1EP_3x5mm_P0.5mm_EP1.66x4.4mm +DHC Package; 16-Lead Plastic DFN (5mm x 3mm) (see Linear Technology DFN_16_05-08-1706.pdf) +DFN 0.5 +0 +27 +17 +Package_DFN_QFN +DFN-16-1EP_4x5mm_P0.5mm_EP2.44x4.34mm +DHD Package; 16-Lead Plastic DFN (5mm x 4mm) (see Linear Technology 05081707_A_DHD16.pdf) +DFN 0.5 +0 +25 +17 +Package_DFN_QFN +DFN-16-1EP_5x5mm_P0.5mm_EP3.46x4mm +DH Package; 16-Lead Plastic DFN (5mm x 5mm) (see Linear Technology DFN_16_05-08-1709.pdf) +DFN 0.5 +0 +26 +17 +Package_DFN_QFN +DFN-18-1EP_3x5mm_P0.5mm_EP1.66x4.4mm +DHC Package; 18-Lead Plastic DFN (5mm x 3mm) (see Linear Technology 05081955_0_DHC18.pdf) +DFN 0.5 +0 +29 +19 +Package_DFN_QFN +DFN-18-1EP_4x5mm_P0.5mm_EP2.44x4.34mm +DHD Package; 18-Lead Plastic DFN (5mm x 4mm) (see Linear Technology DFN_18_05-08-1778.pdf) +DFN 0.5 +0 +27 +19 +Package_DFN_QFN +DFN-20-1EP_5x6mm_P0.5mm_EP3.24x4.24mm +DFN20, 6x5, 0.5P; CASE 505AB (see ON Semiconductor 505AB.PDF) +DFN 0.5 +0 +33 +21 +Package_DFN_QFN +DFN-22-1EP_5x6mm_P0.5mm_EP3.14x4.3mm +DFN22 6*5*0.9 MM, 0.5 P; CASE 506AF\xe2\x88\x9201 (see ON Semiconductor 506AF.PDF) +DFN 0.5 +0 +35 +23 +Package_DFN_QFN +DFN-24-1EP_4x7mm_P0.5mm_EP2.64x6.44mm +DKD Package; 24-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_24_05-08-1864.pdf) +DFN 0.5 +0 +35 +25 +Package_DFN_QFN +DFN-32-1EP_4x7mm_P0.4mm_EP2.64x6.44mm +DKD Package; 32-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_32_05-08-1734.pdf) +DFN 0.4 +0 +43 +33 +Package_DFN_QFN +DFN-44-1EP_5x8.9mm_P0.4mm_EP3.7x8.4mm +DFN44 8.9x5, 0.4P; CASE 506BU-01 (see ON Semiconductor 506BU.PDF) +DFN 0.4 +0 +63 +45 +Package_DFN_QFN +DFN-S-8-1EP_6x5mm_P1.27mm +8-Lead Plastic Dual Flat, No Lead Package (MF) - 6x5 mm Body [DFN-S] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 1.27 +0 +16 +9 +Package_DFN_QFN +DHVQFN-14-1EP_2.5x3mm_P0.5mm_EP1x1.5mm +DHVQFN, 14 Pin (JEDEC MO-241/VAA, https://assets.nexperia.com/documents/package-information/SOT762-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DHVQFN NoLead +0 +16 +15 +Package_DFN_QFN +DHVQFN-16-1EP_2.5x3.5mm_P0.5mm_EP1x2mm +DHVQFN, 16 Pin (JEDEC MO-241/VAB, https://assets.nexperia.com/documents/package-information/SOT763-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DHVQFN NoLead +0 +19 +17 +Package_DFN_QFN +DHVQFN-20-1EP_2.5x4.5mm_P0.5mm_EP1x3mm +DHVQFN, 20 Pin (JEDEC MO-241/VAC, https://assets.nexperia.com/documents/package-information/SOT764-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DHVQFN NoLead +0 +23 +21 +Package_DFN_QFN +Diodes_DFN1006-3 +DFN package size 1006 3 pins +DFN package size 1006 3 pins +0 +3 +3 +Package_DFN_QFN +Diodes_UDFN-10_1.0x2.5mm_P0.5mm +U-DFN2510-10 package used by Diodes Incorporated (https://www.diodes.com/assets/Package-Files/U-DFN2510-10-Type-CJ.pdf) +UDFN-10 U-DFN2510-10 Diodes +0 +10 +10 +Package_DFN_QFN +Diodes_UDFN2020-6_Type-F +U-DFN2020-6 (Type F) (https://www.diodes.com/assets/Package-Files/U-DFN2020-6-Type-F.pdf) +U-DFN2020-6 (Type F) +0 +8 +8 +Package_DFN_QFN +HVQFN-16-1EP_3x3mm_P0.5mm_EP1.5x1.5mm +HVQFN, 16 Pin (https://www.nxp.com/docs/en/package-information/SOT758-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +21 +17 +Package_DFN_QFN +HVQFN-24-1EP_4x4mm_P0.5mm_EP2.1x2.1mm +HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +34 +25 +Package_DFN_QFN +HVQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm +HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +29 +25 +Package_DFN_QFN +HVQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias +HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +39 +25 +Package_DFN_QFN +HVQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +34 +25 +Package_DFN_QFN +HVQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +39 +25 +Package_DFN_QFN +HVQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm +HVQFN, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT617-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +42 +33 +Package_DFN_QFN +HVQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias +HVQFN, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT617-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +59 +33 +Package_DFN_QFN +HVQFN-40-1EP_6x6mm_P0.5mm_EP4.1x4.1mm +HVQFN, 40 Pin (https://www.nxp.com/docs/en/package-information/SOT618-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +50 +41 +Package_DFN_QFN +HVQFN-40-1EP_6x6mm_P0.5mm_EP4.1x4.1mm_ThermalVias +HVQFN, 40 Pin (https://www.nxp.com/docs/en/package-information/SOT618-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +67 +41 +Package_DFN_QFN +Infineon_MLPQ-16-14-1EP_4x4mm_P0.5mm +MLPQ 32 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) +mlpq 32 7x7mm +0 +19 +15 +Package_DFN_QFN +Infineon_MLPQ-40-32-1EP_7x7mm_P0.5mm +MLPQ 32 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) +mlpq 32 7x7mm +0 +76 +33 +Package_DFN_QFN +Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_EP5.55x5.55mm +MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2093mpbf.pdf?fileId=5546d462533600a401535675fb892793) +mlpq 32 7x7mm +0 +113 +49 +Package_DFN_QFN +Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.15x5.15mm +MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2052mpbf.pdf?fileId=5546d462533600a401535675d3b32788) +mlpq 32 7x7mm +0 +117 +49 +Package_DFN_QFN +Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.55x5.55mm +MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2093mpbf.pdf?fileId=5546d462533600a401535675fb892793) +mlpq 32 7x7mm +0 +117 +49 +Package_DFN_QFN +Infineon_PQFN-22-15-4EP_6x5mm_P0.65mm +PQFN 22 leads, 5x6mm, 0.127mm stencil (https://www.infineon.com/dgdl/ir4301.pdf?fileId=5546d462533600a4015355d5fc691819, https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) +pqfn 22 5x6mm +0 +56 +15 +Package_DFN_QFN +Infineon_PQFN-44-31-5EP_7x7mm_P0.5mm +PQFN 44 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/ir4302.pdf?fileId=5546d462533600a4015355d602a9181d, https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) +pqfn 44 7x7mm +0 +125 +27 +Package_DFN_QFN +LQFN-10-1EP_2x2mm_P0.5mm_EP0.7x0.7mm +LQFN, 10 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-lqfn/05081644_0_LQFN10.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LQFN NoLead +0 +12 +11 +Package_DFN_QFN +LQFN-12-1EP_2x2mm_P0.5mm_EP0.7x0.7mm +LQFN, 12 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-lqfn/05081530_B_LQFN12.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LQFN NoLead +0 +14 +13 +Package_DFN_QFN +LQFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm +LQFN, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-lqfn/05081595_0_lqfn16.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LQFN NoLead +0 +18 +17 +Package_DFN_QFN +Linear_DE14MA +14-Lead Plastic DFN, 4mm x 3mm (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/05081731_C_DE14MA.pdf) +DFN 0.5 +0 +14 +14 +Package_DFN_QFN +Linear_UGK52_QFN-46-52 +Linear UKG52(46) package, QFN-52-1EP variant (see http://cds.linear.com/docs/en/datasheet/3886fe.pdf) +QFN 0.5 +0 +62 +47 +Package_DFN_QFN +MLF-6-1EP_1.6x1.6mm_P0.5mm_EP0.5x1.26mm +MLF, 6 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5353.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +MLF NoLead +0 +9 +7 +Package_DFN_QFN +MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm +8-Pin ePad 3mm x 3mm MLF - 3x3x0.85 mm Body (see Microchip datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf) +DFN MLF 0.65 +0 +12 +9 +Package_DFN_QFN +MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm_ThermalVias +8-Pin ePad 3mm x 3mm MLF - 3x3x0.85 mm Body (see Microchip datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf) +DFN MLF 0.65 +0 +15 +9 +Package_DFN_QFN +MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +MLF, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=263), generated with kicad-footprint-generator ipc_noLead_generator.py +MLF NoLead +0 +25 +21 +Package_DFN_QFN +MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +MLF, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=263), generated with kicad-footprint-generator ipc_noLead_generator.py +MLF NoLead +0 +30 +21 +Package_DFN_QFN +MLPQ-16-1EP_4x4mm_P0.65mm_EP2.8x2.8mm +Micro Leadframe Package, 16 pin with exposed pad +MLPQ- 0.65 +0 +21 +17 +Package_DFN_QFN +Maxim_TDFN-6-1EP_3x3mm_P0.95mm_EP1.5x2.3mm +Maxim TDFN, 6 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/MAX4460-MAX4462.pdf#page=19, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tdfn-ep/21-0137.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Maxim TDFN NoLead +0 +11 +7 +Package_DFN_QFN +Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.6x1.2mm +Micrel MLF, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic23050.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Micrel MLF NoLead +0 +11 +9 +Package_DFN_QFN +Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.6x1.2mm_ThermalVias +Micrel MLF, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic23050.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Micrel MLF NoLead +0 +16 +9 +Package_DFN_QFN +Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.8x1.3mm_ThermalVias +http://ww1.microchip.com/downloads/en/DeviceDoc/mic2290.pdf +mlf 8 2x2 mm +0 +14 +9 +Package_DFN_QFN +Microchip_8E-16 +16-Lead Quad Flat, No Lead Package (8E) - 4x4x0.9 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) +QFN Microchip 8E 16 +0 +20 +17 +Package_DFN_QFN +Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm +QFN, 44 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/44L_VQFN_5x5mm_Dual_Row_%5BS3B%5D_C04-21399a.pdf) +QFN dual row +0 +49 +45 +Package_DFN_QFN +Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm_ThermalVias +QFN, 44 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/44L_VQFN_5x5mm_Dual_Row_%5BS3B%5D_C04-21399a.pdf) +QFN dual row +0 +59 +45 +Package_DFN_QFN +Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm +QFN, 64 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_7x7_Dual_Row_%5BSVB%5D_C04-21420a.pdf) +QFN dual row +0 +74 +65 +Package_DFN_QFN +Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm_ThermalVias +QFN, 64 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_7x7_Dual_Row_%5BSVB%5D_C04-21420a.pdf) +QFN dual row +0 +91 +65 +Package_DFN_QFN +Microsemi_QFN-40-32-2EP_6x8mm_P0.5mm +40-Lead (32-Lead Populated) Plastic Quad Flat, No Lead Package - 6x8x0.9mm Body (https://www.microsemi.com/document-portal/doc_download/131677-pd70224-data-sheet) +QFN 0.5 +0 +92 +34 +Package_DFN_QFN +Mini-Circuits_DL805 +https://ww2.minicircuits.com/case_style/DL805.pdf +RF Switch +0 +11 +9 +Package_DFN_QFN +Mini-Circuits_FG873-4_3x3mm +Mini Circuits Case style FG (https://ww2.minicircuits.com/case_style/FG873.pdf) +FG873 +0 +4 +4 +Package_DFN_QFN +NXP_LQFN-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm_16xMask0.45x0.45 +LQFN, 48 Pin (https://www.nxp.com/docs/en/package-information/98ASA00694D.pdf) +NXP LQFN NoLead +0 +65 +49 +Package_DFN_QFN +NXP_LQFN-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm_16xMask0.45x0.45_ThermalVias +LQFN, 48 Pin (https://www.nxp.com/docs/en/package-information/98ASA00694D.pdf) +NXP LQFN NoLead +0 +75 +49 +Package_DFN_QFN +Nordic_AQFN-73-1EP_7x7mm_P0.5mm +http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fchips%2Fnrf52840.html +AQFN 7mm +0 +78 +74 +Package_DFN_QFN +OnSemi_DFN-8_2x2mm_P0.5mm +DFN8 2x2, 0.5P (https://www.onsemi.com/pub/Collateral/511AT.PDF) +DFN 0.5 +0 +8 +8 +Package_DFN_QFN +OnSemi_SIP-38-6EP-9x7mm_P0.65mm_EP1.2x1.2mm +On Semiconductor, SIP-38, 9x7mm, (https://www.onsemi.com/pub/Collateral/AX-SIP-SFEU-D.PDF#page=19) +On Semiconductor SIP +0 +44 +44 +Package_DFN_QFN +OnSemi_UDFN-8_1.2x1.8mm_P0.4mm +8-Lead Plastic Dual Flat, No Lead Package, 1.2x1.8x1.55 mm Body [UDFN] (See http://www.onsemi.com/pub/Collateral/NLSV2T244-D.PDF) +dfn udfn dual flat +0 +8 +8 +Package_DFN_QFN +OnSemi_VCT-28_3.5x3.5mm_P0.4mm +OnSemi VCT, 28 Pin (http://www.onsemi.com/pub/Collateral/601AE.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +OnSemi VCT NoLead +0 +28 +28 +Package_DFN_QFN +OnSemi_XDFN-10_1.35x2.2mm_P0.4mm +10-Lead Plastic XDFN (1.35mm x 2.2mm) (see https://www.onsemi.com/pdf/datasheet/emi8132-d.pdf) +OnSemi XDFN-10 0.4 +0 +10 +10 +Package_DFN_QFN +OnSemi_XDFN4-1EP_1.0x1.0mm_EP0.52x0.52mm +XDFN4 footprint (as found on the https://www.onsemi.com/pub/Collateral/NCP115-D.PDF) +OnSemi XDFN4 +0 +5 +5 +Package_DFN_QFN +PQFN-8-EP_6x5mm_P1.27mm_Generic +Universal Footprint for Thermally-enhanced SO-8 packages; compatible with Vishay PowerPAK SO−8, International Rectifier PQFN, Texas Instrument SON 5 × 6 mm (Q5A), Alpha and Omega DFN 5 × 6, ST Microelectronics PowerFLAT™ 5 × 6, Toshiba SOP Advance, Infineon Super SO8, NXP LFPAK (SOT669), Renesas WPAK(3F) / LFPAK, Fairchild Power 56, APEC PMPAK 5 × 6, MagnaChip PowerDFN56, ROHM HSOP8, UBIQ PRPAK56, NIKO−SEM PDFN 5 × 6, NEC 8-pin HVSON. Datasheets: https://www.onsemi.com/pub/Collateral/AND9137-D.PDF, https://assets.nexperia.com/documents/leaflet/75016838.pdf +Thermally-enhanced SO-8 PowerPAK PQFN Q5A PowerFLAT LFPAK SOT669 WPAK(3F) LFPAK Power56 PMPAK PowerDFN56 HSOP8 PRPAK56 PDFN HVSON +0 +21 +5 +Package_DFN_QFN +Panasonic_HQFN-16-1EP_4x4mm_P0.65mm_EP2.9x2.9mm +Panasonic HQFN-16, 4x4x0.85mm (https://industrial.panasonic.com/content/data/SC/ds/ds7/c0/PKG_HQFN016-A-0404XZL_EN.pdf) +panasonic hqfn +0 +37 +17 +Package_DFN_QFN +Panasonic_HSON-8_8x8mm_P2.00mm +Panasonic HSON-8, 8x8x1.25mm (https://industrial.panasonic.com/content/data/SC/ds/ds7/c0/PKG_HSON008-A-0808XXI_EN.pdf) +panasonic hson +0 +27 +9 +Package_DFN_QFN +QFN-12-1EP_3x3mm_P0.5mm_EP1.6x1.6mm +QFN, 12 Pin (https://www.nxp.com/docs/en/data-sheet/MMZ09332B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +17 +13 +Package_DFN_QFN +QFN-12-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias +QFN, 12 Pin (https://www.nxp.com/docs/en/data-sheet/MMZ09332B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +32 +13 +Package_DFN_QFN +QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm +QFN, 12 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_12_%2005-08-1855.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +17 +13 +Package_DFN_QFN +QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm_ThermalVias +QFN, 12 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_12_%2005-08-1855.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +22 +13 +Package_DFN_QFN +QFN-12-1EP_3x3mm_P0.51mm_EP1.45x1.45mm +QFN, 12 Pin (https://ww2.minicircuits.com/case_style/DQ1225.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +17 +13 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm +QFN, 16 Pin (https://www.st.com/resource/en/datasheet/tsv521.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias +QFN, 16 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py +QFN DFN_QFN +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.9x1.9mm +QFN, 16 Pin (https://www.nxp.com/docs/en/package-information/98ASA00525D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.9x1.9mm_ThermalVias +QFN, 16 Pin (https://www.nxp.com/docs/en/package-information/98ASA00525D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +26 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm +QFN, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm_ThermalVias +QFN, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +26 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm +QFN, 16 Pin (https://www.onsemi.com/pub/Collateral/NCN4555-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm_ThermalVias +QFN, 16 Pin (https://www.onsemi.com/pub/Collateral/NCN4555-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +26 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.5mm_EP2.45x2.45mm +QFN, 16 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/isl8117.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias +QFN, 16 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/isl8117.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm +QFN, 16 Pin (http://www.thatcorp.com/datashts/THAT_1580_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm_ThermalVias +QFN, 16 Pin (http://www.thatcorp.com/datashts/THAT_1580_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.5x2.5mm +QFN, 16 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=266), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.5x2.5mm_ThermalVias +QFN, 16 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=266), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm +QFN, 16 Pin (https://www.allegromicro.com/~/media/Files/Datasheets/A4403-Datasheet.ashx), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_PullBack +QFN, 16 Pin (https://ams.com/documents/20143/36005/AS5055A_DS000304_2-00.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_PullBack_ThermalVias +QFN, 16 Pin (https://ams.com/documents/20143/36005/AS5055A_DS000304_2-00.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_ThermalVias +QFN, 16 Pin (https://www.allegromicro.com/~/media/Files/Datasheets/A4403-Datasheet.ashx), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.15x2.15mm +QFN, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4001f.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.15x2.15mm_ThermalVias +QFN, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4001f.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_5x5mm_P0.8mm_EP2.7x2.7mm +QFN, 16 Pin (http://www.intersil.com/content/dam/Intersil/documents/l16_/l16.5x5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_5x5mm_P0.8mm_EP2.7x2.7mm_ThermalVias +QFN, 16 Pin (http://www.intersil.com/content/dam/Intersil/documents/l16_/l16.5x5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2x2mm +QFN, 20 Pin (http://www.ti.com/lit/ml/mpqf239/mpqf239.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2x2mm_ThermalVias +QFN, 20 Pin (http://www.ti.com/lit/ml/mpqf239/mpqf239.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +30 +21 +Package_DFN_QFN +QFN-20-1EP_3x3mm_P0.4mm_EP1.65x1.65mm +QFN, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3553fc.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_3x3mm_P0.4mm_EP1.65x1.65mm_ThermalVias +QFN, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3553fc.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +30 +21 +Package_DFN_QFN +QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=212), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm_ThermalVias +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=212), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +30 +21 +Package_DFN_QFN +QFN-20-1EP_3x4mm_P0.5mm_EP1.65x2.65mm +QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_3x4mm_P0.5mm_EP1.65x2.65mm_ThermalVias +QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +32 +21 +Package_DFN_QFN +QFN-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=274), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=274), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +30 +21 +Package_DFN_QFN +QFN-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc2535.pdf#page=164), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc2535.pdf#page=164), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +30 +21 +Package_DFN_QFN +QFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm +QFN, 20 Pin (https://www.silabs.com/documents/public/data-sheets/Si5351-B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias +QFN, 20 Pin (https://www.silabs.com/documents/public/data-sheets/Si5351-B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +30 +21 +Package_DFN_QFN +QFN-20-1EP_4x5mm_P0.5mm_EP2.65x3.65mm +QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1711.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +27 +21 +Package_DFN_QFN +QFN-20-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias +QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1711.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +40 +21 +Package_DFN_QFN +QFN-20-1EP_5x5mm_P0.65mm_EP3.35x3.35mm +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=276), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_5x5mm_P0.65mm_EP3.35x3.35mm_ThermalVias +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=276), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +35 +21 +Package_DFN_QFN +QFN-24-1EP_3x3mm_P0.4mm_EP1.75x1.6mm +QFN, 24 Pin (https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_3x3mm_P0.4mm_EP1.75x1.6mm_ThermalVias +QFN, 24 Pin (https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +34 +25 +Package_DFN_QFN +QFN-24-1EP_3x4mm_P0.4mm_EP1.65x2.65mm +QFN, 24 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +25 +Package_DFN_QFN +QFN-24-1EP_3x4mm_P0.4mm_EP1.65x2.65mm_ThermalVias +QFN, 24 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +38 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm +QFN, 24 Pin (https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm_ThermalVias +QFN, 24 Pin (https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm +QFN, 24 Pin (http://www.alfarzpp.lv/eng/sc/AS3330.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias +QFN, 24 Pin (http://www.alfarzpp.lv/eng/sc/AS3330.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm +QFN, 24 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/hmc431.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_ThermalVias +QFN, 24 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/hmc431.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.15x2.15mm +QFN, 24 Pin (https://www.st.com/resource/en/datasheet/led1642gw.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.15x2.15mm_ThermalVias +QFN, 24 Pin (https://www.st.com/resource/en/datasheet/led1642gw.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.65x2.65mm +QFN, 24 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.65x2.65mm_ThermalVias +QFN, 24 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm +QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_24_05-08-1696.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +25 +Package_DFN_QFN +QFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias +QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_24_05-08-1696.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +44 +25 +Package_DFN_QFN +QFN-24-1EP_5x5mm_P0.65mm_EP3.2x3.2mm +QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UH24)%20QFN%2005-08-1747%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_5x5mm_P0.65mm_EP3.2x3.2mm_ThermalVias +QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UH24)%20QFN%2005-08-1747%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +51 +25 +Package_DFN_QFN +QFN-24-1EP_5x5mm_P0.65mm_EP3.4x3.4mm +QFN, 24 Pin (http://www.thatcorp.com/datashts/THAT_5173_Datasheet.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_5x5mm_P0.65mm_EP3.4x3.4mm_ThermalVias +QFN, 24 Pin (http://www.thatcorp.com/datashts/THAT_5173_Datasheet.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_5x5mm_P0.65mm_EP3.6x3.6mm +QFN, 24 Pin (https://www.nxp.com/docs/en/package-information/98ASA00734D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +34 +25 +Package_DFN_QFN +QFN-24-1EP_5x5mm_P0.65mm_EP3.6x3.6mm_ThermalVias +QFN, 24 Pin (https://www.nxp.com/docs/en/package-information/98ASA00734D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +67 +25 +Package_DFN_QFN +QFN-28-1EP_3x6mm_P0.5mm_EP1.7x4.75mm +QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081926_0_UDE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +37 +29 +Package_DFN_QFN +QFN-28-1EP_3x6mm_P0.5mm_EP1.7x4.75mm_ThermalVias +QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081926_0_UDE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +53 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.4mm_EP2.3x2.3mm +QFN, 28 Pin (http://www.issi.com/WW/pdf/31FL3731.pdf#page=21), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +33 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.4mm_EP2.3x2.3mm_ThermalVias +QFN, 28 Pin (http://www.issi.com/WW/pdf/31FL3731.pdf#page=21), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +43 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.4mm_EP2.4x2.4mm +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=280), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +33 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.4mm_EP2.4x2.4mm_ThermalVias +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=280), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +43 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.4mm_EP2.6x2.6mm +QFN, 28 Pin (package code T2844-1; https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +33 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.4mm_EP2.6x2.6mm_ThermalVias +QFN, 28 Pin (package code T2844-1; https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +43 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +33 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm_ThermalVias +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +43 +29 +Package_DFN_QFN +QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.65mm +QFN, 28 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/3555fe.pdf#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +35 +29 +Package_DFN_QFN +QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias +QFN, 28 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/3555fe.pdf#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +48 +29 +Package_DFN_QFN +QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +38 +29 +Package_DFN_QFN +QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm_ThermalVias +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +55 +29 +Package_DFN_QFN +QFN-28-1EP_5x5mm_P0.5mm_EP3.75x3.75mm +QFN, 28 Pin (https://www.cmlmicro.com/wp-content/uploads/2017/10/CMX901_ds.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +38 +29 +Package_DFN_QFN +QFN-28-1EP_5x5mm_P0.5mm_EP3.75x3.75mm_ThermalVias +QFN, 28 Pin (https://www.cmlmicro.com/wp-content/uploads/2017/10/CMX901_ds.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +29 +Package_DFN_QFN +QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm +QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081932_0_UHE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +41 +29 +Package_DFN_QFN +QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm_ThermalVias +QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081932_0_UHE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +62 +29 +Package_DFN_QFN +QFN-28-1EP_6x6mm_P0.65mm_EP4.8x4.8mm +QFN, 28 Pin (https://www.semtech.com/uploads/documents/sx1272.pdf#page=125), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +38 +29 +Package_DFN_QFN +QFN-28-1EP_6x6mm_P0.65mm_EP4.8x4.8mm_ThermalVias +QFN, 28 Pin (https://www.semtech.com/uploads/documents/sx1272.pdf#page=125), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +71 +29 +Package_DFN_QFN +QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=289), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +38 +29 +Package_DFN_QFN +QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm_ThermalVias +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=289), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +71 +29 +Package_DFN_QFN +QFN-28_4x4mm_P0.5mm +QFN, 28 Pin (http://www.st.com/resource/en/datasheet/stm32f031k6.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +28 +28 +Package_DFN_QFN +QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8153-8-and-16-bit-avr-microcontroller-xmega-e-atxmega8e5-atxmega16e5-atxmega32e5_datasheet.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +37 +33 +Package_DFN_QFN +QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm_ThermalVias +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8153-8-and-16-bit-avr-microcontroller-xmega-e-atxmega8e5-atxmega16e5-atxmega32e5_datasheet.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +47 +33 +Package_DFN_QFN +QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm +QFN, 32 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/l32.4x4a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +37 +33 +Package_DFN_QFN +QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm_ThermalVias +QFN, 32 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/l32.4x4a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +42 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf#page=68), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +42 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm_ThermalVias +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf#page=68), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm +QFN, 32 Pin (http://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.1.pdf#page=468), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +42 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm_ThermalVias +QFN, 32 Pin (http://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.1.pdf#page=468), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.7x3.7mm +QFN, 32 Pin (https://www.espressif.com/sites/default/files/documentation/0a-esp8285_datasheet_en.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +37 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.7x3.7mm_ThermalVias +QFN, 32 Pin (https://www.espressif.com/sites/default/files/documentation/0a-esp8285_datasheet_en.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm +QFN, 32 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_32_05-08-1693.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +42 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm_ThermalVias +QFN, 32 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_32_05-08-1693.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm +QFN, 32 Pin (https://www.exar.com/ds/mxl7704.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +42 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm_ThermalVias +QFN, 32 Pin (https://www.exar.com/ds/mxl7704.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm +QFN, 32 Pin (https://www.nxp.com/docs/en/data-sheet/LPC111X.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +49 +33 +Package_DFN_QFN +QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm_ThermalVias +QFN, 32 Pin (https://www.nxp.com/docs/en/data-sheet/LPC111X.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +75 +33 +Package_DFN_QFN +QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8209-8-bit%20AVR%20ATmega16M1-32M1-64M1_Datasheet.pdf#page=426), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +49 +33 +Package_DFN_QFN +QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm_ThermalVias +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8209-8-bit%20AVR%20ATmega16M1-32M1-64M1_Datasheet.pdf#page=426), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +75 +33 +Package_DFN_QFN +QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm +QFN, 32 Pin (http://www.thatcorp.com/datashts/THAT_5171_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +49 +33 +Package_DFN_QFN +QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm_ThermalVias +QFN, 32 Pin (http://www.thatcorp.com/datashts/THAT_5171_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +75 +33 +Package_DFN_QFN +QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm +QFN, 36 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +46 +37 +Package_DFN_QFN +QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm_ThermalVias +QFN, 36 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +56 +37 +Package_DFN_QFN +QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm +QFN, 36 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UHE36)%20QFN%2005-08-1876%20Rev%20%C3%98.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +49 +37 +Package_DFN_QFN +QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm_ThermalVias +QFN, 36 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UHE36)%20QFN%2005-08-1876%20Rev%20%C3%98.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +56 +37 +Package_DFN_QFN +QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm +QFN, 36 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/36L_QFN_6x6_with_3_7x3_7_EP_Punch_Dimpled_4E_C04-0241A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +46 +37 +Package_DFN_QFN +QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm_ThermalVias +QFN, 36 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/36L_QFN_6x6_with_3_7x3_7_EP_Punch_Dimpled_4E_C04-0241A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +63 +37 +Package_DFN_QFN +QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm +QFN, 36 Pin (www.st.com/resource/en/datasheet/stm32f101t6.pdf#page=72), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +46 +37 +Package_DFN_QFN +QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm_ThermalVias +QFN, 36 Pin (www.st.com/resource/en/datasheet/stm32f101t6.pdf#page=72), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +63 +37 +Package_DFN_QFN +QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm +QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1750.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +47 +39 +Package_DFN_QFN +QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm_ThermalVias +QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1750.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +56 +39 +Package_DFN_QFN +QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm +QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1701.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +54 +39 +Package_DFN_QFN +QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm_ThermalVias +QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1701.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +63 +39 +Package_DFN_QFN +QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm +QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=297), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +50 +41 +Package_DFN_QFN +QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm_ThermalVias +QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=297), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +67 +41 +Package_DFN_QFN +QFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm +QFN, 40 Pin (http://www.issi.com/WW/pdf/31FL3736.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +50 +41 +Package_DFN_QFN +QFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm_ThermalVias +QFN, 40 Pin (http://www.issi.com/WW/pdf/31FL3736.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +67 +41 +Package_DFN_QFN +QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm +QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=295), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +57 +41 +Package_DFN_QFN +QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm_ThermalVias +QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=295), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +83 +41 +Package_DFN_QFN +QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm +QFN, 42 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081875_0_UHE42.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +55 +43 +Package_DFN_QFN +QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm_ThermalVias +QFN, 42 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081875_0_UHE42.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +76 +43 +Package_DFN_QFN +QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm +QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/2512S.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +61 +45 +Package_DFN_QFN +QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm_ThermalVias +QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/2512S.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +87 +45 +Package_DFN_QFN +QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm +QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +61 +45 +Package_DFN_QFN +QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias +QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +87 +45 +Package_DFN_QFN +QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm +QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/39935c.pdf#page=152), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +70 +45 +Package_DFN_QFN +QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm_ThermalVias +QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/39935c.pdf#page=152), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +107 +45 +Package_DFN_QFN +QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm +44-Lead Plastic Quad Flat, No Lead Package - 9x9 mm Body [QFN]; see section 10.3 of https://www.parallax.com/sites/default/files/downloads/P8X32A-Propeller-Datasheet-v1.4.0_0.pdf +QFN 0.65 +0 +49 +45 +Package_DFN_QFN +QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm_ThermalVias +44-Lead Plastic Quad Flat, No Lead Package - 9x9 mm Body [QFN] with thermal vias; see section 10.3 of https://www.parallax.com/sites/default/files/downloads/P8X32A-Propeller-Datasheet-v1.4.0_0.pdf +QFN 0.65 +0 +55 +45 +Package_DFN_QFN +QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm +QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +58 +49 +Package_DFN_QFN +QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm_ThermalVias +QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +75 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm +QFN, 48 Pin (https://static.dev.sifive.com/SiFive-FE310-G000-datasheet-v1p5.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +58 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm_ThermalVias +QFN, 48 Pin (https://static.dev.sifive.com/SiFive-FE310-G000-datasheet-v1p5.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm +QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +58 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm_ThermalVias +QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +75 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.6x4.6mm +QFN, 48 Pin (http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=67), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +58 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.6x4.6mm_ThermalVias +QFN, 48 Pin (http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=67), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm +QFN, 48 Pin (https://www.onsemi.com/pub/Collateral/485BA.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +58 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm_ThermalVias +QFN, 48 Pin (https://www.onsemi.com/pub/Collateral/485BA.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm +QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +65 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm_ThermalVias +QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm +QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +65 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm_ThermalVias +QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm +QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +65 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias +QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm +QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +65 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm_ThermalVias +QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_8x8mm_P0.5mm_EP6.2x6.2mm +QFN, 48 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232H.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +74 +49 +Package_DFN_QFN +QFN-48-1EP_8x8mm_P0.5mm_EP6.2x6.2mm_ThermalVias +QFN, 48 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232H.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +111 +49 +Package_DFN_QFN +QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm +QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +73 +53 +Package_DFN_QFN +QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm_ThermalVias +QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +104 +53 +Package_DFN_QFN +QFN-56-1EP_7x7mm_P0.4mm_EP3.2x3.2mm +QFN, 56 Pin (https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf#page=634), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +61 +57 +Package_DFN_QFN +QFN-56-1EP_7x7mm_P0.4mm_EP3.2x3.2mm_ThermalVias +QFN, 56 Pin (https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf#page=634), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +66 +57 +Package_DFN_QFN +QFN-56-1EP_7x7mm_P0.4mm_EP4x4mm +QFN, 56 Pin (https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf#page=41), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +66 +57 +Package_DFN_QFN +QFN-56-1EP_7x7mm_P0.4mm_EP4x4mm_ThermalVias +QFN, 56 Pin (https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf#page=41), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +71 +57 +Package_DFN_QFN +QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm +QFN, 56 Pin (http://www.cypress.com/file/416486/download#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +73 +57 +Package_DFN_QFN +QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm_ThermalVias +QFN, 56 Pin (http://www.cypress.com/file/416486/download#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +99 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP4.3x4.3mm +QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002142A.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +73 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP4.3x4.3mm_ThermalVias +QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002142A.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +99 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm +QFN, 56 Pin (http://www.ti.com/lit/an/scea032/scea032.pdf#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +73 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias +QFN, 56 Pin (http://www.ti.com/lit/an/scea032/scea032.pdf#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +99 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias_TopTented +QFN, 56 Pin top tented version (manually modified). For information see: http://www.cypress.com/file/138911/download +QFN DFN_QFN +0 +115 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm +QFN, 56 Pin (http://www.ti.com/lit/ds/symlink/tlc5957.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +73 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm_ThermalVias +QFN, 56 Pin (http://www.ti.com/lit/ds/symlink/tlc5957.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +99 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP5.9x5.9mm +QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001734B.pdf#page=50), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +73 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP5.9x5.9mm_ThermalVias +QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001734B.pdf#page=50), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +99 +57 +Package_DFN_QFN +QFN-64-1EP_8x8mm_P0.4mm_EP6.5x6.5mm +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_8x8_with%206_5x6_5%20EP_JXX_C04-0437A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +90 +65 +Package_DFN_QFN +QFN-64-1EP_8x8mm_P0.4mm_EP6.5x6.5mm_ThermalVias +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_8x8_with%206_5x6_5%20EP_JXX_C04-0437A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +127 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP3.4x3.4mm +QFN, 64 Pin (www.intel.com/content/www/us/en/ethernet-controllers/i210-ethernet-controller-datasheet.html), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +74 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP3.4x3.4mm_ThermalVias +QFN, 64 Pin (www.intel.com/content/www/us/en/ethernet-controllers/i210-ethernet-controller-datasheet.html), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +79 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP3.8x3.8mm +QFN, 64 Pin (https://datasheet.lcsc.com/szlcsc/Realtek-Semicon-RTL8211EG-VB-CG_C69264.pdf#page=77), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +74 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP3.8x3.8mm_ThermalVias +QFN, 64 Pin (https://datasheet.lcsc.com/szlcsc/Realtek-Semicon-RTL8211EG-VB-CG_C69264.pdf#page=77), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +79 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP4.7x4.7mm +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/60001477A.pdf (page 1083)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +74 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP4.7x4.7mm_ThermalVias +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/60001477A.pdf (page 1083)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP4.35x4.35mm +QFN, 64 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232H.pdf#page=57), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +74 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP4.35x4.35mm_ThermalVias +QFN, 64 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232H.pdf#page=57), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP5.2x5.2mm +QFN, 64 Pin (https://www.silabs.com/documents/public/data-sheets/Si5345-44-42-D-DataSheet.pdf#page=51), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +81 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP5.2x5.2mm_ThermalVias +QFN, 64 Pin (https://www.silabs.com/documents/public/data-sheets/Si5345-44-42-D-DataSheet.pdf#page=51), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +107 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/70593d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +81 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm_ThermalVias +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/70593d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +107 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP5.45x5.45mm +QFN, 64 Pin (https://www.infineon.com/dgdl/Infineon-MA12040-DS-v01_00-EN.pdf?fileId=5546d46264a8de7e0164b7467a3d617c#page=81), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +81 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP5.45x5.45mm_ThermalVias +QFN, 64 Pin (https://www.infineon.com/dgdl/Infineon-MA12040-DS-v01_00-EN.pdf?fileId=5546d46264a8de7e0164b7467a3d617c#page=81), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +107 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm +QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/tusb8041.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +81 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm_ThermalVias +QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/tusb8041.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +107 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.3x7.3mm +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002304A.pdf (page 43)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +90 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.3x7.3mm_ThermalVias +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002304A.pdf (page 43)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +127 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.5x7.5mm +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf (page 432)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +101 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.5x7.5mm_ThermalVias +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf (page 432)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +151 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm +QFN, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/229321fa.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +90 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm_ThermalVias +QFN, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/229321fa.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +127 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.25x7.25mm +64-Lead Plastic Quad Flat No-Lead Package, 9x9mm Body (see Atmel Appnote 8826) +QFN 0.5 +0 +90 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.35x7.35mm +64-Lead Plastic Quad Flat, No Lead Package (MR) - 9x9x0.9 mm Body [QFN]; (see Microchip Packaging Specification 00000049BS.pdf) +QFN 0.5 +0 +90 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.65x7.65mm +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf (page 415)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +101 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.65x7.65mm_ThermalVias +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf (page 415)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +151 +65 +Package_DFN_QFN +QFN-68-1EP_8x8mm_P0.4mm_EP5.2x5.2mm +QFN, 68 Pin (https://cdn.microsemi.com/documents/1bf6886f-5919-4508-a50b-b1dbf3fdf0f4/download/#page=98), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +85 +69 +Package_DFN_QFN +QFN-68-1EP_8x8mm_P0.4mm_EP5.2x5.2mm_ThermalVias +QFN, 68 Pin (https://cdn.microsemi.com/documents/1bf6886f-5919-4508-a50b-b1dbf3fdf0f4/download/#page=98), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +111 +69 +Package_DFN_QFN +QFN-68-1EP_8x8mm_P0.4mm_EP6.4x6.4mm +QFN, 68 Pin (https://www.st.com/resource/en/datasheet/stm32h725ze.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +85 +69 +Package_DFN_QFN +QFN-68-1EP_8x8mm_P0.4mm_EP6.4x6.4mm_ThermalVias +QFN, 68 Pin (https://www.st.com/resource/en/datasheet/stm32h725ze.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +111 +69 +Package_DFN_QFN +QFN-72-1EP_10x10mm_P0.5mm_EP6x6mm +QFN, 72 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001682C.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +82 +73 +Package_DFN_QFN +QFN-72-1EP_10x10mm_P0.5mm_EP6x6mm_ThermalVias +QFN, 72 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001682C.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +135 +73 +Package_DFN_QFN +QFN-76-1EP_9x9mm_P0.4mm_EP3.8x3.8mm +QFN, 76 Pin (https://www.marvell.com/documents/bqcwxsoiqfjkcjdjhkvc/#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +86 +77 +Package_DFN_QFN +QFN-76-1EP_9x9mm_P0.4mm_EP3.8x3.8mm_ThermalVias +QFN, 76 Pin (https://www.marvell.com/documents/bqcwxsoiqfjkcjdjhkvc/#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +103 +77 +Package_DFN_QFN +QFN-76-1EP_9x9mm_P0.4mm_EP5.81x6.31mm +QFN, 76 Pin (https://ftdichip.com/wp-content/uploads/2020/07/DS_FT600Q-FT601Q-IC-Datasheet.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +78 +77 +Package_DFN_QFN +QFN-76-1EP_9x9mm_P0.4mm_EP5.81x6.31mm_ThermalVias +QFN, 76 Pin (https://ftdichip.com/wp-content/uploads/2020/07/DS_FT600Q-FT601Q-IC-Datasheet.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +103 +77 +Package_DFN_QFN +Qorvo_DFN-8-1EP_2x2mm_P0.5mm +DFN 8 2x2mm, 0.5mm http://www.qorvo.com/products/d/da000896 +DFN 0.5 Qorvo 2x2mm +0 +9 +9 +Package_DFN_QFN +ROHM_DFN0604-3 +DFN package size 0604 3 pins +DFN package size 0604 3 pins +0 +3 +3 +Package_DFN_QFN +ST_UFQFPN-20_3x3mm_P0.5mm +UFQFPN 20-lead, 3 x 3 mm, 0.5 mm pitch, ultra thin fine pitch quad flat package (http://www.st.com/resource/en/datasheet/stm8s003f3.pdf) +UFQFPN 0.5 +0 +20 +20 +Package_DFN_QFN +ST_UQFN-6L_1.5x1.7mm_Pitch0.5mm +ST UQFN 6 pin 0.5mm Pitch http://www.st.com/resource/en/datasheet/ecmf02-2amx6.pdf +UQFN DFN 0.5 ST +0 +6 +6 +Package_DFN_QFN +SiliconLabs_QFN-20-1EP_3x3mm_P0.5mm_EP1.8x1.8mm +20-Lead Plastic Quad Flat, No Lead Package - 3x3 mm Body [QFN] with corner pads; see figure 8.2 of https://www.silabs.com/documents/public/data-sheets/efm8bb1-datasheet.pdf +QFN 0.5 +0 +25 +21 +Package_DFN_QFN +SiliconLabs_QFN-20-1EP_3x3mm_P0.5mm_EP1.8x1.8mm_ThermalVias +20-Lead Plastic Quad Flat, No Lead Package - 3x3 mm Body [QFN] with corner pads and thermal vias; see figure 8.2 of https://www.silabs.com/documents/public/data-sheets/efm8bb1-datasheet.pdf +QFN 0.5 +0 +31 +21 +Package_DFN_QFN +TDFN-6-1EP_2.5x2.5mm_P0.65mm_EP1.3x2mm +TDFN, 6 Pin (http://www.nve.com/Downloads/ab3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +11 +7 +Package_DFN_QFN +TDFN-6-1EP_2.5x2.5mm_P0.65mm_EP1.3x2mm_ThermalVias +TDFN, 6 Pin (http://www.nve.com/Downloads/ab3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +18 +7 +Package_DFN_QFN +TDFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.2mm +TDFN, 8 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0168.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +13 +9 +Package_DFN_QFN +TDFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.4mm +TDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/MCP6V66-Family-Data-Sheet-DS20006266A.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +13 +9 +Package_DFN_QFN +TDFN-8-1EP_3x2mm_P0.5mm_EP1.4x1.4mm +TDFN, 8 Pin (http://ww1.microchip.com/downloads/en/devicedoc/20005514a.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +13 +9 +Package_DFN_QFN +TDFN-8-1EP_3x2mm_P0.5mm_EP1.80x1.65mm +8-lead plastic dual flat, 2x3x0.75mm size, 0.5mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MN_C04-0129E-MN.pdf) +TDFN DFN 0.5mm +0 +12 +9 +Package_DFN_QFN +TDFN-8-1EP_3x2mm_P0.5mm_EP1.80x1.65mm_ThermalVias +8-lead plastic dual flat, 2x3x0.75mm size, 0.5mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MN_C04-0129E-MN.pdf) +TDFN DFN 0.5mm +0 +17 +9 +Package_DFN_QFN +TDFN-8_1.4x1.6mm_P0.4mm +TDFN, 8 Pin (https://www.silabs.com/documents/public/data-sheets/si7210-datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +8 +8 +Package_DFN_QFN +TDFN-10-1EP_2x3mm_P0.5mm_EP0.9x2mm +TDFN, 10 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0429.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +13 +11 +Package_DFN_QFN +TDFN-10-1EP_2x3mm_P0.5mm_EP0.9x2mm_ThermalVias +TDFN, 10 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0429.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +16 +11 +Package_DFN_QFN +TDFN-12-1EP_3x3mm_P0.4mm_EP1.7x2.45mm +TDFN, 12 Pin (https://www.renesas.com/us/en/document/psc/package-drawing-tdfn-12pin-l123x3c), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +25 +13 +Package_DFN_QFN +TDFN-12-1EP_3x3mm_P0.4mm_EP1.7x2.45mm_ThermalVias +TDFN, 12 Pin (https://www.renesas.com/us/en/document/psc/package-drawing-tdfn-12pin-l123x3c), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +32 +13 +Package_DFN_QFN +TDFN-12_2x3mm_P0.5mm +TDFN, 12 Pads, No exposed, http://www.st.com/resource/en/datasheet/stm6600.pdf +DFN +0 +12 +12 +Package_DFN_QFN +TDFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm +TDFN, 14 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0137.PDF (T1433-2C)), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +19 +15 +Package_DFN_QFN +TDFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm_ThermalVias +TDFN, 14 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0137.PDF (T1433-2C)), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +26 +15 +Package_DFN_QFN +TQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm +TQFN, 16 Pin (https://www.diodes.com/assets/Datasheets/PI6C5946002.pdf#page=12), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +21 +17 +Package_DFN_QFN +TQFN-16-1EP_3x3mm_P0.5mm_EP1.23x1.23mm +TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0136.PDF (T1633-5), https://pdfserv.maximintegrated.com/land_patterns/90-0032.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +21 +17 +Package_DFN_QFN +TQFN-16-1EP_3x3mm_P0.5mm_EP1.23x1.23mm_ThermalVias +TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0136.PDF (T1633-5), https://pdfserv.maximintegrated.com/land_patterns/90-0032.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +26 +17 +Package_DFN_QFN +TQFN-16-1EP_5x5mm_P0.8mm_EP2.29x2.29mm +TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-4)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +21 +17 +Package_DFN_QFN +TQFN-16-1EP_5x5mm_P0.8mm_EP2.29x2.29mm_ThermalVias +TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-4)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +26 +17 +Package_DFN_QFN +TQFN-16-1EP_5x5mm_P0.8mm_EP3.1x3.1mm +TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-2)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +21 +17 +Package_DFN_QFN +TQFN-16-1EP_5x5mm_P0.8mm_EP3.1x3.1mm_ThermalVias +TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-2)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +31 +17 +Package_DFN_QFN +TQFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm +TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF (T2044-5C)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +25 +21 +Package_DFN_QFN +TQFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias +TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF (T2044-5C)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +35 +21 +Package_DFN_QFN +TQFN-20-1EP_4x4mm_P0.5mm_EP2.9x2.9mm +TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-100172.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +25 +21 +Package_DFN_QFN +TQFN-20-1EP_4x4mm_P0.5mm_EP2.9x2.9mm_ThermalVias +TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-100172.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +35 +21 +Package_DFN_QFN +TQFN-20-1EP_5x5mm_P0.65mm_EP3.1x3.1mm +TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-3)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +25 +21 +Package_DFN_QFN +TQFN-20-1EP_5x5mm_P0.65mm_EP3.1x3.1mm_ThermalVias +TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-3)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +35 +21 +Package_DFN_QFN +TQFN-20-1EP_5x5mm_P0.65mm_EP3.25x3.25mm +TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-5)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +25 +21 +Package_DFN_QFN +TQFN-20-1EP_5x5mm_P0.65mm_EP3.25x3.25mm_ThermalVias +TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-5)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +35 +21 +Package_DFN_QFN +TQFN-24-1EP_4x4mm_P0.5mm_EP2.1x2.1mm +TQFN, 24 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +29 +25 +Package_DFN_QFN +TQFN-24-1EP_4x4mm_P0.5mm_EP2.1x2.1mm_ThermalVias +TQFN, 24 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +39 +25 +Package_DFN_QFN +TQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +TQFN, 24 Pin (http://pdfserv.maxim-ic.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +29 +25 +Package_DFN_QFN +TQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +TQFN, 24 Pin (http://pdfserv.maxim-ic.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +39 +25 +Package_DFN_QFN +TQFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_PullBack +TQFN, 24 Pin (https://ams.com/documents/20143/36005/AS1115_DS000206_1-00.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +29 +25 +Package_DFN_QFN +TQFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_PullBack_ThermalVias +TQFN, 24 Pin (https://ams.com/documents/20143/36005/AS1115_DS000206_1-00.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +39 +25 +Package_DFN_QFN +TQFN-28-1EP_5x5mm_P0.5mm_EP2.7x2.7mm +TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-4)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +33 +29 +Package_DFN_QFN +TQFN-28-1EP_5x5mm_P0.5mm_EP2.7x2.7mm_ThermalVias +TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-4)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +38 +29 +Package_DFN_QFN +TQFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm +TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-3)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +33 +29 +Package_DFN_QFN +TQFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm_ThermalVias +TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-3)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +43 +29 +Package_DFN_QFN +TQFN-32-1EP_5x5mm_P0.5mm_EP2.1x2.1mm +TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-6)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +37 +33 +Package_DFN_QFN +TQFN-32-1EP_5x5mm_P0.5mm_EP2.1x2.1mm_ThermalVias +TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-6)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +42 +33 +Package_DFN_QFN +TQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm +TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-3)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +37 +33 +Package_DFN_QFN +TQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias +TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-3)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +47 +33 +Package_DFN_QFN +TQFN-32-1EP_5x5mm_P0.5mm_EP3.4x3.4mm +TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-9)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +37 +33 +Package_DFN_QFN +TQFN-32-1EP_5x5mm_P0.5mm_EP3.4x3.4mm_ThermalVias +TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-9)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +47 +33 +Package_DFN_QFN +TQFN-40-1EP_5x5mm_P0.4mm_EP3.5x3.5mm +TQFN, 40 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T4055-1)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +45 +41 +Package_DFN_QFN +TQFN-40-1EP_5x5mm_P0.4mm_EP3.5x3.5mm_ThermalVias +TQFN, 40 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T4055-1)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +55 +41 +Package_DFN_QFN +TQFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm +TQFN, 48 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0144.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +58 +49 +Package_DFN_QFN +TQFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm_ThermalVias +TQFN, 48 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0144.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +75 +49 +Package_DFN_QFN +Texas_B3QFN-14-1EP_5x5.5mm_P0.65mm +Texas instruments QFN Package, datasheet: https://www.ti.com/lit/ds/symlink/tpsm53602.pdf +Texas instruments QFN +0 +15 +15 +Package_DFN_QFN +Texas_B3QFN-14-1EP_5x5.5mm_P0.65mm_ThermalVia +Texas instruments QFN Package, datasheet: https://www.ti.com/lit/ds/symlink/tpsm53602.pdf +Texas instruments QFN +0 +34 +15 +Package_DFN_QFN +Texas_DRB0008A +DFN-8, 3x3x1mm, http://www.ti.com/lit/ds/symlink/ucc24610.pdf +DRB0008A +0 +23 +9 +Package_DFN_QFN +Texas_MOF0009A +Texas Instruments, QFM MOF0009A, 6x8x2mm (http://www.ti.com/lit/ml/mpsi063a/mpsi063a.pdf) +ti qfm mof0009a +0 +24 +9 +Package_DFN_QFN +Texas_QFN-41_10x16mm +QFN, 41 Pin (http://www.ti.com/lit/ml/mpqf506/mpqf506.pdf) +QFN DFN_QFN +0 +65 +41 +Package_DFN_QFN +Texas_R-PUQFN-N10 +http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=MPQF186&fileType=pdf +Texas_R-PUQFN-N10 +0 +10 +10 +Package_DFN_QFN +Texas_R-PUQFN-N12 +Texas_R-PUQFN-N12 http://www.ti.com/lit/ds/symlink/txb0104.pdf +Texas_R-PUQFN-N12 +0 +13 +12 +Package_DFN_QFN +Texas_R-PWQFN-N28_EP2.1x3.1mm +QFN, 28 Pin (http://www.ti.com/lit/ds/symlink/tps51363.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +33 +29 +Package_DFN_QFN +Texas_R-PWQFN-N28_EP2.1x3.1mm_ThermalVias +QFN, 28 Pin (http://www.ti.com/lit/ds/symlink/tps51363.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +43 +29 +Package_DFN_QFN +Texas_RGE0024C_EP2.1x2.1mm +Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/pca9548a.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas QFN NoLead +0 +29 +25 +Package_DFN_QFN +Texas_RGE0024C_EP2.1x2.1mm_ThermalVias +Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/pca9548a.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas QFN NoLead +0 +39 +25 +Package_DFN_QFN +Texas_RGE0024H_EP2.7x2.7mm +Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas QFN NoLead +0 +29 +25 +Package_DFN_QFN +Texas_RGE0024H_EP2.7x2.7mm_ThermalVias +Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas QFN NoLead +0 +39 +25 +Package_DFN_QFN +Texas_RGV_S-PVQFN-N16_EP2.1x2.1mm +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ina3221.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +Texas_RGV_S-PVQFN-N16_EP2.1x2.1mm_ThermalVias +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ina3221.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +Texas_RGY_R-PVQFN-N16_EP2.05x2.55mm +QFN, 16 Pin (https://www.ti.com/lit/ds/symlink/ts5v330.pdf#page=28) +QFN NoLead +0 +21 +17 +Package_DFN_QFN +Texas_RGY_R-PVQFN-N16_EP2.05x2.55mm_ThermalVias +QFN, 16 Pin (https://www.ti.com/lit/ds/symlink/ts5v330.pdf#page=28) +QFN NoLead +0 +27 +18 +Package_DFN_QFN +Texas_RGY_R-PVQFN-N24_EP2.05x3.1mm +QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq24133.pdf#page=40) +QFN NoLead +0 +29 +25 +Package_DFN_QFN +Texas_RGY_R-PVQFN-N24_EP2.05x3.1mm_ThermalVias +QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq24133.pdf#page=40) +QFN NoLead +0 +36 +25 +Package_DFN_QFN +Texas_RNN0018A +Texas Instruments, VQFN-HR RNN0018A (http://www.ti.com/lit/ds/symlink/tps568215.pdf) +ti vqfn-hr rnn0018a +0 +26 +18 +Package_DFN_QFN +Texas_RUM0016A_EP2.6x2.6mm +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/lmh0074.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +Texas_RUM0016A_EP2.6x2.6mm_ThermalVias +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/lmh0074.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +Texas_RWH0032A +Texas Instruments, RWH0032A, 8x8x0.9mm (http://www.ti.com/lit/ds/snosd10c/snosd10c.pdf) +ti rwh0032a +0 +71 +33 +Package_DFN_QFN +Texas_RWH0032A_ThermalVias +Texas Instruments, RWH0032A, 8x8x0.9mm (http://www.ti.com/lit/ds/snosd10c/snosd10c.pdf) +ti rwh0032a +0 +94 +33 +Package_DFN_QFN +Texas_S-PDSO-N10_EP1.2x2mm +DFN, 10 Pin (http://www.ti.com/lit/ds/symlink/tps7a91.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +15 +11 +Package_DFN_QFN +Texas_S-PDSO-N10_EP1.2x2mm_ThermalVias +DFN, 10 Pin (http://www.ti.com/lit/ds/symlink/tps7a91.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +22 +11 +Package_DFN_QFN +Texas_S-PVQFN-N14 +Texas_S-PVQFN-N14 http://www.ti.com/lit/ds/symlink/txb0104.pdf +Texas_S-PVQFN-N14_4.3x4.3_Pitch0.5mm_ThermalPad +0 +19 +15 +Package_DFN_QFN +Texas_S-PVQFN-N14_ThermalVias +Texas_S-PVQFN-N14_ThermalVias http://www.ti.com/lit/ds/symlink/txb0104.pdf +Texas_S-PVQFN-N14_ThermalVias +0 +24 +15 +Package_DFN_QFN +Texas_S-PVQFN-N16_EP2.7x2.7mm +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/msp430g2001.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +26 +17 +Package_DFN_QFN +Texas_S-PVQFN-N16_EP2.7x2.7mm_ThermalVias +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/msp430g2001.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +Texas_S-PVQFN-N20_EP2.4x2.4mm +QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/cc1101.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +Texas_S-PVQFN-N20_EP2.4x2.4mm_ThermalVias +QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/cc1101.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +35 +21 +Package_DFN_QFN +Texas_S-PVQFN-N20_EP2.7x2.7mm +QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/drv8662.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +Texas_S-PVQFN-N20_EP2.7x2.7mm_ThermalVias +QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/drv8662.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +35 +21 +Package_DFN_QFN +Texas_S-PVQFN-N20_EP3.15x3.15mm +QFN, 20 Pin (www.ti.com/lit/ds/symlink/tps7a7200.pdf#page=36), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +Texas_S-PVQFN-N20_EP3.15x3.15mm_ThermalVias +QFN, 20 Pin (www.ti.com/lit/ds/symlink/tps7a7200.pdf#page=36), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +47 +21 +Package_DFN_QFN +Texas_S-PVQFN-N24_EP2.1x2.1mm +QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5720.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +Texas_S-PVQFN-N24_EP2.1x2.1mm_ThermalVias +QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5720.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +Texas_S-PVQFN-N32_EP3.45x3.45mm +QFN, 32 Pin (http://www.ti.com/lit/ds/symlink/msp430f1122.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +42 +33 +Package_DFN_QFN +Texas_S-PVQFN-N32_EP3.45x3.45mm_ThermalVias +QFN, 32 Pin (http://www.ti.com/lit/ds/symlink/msp430f1122.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +Texas_S-PVQFN-N36_EP4.4x4.4mm +QFN, 36 Pin (http://www.ti.com/lit/ds/slvsba5d/slvsba5d.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +46 +37 +Package_DFN_QFN +Texas_S-PVQFN-N36_EP4.4x4.4mm_ThermalVias +QFN, 36 Pin (http://www.ti.com/lit/ds/slvsba5d/slvsba5d.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +79 +37 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP2.9x2.9mm +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5731.pdf#page=111 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +45 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP2.9x2.9mm_ThermalVias +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5731.pdf#page=111 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +55 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP3.52x2.62mm +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/drv8308.pdf#page=56 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +47 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP3.52x2.62mm_ThermalVias +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/drv8308.pdf#page=56 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +60 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP4.6x4.6mm +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/dac7750.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +50 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP4.6x4.6mm_ThermalVias +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/dac7750.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +83 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP4.15x4.15mm +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430g2755.pdf#page=70 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +50 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP4.15x4.15mm_ThermalVias +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430g2755.pdf#page=70 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +83 +41 +Package_DFN_QFN +Texas_S-PVQFN-N48_EP5.15x5.15mm +QFN, 48 Pin (http://www.ti.com/lit/ds/symlink/msp430f5232.pdf#page=111), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +65 +49 +Package_DFN_QFN +Texas_S-PVQFN-N48_EP5.15x5.15mm_ThermalVias +QFN, 48 Pin (http://www.ti.com/lit/ds/symlink/msp430f5232.pdf#page=111), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +111 +49 +Package_DFN_QFN +Texas_S-PVQFN-N64_EP4.25x4.25mm +QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/msp430f5217.pdf#page=120), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +69 +65 +Package_DFN_QFN +Texas_S-PVQFN-N64_EP4.25x4.25mm_ThermalVias +QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/msp430f5217.pdf#page=120), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +127 +65 +Package_DFN_QFN +Texas_S-PWQFN-N16_EP2.1x2.1mm +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/drv8801.pdf#page=31 MO-220 variation VGGC), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +Texas_S-PWQFN-N16_EP2.1x2.1mm_ThermalVias +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/drv8801.pdf#page=31 MO-220 variation VGGC), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +Texas_S-PWQFN-N20 +20-Pin Plastic Quad Flatpack No-Lead Package, Body 3.0x3.0x0.8mm, Texas Instruments (http://www.ti.com/lit/ds/symlink/tps22993.pdf) +QFN 0.4 +0 +24 +20 +Package_DFN_QFN +Texas_S-PWQFN-N24_EP2.7x2.7mm +QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq25601.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +Texas_S-PWQFN-N24_EP2.7x2.7mm_ThermalVias +QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq25601.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +Texas_S-PWQFN-N32_EP2.8x2.8mm +QFN, 32 Pin (https://www.ti.com/lit/ds/symlink/bq25703a.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +37 +33 +Package_DFN_QFN +Texas_S-PWQFN-N32_EP2.8x2.8mm_ThermalVias +QFN, 32 Pin (https://www.ti.com/lit/ds/symlink/bq25703a.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +47 +33 +Package_DFN_QFN +Texas_S-PWQFN-N100_EP5.5x5.5mm +http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/lit/ds/sllse76m/sllse76m.pdf +MultiRow QFN +0 +114 +105 +Package_DFN_QFN +Texas_S-PWQFN-N100_EP5.5x5.5mm_ThermalVias +http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/lit/ds/sllse76m/sllse76m.pdf +MultiRow QFN +0 +131 +105 +Package_DFN_QFN +Texas_S-PX2QFN-14 +Texas QFN, 14 Pin (http://www.ti.com/lit/ds/symlink/tlv9004.pdf#page=64), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas QFN NoLead +0 +14 +14 +Package_DFN_QFN +Texas_UQFN-10_1.5x2mm_P0.5mm +Texas RSE0010A UQFN, 10 Pin (https://www.ti.com/lit/ml/mpqf186d/mpqf186d.pdf) +Texas RSE0010 UQFN NoLead +0 +10 +10 +Package_DFN_QFN +Texas_VQFN-HR-20_3x2.5mm_P0.5mm_RQQ0011A +Texas VQFN-HR, 11 Pin, https://www.ti.com/lit/ml/mpqf579/mpqf579.pdf +RQQ0011A +0 +15 +11 +Package_DFN_QFN +Texas_VQFN-RHL-20 +http://www.ti.com/lit/ds/symlink/bq51050b.pdf +RHL0020A +0 +33 +21 +Package_DFN_QFN +Texas_VQFN-RHL-20_ThermalVias +http://www.ti.com/lit/ds/symlink/bq51050b.pdf +RHL0020A +0 +41 +21 +Package_DFN_QFN +Texas_VSON-HR-8_1.5x2mm_P0.5mm +Texas VSON-HR, 8 Pin (http://www.ti.com/lit/ds/symlink/tps62823.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas VSON-HR NoLead +0 +8 +8 +Package_DFN_QFN +Texas_WQFN-10_2x2mm_P0.5mm +Texas WQFN, 10 Pin (https://www.ti.com/lit/ds/symlink/tmp461.pdf#page=35 (RUN0010A)), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas WQFN NoLead +0 +10 +10 +Package_DFN_QFN +Texas_WQFN-MR-100_3x3-DapStencil +http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=mpqf258&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=LPPD235&fileType=pdf +MultiRow QFN +0 +113 +105 +Package_DFN_QFN +Texas_WQFN-MR-100_ThermalVias_3x3-DapStencil +http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=mpqf258&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=LPPD235&fileType=pdf +MultiRow QFN +0 +126 +105 +Package_DFN_QFN +Texas_X2QFN-12_1.6x1.6mm_P0.4mm +Texas X2QFN, 12 Pin (http://www.ti.com/lit/ml/mpqf391c/mpqf391c.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas X2QFN NoLead +0 +12 +12 +Package_DFN_QFN +UDFN-4-1EP_1x1mm_P0.65mm_EP0.48x0.48mm +UDFN-4_1x1mm_P0.65mm, http://ww1.microchip.com/downloads/en/DeviceDoc/MIC550x-300mA-Single-Output-LDO-in-Small-Packages-DS20006006A.pdf +UDFN-4_1x1mm_P0.65mm +0 +5 +5 +Package_DFN_QFN +UDFN-9_1.0x3.8mm_P0.5mm +9-pin UDFN package, 1.0x3.8mm, (Ref: https://katalog.we-online.de/pbs/datasheet/824014881.pdf) +UDFN SMD +0 +9 +9 +Package_DFN_QFN +UDFN-10_1.35x2.6mm_P0.5mm +http://www.st.com/content/ccc/resource/technical/document/datasheet/f2/11/8a/ed/40/31/40/56/DM00088292.pdf/files/DM00088292.pdf/jcr:content/translations/en.DM00088292.pdf +UDFN 0.5 uQFN +0 +10 +10 +Package_DFN_QFN +UFQFPN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm +UFQFPN, 32 Pin (https://www.st.com/resource/en/datasheet/stm32g071k8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +UFQFPN NoLead +0 +37 +33 +Package_DFN_QFN +UFQFPN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm_ThermalVias +UFQFPN, 32 Pin (https://www.st.com/resource/en/datasheet/stm32g071k8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +UFQFPN NoLead +0 +47 +33 +Package_DFN_QFN +UQFN-10_1.3x1.8mm_P0.4mm +UQFN, 10 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001725D.pdf (Page 9)), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +10 +10 +Package_DFN_QFN +UQFN-10_1.4x1.8mm_P0.4mm +UQFN 10pin, https://www.onsemi.com/pub/Collateral/488AT.PDF +UQFN-10_1.4x1.8mm_P0.4mm +0 +10 +10 +Package_DFN_QFN +UQFN-10_1.6x2.1mm_P0.5mm +UQFN, 10 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001725D.pdf (Page 12)), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +10 +10 +Package_DFN_QFN +UQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm +16-Lead Ultra Thin Quad Flat, No Lead Package (UC) - 3x3x0.5 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) +QFN 0.5 +0 +21 +17 +Package_DFN_QFN +UQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm +UQFN, 16 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/16L_UQFN_4x4x0_5mm_JQ_C04257A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +21 +17 +Package_DFN_QFN +UQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm_ThermalVias +UQFN, 16 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/16L_UQFN_4x4x0_5mm_JQ_C04257A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +31 +17 +Package_DFN_QFN +UQFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm +16-Lead Ultra Thin Plastic Quad Flat, No Lead Package (JQ) - 4x4x0.5 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) +QFN 0.65 +0 +21 +17 +Package_DFN_QFN +UQFN-20-1EP_3x3mm_P0.4mm_EP1.85x1.85mm +UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=332), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +25 +21 +Package_DFN_QFN +UQFN-20-1EP_3x3mm_P0.4mm_EP1.85x1.85mm_ThermalVias +UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=332), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +30 +21 +Package_DFN_QFN +UQFN-20-1EP_4x4mm_P0.5mm_EP2.8x2.8mm +UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001839B.pdf#page=464), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +25 +21 +Package_DFN_QFN +UQFN-20-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_ThermalVias +UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001839B.pdf#page=464), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +35 +21 +Package_DFN_QFN +UQFN-20_3x3mm_P0.4mm +UQFN, 20 Pin (https://resurgentsemi.com/wp-content/uploads/2018/09/MPR121_rev5-Resurgent.pdf?d453f8&d453f8), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +20 +20 +Package_DFN_QFN +UQFN-28-1EP_4x4mm_P0.4mm_EP2.35x2.35mm +UQFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=338), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +33 +29 +Package_DFN_QFN +UQFN-28-1EP_4x4mm_P0.4mm_EP2.35x2.35mm_ThermalVias +UQFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=338), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +43 +29 +Package_DFN_QFN +UQFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm +UQFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=345), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +50 +41 +Package_DFN_QFN +UQFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm_ThermalVias +UQFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=345), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +67 +41 +Package_DFN_QFN +UQFN-48-1EP_6x6mm_P0.4mm_EP4.45x4.45mm +UQFN, 48 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=347), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +58 +49 +Package_DFN_QFN +UQFN-48-1EP_6x6mm_P0.4mm_EP4.45x4.45mm_ThermalVias +UQFN, 48 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=347), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +75 +49 +Package_DFN_QFN +UQFN-48-1EP_6x6mm_P0.4mm_EP4.62x4.62mm +UQFN, 48 Pin (https://github.com/KiCad/kicad-symbols/pull/1189#issuecomment-449506354), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +53 +49 +Package_DFN_QFN +UQFN-48-1EP_6x6mm_P0.4mm_EP4.62x4.62mm_ThermalVias +UQFN, 48 Pin (https://github.com/KiCad/kicad-symbols/pull/1189#issuecomment-449506354), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +75 +49 +Package_DFN_QFN +VDFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.7mm +8-Lead Very Thin Dual Flatpack No-Lead (LZ) - 2x3x0.9 mm Body [VDFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.5 +0 +11 +9 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.1x1.1mm +VQFN, 16 Pin (https://ww1.microchip.com/downloads/en/DeviceDoc/16L_VQFN-WFS_3x3mm_4MX_C04-00508a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +18 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.1x1.1mm_ThermalVias +VQFN, 16 Pin (https://ww1.microchip.com/downloads/en/DeviceDoc/16L_VQFN-WFS_3x3mm_4MX_C04-00508a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +23 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm +VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +21 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias +VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +26 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm +VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +21 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm_ThermalVias +VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +26 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm +VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf, JEDEC MO-220 variant VEED-6), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +21 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm_ThermalVias +VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf, JEDEC MO-220 variant VEED-6), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +26 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm +VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +21 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm_ThermalVias +VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +26 +17 +Package_DFN_QFN +VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm +VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +25 +21 +Package_DFN_QFN +VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias +VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +30 +21 +Package_DFN_QFN +VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm +VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +25 +21 +Package_DFN_QFN +VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm_ThermalVias +VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +30 +21 +Package_DFN_QFN +VQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm +VQFN, 24 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/product-documents/package-drawings/24L-VQFN%E2%80%934x4x0.9mm-MJ-C04-00143b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +29 +25 +Package_DFN_QFN +VQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias +VQFN, 24 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/product-documents/package-drawings/24L-VQFN%E2%80%934x4x0.9mm-MJ-C04-00143b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +39 +25 +Package_DFN_QFN +VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm +VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430f1101a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +34 +25 +Package_DFN_QFN +VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias +VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430f1101a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +39 +25 +Package_DFN_QFN +VQFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm +VQFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-9505-AT42-QTouch-BSW-AT42QT1060_Datasheet.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +33 +29 +Package_DFN_QFN +VQFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm_ThermalVias +VQFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-9505-AT42-QTouch-BSW-AT42QT1060_Datasheet.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +43 +29 +Package_DFN_QFN +VQFN-28-1EP_4x5mm_P0.5mm_EP2.55x3.55mm +VQFN, 28 Pin (http://www.ti.com/lit/ds/symlink/lm5175.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +35 +29 +Package_DFN_QFN +VQFN-28-1EP_4x5mm_P0.5mm_EP2.55x3.55mm_ThermalVias +VQFN, 28 Pin (http://www.ti.com/lit/ds/symlink/lm5175.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +48 +29 +Package_DFN_QFN +VQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm +VQFN, 32 Pin (http://ww1.microchip.com/downloads/en/devicedoc/atmel-9520-at42-qtouch-bsw-at42qt1110_datasheet.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +37 +33 +Package_DFN_QFN +VQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias +VQFN, 32 Pin (http://ww1.microchip.com/downloads/en/devicedoc/atmel-9520-at42-qtouch-bsw-at42qt1110_datasheet.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +47 +33 +Package_DFN_QFN +VQFN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm +VQFN, 32 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT4222H.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +37 +33 +Package_DFN_QFN +VQFN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm_ThermalVias +VQFN, 32 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT4222H.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +47 +33 +Package_DFN_QFN +VQFN-32-1EP_5x5mm_P0.5mm_EP3.15x3.15mm +VQFN, 32 Pin (https://www.ti.com/lit/ds/slvs589d/slvs589d.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +37 +33 +Package_DFN_QFN +VQFN-32-1EP_5x5mm_P0.5mm_EP3.15x3.15mm_ThermalVias +VQFN, 32 Pin (https://www.ti.com/lit/ds/slvs589d/slvs589d.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +47 +33 +Package_DFN_QFN +VQFN-46-1EP_5x6mm_P0.4mm_EP2.8x3.8mm +VQFN, 46 Pin (http://www.ti.com/lit/ds/symlink/lp5036.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +53 +47 +Package_DFN_QFN +VQFN-46-1EP_5x6mm_P0.4mm_EP2.8x3.8mm_ThermalVias +VQFN, 46 Pin (http://www.ti.com/lit/ds/symlink/lp5036.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +66 +47 +Package_DFN_QFN +VQFN-48-1EP_6x6mm_P0.4mm_EP4.1x4.1mm +VQFN, 48 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/48L_VQFN_6x6mm_6LX_C04-00494a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +58 +49 +Package_DFN_QFN +VQFN-48-1EP_6x6mm_P0.4mm_EP4.1x4.1mm_ThermalVias +VQFN, 48 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/48L_VQFN_6x6mm_6LX_C04-00494a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +75 +49 +Package_DFN_QFN +VQFN-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm +VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc430f5137.pdf#page=128), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +58 +49 +Package_DFN_QFN +VQFN-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm_ThermalVias +VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc430f5137.pdf#page=128), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +75 +49 +Package_DFN_QFN +VQFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm +VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc1312r.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +53 +49 +Package_DFN_QFN +VQFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias +VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc1312r.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +79 +49 +Package_DFN_QFN +VQFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm +VQFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/PIC16LF19195-6-7-Data-Sheet-40001873D.pdf#page=718), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +74 +65 +Package_DFN_QFN +VQFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm_ThermalVias +VQFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/PIC16LF19195-6-7-Data-Sheet-40001873D.pdf#page=718), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +100 +65 +Package_DFN_QFN +VQFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm +VQFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_QFN_9x9_MR_C04-00149e.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +74 +65 +Package_DFN_QFN +VQFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm_ThermalVias +VQFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_QFN_9x9_MR_C04-00149e.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +91 +65 +Package_DFN_QFN +W-PDFN-8-1EP_6x5mm_P1.27mm_EP3x3mm +W-PDFN, 8 Pin (https://media-www.micron.com/-/media/client/global/documents/products/data-sheet/nor-flash/serial-nor/mt25q/die-rev-a/mt25q_qljs_u_256_aba_0.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py +W-PDFN NoLead +0 +13 +9 +Package_DFN_QFN +WDFN-6-2EP_4.0x2.6mm_P0.65mm +WDFN, 6 pin, 4.0x2.6, 0.65P; Two exposed pads, (https://www.onsemi.com/pub/Collateral/511BZ.PDF) +DFN 0.65P dual flag +0 +8 +8 +Package_DFN_QFN +WDFN-8-1EP_2x2.2mm_P0.5mm_EP0.80x0.54 +https://www.onsemi.com/pub/Collateral/511BN.PDF +WDFN-8 1EP 2.2X2.0 0.5P +0 +9 +9 +Package_DFN_QFN +WDFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.2mm +WDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20005474E.pdf#page=25), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +13 +9 +Package_DFN_QFN +WDFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.4mm +WDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MNY_C04-0129E-MNY.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +13 +9 +Package_DFN_QFN +WDFN-8-1EP_4x3mm_P0.65mm_EP2.4x1.8mm +WDFN, 8 Pin (https://www.onsemi.com/pub/Collateral/509AF.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +13 +9 +Package_DFN_QFN +WDFN-8-1EP_4x3mm_P0.65mm_EP2.4x1.8mm_ThermalVias +WDFN, 8 Pin (https://www.onsemi.com/pub/Collateral/509AF.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +20 +9 +Package_DFN_QFN +WDFN-8-1EP_6x5mm_P1.27mm_EP3.4x4mm +WDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_WDFN_5x6mm_MF_C04210B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +13 +9 +Package_DFN_QFN +WDFN-8_2x2mm_P0.5mm +DFN8 2x2, 0.5P; No exposed pad (http://www.onsemi.com/pub/Collateral/NCP4308-D.PDF) +DFN 0.5 +0 +8 +8 +Package_DFN_QFN +WDFN-10-1EP_3x3mm_P0.5mm_EP1.8x2.5mm +WDFN, 10 Pin (https://www.onsemi.com/pdf/datasheet/nis5420-d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +15 +11 +Package_DFN_QFN +WDFN-10-1EP_3x3mm_P0.5mm_EP1.8x2.5mm_ThermalVias +WDFN, 10 Pin (https://www.onsemi.com/pdf/datasheet/nis5420-d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +22 +11 +Package_DFN_QFN +WDFN-12-1EP_3x3mm_P0.45mm_EP1.7x2.5mm +WDFN, 12 Pin (https://www.diodes.com/assets/Datasheets/PAM2306.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +17 +13 +Package_DFN_QFN +WQFN-14-1EP_2.5x2.5mm_P0.5mm_EP1.45x1.45mm +WQFN, 14 Pin (https://www.onsemi.com/pub/Collateral/FUSB302B-D.PDF#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +19 +15 +Package_DFN_QFN +WQFN-14-1EP_2.5x2.5mm_P0.5mm_EP1.45x1.45mm_ThermalVias +WQFN, 14 Pin (https://www.onsemi.com/pub/Collateral/FUSB302B-D.PDF#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +24 +15 +Package_DFN_QFN +WQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm +WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tpa6132a2.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +21 +17 +Package_DFN_QFN +WQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias +WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tpa6132a2.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +26 +17 +Package_DFN_QFN +WQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm +WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tlv9064.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +21 +17 +Package_DFN_QFN +WQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm_ThermalVias +WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tlv9064.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +26 +17 +Package_DFN_QFN +WQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm +WQFN, 16 Pin (https://www.onsemi.com/pub/Collateral/FUSB307B-D.PDF#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +21 +17 +Package_DFN_QFN +WQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm_ThermalVias +WQFN, 16 Pin (https://www.onsemi.com/pub/Collateral/FUSB307B-D.PDF#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +26 +17 +Package_DFN_QFN +WQFN-16-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +21 +17 +Package_DFN_QFN +WQFN-16-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +31 +17 +Package_DFN_QFN +WQFN-20-1EP_2.5x4.5mm_P0.5mm_EP1x2.9mm +http://www.onsemi.com/pub/Collateral/510CD.PDF +WQFN-20 4.5mm 2.5mm 0.5mm +0 +24 +21 +Package_DFN_QFN +WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm +WQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/ts3ds10224.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +25 +21 +Package_DFN_QFN +WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias +WQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/ts3ds10224.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +30 +21 +Package_DFN_QFN +WQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/lm26480.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +29 +25 +Package_DFN_QFN +WQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/lm26480.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +39 +25 +Package_DFN_QFN +WQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm +WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/ts3a27518e.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +29 +25 +Package_DFN_QFN +WQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias +WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/ts3a27518e.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +39 +25 +Package_DFN_QFN +WQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm +QFN, 32-Leads, Body 5x5x0.8mm, Pitch 0.5mm, Thermal Pad 3.1x3.1mm; (see Texas Instruments LM25119 http://www.ti.com/lit/ds/symlink/lm25119.pdf) +WQFN 0.5 +0 +37 +33 +Package_DFN_QFN +WQFN-42-1EP_3.5x9mm_P0.5mm_EP2.05x7.55mm +WQFN, 42 Pin (http://www.ti.com/lit/ds/symlink/ts3l501e.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +57 +43 +Package_DFN_QFN +WQFN-42-1EP_3.5x9mm_P0.5mm_EP2.05x7.55mm_ThermalVias +WQFN, 42 Pin (http://www.ti.com/lit/ds/symlink/ts3l501e.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +82 +43 +Package_DIP +DIP-4_W7.62mm +4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +4 +4 +Package_DIP +DIP-4_W7.62mm_LongPads +4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +4 +4 +Package_DIP +DIP-4_W7.62mm_SMDSocket_SmallPads +4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +4 +4 +Package_DIP +DIP-4_W7.62mm_Socket +4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +4 +4 +Package_DIP +DIP-4_W7.62mm_Socket_LongPads +4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +4 +4 +Package_DIP +DIP-4_W8.89mm_SMDSocket_LongPads +4-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +4 +4 +Package_DIP +DIP-4_W10.16mm +4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +4 +4 +Package_DIP +DIP-4_W10.16mm_LongPads +4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +4 +4 +Package_DIP +DIP-5-6_W7.62mm +5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +5 +5 +Package_DIP +DIP-5-6_W7.62mm_LongPads +5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +5 +5 +Package_DIP +DIP-5-6_W7.62mm_SMDSocket_SmallPads +5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +5 +5 +Package_DIP +DIP-5-6_W7.62mm_Socket +5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +5 +5 +Package_DIP +DIP-5-6_W7.62mm_Socket_LongPads +5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +5 +5 +Package_DIP +DIP-5-6_W8.89mm_SMDSocket_LongPads +5-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +5 +5 +Package_DIP +DIP-5-6_W10.16mm +5-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +5 +5 +Package_DIP +DIP-5-6_W10.16mm_LongPads +5-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +5 +5 +Package_DIP +DIP-6_W7.62mm +6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +6 +6 +Package_DIP +DIP-6_W7.62mm_LongPads +6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +6 +6 +Package_DIP +DIP-6_W7.62mm_SMDSocket_SmallPads +6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +6 +6 +Package_DIP +DIP-6_W7.62mm_Socket +6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +6 +6 +Package_DIP +DIP-6_W7.62mm_Socket_LongPads +6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +6 +6 +Package_DIP +DIP-6_W8.89mm_SMDSocket_LongPads +6-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +6 +6 +Package_DIP +DIP-6_W10.16mm +6-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +6 +6 +Package_DIP +DIP-6_W10.16mm_LongPads +6-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +6 +6 +Package_DIP +DIP-8-16_W7.62mm +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +8 +8 +Package_DIP +DIP-8-16_W7.62mm_Socket +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +8 +8 +Package_DIP +DIP-8-16_W7.62mm_Socket_LongPads +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +8 +8 +Package_DIP +DIP-8-N6_W7.62mm +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), missing pin 6 +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +7 +7 +Package_DIP +DIP-8-N7_W7.62mm +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), missing pin 7 +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +7 +7 +Package_DIP +DIP-8_W7.62mm +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +8 +8 +Package_DIP +DIP-8_W7.62mm_LongPads +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +8 +8 +Package_DIP +DIP-8_W7.62mm_SMDSocket_SmallPads +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +8 +8 +Package_DIP +DIP-8_W7.62mm_Socket +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +8 +8 +Package_DIP +DIP-8_W7.62mm_Socket_LongPads +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +8 +8 +Package_DIP +DIP-8_W8.89mm_SMDSocket_LongPads +8-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +8 +8 +Package_DIP +DIP-8_W10.16mm +8-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +8 +8 +Package_DIP +DIP-8_W10.16mm_LongPads +8-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +8 +8 +Package_DIP +DIP-10_W7.62mm +10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +10 +10 +Package_DIP +DIP-10_W7.62mm_LongPads +10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +10 +10 +Package_DIP +DIP-10_W7.62mm_SMDSocket_SmallPads +10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +10 +10 +Package_DIP +DIP-10_W7.62mm_Socket +10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +10 +10 +Package_DIP +DIP-10_W7.62mm_Socket_LongPads +10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +10 +10 +Package_DIP +DIP-10_W8.89mm_SMDSocket_LongPads +10-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +10 +10 +Package_DIP +DIP-10_W10.16mm +10-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +10 +10 +Package_DIP +DIP-10_W10.16mm_LongPads +10-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +10 +10 +Package_DIP +DIP-12_W7.62mm +12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +12 +12 +Package_DIP +DIP-12_W7.62mm_LongPads +12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +12 +12 +Package_DIP +DIP-12_W7.62mm_SMDSocket_SmallPads +12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +12 +12 +Package_DIP +DIP-12_W7.62mm_Socket +12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +12 +12 +Package_DIP +DIP-12_W7.62mm_Socket_LongPads +12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +12 +12 +Package_DIP +DIP-12_W8.89mm_SMDSocket_LongPads +12-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +12 +12 +Package_DIP +DIP-12_W10.16mm +12-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +12 +12 +Package_DIP +DIP-12_W10.16mm_LongPads +12-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +12 +12 +Package_DIP +DIP-14_W7.62mm +14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +14 +14 +Package_DIP +DIP-14_W7.62mm_LongPads +14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +14 +14 +Package_DIP +DIP-14_W7.62mm_SMDSocket_SmallPads +14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +14 +14 +Package_DIP +DIP-14_W7.62mm_Socket +14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +14 +14 +Package_DIP +DIP-14_W7.62mm_Socket_LongPads +14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +14 +14 +Package_DIP +DIP-14_W8.89mm_SMDSocket_LongPads +14-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +14 +14 +Package_DIP +DIP-14_W10.16mm +14-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +14 +14 +Package_DIP +DIP-14_W10.16mm_LongPads +14-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +14 +14 +Package_DIP +DIP-16_W7.62mm +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +16 +16 +Package_DIP +DIP-16_W7.62mm_LongPads +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +16 +16 +Package_DIP +DIP-16_W7.62mm_SMDSocket_SmallPads +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +16 +16 +Package_DIP +DIP-16_W7.62mm_Socket +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +16 +16 +Package_DIP +DIP-16_W7.62mm_Socket_LongPads +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +16 +16 +Package_DIP +DIP-16_W8.89mm_SMDSocket_LongPads +16-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +16 +16 +Package_DIP +DIP-16_W10.16mm +16-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +16 +16 +Package_DIP +DIP-16_W10.16mm_LongPads +16-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +16 +16 +Package_DIP +DIP-18_W7.62mm +18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +18 +18 +Package_DIP +DIP-18_W7.62mm_LongPads +18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +18 +18 +Package_DIP +DIP-18_W7.62mm_SMDSocket_SmallPads +18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +18 +18 +Package_DIP +DIP-18_W7.62mm_Socket +18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +18 +18 +Package_DIP +DIP-18_W7.62mm_Socket_LongPads +18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +18 +18 +Package_DIP +DIP-18_W8.89mm_SMDSocket_LongPads +18-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +18 +18 +Package_DIP +DIP-20_W7.62mm +20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +20 +20 +Package_DIP +DIP-20_W7.62mm_LongPads +20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +20 +20 +Package_DIP +DIP-20_W7.62mm_SMDSocket_SmallPads +20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +20 +20 +Package_DIP +DIP-20_W7.62mm_Socket +20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +20 +20 +Package_DIP +DIP-20_W7.62mm_Socket_LongPads +20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +20 +20 +Package_DIP +DIP-20_W8.89mm_SMDSocket_LongPads +20-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +20 +20 +Package_DIP +DIP-22_W7.62mm +22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +22 +22 +Package_DIP +DIP-22_W7.62mm_LongPads +22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +22 +22 +Package_DIP +DIP-22_W7.62mm_SMDSocket_SmallPads +22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +22 +22 +Package_DIP +DIP-22_W7.62mm_Socket +22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +22 +22 +Package_DIP +DIP-22_W7.62mm_Socket_LongPads +22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +22 +22 +Package_DIP +DIP-22_W8.89mm_SMDSocket_LongPads +22-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +22 +22 +Package_DIP +DIP-22_W10.16mm +22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +22 +22 +Package_DIP +DIP-22_W10.16mm_LongPads +22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +22 +22 +Package_DIP +DIP-22_W10.16mm_SMDSocket_SmallPads +22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil SMDSocket SmallPads +0 +22 +22 +Package_DIP +DIP-22_W10.16mm_Socket +22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket +THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket +0 +22 +22 +Package_DIP +DIP-22_W10.16mm_Socket_LongPads +22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket LongPads +0 +22 +22 +Package_DIP +DIP-22_W11.43mm_SMDSocket_LongPads +22-lead though-hole mounted DIP package, row spacing 11.43 mm (450 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 11.43mm 450mil SMDSocket LongPads +0 +22 +22 +Package_DIP +DIP-24_W7.62mm +24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +24 +24 +Package_DIP +DIP-24_W7.62mm_LongPads +24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +24 +24 +Package_DIP +DIP-24_W7.62mm_SMDSocket_SmallPads +24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +24 +24 +Package_DIP +DIP-24_W7.62mm_Socket +24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +24 +24 +Package_DIP +DIP-24_W7.62mm_Socket_LongPads +24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +24 +24 +Package_DIP +DIP-24_W8.89mm_SMDSocket_LongPads +24-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +24 +24 +Package_DIP +DIP-24_W10.16mm +24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +24 +24 +Package_DIP +DIP-24_W10.16mm_LongPads +24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +24 +24 +Package_DIP +DIP-24_W10.16mm_SMDSocket_SmallPads +24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil SMDSocket SmallPads +0 +24 +24 +Package_DIP +DIP-24_W10.16mm_Socket +24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket +THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket +0 +24 +24 +Package_DIP +DIP-24_W10.16mm_Socket_LongPads +24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket LongPads +0 +24 +24 +Package_DIP +DIP-24_W11.43mm_SMDSocket_LongPads +24-lead though-hole mounted DIP package, row spacing 11.43 mm (450 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 11.43mm 450mil SMDSocket LongPads +0 +24 +24 +Package_DIP +DIP-24_W15.24mm +24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +24 +24 +Package_DIP +DIP-24_W15.24mm_LongPads +24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +24 +24 +Package_DIP +DIP-24_W15.24mm_SMDSocket_SmallPads +24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +24 +24 +Package_DIP +DIP-24_W15.24mm_Socket +24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +24 +24 +Package_DIP +DIP-24_W15.24mm_Socket_LongPads +24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +24 +24 +Package_DIP +DIP-24_W16.51mm_SMDSocket_LongPads +24-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +24 +24 +Package_DIP +DIP-28_W7.62mm +28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +28 +28 +Package_DIP +DIP-28_W7.62mm_LongPads +28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +28 +28 +Package_DIP +DIP-28_W7.62mm_SMDSocket_SmallPads +28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +28 +28 +Package_DIP +DIP-28_W7.62mm_Socket +28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +28 +28 +Package_DIP +DIP-28_W7.62mm_Socket_LongPads +28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +28 +28 +Package_DIP +DIP-28_W8.89mm_SMDSocket_LongPads +28-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +28 +28 +Package_DIP +DIP-28_W15.24mm +28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +28 +28 +Package_DIP +DIP-28_W15.24mm_LongPads +28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +28 +28 +Package_DIP +DIP-28_W15.24mm_SMDSocket_SmallPads +28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +28 +28 +Package_DIP +DIP-28_W15.24mm_Socket +28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +28 +28 +Package_DIP +DIP-28_W15.24mm_Socket_LongPads +28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +28 +28 +Package_DIP +DIP-28_W16.51mm_SMDSocket_LongPads +28-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +28 +28 +Package_DIP +DIP-32_W7.62mm +32-lead dip package, row spacing 7.62 mm (300 mils) +DIL DIP PDIP 2.54mm 7.62mm 300mil +0 +32 +32 +Package_DIP +DIP-32_W15.24mm +32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +32 +32 +Package_DIP +DIP-32_W15.24mm_LongPads +32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +32 +32 +Package_DIP +DIP-32_W15.24mm_SMDSocket_SmallPads +32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +32 +32 +Package_DIP +DIP-32_W15.24mm_Socket +32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +32 +32 +Package_DIP +DIP-32_W15.24mm_Socket_LongPads +32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +32 +32 +Package_DIP +DIP-32_W16.51mm_SMDSocket_LongPads +32-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +32 +32 +Package_DIP +DIP-40_W15.24mm +40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +40 +40 +Package_DIP +DIP-40_W15.24mm_LongPads +40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +40 +40 +Package_DIP +DIP-40_W15.24mm_SMDSocket_SmallPads +40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +40 +40 +Package_DIP +DIP-40_W15.24mm_Socket +40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +40 +40 +Package_DIP +DIP-40_W15.24mm_Socket_LongPads +40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +40 +40 +Package_DIP +DIP-40_W16.51mm_SMDSocket_LongPads +40-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +40 +40 +Package_DIP +DIP-40_W25.4mm +40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils) +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil +0 +40 +40 +Package_DIP +DIP-40_W25.4mm_LongPads +40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), LongPads +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil LongPads +0 +40 +40 +Package_DIP +DIP-40_W25.4mm_SMDSocket_SmallPads +40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil SMDSocket SmallPads +0 +40 +40 +Package_DIP +DIP-40_W25.4mm_Socket +40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket +0 +40 +40 +Package_DIP +DIP-40_W25.4mm_Socket_LongPads +40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket LongPads +0 +40 +40 +Package_DIP +DIP-40_W26.67mm_SMDSocket_LongPads +40-lead though-hole mounted DIP package, row spacing 26.67 mm (1050 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 26.669999999999998mm 1050mil SMDSocket LongPads +0 +40 +40 +Package_DIP +DIP-42_W15.24mm +42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +42 +42 +Package_DIP +DIP-42_W15.24mm_LongPads +42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +42 +42 +Package_DIP +DIP-42_W15.24mm_SMDSocket_SmallPads +42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +42 +42 +Package_DIP +DIP-42_W15.24mm_Socket +42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +42 +42 +Package_DIP +DIP-42_W15.24mm_Socket_LongPads +42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +42 +42 +Package_DIP +DIP-42_W16.51mm_SMDSocket_LongPads +42-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +42 +42 +Package_DIP +DIP-48_W15.24mm +48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +48 +48 +Package_DIP +DIP-48_W15.24mm_LongPads +48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +48 +48 +Package_DIP +DIP-48_W15.24mm_SMDSocket_SmallPads +48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +48 +48 +Package_DIP +DIP-48_W15.24mm_Socket +48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +48 +48 +Package_DIP +DIP-48_W15.24mm_Socket_LongPads +48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +48 +48 +Package_DIP +DIP-48_W16.51mm_SMDSocket_LongPads +48-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +48 +48 +Package_DIP +DIP-64_W15.24mm +64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +64 +64 +Package_DIP +DIP-64_W15.24mm_LongPads +64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +64 +64 +Package_DIP +DIP-64_W15.24mm_SMDSocket_SmallPads +64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +64 +64 +Package_DIP +DIP-64_W15.24mm_Socket +64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +64 +64 +Package_DIP +DIP-64_W15.24mm_Socket_LongPads +64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +64 +64 +Package_DIP +DIP-64_W16.51mm_SMDSocket_LongPads +64-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +64 +64 +Package_DIP +DIP-64_W22.86mm +64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils) +THT DIP DIL PDIP 2.54mm 22.86mm 900mil +0 +64 +64 +Package_DIP +DIP-64_W22.86mm_LongPads +64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), LongPads +THT DIP DIL PDIP 2.54mm 22.86mm 900mil LongPads +0 +64 +64 +Package_DIP +DIP-64_W22.86mm_SMDSocket_SmallPads +64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 22.86mm 900mil SMDSocket SmallPads +0 +64 +64 +Package_DIP +DIP-64_W22.86mm_Socket +64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), Socket +THT DIP DIL PDIP 2.54mm 22.86mm 900mil Socket +0 +64 +64 +Package_DIP +DIP-64_W22.86mm_Socket_LongPads +64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 22.86mm 900mil Socket LongPads +0 +64 +64 +Package_DIP +DIP-64_W24.13mm_SMDSocket_LongPads +64-lead though-hole mounted DIP package, row spacing 24.13 mm (950 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 24.13mm 950mil SMDSocket LongPads +0 +64 +64 +Package_DIP +DIP-64_W25.4mm +64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils) +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil +0 +64 +64 +Package_DIP +DIP-64_W25.4mm_LongPads +64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), LongPads +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil LongPads +0 +64 +64 +Package_DIP +DIP-64_W25.4mm_SMDSocket_SmallPads +64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil SMDSocket SmallPads +0 +64 +64 +Package_DIP +DIP-64_W25.4mm_Socket +64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket +0 +64 +64 +Package_DIP +DIP-64_W25.4mm_Socket_LongPads +64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket LongPads +0 +64 +64 +Package_DIP +DIP-64_W26.67mm_SMDSocket_LongPads +64-lead though-hole mounted DIP package, row spacing 26.67 mm (1050 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 26.669999999999998mm 1050mil SMDSocket LongPads +0 +64 +64 +Package_DIP +Fairchild_LSOP-8 +8-Lead, 300\" Wide, Surface Mount Package (https://www.fairchildsemi.com/package-drawings/ML/MLSOP08A.pdf) +LSOP 2.54mm 300mil +0 +8 +8 +Package_DIP +PowerIntegrations_PDIP-8B +Power Integrations variant of 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://www.power.com/sites/default/files/product-docs/lnk520.pdf +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +7 +7 +Package_DIP +PowerIntegrations_PDIP-8C +Power Integrations variant of 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://ac-dc.power.com/sites/default/files/product-docs/tinyswitch-iii_family_datasheet.pdf +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +7 +7 +Package_DIP +PowerIntegrations_SDIP-10C +PowerIntegrations variant of 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://www.power.com/sites/default/files/product-docs/tophx_family_datasheet.pdf +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +9 +9 +Package_DIP +PowerIntegrations_SMD-8 +PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://www.power.com/sites/default/files/product-docs/lnk520.pdf +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +8 +8 +Package_DIP +PowerIntegrations_SMD-8B +PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://www.power.com/sites/default/files/product-docs/lnk520.pdf +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +7 +7 +Package_DIP +PowerIntegrations_SMD-8C +PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://ac-dc.power.com/sites/default/files/product-docs/tinyswitch-iii_family_datasheet.pdf +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +7 +7 +Package_DIP +PowerIntegrations_eDIP-12B +Power Integrations eDIP-12B, see https://www.power.com/sites/default/files/product-docs/linkswitch-pl_family_datasheet.pdf +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +11 +11 +Package_DIP +SMDIP-4_W7.62mm +4-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +4 +4 +Package_DIP +SMDIP-4_W9.53mm +4-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +4 +4 +Package_DIP +SMDIP-4_W9.53mm_Clearance8mm +4-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +4 +4 +Package_DIP +SMDIP-4_W11.48mm +4-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +4 +4 +Package_DIP +SMDIP-6_W7.62mm +6-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +6 +6 +Package_DIP +SMDIP-6_W9.53mm +6-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +6 +6 +Package_DIP +SMDIP-6_W9.53mm_Clearance8mm +6-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +6 +6 +Package_DIP +SMDIP-6_W11.48mm +6-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +6 +6 +Package_DIP +SMDIP-8_W7.62mm +8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +8 +8 +Package_DIP +SMDIP-8_W9.53mm +8-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +8 +8 +Package_DIP +SMDIP-8_W9.53mm_Clearance8mm +8-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +8 +8 +Package_DIP +SMDIP-8_W11.48mm +8-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +8 +8 +Package_DIP +SMDIP-10_W7.62mm +10-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +10 +10 +Package_DIP +SMDIP-10_W9.53mm +10-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +10 +10 +Package_DIP +SMDIP-10_W9.53mm_Clearance8mm +10-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +10 +10 +Package_DIP +SMDIP-10_W11.48mm +10-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +10 +10 +Package_DIP +SMDIP-12_W7.62mm +12-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +12 +12 +Package_DIP +SMDIP-12_W9.53mm +12-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +12 +12 +Package_DIP +SMDIP-12_W9.53mm_Clearance8mm +12-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +12 +12 +Package_DIP +SMDIP-12_W11.48mm +12-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +12 +12 +Package_DIP +SMDIP-14_W7.62mm +14-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +14 +14 +Package_DIP +SMDIP-14_W9.53mm +14-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +14 +14 +Package_DIP +SMDIP-14_W9.53mm_Clearance8mm +14-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +14 +14 +Package_DIP +SMDIP-14_W11.48mm +14-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +14 +14 +Package_DIP +SMDIP-16_W7.62mm +16-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +16 +16 +Package_DIP +SMDIP-16_W9.53mm +16-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +16 +16 +Package_DIP +SMDIP-16_W9.53mm_Clearance8mm +16-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +16 +16 +Package_DIP +SMDIP-16_W11.48mm +16-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +16 +16 +Package_DIP +SMDIP-18_W7.62mm +18-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +18 +18 +Package_DIP +SMDIP-18_W9.53mm +18-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +18 +18 +Package_DIP +SMDIP-18_W9.53mm_Clearance8mm +18-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +18 +18 +Package_DIP +SMDIP-18_W11.48mm +18-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +18 +18 +Package_DIP +SMDIP-20_W7.62mm +20-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +20 +20 +Package_DIP +SMDIP-20_W9.53mm +20-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +20 +20 +Package_DIP +SMDIP-20_W9.53mm_Clearance8mm +20-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +20 +20 +Package_DIP +SMDIP-20_W11.48mm +20-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +20 +20 +Package_DIP +SMDIP-22_W7.62mm +22-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +22 +22 +Package_DIP +SMDIP-22_W9.53mm +22-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +22 +22 +Package_DIP +SMDIP-22_W9.53mm_Clearance8mm +22-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +22 +22 +Package_DIP +SMDIP-22_W11.48mm +22-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +22 +22 +Package_DIP +SMDIP-24_W7.62mm +24-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +24 +24 +Package_DIP +SMDIP-24_W9.53mm +24-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +24 +24 +Package_DIP +SMDIP-24_W11.48mm +24-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +24 +24 +Package_DIP +SMDIP-24_W15.24mm +24-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +24 +24 +Package_DIP +SMDIP-28_W15.24mm +28-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +28 +28 +Package_DIP +SMDIP-32_W7.62mm +32-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +32 +32 +Package_DIP +SMDIP-32_W9.53mm +32-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +32 +32 +Package_DIP +SMDIP-32_W11.48mm +32-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +32 +32 +Package_DIP +SMDIP-32_W15.24mm +32-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +32 +32 +Package_DIP +SMDIP-40_W15.24mm +40-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +40 +40 +Package_DIP +SMDIP-40_W25.24mm +40-lead surface-mounted (SMD) DIP package, row spacing 25.24 mm (993 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 25.24mm 993mil +0 +40 +40 +Package_DIP +SMDIP-42_W15.24mm +42-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +42 +42 +Package_DIP +SMDIP-48_W15.24mm +48-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +48 +48 +Package_DIP +SMDIP-64_W15.24mm +64-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +64 +64 +Package_DIP +Toshiba_11-7A9 +Toshiba 11-7A9 package, like 6-lead dip package with missing pin 5, row spacing 7.62 mm (300 mils), https://toshiba.semicon-storage.com/info/docget.jsp?did=1421&prodName=TLP3021(S) +Toshiba 11-7A9 DIL DIP PDIP 2.54mm 7.62mm 300mil +0 +5 +5 +Package_DIP +Vishay_HVM-DIP-3_W7.62mm +3-lead though-hole mounted high-volatge DIP package (based on standard DIP-4), row spacing 7.62 mm (300 mils), see https://www.vishay.com/docs/91361/hexdip.pdf +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Vishay HVMDIP HEXDIP +0 +4 +3 +Package_DirectFET +DirectFET_L4 +DirectFET L4 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=41 +DirectFET L4 MOSFET Infineon +0 +11 +3 +Package_DirectFET +DirectFET_L6 +DirectFET L6 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=42 +DirectFET L6 MOSFET Infineon +0 +13 +3 +Package_DirectFET +DirectFET_L8 +DirectFET L8 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=43 +DirectFET L8 MOSFET Infineon +0 +15 +3 +Package_DirectFET +DirectFET_LA +DirectFET LA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=44 +DirectFET LA MOSFET Infineon +0 +15 +3 +Package_DirectFET +DirectFET_M2 +DirectFET M2 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=33 +DirectFET M2 MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_M4 +DirectFET M4 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=34 +DirectFET M4 MOSFET Infineon +0 +9 +3 +Package_DirectFET +DirectFET_MA +DirectFET MA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=35 +DirectFET MA MOSFET Infineon +0 +8 +3 +Package_DirectFET +DirectFET_MB +DirectFET MB https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=36 +DirectFET MB MOSFET Infineon +0 +8 +3 +Package_DirectFET +DirectFET_MC +DirectFET MC https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=37 +DirectFET MC MOSFET Infineon +0 +10 +3 +Package_DirectFET +DirectFET_MD +DirectFET MD https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=38 +DirectFET MD MOSFET Infineon +0 +8 +3 +Package_DirectFET +DirectFET_ME +DirectFET ME https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=39 +DirectFET ME MOSFET Infineon +0 +10 +3 +Package_DirectFET +DirectFET_MF +DirectFET MF https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=40 +DirectFET MF MOSFET Infineon +0 +8 +3 +Package_DirectFET +DirectFET_MN +DirectFET MN https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=30 +DirectFET MN MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_MP +DirectFET MP https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=28 +DirectFET MP MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_MQ +DirectFET MQ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=29 +DirectFET MQ MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_MT +DirectFET MT https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=26 +DirectFET MT MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_MU +DirectFET MU https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=32 +DirectFET MU MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_MX +DirectFET MX https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=27 +DirectFET MX MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_MZ +DirectFET MZ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=31 +DirectFET MZ MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_S1 +DirectFET S1 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=20 +DirectFET S1 MOSFET Infineon +0 +6 +3 +Package_DirectFET +DirectFET_S2 +DirectFET S2 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=21 +DirectFET S2 MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_S3C +DirectFET S3C https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=25 +DirectFET S3C MOSFET Infineon +0 +8 +3 +Package_DirectFET +DirectFET_SA +DirectFET SA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=22 +DirectFET SA MOSFET Infineon +0 +8 +3 +Package_DirectFET +DirectFET_SB +DirectFET SB https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=23 +DirectFET SB MOSFET Infineon +0 +6 +3 +Package_DirectFET +DirectFET_SC +DirectFET SC https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=24 +DirectFET SC MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_SH +DirectFET SH https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=19 +DirectFET SH MOSFET Infineon +0 +6 +3 +Package_DirectFET +DirectFET_SJ +DirectFET SJ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=18 +DirectFET SJ MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_SQ +DirectFET SQ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=17 +DirectFET SQ MOSFET Infineon +0 +6 +3 +Package_DirectFET +DirectFET_ST +DirectFET ST https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=16 +DirectFET ST MOSFET Infineon +0 +7 +3 +Package_LCC +PLCC-20 +PLCC, 20 pins, surface mount +plcc smt +0 +20 +20 +Package_LCC +PLCC-20_SMD-Socket +PLCC, 20 pins, surface mount +plcc smt +0 +20 +20 +Package_LCC +PLCC-20_THT-Socket +PLCC, 20 pins, through hole +plcc leaded +0 +20 +20 +Package_LCC +PLCC-28 +PLCC, 28 pins, surface mount +plcc smt +0 +28 +28 +Package_LCC +PLCC-28_SMD-Socket +PLCC, 28 pins, surface mount +plcc smt +0 +28 +28 +Package_LCC +PLCC-28_THT-Socket +PLCC, 28 pins, through hole +plcc leaded +0 +28 +28 +Package_LCC +PLCC-32_11.4x14.0mm_P1.27mm +PLCC, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc0015.pdf), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py +PLCC LCC +0 +32 +32 +Package_LCC +PLCC-32_THT-Socket +PLCC, 32 pins, through hole, http://www.assmann-wsw.com/fileadmin/datasheets/ASS_0981_CO.pdf +plcc leaded +0 +32 +32 +Package_LCC +PLCC-44 +PLCC, 44 pins, surface mount +plcc smt +0 +44 +44 +Package_LCC +PLCC-44_16.6x16.6mm_P1.27mm +PLCC, 44 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py +PLCC LCC +0 +44 +44 +Package_LCC +PLCC-44_SMD-Socket +PLCC, 44 pins, surface mount +plcc smt +0 +44 +44 +Package_LCC +PLCC-44_THT-Socket +PLCC, 44 pins, through hole +plcc leaded +0 +44 +44 +Package_LCC +PLCC-52 +PLCC, 52 pins, surface mount +plcc smt +0 +52 +52 +Package_LCC +PLCC-52_SMD-Socket +PLCC, 52 pins, surface mount +plcc smt +0 +52 +52 +Package_LCC +PLCC-52_THT-Socket +PLCC, 52 pins, through hole +plcc leaded +0 +52 +52 +Package_LCC +PLCC-68 +PLCC, 68 pins, surface mount +plcc smt +0 +68 +68 +Package_LCC +PLCC-68_24.2x24.2mm_P1.27mm +PLCC, 68 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py +PLCC LCC +0 +68 +68 +Package_LCC +PLCC-68_SMD-Socket +PLCC, 68 pins, surface mount +plcc smt +0 +68 +68 +Package_LCC +PLCC-68_THT-Socket +PLCC, 68 pins, through hole +plcc leaded +0 +68 +68 +Package_LCC +PLCC-84 +PLCC, 84 pins, surface mount +plcc smt +0 +84 +84 +Package_LCC +PLCC-84_29.3x29.3mm_P1.27mm +PLCC, 84 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py +PLCC LCC +0 +84 +84 +Package_LCC +PLCC-84_SMD-Socket +PLCC, 84 pins, surface mount +plcc smt +0 +84 +84 +Package_LCC +PLCC-84_THT-Socket +PLCC, 84 pins, through hole +plcc leaded +0 +84 +84 +Package_LGA +AMS_LGA-10-1EP_2.7x4mm_P0.6mm +LGA-10, http://ams.com/eng/content/download/951091/2269479/471718 +lga land grid array +0 +13 +11 +Package_LGA +AMS_LGA-20_4.7x4.5mm_P0.65mm +http://ams.com/eng/content/download/1008631/2361759/498838 +AMS LGA +0 +20 +20 +Package_LGA +AMS_OLGA-8_2x3.1mm_P0.8mm +AMS OLGA, 8 Pin (https://ams.com/documents/20143/36005/AS7341_DS000504_3-00.pdf/#page=63) +AMS OLGA NoLead +0 +8 +8 +Package_LGA +Bosch_LGA-8_2.5x2.5mm_P0.65mm_ClockwisePinNumbering +LGA-8 +lga land grid array +0 +8 +8 +Package_LGA +Bosch_LGA-8_2x2.5mm_P0.65mm_ClockwisePinNumbering +LGA-8, https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001-18.pdf +lga land grid array +0 +8 +8 +Package_LGA +Bosch_LGA-8_3x3mm_P0.8mm_ClockwisePinNumbering +Bosch LGA, 8 Pin (https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME680-DS001-00.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py +Bosch LGA NoLead +0 +8 +8 +Package_LGA +Bosch_LGA-14_3x2.5mm_P0.5mm +LGA-14 Bosch https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMI160-DS000-07.pdf +lga land grid array +0 +14 +14 +Package_LGA +Kionix_LGA-12_2x2mm_P0.5mm_LayoutBorder2x4y +Kionix LGA, 12 Pin (http://kionixfs.kionix.com/en/document/TN008-PCB-Design-Guidelines-for-2x2-LGA-Sensors.pdf#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py +Kionix LGA NoLead +0 +12 +12 +Package_LGA +LGA-8_3x5mm_P1.25mm +LGA-8 +lga land grid array +0 +8 +8 +Package_LGA +LGA-12_2x2mm_P0.5mm +LGA12 +lga land grid array +0 +12 +12 +Package_LGA +LGA-14_2x2mm_P0.35mm_LayoutBorder3x4y +LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lis2dh.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LGA NoLead +0 +14 +14 +Package_LGA +LGA-14_3x2.5mm_P0.5mm_LayoutBorder3x4y +LGA, 14 Pin (https://www.st.com/resource/en/datasheet/lsm6ds3tr-c.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LGA NoLead +0 +14 +14 +Package_LGA +LGA-14_3x5mm_P0.8mm_LayoutBorder1x6y +LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lsm303dlhc.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LGA NoLead +0 +14 +14 +Package_LGA +LGA-16_3x3mm_P0.5mm +http://www.memsic.com/userfiles/files/DataSheets/Magnetic-Sensors-Datasheets/MMC5883MA-RevC.pdf +lga land grid array +0 +16 +16 +Package_LGA +LGA-16_3x3mm_P0.5mm_LayoutBorder3x5y +LGA, 16 Pin (http://www.st.com/resource/en/datasheet/lis331hh.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LGA NoLead +0 +16 +16 +Package_LGA +LGA-16_4x4mm_P0.65mm_LayoutBorder4x4y +LGA, 16 Pin (http://www.st.com/resource/en/datasheet/l3gd20.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LGA NoLead +0 +16 +16 +Package_LGA +LGA-24L_3x3.5mm_P0.43mm +LGA 24L 3x3.5mm Pitch 0.43mm +LGA 24L 3x3.5mm Pitch 0.43mm +0 +24 +24 +Package_LGA +LGA-28_5.2x3.8mm_P0.5mm +LGA 28 5.2x3.8mm Pitch 0.5mm +LGA 28 5.2x3.8mm Pitch 0.5mm +0 +28 +28 +Package_LGA +Linear_LGA-133_15.0x15.0mm_Layout12x12_P1.27mm +Analog Devices (Linear Tech), 133-pin LGA uModule, 15.0x15.0x4.32mm, https://www.analog.com/media/en/technical-documentation/data-sheets/4637fc.pdf +133 pin lga +0 +133 +133 +Package_LGA +MPS_LGA-18-10EP_12x12mm_P3.3mm +MPS LGA-18 12x12x3.82mm (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MPM3550EGLE/document_id/5102/) +MPS LGA +0 +18 +18 +Package_LGA +NXP_LGA-8_3x5mm_P1.25mm_H1.1mm +NXP LGA, 8 Pin (https://www.nxp.com/docs/en/data-sheet/MPL3115A2.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py +NXP LGA NoLead +0 +8 +8 +Package_LGA +NXP_LGA-8_3x5mm_P1.25mm_H1.2mm +NXP LGA, 8 Pin (https://www.nxp.com/docs/en/data-sheet/MPL115A1.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py +NXP LGA NoLead +0 +8 +8 +Package_LGA +Rohm_MLGA010V020A_LGA-10_2x2mm_P0.45mm_LayoutBorder_3x2y +Rohm LGA, 10 Pin (https://fscdn.rohm.com/en/techdata_basic/ic/package/Jisso_MLGA010V020A-1-2_Rev005s_E2(MSL3).pdf) +Rohm LGA NoLead +0 +10 +10 +Package_LGA +ST_HLGA-10_2.5x2.5mm_P0.6mm_LayoutBorder3x2y +ST HLGA, 10 Pin (https://www.st.com/resource/en/datasheet/lps25hb.pdf#page=46), generated with kicad-footprint-generator ipc_noLead_generator.py +ST HLGA NoLead +0 +10 +10 +Package_LGA +ST_HLGA-10_2x2mm_P0.5mm_LayoutBorder3x2y +ST HLGA, 10 Pin (https://www.st.com/resource/en/datasheet/lps22hh.pdf#page=55), generated with kicad-footprint-generator ipc_noLead_generator.py +ST HLGA NoLead +0 +10 +10 +Package_LGA +Texas_SIL0008D_MicroSiP-8-1EP_2.8x3mm_P0.65mm_EP1.1x1.9mm +Texas SIL0008D MicroSiP, 8 Pin (http://www.ti.com/lit/ds/symlink/tps82130.pdf#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas MicroSiP NoLead +0 +12 +9 +Package_LGA +Texas_SIL0008D_MicroSiP-8-1EP_2.8x3mm_P0.65mm_EP1.1x1.9mm_ThermalVias +Texas SIL0008D MicroSiP, 8 Pin (http://www.ti.com/lit/ds/symlink/tps82130.pdf#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas MicroSiP NoLead +0 +16 +9 +Package_LGA +Texas_SIL0010A_MicroSiP-10-1EP_3.8x3mm_P0.6mm_EP0.7x2.9mm +Texas SIL0010A MicroSiP, 10 Pin (http://www.ti.com/lit/ml/mpds579b/mpds579b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas MicroSiP NoLead +0 +14 +11 +Package_LGA +Texas_SIL0010A_MicroSiP-10-1EP_3.8x3mm_P0.6mm_EP0.7x2.9mm_ThermalVias +Texas SIL0010A MicroSiP, 10 Pin (http://www.ti.com/lit/ml/mpds579b/mpds579b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas MicroSiP NoLead +0 +18 +11 +Package_LGA +VLGA-4_2x2.5mm_P1.65mm +VLGA, 4 Pin (https://ww1.microchip.com/downloads/en/DeviceDoc/DSC60XX-Ultra-Small-Ultra-Low-Power-MEMS-Oscillator-DS20005625C.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VLGA NoLead +0 +4 +4 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP4x4mm +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00482-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +154 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP4x4mm_ThermalVias +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00482-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +171 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP5x5mm +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00476-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +161 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP5x5mm_ThermalVias +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00476-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +187 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP6.61x5.615mm +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00485-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +165 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP6.61x5.615mm_ThermalVias +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00485-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +196 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP7.2x6.35mm +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00487-01.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +175 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP7.2x6.35mm_ThermalVias +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00487-01.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +218 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP8.93x8.7mm +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00479-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +194 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP8.93x8.7mm_ThermalVias +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00479-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +259 +145 +Package_QFP +HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm +64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [HTQFP] thermal pad +HTQFP-64 Pitch 0.5 +0 +69 +65 +Package_QFP +HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm_Mask4.4x4.4mm_ThermalVias +64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [HTQFP] thermal pad +HTQFP-64 Pitch 0.5 +0 +135 +65 +Package_QFP +LQFP-32_5x5mm_P0.5mm +LQFP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT401-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +32 +32 +Package_QFP +LQFP-32_7x7mm_P0.8mm +LQFP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT358-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +32 +32 +Package_QFP +LQFP-36_7x7mm_P0.65mm +LQFP, 36 Pin (https://www.onsemi.com/pub/Collateral/561AV.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +36 +36 +Package_QFP +LQFP-44_10x10mm_P0.8mm +LQFP, 44 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ASS23225W.pdf?&fsrch=1), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +44 +44 +Package_QFP +LQFP-48-1EP_7x7mm_P0.5mm_EP3.6x3.6mm +LQFP, 48 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +58 +49 +Package_QFP +LQFP-48-1EP_7x7mm_P0.5mm_EP3.6x3.6mm_ThermalVias +LQFP, 48 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +75 +49 +Package_QFP +LQFP-48_7x7mm_P0.5mm +LQFP, 48 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2358-16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +48 +48 +Package_QFP +LQFP-52-1EP_10x10mm_P0.65mm_EP4.8x4.8mm +LQFP, 52 Pin (https://www.onsemi.com/pub/Collateral/848H-01.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +62 +53 +Package_QFP +LQFP-52-1EP_10x10mm_P0.65mm_EP4.8x4.8mm_ThermalVias +LQFP, 52 Pin (https://www.onsemi.com/pub/Collateral/848H-01.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +95 +53 +Package_QFP +LQFP-52_10x10mm_P0.65mm +LQFP, 52 Pin (https://www.nxp.com/docs/en/package-information/98ARL10526D.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +52 +52 +Package_QFP +LQFP-52_14x14mm_P1mm +LQFP, 52 Pin (http://www.holtek.com/documents/10179/116711/HT1632Cv170.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +52 +52 +Package_QFP +LQFP-64-1EP_10x10mm_P0.5mm_EP5x5mm +LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/adv7611.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +90 +65 +Package_QFP +LQFP-64-1EP_10x10mm_P0.5mm_EP5x5mm_ThermalVias +LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/adv7611.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +107 +65 +Package_QFP +LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm +LQFP, 64 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ARH98426A.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +90 +65 +Package_QFP +LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm_ThermalVias +LQFP, 64 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ARH98426A.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +127 +65 +Package_QFP +LQFP-64_7x7mm_P0.4mm +LQFP, 64 Pin (https://www.nxp.com/docs/en/package-information/SOT414-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +64 +64 +Package_QFP +LQFP-64_10x10mm_P0.5mm +LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +64 +64 +Package_QFP +LQFP-64_14x14mm_P0.8mm +LQFP, 64 Pin (https://www.nxp.com/docs/en/package-information/SOT791-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +64 +64 +Package_QFP +LQFP-80_10x10mm_P0.4mm +LQFP, 80 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/q80.10x10.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +80 +80 +Package_QFP +LQFP-80_12x12mm_P0.5mm +LQFP, 80 Pin (https://www.nxp.com/docs/en/package-information/SOT315-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +80 +80 +Package_QFP +LQFP-80_14x14mm_P0.65mm +LQFP, 80 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/AD9852.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +80 +80 +Package_QFP +LQFP-100_14x14mm_P0.5mm +LQFP, 100 Pin (https://www.nxp.com/docs/en/package-information/SOT407-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +100 +100 +Package_QFP +LQFP-128_14x14mm_P0.4mm +LQFP, 128 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/q128.14x14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +128 +128 +Package_QFP +LQFP-128_14x20mm_P0.5mm +LQFP, 128 Pin (https://www.nxp.com/docs/en/package-information/SOT425-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +128 +128 +Package_QFP +LQFP-144_20x20mm_P0.5mm +LQFP, 144 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=425), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +144 +144 +Package_QFP +LQFP-160_24x24mm_P0.5mm +LQFP, 160 Pin (https://www.nxp.com/docs/en/package-information/SOT435-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +160 +160 +Package_QFP +LQFP-176_20x20mm_P0.4mm +LQFP, 176 Pin (https://www.onsemi.com/pub/Collateral/566DB.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +176 +176 +Package_QFP +LQFP-176_24x24mm_P0.5mm +LQFP, 176 Pin (https://www.st.com/resource/en/datasheet/stm32f207vg.pdf#page=163), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +176 +176 +Package_QFP +LQFP-208_28x28mm_P0.5mm +LQFP, 208 Pin (https://www.nxp.com/docs/en/package-information/SOT459-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +208 +208 +Package_QFP +LQFP-216_24x24mm_P0.4mm +LQFP, 216 Pin (https://www.onsemi.com/pub/Collateral/561BE.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +216 +216 +Package_QFP +MQFP-44_10x10mm_P0.8mm +MQFP, 44 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ad7722.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +MQFP QFP +0 +44 +44 +Package_QFP +PQFP-32_5x5mm_P0.5mm +PQFP, 32 Pin (https://www.ti.com/lit/ds/symlink/ads127l01.pdf#page=87), generated with kicad-footprint-generator ipc_gullwing_generator.py +PQFP QFP +0 +32 +32 +Package_QFP +PQFP-44_10x10mm_P0.8mm +44-Lead Plastic Quad Flatpack - 10x10x2.5mm Body (http://www.onsemi.com/pub/Collateral/122BK.PDF) +PQFP 0.8 +0 +44 +44 +Package_QFP +PQFP-80_14x20mm_P0.8mm +PQFP80 14x20 / QIP80E CASE 122BS (see ON Semiconductor 122BS.PDF) +QFP 0.8 +0 +80 +80 +Package_QFP +PQFP-100_14x20mm_P0.65mm +PQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +PQFP QFP +0 +100 +100 +Package_QFP +PQFP-112_20x20mm_P0.65mm +PQFP, 112 pins, 20mm sq body, 0.65mm pitch (http://cache.freescale.com/files/shared/doc/package_info/98ASS23330W.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) +PQFP 112 +0 +112 +112 +Package_QFP +PQFP-132_24x24mm_P0.635mm +PQFP, 132 pins, 24mm sq body, 0.635mm pitch (https://www.intel.com/content/dam/www/public/us/en/documents/packaging-databooks/packaging-chapter-02-databook.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) +PQFP 132 +0 +132 +132 +Package_QFP +PQFP-132_24x24mm_P0.635mm_i386 +PQFP, 132 pins, 24mm sq body, 0.635mm pitch, Intel 386EX (https://www.intel.com/content/dam/www/public/us/en/documents/packaging-databooks/packaging-chapter-02-databook.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) +PQFP 132 Intel 386EX +0 +132 +132 +Package_QFP +PQFP-144_28x28mm_P0.65mm +PQFP, 144 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +PQFP QFP +0 +144 +144 +Package_QFP +PQFP-160_28x28mm_P0.65mm +PQFP, 160 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +PQFP QFP +0 +160 +160 +Package_QFP +PQFP-208_28x28mm_P0.5mm +PQFP, 208 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +PQFP QFP +0 +208 +208 +Package_QFP +PQFP-240_32.1x32.1mm_P0.5mm +PQFP, 240 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +PQFP QFP +0 +240 +240 +Package_QFP +PQFP-256_28x28mm_P0.4mm +PQFP256 28x28 / QFP256J CASE 122BX (see ON Semiconductor 122BX.PDF) +QFP 0.4 +0 +256 +256 +Package_QFP +TQFP-32_7x7mm_P0.8mm +32-Lead Plastic Thin Quad Flatpack (PT) - 7x7x1.0 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.8 +0 +32 +32 +Package_QFP +TQFP-44-1EP_10x10mm_P0.8mm_EP4.5x4.5mm +44-Lead Plastic Thin Quad Flatpack (MW) - 10x10x1.0 mm Body [TQFP] With 4.5x4.5 mm Exposed Pad (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.8 +0 +54 +45 +Package_QFP +TQFP-44_10x10mm_P0.8mm +44-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1.0 mm Body [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.8 +0 +44 +44 +Package_QFP +TQFP-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm +48-Lead Thin Quad Flatpack (PT) - 7x7x1.0 mm Body [TQFP] With Exposed Pad (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.5 +0 +53 +49 +Package_QFP +TQFP-48-1EP_7x7mm_P0.5mm_EP4.11x4.11mm +TQFP, 48 Pin (https://www.lumissil.com/assets/pdf/core/IS31FL3236_DS.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +65 +49 +Package_QFP +TQFP-48-1EP_7x7mm_P0.5mm_EP5x5mm +TQFP, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 45)), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +65 +49 +Package_QFP +TQFP-48-1EP_7x7mm_P0.5mm_EP5x5mm_ThermalVias +TQFP, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 45)), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +91 +49 +Package_QFP +TQFP-48_7x7mm_P0.5mm +TQFP, 48 Pin (https://www.jedec.org/system/files/docs/MS-026D.pdf var ABC), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +48 +48 +Package_QFP +TQFP-52-1EP_10x10mm_P0.65mm_EP6.5x6.5mm +TQFP, 52 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_52_1.pdf), generated with kicad-footprint-generator ipc_qfp_generator.py +TQFP QFP +0 +78 +53 +Package_QFP +TQFP-52-1EP_10x10mm_P0.65mm_EP6.5x6.5mm_ThermalVias +TQFP, 52 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_52_1.pdf), generated with kicad-footprint-generator ipc_qfp_generator.py +TQFP QFP +0 +79 +53 +Package_QFP +TQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm +64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [TQFP] thermal pad +QFP 0.5 +0 +90 +65 +Package_QFP +TQFP-64_7x7mm_P0.4mm +TQFP64 7x7, 0.4P CASE 932BH (see ON Semiconductor 932BH.PDF) +QFP 0.4 +0 +64 +64 +Package_QFP +TQFP-64_10x10mm_P0.5mm +TQFP, 64 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +64 +64 +Package_QFP +TQFP-64_14x14mm_P0.8mm +64-Lead Plastic Thin Quad Flatpack (PF) - 14x14x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.8 +0 +64 +64 +Package_QFP +TQFP-80-1EP_14x14mm_P0.65mm_EP9.5x9.5mm +80-Lead Plastic Thin Quad Flatpack (PF) - 14x14mm body, 9.5mm sq thermal pad (http://www.analog.com/media/en/technical-documentation/data-sheets/AD9852.pdf) +QFP 0.65 +0 +85 +81 +Package_QFP +TQFP-80_12x12mm_P0.5mm +80-Lead Plastic Thin Quad Flatpack (PT) - 12x12x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.5 +0 +80 +80 +Package_QFP +TQFP-80_14x14mm_P0.65mm +80-Lead Plastic Thin Quad Flatpack (PF) - 14x14x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.65 +0 +80 +80 +Package_QFP +TQFP-100-1EP_14x14mm_P0.5mm_EP5x5mm +TQFP, 100 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_100_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +117 +101 +Package_QFP +TQFP-100-1EP_14x14mm_P0.5mm_EP5x5mm_ThermalVias +TQFP, 100 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_100_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +143 +101 +Package_QFP +TQFP-100_12x12mm_P0.4mm +100-Lead Plastic Thin Quad Flatpack (PT) - 12x12x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.4 +0 +100 +100 +Package_QFP +TQFP-100_14x14mm_P0.5mm +TQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +100 +100 +Package_QFP +TQFP-120_14x14mm_P0.4mm +TQFP120 14x14 / TQFP120 CASE 932AZ (see ON Semiconductor 932AZ.PDF) +QFP 0.4 +0 +120 +120 +Package_QFP +TQFP-128_14x14mm_P0.4mm +TQFP128 14x14 / TQFP128 CASE 932BB (see ON Semiconductor 932BB.PDF) +QFP 0.4 +0 +128 +128 +Package_QFP +TQFP-144_16x16mm_P0.4mm +144-Lead Plastic Thin Quad Flatpack (PH) - 16x16x1 mm Body, 2.00 mm Footprint [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.4 +0 +144 +144 +Package_QFP +TQFP-144_20x20mm_P0.5mm +TQFP, 144 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +144 +144 +Package_QFP +TQFP-176_24x24mm_P0.5mm +TQFP, 176 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +176 +176 +Package_QFP +VQFP-80_14x14mm_P0.65mm +VQFP, 80 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +VQFP QFP +0 +80 +80 +Package_QFP +VQFP-100_14x14mm_P0.5mm +VQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +VQFP QFP +0 +100 +100 +Package_QFP +VQFP-128_14x14mm_P0.4mm +VQFP, 128 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +VQFP QFP +0 +128 +128 +Package_QFP +VQFP-176_20x20mm_P0.4mm +VQFP, 176 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +VQFP QFP +0 +176 +176 +Package_SIP +PowerIntegrations_eSIP-7C +eSIP-7C Vertical Flat Package with Heatsink Tab, https://ac-dc.power.com/sites/default/files/product-docs/topswitch-jx_family_datasheet.pdf +Power Integrations E Package +0 +6 +6 +Package_SIP +PowerIntegrations_eSIP-7F +eSIP-7F Flat Package with Heatsink Tab https://ac-dc.power.com/sites/default/files/product-docs/linkswitch-ph_family_datasheet.pdf +Power Integrations L Package +0 +6 +6 +Package_SIP +SIP-8_19x3mm_P2.54mm +SIP 8-pin (http://www.njr.com/semicon/PDF/package/SIP8_E.pdf) +SIP8 +0 +8 +8 +Package_SIP +SIP-9_21.54x3mm_P2.54mm +SIP 9-pin () +SIP8 +0 +9 +9 +Package_SIP +SIP-9_22.3x3mm_P2.54mm +SIP 9-pin () +SIP8 +0 +9 +9 +Package_SIP +SIP3_11.6x8.5mm +RECOM,R78EXX,https://www.recom-power.com/pdf/Innoline/R-78Exx-0.5.pdf +SIP3 Regulator Module +0 +3 +3 +Package_SIP +SIP4_Sharp-SSR_P7.62mm_Angled +SIP4 Footprint for SSR made by Sharp +Solid State relais SSR Sharp +0 +4 +4 +Package_SIP +SIP4_Sharp-SSR_P7.62mm_Angled_NoHole +SIP4 Footprint for SSR made by Sharp +Solid State relais SSR Sharp +0 +4 +4 +Package_SIP +SIP4_Sharp-SSR_P7.62mm_Straight +SIP4 Footprint for SSR made by Sharp +Solid State relais SSR Sharp +0 +4 +4 +Package_SIP +SIP9_Housing +SIP9 +SIP9 +0 +9 +9 +Package_SIP +SIP9_Housing_BigPads +SIP9, large pads +SIP9 +0 +9 +9 +Package_SIP +SLA704XM +SIP SLA704XM (http://www.sumzi.com/upload/files/2007/07/2007073114282034189.PDF) +SIP +0 +18 +18 +Package_SIP +STK672-040-E +SIP-22 (http://www.onsemi.com/pub_link/Collateral/EN5227-D.PDF) +SIP-22 +0 +22 +22 +Package_SIP +STK672-080-E +SIP-15 (http://www.onsemi.com/pub_link/Collateral/EN6507-D.PDF) +SIP-15 +0 +15 +15 +Package_SIP +Sanyo_STK4xx-15_59.2x8.0mm_P2.54mm +Sanyo SIP-15, 59.2mm x 8.0mm bosy size, STK-433E STK-435E STK-436E (http://datasheet.octopart.com/STK430-Sanyo-datasheet-107060.pdf) +Sanyo SIP-15 +0 +15 +15 +Package_SIP +Sanyo_STK4xx-15_78.0x8.0mm_P2.54mm +Sanyo SIP-15, 78.0mm x 8.0mm bosy size, STK-437E STK-439E STK-441E STK-443E (http://datasheet.octopart.com/STK430-Sanyo-datasheet-107060.pdf) +Sanyo SIP-15 +0 +15 +15 +Package_SO +Diodes_PSOP-8 +8-Lead Plastic PSOP, Exposed Die Pad (see https://www.diodes.com/assets/Datasheets/AP2204.pdf) +SSOP 0.50 exposed pad +0 +12 +9 +Package_SO +Diodes_SO-8EP +8-Lead Plastic SO, Exposed Die Pad (see https://www.diodes.com/assets/Package-Files/SO-8EP.pdf) +SO exposed pad +0 +9 +9 +Package_SO +ETSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3x4.2mm +20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body with Exposed Pad [eTSSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.65 +0 +27 +21 +Package_SO +HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.3x2.3mm +HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l7980.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOP SO +0 +13 +9 +Package_SO +HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.3x2.3mm_ThermalVias +HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l7980.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOP SO +0 +18 +9 +Package_SO +HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.1mm +HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l5973d.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOP SO +0 +13 +9 +Package_SO +HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.1mm_ThermalVias +HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l5973d.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOP SO +0 +20 +9 +Package_SO +HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugDown +HSOP 11.0x15.9mm Pitch 1.27mm Slug Down (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) +HSOP 11.0 x 15.9mm Pitch 1.27mm +0 +23 +21 +Package_SO +HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugDown_ThermalVias +HSOP 11.0x15.9mm Pitch 1.27mm Slug Down Thermal Vias (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) +HSOP 11.0 x 15.9mm Pitch 1.27mm +0 +45 +21 +Package_SO +HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugUp +HSOP 11.0x15.9mm Pitch 1.27mm Slug Up (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) +HSOP 11.0 x 15.9mm Pitch 1.27mm +0 +20 +20 +Package_SO +HSOP-32-1EP_7.5x11mm_P0.65mm_EP4.7x4.7mm +HSOP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT1746-3.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOP SO +0 +37 +33 +Package_SO +HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugDown +HSOP 11.0x15.9mm Pitch 0.65mm Slug Down (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) +HSOP 11.0 x 15.9mm Pitch 0.65mm +0 +39 +37 +Package_SO +HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugDown_ThermalVias +HSOP 11.0x15.9mm Pitch 0.65mm Slug Down Thermal Vias (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) +HSOP 11.0 x 15.9mm Pitch 0.65mm +0 +61 +37 +Package_SO +HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugUp +HSOP 11.0x15.9mm Pitch 0.65mm Slug Up (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) +HSOP 11.0 x 15.9mm Pitch 0.65mm +0 +36 +36 +Package_SO +HSOP-54-1EP_7.5x17.9mm_P0.65mm_EP4.6x4.6mm +HSOP, 54 Pin (https://www.nxp.com/docs/en/package-information/98ASA10506D.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOP SO +0 +59 +55 +Package_SO +HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm +HTSOP, 8 Pin (https://media.digikey.com/pdf/Data%20Sheets/Rohm%20PDFs/BD9G341EFJ.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSOP SO +0 +13 +9 +Package_SO +HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm_ThermalVias +HTSOP, 8 Pin (https://media.digikey.com/pdf/Data%20Sheets/Rohm%20PDFs/BD9G341EFJ.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSOP SO +0 +20 +9 +Package_SO +HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm +HTSSOP, 14 Pin (http://www.ti.com/lit/ds/symlink/lm5161.pdf#page=34), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +20 +15 +Package_SO +HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm_ThermalVias +HTSSOP, 14 Pin (http://www.ti.com/lit/ds/symlink/lm5161.pdf#page=34), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +36 +15 +Package_SO +HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm +16-Lead Plastic HTSSOP (4.4x5x1.2mm); Thermal pad; (http://www.ti.com/lit/ds/symlink/drv8833.pdf) +SSOP 0.65 +0 +29 +17 +Package_SO +HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm +HTSSOP, 16 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +20 +17 +Package_SO +HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm_ThermalVias +HTSSOP, 16 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +27 +17 +Package_SO +HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3mm_ThermalVias +16-Lead Plastic HTSSOP (4.4x5x1.2mm); Thermal pad with vias; (http://www.ti.com/lit/ds/symlink/drv8800.pdf) +SSOP 0.65 +0 +46 +17 +Package_SO +HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm +HTSSOP, 16 Pin (https://www.st.com/resource/en/datasheet/stp08cp05.pdf#page=20), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +21 +17 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP2.74x3.86mm +HTSSOP, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4011fb.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +23 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP2.85x4mm +HTSSOP, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF U20E-1), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +23 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm +20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [HTSSOP], with thermal pad with vias +HTSSOP 0.65 +0 +29 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.4x3.7mm +HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/bq24006.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +24 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm +HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +26 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm_ThermalVias +HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +42 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm_ThermalVias_HandSolder +HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +42 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.96x2.96mm +HTSSOP, 20 Pin (https://www.ti.com/lit/ds/symlink/tps2663.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +23 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.96x2.96mm_ThermalVias +HTSSOP, 20 Pin (https://www.ti.com/lit/ds/symlink/tps2663.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +42 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_ThermalVias +20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [HTSSOP], with thermal pad with vias +HTSSOP 0.65 +0 +45 +21 +Package_SO +HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.2x5mm +HTSSOP, 24 Pin (https://www.st.com/resource/en/datasheet/stp16cp05.pdf#page=25), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +31 +25 +Package_SO +HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x2.98mm +HTSSOP, 24 Pin (https://www.ti.com/lit/ds/symlink/tlc5949.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +27 +25 +Package_SO +HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x2.98mm_ThermalVias +HTSSOP, 24 Pin (https://www.ti.com/lit/ds/symlink/tlc5949.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +49 +25 +Package_SO +HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x4.68mm +HTSSOP, 24 Pin (http://www.ti.com/lit/ds/symlink/tps703.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +28 +25 +Package_SO +HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x4.68mm_ThermalVias +HTSSOP, 24 Pin (http://www.ti.com/lit/ds/symlink/tps703.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +47 +25 +Package_SO +HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.85x5.4mm +HTSSOP, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +30 +29 +Package_SO +HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.85x5.4mm_ThermalVias +HTSSOP, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +41 +29 +Package_SO +HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm +HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad +TSSOP HTSSOP 0.65 thermal pad +0 +39 +29 +Package_SO +HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_Mask2.4x6.17mm +HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad +TSSOP HTSSOP 0.65 thermal pad +0 +40 +29 +Package_SO +HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_Mask2.4x6.17mm_ThermalVias +HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad +TSSOP HTSSOP 0.65 thermal pad +0 +55 +29 +Package_SO +HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_ThermalVias +HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad +TSSOP HTSSOP 0.65 thermal pad +0 +58 +29 +Package_SO +HTSSOP-32-1EP_6.1x11mm_P0.65mm_EP5.2x11mm_Mask4.11x4.36mm +HTSSOP32: plastic thin shrink small outline package; 32 leads; body width 6.1 mm; lead pitch 0.65 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot487-1_po.pdf) +SSOP 0.65 PowerPAD +0 +43 +33 +Package_SO +HTSSOP-32-1EP_6.1x11mm_P0.65mm_EP5.2x11mm_Mask4.11x4.36mm_ThermalVias +HTSSOP32: plastic thin shrink small outline package; 32 leads; body width 6.1 mm; lead pitch 0.65 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot487-1_po.pdf) +SSOP 0.65 PowerPAD +0 +83 +33 +Package_SO +HTSSOP-38-1EP_6.1x12.5mm_P0.65mm_EP5.2x12.5mm_Mask3.39x6.35mm +HTSSOP, 38 Pin (http://www.ti.com/lit/ds/symlink/tlc5951.pdf#page=47&zoom=140,-67,15), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +46 +39 +Package_SO +HTSSOP-38-1EP_6.1x12.5mm_P0.65mm_EP5.2x12.5mm_Mask3.39x6.35mm_ThermalVias +HTSSOP, 38 Pin (http://www.ti.com/lit/ds/symlink/tlc5951.pdf#page=47&zoom=140,-67,15), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +87 +39 +Package_SO +HTSSOP-44_6.1x14mm_P0.635mm_TopEP4.14x7.01mm +HTSSOP, 44 Pin (http://www.ti.com/lit/ds/symlink/tpa3251.pdf#page=38), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +44 +44 +Package_SO +HTSSOP-56-1EP_6.1x14mm_P0.5mm_EP3.61x6.35mm +HTSSOP56: plastic thin shrink small outline package http://www.ti.com/lit/ds/symlink/drv8301.pdf +HTSSOP 0.5 +0 +72 +57 +Package_SO +HVSSOP-8-1EP_3x3mm_P0.65mm_EP1.57x1.89mm +HVSSOP, 8 Pin (https://www.ti.com/lit/ds/symlink/tpa6110a2.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HVSSOP SO +0 +13 +9 +Package_SO +HVSSOP-8-1EP_3x3mm_P0.65mm_EP1.57x1.89mm_ThermalVias +HVSSOP, 8 Pin (https://www.ti.com/lit/ds/symlink/tpa6110a2.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HVSSOP SO +0 +18 +9 +Package_SO +HVSSOP-10-1EP_3x3mm_P0.5mm_EP1.57x1.88mm +HVSSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/bq24090.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HVSSOP SO +0 +15 +11 +Package_SO +HVSSOP-10-1EP_3x3mm_P0.5mm_EP1.57x1.88mm_ThermalVias +HVSSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/bq24090.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HVSSOP SO +0 +20 +11 +Package_SO +Infineon_PG-DSO-8-27_3.9x4.9mm_EP2.65x3mm +Infineon PG-DSO, 8 Pin (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-8-27), generated with kicad-footprint-generator ipc_gullwing_generator.py +Infineon PG-DSO SO +0 +13 +9 +Package_SO +Infineon_PG-DSO-8-27_3.9x4.9mm_EP2.65x3mm_ThermalVias +Infineon PG-DSO, 8 Pin (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-8-27), generated with kicad-footprint-generator ipc_gullwing_generator.py +Infineon PG-DSO SO +0 +23 +9 +Package_SO +Infineon_PG-DSO-8-43 +Infineon_PG-DSO-8-43 +DSO DSO-8 SOIC SOIC-8 +0 +12 +9 +Package_SO +Infineon_PG-DSO-12-9 +Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-9/) +PG-DSO +0 +23 +13 +Package_SO +Infineon_PG-DSO-12-9_ThermalVias +Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-9/) +PG-DSO +0 +42 +13 +Package_SO +Infineon_PG-DSO-12-11 +Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-11/) +PG-DSO +0 +23 +13 +Package_SO +Infineon_PG-DSO-12-11_ThermalVias +Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-11/) +PG-DSO +0 +42 +13 +Package_SO +Infineon_PG-DSO-20-30 +Infineon SO package 20pin, exposed pad 4.5x7mm (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-71/) +DSO-20 +0 +31 +21 +Package_SO +Infineon_PG-DSO-20-30_ThermalVias +Infineon SO package 20pin, exposed pad 4.5x7mm (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-71/) +DSO-20 +0 +45 +21 +Package_SO +Infineon_PG-DSO-20-32 +Infineon SO package 20pin without exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-32/) +DSO-20 +0 +20 +20 +Package_SO +Infineon_PG-DSO-20-85 +Infineon SO package 20pin with exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-85/) +DSO-20 +0 +31 +21 +Package_SO +Infineon_PG-DSO-20-85_ThermalVias +Infineon SO package 20pin with exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-85/) +DSO-20 +0 +113 +21 +Package_SO +Infineon_PG-DSO-20-87 +Infineon SO package 20pin without exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-87/) +DSO-20 +0 +20 +20 +Package_SO +Infineon_PG-TSDSO-14-22 +Infineon_PG-TSDSO-14-22 +Infineon TSDSO 14-22 +0 +17 +15 +Package_SO +Linear_MSOP-12-16-1EP_3x4mm_P0.5mm +12-Lead Plastic Micro Small Outline Package (MS) [MSOP], variant of MSOP-16 (see http://cds.linear.com/docs/en/datasheet/3630fd.pdf) +SSOP 0.5 +0 +15 +13 +Package_SO +Linear_MSOP-12-16_3x4mm_P0.5mm +12-Lead Plastic Micro Small Outline Package (MS) [MSOP], variant of MSOP-16 (see https://www.analog.com/media/en/technical-documentation/data-sheets/3748fb.pdf) +SSOP 0.5 +0 +12 +12 +Package_SO +MFSOP6-4_4.4x3.6mm_P1.27mm +https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.4pin%20MFSOP6.html +MFSOP 4 pin SMD +0 +4 +4 +Package_SO +MFSOP6-5_4.4x3.6mm_P1.27mm +https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.5pin%20MFSOP6.html +MFSOP 4 pin SMD +0 +5 +5 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm +MSOP, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4440fb.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +13 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm_ThermalVias +MSOP, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4440fb.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +18 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP1.73x1.85mm +MSOP, 8 Pin (http://www.ti.com/lit/ds/symlink/lm25085.pdf#page=32), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +13 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP1.73x1.85mm_ThermalVias +MSOP, 8 Pin (http://www.ti.com/lit/ds/symlink/lm25085.pdf#page=32), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +18 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP1.95x2.15mm +MSOP, 8 Pin (http://www.st.com/resource/en/datasheet/pm8834.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +13 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP1.95x2.15mm_ThermalVias +MSOP, 8 Pin (http://www.st.com/resource/en/datasheet/pm8834.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +18 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP2.5x3mm_Mask1.73x2.36mm +MSOP, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf#page=15), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +14 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP2.5x3mm_Mask1.73x2.36mm_ThermalVias +MSOP, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf#page=15), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +19 +9 +Package_SO +MSOP-8_3x3mm_P0.65mm +MSOP, 8 Pin (https://www.jedec.org/system/files/docs/mo-187F.pdf variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +8 +8 +Package_SO +MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm +MSOP, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3805fg.pdf#page=18), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +15 +11 +Package_SO +MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm_ThermalVias +MSOP, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3805fg.pdf#page=18), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +20 +11 +Package_SO +MSOP-10-1EP_3x3mm_P0.5mm_EP1.73x1.98mm +MSOP, 10 Pin (www.allegromicro.com/~/media/Files/Datasheets/A4952-3-Datasheet.ashx?la=en#page=10), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +15 +11 +Package_SO +MSOP-10-1EP_3x3mm_P0.5mm_EP1.73x1.98mm_ThermalVias +MSOP, 10 Pin (www.allegromicro.com/~/media/Files/Datasheets/A4952-3-Datasheet.ashx?la=en#page=10), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +20 +11 +Package_SO +MSOP-10-1EP_3x3mm_P0.5mm_EP2.2x3.1mm_Mask1.83x1.89mm +MSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/xtr111.pdf#page=27), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +16 +11 +Package_SO +MSOP-10-1EP_3x3mm_P0.5mm_EP2.2x3.1mm_Mask1.83x1.89mm_ThermalVias +MSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/xtr111.pdf#page=27), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +23 +11 +Package_SO +MSOP-10_3x3mm_P0.5mm +10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.5 +0 +10 +10 +Package_SO +MSOP-12-1EP_3x4mm_P0.65mm_EP1.65x2.85mm +MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3652fe.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +17 +13 +Package_SO +MSOP-12-1EP_3x4mm_P0.65mm_EP1.65x2.85mm_ThermalVias +MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3652fe.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +24 +13 +Package_SO +MSOP-12-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm +10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.5 +0 +19 +13 +Package_SO +MSOP-12-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm_ThermalVias +10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.5 +0 +25 +13 +Package_SO +MSOP-12-16_3x4mm_P0.5mm +10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.5 +0 +12 +12 +Package_SO +MSOP-12_3x4mm_P0.65mm +MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/6957fb.pdf#page=36), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +12 +12 +Package_SO +MSOP-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm +MSOP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081667_F_MSE16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +21 +17 +Package_SO +MSOP-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm_ThermalVias +MSOP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081667_F_MSE16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +28 +17 +Package_SO +MSOP-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm +MSOP, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +21 +17 +Package_SO +MSOP-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm_ThermalVias +MSOP, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +28 +17 +Package_SO +MSOP-16_3x4.039mm_P0.5mm +MSOP, 16 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081669_A_MS16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +16 +16 +Package_SO +MSOP-16_3x4mm_P0.5mm +MSOP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/436412f.pdf#page=22), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +16 +16 +Package_SO +ONSemi_SO-8FL_488AA +ON Semi DFN5 5x6mm 1.27P SO-8FL CASE 488A https://www.onsemi.com/pub/Collateral/488AA.PDF +ON Semi DFN5 5x6mm 1.27P SO-8FL CASE 488A +0 +5 +5 +Package_SO +OnSemi_Micro8 +ON Semiconductor Micro8 (Case846A-02): https://www.onsemi.com/pub/Collateral/846A-02.PDF +micro8 +0 +8 +8 +Package_SO +PSOP-44_16.9x27.17mm_P1.27mm +PSOP44: plastic thin shrink small outline package; 44 leads; body width 16.90 mm +PSOP 1.27 +0 +44 +44 +Package_SO +PowerIntegrations_SO-8 +Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://ac-dc.power.com/sites/default/files/product-docs/senzero_family_datasheet.pdf +SOIC 1.27 +0 +8 +8 +Package_SO +PowerIntegrations_SO-8B +Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://www.mouser.com/ds/2/328/linkswitch-pl_family_datasheet-12517.pdf +SOIC 1.27 +0 +7 +7 +Package_SO +PowerIntegrations_SO-8C +Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://www.mouser.com/ds/2/328/linkswitch-pl_family_datasheet-12517.pdf +SOIC 1.27 +0 +7 +7 +Package_SO +PowerIntegrations_eSOP-12B +eSOP-12B SMT Flat Package with Heatsink Tab, see https://ac-dc.power.com/sites/default/files/product-docs/topswitch-jx_family_datasheet.pdf +Power Integrations K Package +0 +12 +12 +Package_SO +PowerPAK_SO-8L_Single +PowerPAK SO-8L Single (https://www.vishay.com/docs/64721/an913.pdf) +PowerPAK SO-8L_Single +0 +13 +5 +Package_SO +PowerPAK_SO-8_Dual +PowerPAK SO-8 Dual (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72600/72600.pdf) +PowerPAK SO-8 Dual +0 +10 +6 +Package_SO +PowerPAK_SO-8_Single +PowerPAK SO-8 Single (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72599/72599.pdf) +PowerPAK SO-8 Single +0 +9 +5 +Package_SO +QSOP-16_3.9x4.9mm_P0.635mm +16-Lead Plastic Shrink Small Outline Narrow Body (QR)-.150" Body [QSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.635 +0 +16 +16 +Package_SO +QSOP-20_3.9x8.7mm_P0.635mm +20-Lead Plastic Shrink Small Outline Narrow Body (http://www.analog.com/media/en/technical-documentation/data-sheets/ADuM7640_7641_7642_7643.pdf) +QSOP 0.635 +0 +20 +20 +Package_SO +QSOP-24_3.9x8.7mm_P0.635mm +24-Lead Plastic Shrink Small Outline Narrow Body (QR)-.150" Body [QSOP] (see Microchip Packaging Specification 00000049CH.pdf) +QSOP 0.635 +0 +24 +24 +Package_SO +SC-74-6_1.5x2.9mm_P0.95mm +SC-74, 6 Pin (https://www.nxp.com/docs/en/package-information/SOT457.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SC-74 SO +0 +6 +6 +Package_SO +SO-4_4.4x2.3mm_P1.27mm +4-Lead Plastic Small Outline (SO), see http://datasheet.octopart.com/OPIA403BTRE-Optek-datasheet-5328560.pdf +SO SOIC 1.27 +0 +4 +4 +Package_SO +SO-4_4.4x3.6mm_P2.54mm +4-Lead Plastic Small Outline (SO), see https://www.elpro.org/de/index.php?controller=attachment&id_attachment=339 +SO SOIC 2.54 +0 +4 +4 +Package_SO +SO-4_4.4x3.9mm_P2.54mm +SO, 4 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=10047&prodName=TLP3123), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +4 +4 +Package_SO +SO-4_4.4x4.3mm_P2.54mm +4-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/docs/AV02-0173EN +SO SOIC 2.54 +0 +4 +4 +Package_SO +SO-4_7.6x3.6mm_P2.54mm +4-Lead Plastic Small Outline (SO) (http://www.everlight.com/file/ProductFile/201407061745083848.pdf) +SO SOIC 2.54 +0 +4 +4 +Package_SO +SO-5_4.4x3.6mm_P1.27mm +5-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SO SOIC 1.27 +0 +5 +5 +Package_SO +SO-6L_10x3.84mm_P1.27mm +6-pin plasic small outline 7,5mm long https://toshiba.semicon-storage.com/info/docget.jsp?did=53548&prodName=TLP2770 +SO-6L +0 +6 +6 +Package_SO +SO-6_4.4x3.6mm_P1.27mm +6-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SO SOIC 1.27 +0 +6 +6 +Package_SO +SO-8_3.9x4.9mm_P1.27mm +SO, 8 Pin (https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +8 +8 +Package_SO +SO-8_5.3x6.2mm_P1.27mm +SO, 8 Pin (https://www.ti.com/lit/ml/msop001a/msop001a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +8 +8 +Package_SO +SO-14_3.9x8.65mm_P1.27mm +SO, 14 Pin (https://www.st.com/resource/en/datasheet/l6491.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +14 +14 +Package_SO +SO-14_5.3x10.2mm_P1.27mm +SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +14 +14 +Package_SO +SO-16_3.9x9.9mm_P1.27mm +SO, 16 Pin (https://www.nxp.com/docs/en/package-information/SOT109-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +16 +16 +Package_SO +SO-16_5.3x10.2mm_P1.27mm +SO, 16 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +16 +16 +Package_SO +SO-20-1EP_7.52x12.825mm_P1.27mm_EP6.045x12.09mm_Mask3.56x4.47mm +SO, 20 Pin (http://www.ti.com/lit/ds/symlink/opa569.pdf, http://www.ti.com/lit/an/slma004b/slma004b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +23 +21 +Package_SO +SO-20-1EP_7.52x12.825mm_P1.27mm_EP6.045x12.09mm_Mask3.56x4.47mm_ThermalVias +SO, 20 Pin (http://www.ti.com/lit/ds/symlink/opa569.pdf, http://www.ti.com/lit/an/slma004b/slma004b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +51 +21 +Package_SO +SO-20_5.3x12.6mm_P1.27mm +SO, 20 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +20 +20 +Package_SO +SO-20_12.8x7.5mm_P1.27mm +SO-20, 12.8x7.5mm, https://www.nxp.com/docs/en/data-sheet/SA605.pdf +S0-20 +0 +20 +20 +Package_SO +SO-24_5.3x15mm_P1.27mm +SO, 24 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +24 +24 +Package_SO +SOIC-4_4.55x2.6mm_P1.27mm +SOIC, 4 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12884&prodName=TLP291), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +4 +4 +Package_SO +SOIC-4_4.55x3.7mm_P2.54mm +SOIC, 6 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=11791&prodName=TLP185), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +4 +4 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm +SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +13 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm_ThermalVias +SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm +SOIC, 8 Pin (http://www.allegromicro.com/~/media/Files/Datasheets/A4950-Datasheet.ashx#page=8), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +13 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm_ThermalVias +SOIC, 8 Pin (http://www.allegromicro.com/~/media/Files/Datasheets/A4950-Datasheet.ashx#page=8), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.81mm +SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +13 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.81mm_ThermalVias +SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.62x3.51mm +SOIC, 8 Pin (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP2303A/document_id/494#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +13 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.62x3.51mm_ThermalVias +SOIC, 8 Pin (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP2303A/document_id/494#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.71x3.4mm +SOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lm5017.pdf#page=31), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +14 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.71x3.4mm_ThermalVias +SOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lm5017.pdf#page=31), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +23 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.514x3.2mm +SOIC, 8 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/hip2100.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +13 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.514x3.2mm_ThermalVias +SOIC, 8 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/hip2100.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +9 +Package_SO +SOIC-8-N7_3.9x4.9mm_P1.27mm +8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], pin 7 removed (Microchip Packaging Specification 00000049BS.pdf, http://www.onsemi.com/pub/Collateral/NCP1207B.PDF) +SOIC 1.27 +0 +7 +7 +Package_SO +SOIC-8W_5.3x5.3mm_P1.27mm +8-Lead Plastic Small Outline (SM) - 5.28 mm Body [SOIC] (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf) +SOIC 1.27 +0 +8 +8 +Package_SO +SOIC-8_3.9x4.9mm_P1.27mm +SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +8 +8 +Package_SO +SOIC-8_5.23x5.23mm_P1.27mm +SOIC, 8 Pin (http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf#page=68), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +8 +8 +Package_SO +SOIC-8_5.275x5.275mm_P1.27mm +SOIC, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20005045C.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +8 +8 +Package_SO +SOIC-8_7.5x5.85mm_P1.27mm +SOIC, 8 Pin (http://www.ti.com/lit/ml/mpds382b/mpds382b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +8 +8 +Package_SO +SOIC-14-16_3.9x9.9mm_P1.27mm +SOIC, 16 Pin package with pin 2 and 13 removed for voltage clearance (UCC256301, https://www.ti.com/lit/ds/symlink/ucc256301.pdf) +SOIC SO +0 +14 +14 +Package_SO +SOIC-14W_7.5x9mm_P1.27mm +SOIC, 14 Pin (JEDEC MS-013AF, https://www.analog.com/media/en/package-pcb-resources/package/54614177245586rw_14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +14 +14 +Package_SO +SOIC-14_3.9x8.7mm_P1.27mm +SOIC, 14 Pin (JEDEC MS-012AB, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +14 +14 +Package_SO +SOIC-16W-12_7.5x10.3mm_P1.27mm +SOIC-16 With 12 Pin Placed - Wide, 7.50 mm Body [SOIC] (https://docs.broadcom.com/docs/AV02-0169EN) +SOIC 1.27 16 12 Wide +0 +12 +12 +Package_SO +SOIC-16W_5.3x10.2mm_P1.27mm +16-Lead Plastic Small Outline (SO) - Wide, 5.3 mm Body (http://www.ti.com/lit/ml/msop002a/msop002a.pdf) +SOIC 1.27 +0 +16 +16 +Package_SO +SOIC-16W_7.5x10.3mm_P1.27mm +SOIC, 16 Pin (JEDEC MS-013AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/rw_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +16 +16 +Package_SO +SOIC-16W_7.5x12.8mm_P1.27mm +SOIC, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ri_soic_ic/ri_16_1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +16 +16 +Package_SO +SOIC-16_3.9x9.9mm_P1.27mm +SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +16 +16 +Package_SO +SOIC-16_4.55x10.3mm_P1.27mm +SOIC, 16 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12858&prodName=TLP291-4), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +16 +16 +Package_SO +SOIC-18W_7.5x11.6mm_P1.27mm +SOIC, 18 Pin (JEDEC MS-013AB, https://www.analog.com/media/en/package-pcb-resources/package/33254132129439rw_18.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +18 +18 +Package_SO +SOIC-20W_7.5x12.8mm_P1.27mm +SOIC, 20 Pin (JEDEC MS-013AC, https://www.analog.com/media/en/package-pcb-resources/package/233848rw_20.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +20 +Package_SO +SOIC-20W_7.5x15.4mm_P1.27mm +SOIC, 20 Pin (JEDEC MS-013AD, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/RI_20_1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +20 +Package_SO +SOIC-24W_7.5x15.4mm_P1.27mm +SOIC, 24 Pin (JEDEC MS-013AD, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/RW_24.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +24 +24 +Package_SO +SOIC-28W_7.5x17.9mm_P1.27mm +SOIC, 28 Pin (JEDEC MS-013AE, https://www.analog.com/media/en/package-pcb-resources/package/35833120341221rw_28.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +28 +28 +Package_SO +SOIC-28W_7.5x18.7mm_P1.27mm +SOIC, 28 Pin (https://www.akm.com/akm/en/file/datasheet/AK5394AVS.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +28 +28 +Package_SO +SOJ-36_10.16x23.49mm_P1.27mm +SOJ, 36 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOJ SO +0 +36 +36 +Package_SO +SOP-4_3.8x4.1mm_P2.54mm +SOP, 4 Pin (http://www.ixysic.com/home/pdfs.nsf/www/CPC1017N.pdf/$file/CPC1017N.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +4 +4 +Package_SO +SOP-4_4.4x2.6mm_P1.27mm +SOP, 4 Pin (http://www.vishay.com/docs/83510/tcmt1100.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +4 +4 +Package_SO +SOP-8-1EP_4.57x4.57mm_P1.27mm_EP4.57x4.45mm +SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX112.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +13 +9 +Package_SO +SOP-8-1EP_4.57x4.57mm_P1.27mm_EP4.57x4.45mm_ThermalVias +SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX112.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +20 +9 +Package_SO +SOP-8_3.9x4.9mm_P1.27mm +SOP, 8 Pin (http://www.macronix.com/Lists/Datasheet/Attachments/7534/MX25R3235F,%20Wide%20Range,%2032Mb,%20v1.6.pdf#page=79), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +8 +8 +Package_SO +SOP-8_3.76x4.96mm_P1.27mm +SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX211.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +8 +8 +Package_SO +SOP-8_5.28x5.23mm_P1.27mm +SOP, 8 Pin (http://www.macronix.com/Lists/Datasheet/Attachments/7534/MX25R3235F,%20Wide%20Range,%2032Mb,%20v1.6.pdf#page=80), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +8 +8 +Package_SO +SOP-8_6.62x9.15mm_P2.54mm +SOP, 8 Pin (http://www.ti.com/lit/ds/symlink/iso1050.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +8 +8 +Package_SO +SOP-16_3.9x9.9mm_P1.27mm +SOP, 16 Pin (https://www.diodes.com/assets/Datasheets/PAM8403.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +16 +16 +Package_SO +SOP-16_4.4x10.4mm_P1.27mm +16-Lead Plastic Small Outline http://www.vishay.com/docs/49633/sg2098.pdf +SOP 1.27 +0 +16 +16 +Package_SO +SOP-16_4.55x10.3mm_P1.27mm +SOP, 16 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12855&prodName=TLP290-4), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +16 +16 +Package_SO +SOP-18_7x12.5mm_P1.27mm +SOP, 18 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=30523), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +18 +18 +Package_SO +SOP-20_7.5x12.8mm_P1.27mm +SOP, 20 Pin (https://www.holtek.com/documents/10179/116723/sop20-300.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +20 +20 +Package_SO +SOP-24_7.5x15.4mm_P1.27mm +SOP, 24 Pin (http://www.issi.com/WW/pdf/31FL3218.pdf#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +24 +24 +Package_SO +SSO-4_6.7x5.1mm_P2.54mm_Clearance8mm +4-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://www.vishay.com/docs/84299/vor1142b4.pdf +SSO Stretched SO SOIC 2.54 +0 +4 +4 +Package_SO +SSO-6_6.8x4.6mm_P1.27mm_Clearance7mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SSO Stretched SO SOIC 1.27 +0 +6 +6 +Package_SO +SSO-6_6.8x4.6mm_P1.27mm_Clearance8mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SSO Stretched SO SOIC 1.27 +0 +6 +6 +Package_SO +SSO-7-8_6.4x9.78mm_P2.54mm +SSO, 7 Pin (https://b2b-api.panasonic.eu/file_stream/pids/fileversion/2787), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSO SO +0 +7 +7 +Package_SO +SSO-8_6.7x9.8mm_P2.54mm_Clearance8mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://www.vishay.com/docs/83831/lh1533ab.pdf +SSO Stretched SO SOIC Pitch 2.54 +0 +8 +8 +Package_SO +SSO-8_6.8x5.9mm_P1.27mm_Clearance7mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SSO Stretched SO SOIC Pitch 1.27 +0 +8 +8 +Package_SO +SSO-8_6.8x5.9mm_P1.27mm_Clearance8mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SSO Stretched SO SOIC Pitch 1.27 +0 +8 +8 +Package_SO +SSO-8_9.6x6.3mm_P1.27mm_Clearance10.5mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SSO Stretched SO SOIC Pitch 1.27 +0 +8 +8 +Package_SO +SSO-8_13.6x6.3mm_P1.27mm_Clearance14.2mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SSO Stretched SO SOIC Pitch 1.27 +0 +8 +8 +Package_SO +SSOP-8_2.95x2.8mm_P0.65mm +SSOP-8 2.9 x2.8mm Pitch 0.65mm +SSOP-8 2.95x2.8mm Pitch 0.65mm +0 +8 +8 +Package_SO +SSOP-8_3.9x5.05mm_P1.27mm +SSOP, 8 Pin (http://www.fujitsu.com/downloads/MICRO/fsa/pdf/products/memory/fram/MB85RS16-DS501-00014-6v0-E.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSOP SO +0 +8 +8 +Package_SO +SSOP-8_3.95x5.21x3.27mm_P1.27mm +SSOP-8 3.95x5.21x3.27mm Pitch 1.27mm +SSOP-8 3.95x5.21x3.27mm 1.27mm +0 +8 +8 +Package_SO +SSOP-8_5.25x5.24mm_P1.27mm +SSOP, 8 Pin (http://www.fujitsu.com/ca/en/Images/MB85RS2MT-DS501-00023-1v0-E.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSOP SO +0 +8 +8 +Package_SO +SSOP-10_3.9x4.9mm_P1.00mm +10-Lead SSOP, 3.9 x 4.9mm body, 1.00mm pitch (http://www.st.com/resource/en/datasheet/viper01.pdf) +SSOP 3.9 4.9 1.00 +0 +10 +10 +Package_SO +SSOP-14_5.3x6.2mm_P0.65mm +SSOP14: plastic shrink small outline package; 14 leads; body width 5.3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot337-1_po.pdf) +SSOP 0.65 +0 +14 +14 +Package_SO +SSOP-16_3.9x4.9mm_P0.635mm +SSOP16: plastic shrink small outline package; 16 leads; body width 3.9 mm; lead pitch 0.635; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot519-1_po.pdf) +SSOP 0.635 +0 +16 +16 +Package_SO +SSOP-16_4.4x5.2mm_P0.65mm +SSOP16: plastic shrink small outline package; 16 leads; body width 4.4 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot369-1_po.pdf) +SSOP 0.65 +0 +16 +16 +Package_SO +SSOP-16_5.3x6.2mm_P0.65mm +SSOP, 16 Pin (https://assets.nexperia.com/documents/data-sheet/74HC_HCT165.pdf#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSOP SO +0 +16 +16 +Package_SO +SSOP-18_4.4x6.5mm_P0.65mm +SSOP18: plastic shrink small outline package; 18 leads; body width 4.4 mm (http://toshiba.semicon-storage.com/info/docget.jsp?did=30523&prodName=TBD62783APG) +SSOP 0.65 +0 +18 +18 +Package_SO +SSOP-20_3.9x8.7mm_P0.635mm +SSOP20: plastic shrink small outline package; 24 leads; body width 3.9 mm; lead pitch 0.635; (see http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT231X.pdf) +SSOP 0.635 +0 +20 +20 +Package_SO +SSOP-20_4.4x6.5mm_P0.65mm +SSOP20: plastic shrink small outline package; 20 leads; body width 4.4 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot266-1_po.pdf) +SSOP 0.65 +0 +20 +20 +Package_SO +SSOP-20_5.3x7.2mm_P0.65mm +SSOP, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001800C.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSOP SO +0 +20 +20 +Package_SO +SSOP-24_3.9x8.7mm_P0.635mm +SSOP24: plastic shrink small outline package; 24 leads; body width 3.9 mm; lead pitch 0.635; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot556-1_po.pdf) +SSOP 0.635 +0 +24 +24 +Package_SO +SSOP-24_5.3x8.2mm_P0.65mm +24-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.65 +0 +24 +24 +Package_SO +SSOP-28_3.9x9.9mm_P0.635mm +SSOP28: plastic shrink small outline package; 28 leads; body width 3.9 mm; lead pitch 0.635; (see http://cds.linear.com/docs/en/datasheet/38901fb.pdf) +SSOP 0.635 +0 +28 +28 +Package_SO +SSOP-28_5.3x10.2mm_P0.65mm +28-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.65 +0 +28 +28 +Package_SO +SSOP-32_11.305x20.495mm_P1.27mm +SSOP, 32 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSOP SO +0 +32 +32 +Package_SO +SSOP-44_5.3x12.8mm_P0.5mm +44-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (http://cds.linear.com/docs/en/datasheet/680313fa.pdf) +SSOP 0.5 +0 +44 +44 +Package_SO +SSOP-48_5.3x12.8mm_P0.5mm +SSOP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-ssop/05081887_A_G48.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSOP SO +0 +48 +48 +Package_SO +SSOP-48_7.5x15.9mm_P0.635mm +SSOP48: plastic shrink small outline package; 48 leads; body width 7.5 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot370-1_po.pdf) +SSOP 0.635 +0 +48 +48 +Package_SO +SSOP-56_7.5x18.5mm_P0.635mm +SSOP56: plastic shrink small outline package; 56 leads; body width 7.5 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot371-1_po.pdf) +SSOP 0.635 +0 +56 +56 +Package_SO +STC_SOP-16_3.9x9.9mm_P1.27mm +STC SOP, 16 Pin (https://www.stcmicro.com/datasheet/STC15F2K60S2-en.pdf#page=156), generated with kicad-footprint-generator ipc_gullwing_generator.py +STC SOP SO +0 +16 +16 +Package_SO +ST_MultiPowerSO-30 +MultiPowerSO-30 3EP 16.0x17.2mm Pitch 1mm (http://www.st.com/resource/en/datasheet/vnh2sp30-e.pdf) +MultiPowerSO-30 3EP 16.0x17.2mm Pitch 1mm +0 +33 +33 +Package_SO +ST_PowerSSO-24_SlugDown +ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) +ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm +0 +25 +25 +Package_SO +ST_PowerSSO-24_SlugDown_ThermalVias +ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) +ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm +0 +38 +25 +Package_SO +ST_PowerSSO-24_SlugUp +ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) +ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm +0 +24 +24 +Package_SO +ST_PowerSSO-36_SlugDown +ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) +ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm +0 +37 +37 +Package_SO +ST_PowerSSO-36_SlugDown_ThermalVias +ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) +ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm +0 +50 +37 +Package_SO +ST_PowerSSO-36_SlugUp +ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) +ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm +0 +36 +36 +Package_SO +TI_SO-PowerPAD-8 +8-Lead Plastic PSOP, Exposed Die Pad (TI DDA0008B, see http://www.ti.com/lit/ds/symlink/lm3404.pdf) +SSOP 0.50 exposed pad +0 +12 +9 +Package_SO +TI_SO-PowerPAD-8_ThermalVias +8-pin HTSOP package with 1.27mm pin pitch, compatible with SOIC-8, 3.9x4.9mm² body, exposed pad, thermal vias with large copper area, as proposed in http://www.ti.com/lit/ds/symlink/tps5430.pdf +HTSOP 1.27 +0 +19 +9 +Package_SO +TSOP-5_1.65x3.05mm_P0.95mm +TSOP-5 package (comparable to TSOT-23), https://www.vishay.com/docs/71200/71200.pdf +Jedec MO-193C TSOP-5L +0 +5 +5 +Package_SO +TSOP-6_1.65x3.05mm_P0.95mm +TSOP-6 package (comparable to TSOT-23), https://www.vishay.com/docs/71200/71200.pdf +Jedec MO-193C TSOP-6L +0 +6 +6 +Package_SO +TSOP-I-24_12.4x6mm_P0.5mm +TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +24 +24 +Package_SO +TSOP-I-24_14.4x6mm_P0.5mm +TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AB), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +24 +24 +Package_SO +TSOP-I-24_16.4x6mm_P0.5mm +TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AC), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +24 +24 +Package_SO +TSOP-I-24_18.4x6mm_P0.5mm +TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AD), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +24 +24 +Package_SO +TSOP-I-28_11.8x8mm_P0.55mm +TSOP I, 28 pins, 18.8x8mm body, 0.55mm pitch, IPC-calculated pads (http://ww1.microchip.com/downloads/en/devicedoc/doc0807.pdf) +TSOP I 28 pins +0 +28 +28 +Package_SO +TSOP-I-32_11.8x8mm_P0.5mm +TSOP-I, 32 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +32 +32 +Package_SO +TSOP-I-32_12.4x8mm_P0.5mm +TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +32 +32 +Package_SO +TSOP-I-32_14.4x8mm_P0.5mm +TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BB), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +32 +32 +Package_SO +TSOP-I-32_16.4x8mm_P0.5mm +TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BC), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +32 +32 +Package_SO +TSOP-I-32_18.4x8mm_P0.5mm +TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BD), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +32 +32 +Package_SO +TSOP-I-32_18.4x8mm_P0.5mm_Reverse +TSOP I, 32 pins, 18.4x8mm body (http://www.futurlec.com/Datasheet/Memory/628128.pdf), reverse mount +TSOP I 32 reverse +0 +32 +32 +Package_SO +TSOP-I-40_12.4x10mm_P0.5mm +TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +40 +40 +Package_SO +TSOP-I-40_14.4x10mm_P0.5mm +TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CB), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +40 +40 +Package_SO +TSOP-I-40_16.4x10mm_P0.5mm +TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CC), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +40 +40 +Package_SO +TSOP-I-40_18.4x10mm_P0.5mm +TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CD), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +40 +40 +Package_SO +TSOP-I-48_12.4x12mm_P0.5mm +TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +48 +48 +Package_SO +TSOP-I-48_14.4x12mm_P0.5mm +TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DB), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +48 +48 +Package_SO +TSOP-I-48_16.4x12mm_P0.5mm +TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DC), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +48 +48 +Package_SO +TSOP-I-48_18.4x12mm_P0.5mm +TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DD), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +48 +48 +Package_SO +TSOP-I-56_14.4x14mm_P0.5mm +TSOP-I, 56 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation EA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +56 +56 +Package_SO +TSOP-I-56_16.4x14mm_P0.5mm +TSOP-I, 56 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation EB), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +56 +56 +Package_SO +TSOP-I-56_18.4x14mm_P0.5mm +TSOP-I, 56 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation EC), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +56 +56 +Package_SO +TSOP-II-32_21.0x10.2mm_P1.27mm +32-lead plastic TSOP; Type II +TSOP-II 32 +0 +32 +32 +Package_SO +TSOP-II-44_10.16x18.41mm_P0.8mm +TSOP-II, 44 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-II SO +0 +44 +44 +Package_SO +TSOP-II-54_22.2x10.16mm_P0.8mm +54-lead TSOP typ II package +TSOPII TSOP2 +0 +54 +54 +Package_SO +TSSOP-4_4.4x5mm_P4mm +TSSOP, 4 Pin (https://www.onsemi.com/pub/Collateral/MDB8S-D.PDF#page=4), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +4 +4 +Package_SO +TSSOP-8_3x3mm_P0.65mm +TSSOP8: plastic thin shrink small outline package; 8 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot505-1_po.pdf) +SSOP 0.65 +0 +8 +8 +Package_SO +TSSOP-8_4.4x3mm_P0.65mm +TSSOP, 8 Pin (JEDEC MO-153 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +8 +8 +Package_SO +TSSOP-10_3x3mm_P0.5mm +TSSOP10: plastic thin shrink small outline package; 10 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot552-1_po.pdf) +SSOP 0.5 +0 +10 +10 +Package_SO +TSSOP-14-1EP_4.4x5mm_P0.65mm +14-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] with exposed pad (http://cds.linear.com/docs/en/datasheet/34301fa.pdf) +SSOP 0.65 exposed pad +0 +18 +15 +Package_SO +TSSOP-14_4.4x3.6mm_P0.4mm +TSSOP, 14 Pin (JEDEC MO-194 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +14 +14 +Package_SO +TSSOP-14_4.4x5mm_P0.65mm +TSSOP, 14 Pin (JEDEC MO-153 Var AB-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +14 +14 +Package_SO +TSSOP-16-1EP_4.4x5mm_P0.65mm +FE Package; 16-Lead Plastic TSSOP (4.4mm); Exposed Pad Variation BB; (see Linear Technology 1956f.pdf) +SSOP 0.65 +0 +24 +17 +Package_SO +TSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm +TSSOP, 16 Pin (Allegro A4954 https://www.allegromicro.com/-/media/Files/Datasheets/A4954-Datasheet.ashx), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +21 +17 +Package_SO +TSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm_ThermalVias +TSSOP, 16 Pin (Allegro A4954 https://www.allegromicro.com/-/media/Files/Datasheets/A4954-Datasheet.ashx), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +26 +17 +Package_SO +TSSOP-16_4.4x3.6mm_P0.4mm +TSSOP, 16 Pin (JEDEC MO-194 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +16 +16 +Package_SO +TSSOP-16_4.4x5mm_P0.65mm +TSSOP, 16 Pin (JEDEC MO-153 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +16 +16 +Package_SO +TSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP2.15x3.35mm +TSSOP, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-100132.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +25 +21 +Package_SO +TSSOP-20_4.4x5mm_P0.4mm +TSSOP, 20 Pin (JEDEC MO-194 Var AC https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +20 +20 +Package_SO +TSSOP-20_4.4x5mm_P0.5mm +TSSOP, 20 Pin (JEDEC MO-153 Var BA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +20 +20 +Package_SO +TSSOP-20_4.4x6.5mm_P0.65mm +TSSOP, 20 Pin (JEDEC MO-153 Var AC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +20 +20 +Package_SO +TSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.2x5mm +TSSOP, 24 Pin (https://www.st.com/resource/en/datasheet/led1642gw.pdf#page=37), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +31 +25 +Package_SO +TSSOP-24_4.4x5mm_P0.4mm +TSSOP, 24 Pin (JEDEC MO-153 Var CA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +24 +24 +Package_SO +TSSOP-24_4.4x6.5mm_P0.5mm +TSSOP, 24 Pin (JEDEC MO-153 Var BB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +24 +24 +Package_SO +TSSOP-24_4.4x7.8mm_P0.65mm +TSSOP, 24 Pin (JEDEC MO-153 Var AD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +24 +24 +Package_SO +TSSOP-24_6.1x7.8mm_P0.65mm +TSSOP, 24 Pin (JEDEC MO-153 Var DA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +24 +24 +Package_SO +TSSOP-28-1EP_4.4x9.7mm_P0.65mm +TSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; Exposed Pad Variation; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot361-1_po.pdf) +SSOP 0.65 +0 +36 +29 +Package_SO +TSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.85x6.7mm +TSSOP, 28 Pin (JEDEC MO-153 Var AET Pkg.Code U28E-4 https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +35 +29 +Package_SO +TSSOP-28_4.4x7.8mm_P0.5mm +TSSOP, 28 Pin (JEDEC MO-153 Var BC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +28 +28 +Package_SO +TSSOP-28_4.4x9.7mm_P0.65mm +TSSOP, 28 Pin (JEDEC MO-153 Var AE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +28 +28 +Package_SO +TSSOP-28_6.1x7.8mm_P0.5mm +TSSOP, 28 Pin (JEDEC MO-153 Var EA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +28 +28 +Package_SO +TSSOP-28_6.1x9.7mm_P0.65mm +TSSOP, 28 Pin (JEDEC MO-153 Var DB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +28 +28 +Package_SO +TSSOP-28_8x9.7mm_P0.65mm +TSSOP, 28 Pin (JEDEC MO-153 Var GA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +28 +28 +Package_SO +TSSOP-30_4.4x7.8mm_P0.5mm +TSSOP, 30 Pin (JEDEC MO-153 Var BC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +30 +30 +Package_SO +TSSOP-30_6.1x9.7mm_P0.65mm +TSSOP, 30 Pin (JEDEC MO-153 Var DB-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +30 +30 +Package_SO +TSSOP-32_4.4x6.5mm_P0.4mm +TSSOP, 32 Pin (JEDEC MO-153 Var CB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +32 +32 +Package_SO +TSSOP-32_6.1x11mm_P0.65mm +TSSOP, 32 Pin (JEDEC MO-153 Var DC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +32 +32 +Package_SO +TSSOP-32_8x11mm_P0.65mm +TSSOP, 32 Pin (JEDEC MO-153 Var GB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +32 +32 +Package_SO +TSSOP-36_4.4x7.8mm_P0.4mm +TSSOP, 36 Pin (JEDEC MO-153 Var CC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-36_4.4x9.7mm_P0.5mm +TSSOP, 36 Pin (JEDEC MO-153 Var BD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-36_6.1x7.8mm_P0.4mm +TSSOP, 36 Pin (JEDEC MO-153 Var FA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-36_6.1x9.7mm_P0.5mm +TSSOP, 36 Pin (JEDEC MO-153 Var EB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-36_6.1x12.5mm_P0.65mm +TSSOP, 36 Pin (JEDEC MO-153 Var DD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-36_8x9.7mm_P0.5mm +TSSOP, 36 Pin (JEDEC MO-153 Var HA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-36_8x12.5mm_P0.65mm +TSSOP, 36 Pin (JEDEC MO-153 Var GC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-38_4.4x9.7mm_P0.5mm +TSSOP, 38 Pin (JEDEC MO-153 Var BD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +38 +38 +Package_SO +TSSOP-38_6.1x12.5mm_P0.65mm +TSSOP, 38 Pin (JEDEC MO-153 Var DD-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +38 +38 +Package_SO +TSSOP-40_6.1x11mm_P0.5mm +TSSOP, 40 Pin (JEDEC MO-153 Var EC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +40 +40 +Package_SO +TSSOP-40_6.1x14mm_P0.65mm +TSSOP, 40 Pin (JEDEC MO-153 Var DE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +40 +40 +Package_SO +TSSOP-40_8x11mm_P0.5mm +TSSOP, 40 Pin (JEDEC MO-153 Var HB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +40 +40 +Package_SO +TSSOP-40_8x14mm_P0.65mm +TSSOP, 40 Pin (JEDEC MO-153 Var GD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +40 +40 +Package_SO +TSSOP-44_4.4x11.2mm_P0.5mm +TSSOP44: plastic thin shrink small outline package; 44 leads; body width 4.4 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot510-1_po.pdf) +SSOP 0.5 +0 +44 +44 +Package_SO +TSSOP-44_4.4x11mm_P0.5mm +TSSOP, 44 Pin (JEDEC MO-153 Var BE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +44 +44 +Package_SO +TSSOP-44_6.1x11mm_P0.5mm +TSSOP, 44 Pin (JEDEC MO-153 Var EC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +44 +44 +Package_SO +TSSOP-48_4.4x9.7mm_P0.4mm +TSSOP, 48 Pin (JEDEC MO-153 Var CD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +48 +48 +Package_SO +TSSOP-48_6.1x9.7mm_P0.4mm +TSSOP, 48 Pin (JEDEC MO-153 Var FB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +48 +48 +Package_SO +TSSOP-48_6.1x12.5mm_P0.5mm +TSSOP, 48 Pin (JEDEC MO-153 Var ED https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +48 +48 +Package_SO +TSSOP-48_8x9.7mm_P0.4mm +TSSOP, 48 Pin (JEDEC MO-153 Var JA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +48 +48 +Package_SO +TSSOP-48_8x12.5mm_P0.5mm +TSSOP, 48 Pin (JEDEC MO-153 Var HC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +48 +48 +Package_SO +TSSOP-50_4.4x12.5mm_P0.5mm +TSSOP, 50 Pin (JEDEC MO-153 Var BF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +50 +50 +Package_SO +TSSOP-52_6.1x11mm_P0.4mm +TSSOP, 52 Pin (JEDEC MO-153 Var FC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +52 +52 +Package_SO +TSSOP-52_8x11mm_P0.4mm +TSSOP, 52 Pin (JEDEC MO-153 Var JB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +52 +52 +Package_SO +TSSOP-56_4.4x11.3mm_P0.4mm +TSSOP, 56 Pin (JEDEC MO-194 Var AF https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +56 +56 +Package_SO +TSSOP-56_6.1x12.5mm_P0.4mm +TSSOP, 56 Pin (JEDEC MO-153 Var FD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +56 +56 +Package_SO +TSSOP-56_6.1x14mm_P0.5mm +TSSOP, 56 Pin (JEDEC MO-153 Var EE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +56 +56 +Package_SO +TSSOP-56_8x12.5mm_P0.4mm +TSSOP, 56 Pin (JEDEC MO-153 Var JC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +56 +56 +Package_SO +TSSOP-56_8x14mm_P0.5mm +TSSOP, 56 Pin (JEDEC MO-153 Var HD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +56 +56 +Package_SO +TSSOP-60_8x12.5mm_P0.4mm +TSSOP, 60 Pin (JEDEC MO-153 Var JC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +60 +60 +Package_SO +TSSOP-64_6.1x14mm_P0.4mm +TSSOP, 64 Pin (JEDEC MO-153 Var FE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +64 +64 +Package_SO +TSSOP-64_6.1x17mm_P0.5mm +TSSOP, 64 Pin (JEDEC MO-153 Var EF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +64 +64 +Package_SO +TSSOP-64_8x14mm_P0.4mm +TSSOP, 64 Pin (JEDEC MO-153 Var JD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +64 +64 +Package_SO +TSSOP-68_8x14mm_P0.4mm +TSSOP, 68 Pin (JEDEC MO-153 Var JD-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +68 +68 +Package_SO +TSSOP-80_6.1x17mm_P0.4mm +TSSOP, 80 Pin (JEDEC MO-153 Var FF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +80 +80 +Package_SO +TSSOP-100_6.1x20.8mm_P0.4mm +TSSOP, 100 Pin (JEDEC MO-194 Var BB https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +100 +100 +Package_SO +Texas_HSOP-8-1EP_3.9x4.9mm_P1.27mm +Texas Instruments HSOP 9, 1.27mm pitch, 3.9x4.9mm body, exposed pad, DDA0008J (http://www.ti.com/lit/ds/symlink/tps5430.pdf) +HSOP 1.27 +0 +11 +9 +Package_SO +Texas_HSOP-8-1EP_3.9x4.9mm_P1.27mm_ThermalVias +Texas Instruments HSOP 9, 1.27mm pitch, 3.9x4.9mm body, exposed pad, thermal vias, DDA0008J (http://www.ti.com/lit/ds/symlink/tps5430.pdf) +HSOP 1.27 +0 +20 +9 +Package_SO +Texas_HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias +8-pin HTSOP package with 1.27mm pin pitch, compatible with SOIC-8, 3.9x4.9mm body, exposed pad, thermal vias, http://www.ti.com/lit/ds/symlink/drv8870.pdf +HTSOP 1.27 +0 +18 +9 +Package_SO +Texas_PWP0020A +20-Pin Thermally Enhanced Thin Shrink Small-Outline Package, Body 4.4x6.5x1.1mm, Pad 3.0x4.2mm, Texas Instruments (see http://www.ti.com/lit/ds/symlink/lm5118.pdf) +PWP HTSSOP 0.65mm +0 +25 +21 +Package_SO +Texas_R-PDSO-G8_EP2.95x4.9mm_Mask2.4x3.1mm +HSOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lmr14030.pdf#page=28, http://www.ti.com/lit/ml/msoi002j/msoi002j.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOIC SO +0 +16 +9 +Package_SO +Texas_R-PDSO-G8_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias +HSOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lmr14030.pdf#page=28, http://www.ti.com/lit/ml/msoi002j/msoi002j.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOIC SO +0 +23 +9 +Package_SO +Texas_R-PDSO-N5 +Plastic Small outline http://www.ti.com/lit/ml/mpds158c/mpds158c.pdf +SOT23 R-PDSO-N5 +0 +5 +5 +Package_SO +VSO-40_7.6x15.4mm_P0.762mm +VSO40: plastic very small outline package; 40 leads (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot158-1_po.pdf) +SSOP 0.762 +0 +40 +40 +Package_SO +VSO-56_11.1x21.5mm_P0.75mm +VSO56: plastic very small outline package; 56 leads (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot190-1_po.pdf) +SSOP 0.75 +0 +56 +56 +Package_SO +VSSOP-8_2.3x2mm_P0.5mm +VSSOP-8 2.3x2mm Pitch 0.5mm +VSSOP-8 2.3x2mm Pitch 0.5mm +0 +8 +8 +Package_SO +VSSOP-8_2.4x2.1mm_P0.5mm +http://www.ti.com/lit/ml/mpds050d/mpds050d.pdf +VSSOP DCU R-PDSO-G8 Pitch0.5mm +0 +8 +8 +Package_SO +VSSOP-8_3.0x3.0mm_P0.65mm +VSSOP-8 3.0 x 3.0, http://www.ti.com/lit/ds/symlink/lm75b.pdf +VSSOP-8 3.0 x 3.0 +0 +8 +8 +Package_SO +VSSOP-10_3x3mm_P0.5mm +VSSOP, 10 Pin (http://www.ti.com/lit/ds/symlink/ads1115.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +VSSOP SO +0 +10 +10 +Package_SO +Vishay_PowerPAK_1212-8_Dual +PowerPAK 1212-8 Dual (https://www.vishay.com/docs/71656/ppak12128.pdf, https://www.vishay.com/docs/72598/72598.pdf) +Vishay_PowerPAK_1212-8_Dual +0 +6 +6 +Package_SO +Vishay_PowerPAK_1212-8_Single +PowerPAK 1212-8 Single (https://www.vishay.com/docs/71656/ppak12128.pdf, https://www.vishay.com/docs/72597/72597.pdf) +Vishay PowerPAK 1212-8 Single +0 +5 +5 +Package_SO +Zetex_SM8 +Zetex, SMD, 8 pin package (http://datasheet.octopart.com/ZDT6758TA-Zetex-datasheet-68057.pdf) +Zetex SM8 +0 +8 +8 +Package_SON +Diodes_PowerDI3333-8 +Diodes Incorporated PowerDI3333-8, Plastic Dual Flat No Lead Package, 3.3x3.3x0.8mm Body, https://www.diodes.com/assets/Package-Files/PowerDI3333-8.pdf +PowerDI 0.65 +0 +13 +5 +Package_SON +Diodes_PowerDI3333-8_UXC_3.3x3.3mm_P0.65mm +Diodes Incorporated PowerDI3333-8 UXC, 3.05x3.05x0.8mm Body, https://www.diodes.com/assets/Package-Files/PowerDI3333-8%20(Type%20UXC).pdf +PowerDI 0.65 +0 +6 +6 +Package_SON +Fairchild_DualPower33-6_3x3mm +Fairchild Power33 MOSFET package, 3x3mm (see https://www.fairchildsemi.com/datasheets/FD/FDMC8032L.pdf) +mosfet +0 +18 +6 +Package_SON +Fairchild_MicroPak-6_1.0x1.45mm_P0.5mm +Fairchild-specific MicroPak-6 1.0x1.45mm Pitch 0.5mm https://www.nxp.com/docs/en/application-note/AN10343.pdff +Fairchild-specific MicroPak-6 1.0x1.45mm Pitch 0.5mm +0 +6 +6 +Package_SON +Fairchild_MicroPak2-6_1.0x1.0mm_P0.35mm +Fairchild-specific MicroPak2-6 1.0x1.0mm Pitch 0.35mm https://www.nxp.com/docs/en/application-note/AN10343.pdff +Fairchild-specific MicroPak2-6 1.0x1.0mm Pitch 0.35mm +0 +6 +6 +Package_SON +HUSON-3-1EP_2x2mm_P1.3mm_EP1.1x1.6mm +HUSON, 3 Pin, SOT1061 (Ref: https://assets.nexperia.com/documents/data-sheet/PMEG2020CPA.pdf) +huson nolead SOT1061 +0 +4 +3 +Package_SON +HVSON-8-1EP_3x3mm_P0.65mm_EP1.6x2.4mm +HVSON, 8 Pin (https://www.nxp.com/docs/en/data-sheet/TJA1051.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py +HVSON NoLead +0 +13 +9 +Package_SON +HVSON-8-1EP_4x4mm_P0.8mm_EP2.2x3.1mm +HVSON, 8 Pin (https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf (page 57)), generated with kicad-footprint-generator ipc_noLead_generator.py +HVSON NoLead +0 +13 +9 +Package_SON +Infineon_PG-LSON-8-1 +https://www.infineon.com/cms/en/product/packages/PG-LSON/PG-LSON-8-1/ +PG-LSON-8-1 +0 +17 +9 +Package_SON +Infineon_PG-TDSON-8_6.15x5.15mm +Infineon, PG-TDSON-8, 6.15x5.15x1mm, https://www.infineon.com/dgdl/Infineon-BSC520N15NS3_-DS-v02_02-en.pdf?fileId=db3a30432239cccd0122eee57d9b21a4 +Infineon OptiMOS +0 +21 +5 +Package_SON +Infineon_PG-TISON-8-2 +Infineon, PG-TISON-8-2, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-2/ +tison +0 +23 +7 +Package_SON +Infineon_PG-TISON-8-3 +Infineon, PG-TISON-8-2, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-2/ +tison +0 +23 +7 +Package_SON +Infineon_PG-TISON-8-4 +Infineon, PG-TISON-8-4, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-4/ +tison +0 +26 +8 +Package_SON +Infineon_PG-TISON-8-5 +Infineon, PG-TISON-8-5, 8x8x1.1mm, 1mm Pitch, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-5/ +tison +0 +34 +8 +Package_SON +NXP_XSON-16 +http://www.nxp.com/documents/outline_drawing/SOT1341-1.pdf +NXP XSON SOT-1341 +0 +16 +16 +Package_SON +ROHM_VML0806 +VML0806, Rohm (http://rohmfs.rohm.com/en/techdata_basic/transistor/soldering_condition/VML0806_Soldering_Condition.pdf, http://rohmfs.rohm.com/en/products/databook/package/spec/discrete/vml0806_tr-e.pdf) +ROHM VML0806 +0 +3 +3 +Package_SON +RTC_SMD_MicroCrystal_C3_2.5x3.7mm +MicroCrystal C3 2.5x3.7mm, https://www.microcrystal.com/fileadmin/Media/Products/RTC/Datasheet/RV-1805-C3.pdf +RTC C3 +0 +10 +10 +Package_SON +SON-8-1EP_3x2mm_P0.5mm_EP1.4x1.6mm +SON, 8 Pin (http://www.fujitsu.com/downloads/MICRO/fsa/pdf/products/memory/fram/MB85RS16-DS501-00014-6v0-E.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +SON NoLead +0 +13 +9 +Package_SON +Texas_DPY0002A_0.6x1mm_P0.65mm +X1SON 2 pin 0.6x1mm 0.375mm height package, https://www.ti.com/lit/ml/mpss034c/mpss034c.pdf, https://www.ti.com/lit/ds/symlink/tpd6e05u06.pdf +X1SON +0 +2 +2 +Package_SON +Texas_DQK +Texas WSON-6 DQK, http://www.ti.com/lit/ds/symlink/csd16301q2.pdf +Texas WSON6 2x2mm +0 +10 +8 +Package_SON +Texas_DRC0010J +Texas DRC0010J, VSON10 3x3mm Body, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/tps63000.pdf +Texas VSON10 3x3mm +0 +17 +11 +Package_SON +Texas_DRC0010J_ThermalVias +Texas DRC0010J, VSON10 3x3mm Body, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/tps63000.pdf +Texas VSON10 3x3mm +0 +21 +11 +Package_SON +Texas_DSC0010J +3x3mm Body, 0.5mm Pitch, DSC0010J, WSON, http://www.ti.com/lit/ds/symlink/tps61201.pdf +0.5 DSC0010J WSON +0 +33 +11 +Package_SON +Texas_DSC0010J_ThermalVias +3x3mm Body, 0.5mm Pitch, DSC0010J, WSON, http://www.ti.com/lit/ds/symlink/tps61201.pdf +0.5 DSC0010J WSON +0 +39 +11 +Package_SON +Texas_PWSON-N6 +Plastic Small Outline No-Lead http://www.ti.com/lit/ml/mpds176e/mpds176e.pdf +Plastic Small Outline No-Lead +0 +7 +7 +Package_SON +Texas_R-PUSON-N14 +USON, 14 Pin (https://www.ti.com/lit/ds/symlink/tpd6e05u06.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +USON NoLead +0 +14 +14 +Package_SON +Texas_R-PWSON-N12_EP0.4x2mm +http://www.ti.com/lit/ds/symlink/tpd6f003.pdf +WSON SMD +0 +16 +13 +Package_SON +Texas_S-PDSO-N12 +http://www.ti.com/lit/ds/symlink/bq27441-g1.pdf +SON thermal pads +0 +44 +13 +Package_SON +Texas_S-PVSON-N8 +8-Lead Plastic VSON, 3x3mm Body, 0.65mm Pitch, S-PVSON-N8, http://www.ti.com/lit/ds/symlink/opa2333.pdf +DFN 0.65 S-PVSON-N8 +0 +21 +9 +Package_SON +Texas_S-PVSON-N8_ThermalVias +8-Lead Plastic VSON, 3x3mm Body, 0.65mm Pitch, S-PVSON-N8, http://www.ti.com/lit/ds/symlink/opa2333.pdf +DFN 0.65 S-PVSON-N8 +0 +27 +9 +Package_SON +Texas_S-PVSON-N10 +3x3mm Body, 0.5mm Pitch, S-PVSON-N10, DRC, http://www.ti.com/lit/ds/symlink/tps61201.pdf +0.5 S-PVSON-N10 DRC +0 +33 +11 +Package_SON +Texas_S-PVSON-N10_ThermalVias +3x3mm Body, 0.5mm Pitch, S-PVSON-N10, DRC, http://www.ti.com/lit/ds/symlink/tps61201.pdf +0.5 S-PVSON-N10 DRC +0 +39 +11 +Package_SON +Texas_S-PWSON-N8_EP1.2x2mm +WSON, 8 Pin, TI DRG, (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +11 +9 +Package_SON +Texas_S-PWSON-N10 +3x3mm Body, 0.5mm Pitch, S-PWSON-N10, DSC, http://www.ti.com/lit/ds/symlink/tps63060.pdf +0.5 S-PWSON-N10 DSC +0 +41 +11 +Package_SON +Texas_S-PWSON-N10_ThermalVias +3x3mm Body, 0.5mm Pitch, S-PWSON-N10, DSC, http://www.ti.com/lit/ds/symlink/tps63060.pdf +0.5 S-PWSON-N10 DSC +0 +47 +11 +Package_SON +Texas_USON-6_1x1.45mm_P0.5mm_SMD +USON, 6 Pin (https://www.ti.com/lit/ds/symlink/sn74auc1g04.pdf#page=24), Solder Mask Defined +USON NoLead DRY0006A +0 +6 +6 +Package_SON +Texas_X2SON-4_1x1mm_P0.65mm +X2SON 5 pin 1x1mm package (Reference Datasheet: http://www.ti.com/lit/ds/sbvs193d/sbvs193d.pdf Reference part: TPS383x) [StepUp generated footprint] +X2SON +0 +13 +5 +Package_SON +Texas_X2SON-5_0.8x0.8mm_P0.48mm +X2SON 5 pin 0.8x0.8mm package (Reference Datasheet: https://www.ti.com/lit/ds/symlink/sn74lvc1g17.pdf#page=39 Reference part: SN74LVC1G17) [StepUp generated footprint] +X2SON DPW0005A +0 +9 +5 +Package_SON +Texas_X2SON-5_0.8x0.8mm_P0.48mm_RoutingVia +X2SON 5 pin 0.8x0.8mm package (Reference Datasheet: https://www.ti.com/lit/ds/symlink/sn74lvc1g17.pdf#page=39 Reference part: SN74LVC1G17) [StepUp generated footprint] +X2SON DPW0005A +0 +10 +5 +Package_SON +USON-10_2.5x1.0mm_P0.5mm +USON-10 2.5x1.0mm_ Pitch 0.5mm http://www.ti.com/lit/ds/symlink/tpd4e02b04.pdf +USON-10 2.5x1.0mm Pitch 0.5mm +0 +10 +10 +Package_SON +USON-20_2x4mm_P0.4mm +USON-20 2x4mm Pitch 0.4mm http://www.ti.com/lit/ds/symlink/txb0108.pdf +USON-20 2x4mm Pitch 0.4mm +0 +20 +20 +Package_SON +VSON-8_1.5x2mm_P0.5mm +VSON, 8 Pin (http://www.ti.com/lit/ds/symlink/tps62840.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py +VSON NoLead +0 +8 +8 +Package_SON +VSON-8_3.3x3.3mm_P0.65mm_NexFET +8-Lead Plastic Dual Flat, No Lead Package (MF) - 3.3x3.3x1 mm Body [VSON] http://www.ti.com/lit/ds/symlink/csd87334q3d.pdf +VSON 0.65 +0 +13 +5 +Package_SON +VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm +VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_noLead_generator.py +VSON NoLead +0 +15 +11 +Package_SON +VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm_ThermalVias +VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_noLead_generator.py +VSON NoLead +0 +18 +11 +Package_SON +VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm +VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument +VSON 10 Thermal on 11 3x3mm Pitch 0.5mm +0 +21 +11 +Package_SON +VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm_ThermalVias +VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument +VSON 10 Thermal on 11 3x3mm Pitch 0.5mm +0 +27 +11 +Package_SON +VSONP-8-1EP_5x6_P1.27mm +SON, 8-Leads, Body 5x6x1mm, Pitch 1.27mm; (see Texas Instruments CSD18531Q5A http://www.ti.com/lit/ds/symlink/csd18531q5a.pdf) +VSONP 1.27 +0 +13 +3 +Package_SON +WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm +WSON, 6 Pin (http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +9 +7 +Package_SON +WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm_ThermalVias +WSON, 6 Pin (http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +12 +7 +Package_SON +WSON-6-1EP_3x3mm_P0.95mm +WSON6 3*3 MM, 0.95 PITCH; http://www.ti.com/lit/ds/symlink/lmr62421.pdf +WSON6 0.95 +0 +10 +7 +Package_SON +WSON-6_1.5x1.5mm_P0.5mm +WSON6, http://www.ti.com/lit/ds/symlink/tlv702.pdf +WSON6_1.5x1.5mm_P0.5mm +0 +6 +6 +Package_SON +WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm +8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf +WSON 8 1EP +0 +11 +9 +Package_SON +WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm_ThermalVias +8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf +WSON 8 1EP ThermalVias +0 +14 +9 +Package_SON +WSON-8-1EP_3x2.5mm_P0.5mm_EP1.2x1.5mm_PullBack +WSON, 8 Pin (http://www.ti.com/lit/ml/mpds400/mpds400.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +13 +9 +Package_SON +WSON-8-1EP_3x2.5mm_P0.5mm_EP1.2x1.5mm_PullBack_ThermalVias +WSON, 8 Pin (http://www.ti.com/lit/ml/mpds400/mpds400.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +18 +9 +Package_SON +WSON-8-1EP_3x3mm_P0.5mm_EP1.2x2mm +WSON, 8 Pin (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +11 +9 +Package_SON +WSON-8-1EP_3x3mm_P0.5mm_EP1.2x2mm_ThermalVias +WSON, 8 Pin (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +18 +9 +Package_SON +WSON-8-1EP_3x3mm_P0.5mm_EP1.6x2.0mm +8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf +WSON 8 1EP +0 +13 +9 +Package_SON +WSON-8-1EP_3x3mm_P0.5mm_EP1.45x2.4mm +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/ina333.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +11 +9 +Package_SON +WSON-8-1EP_3x3mm_P0.5mm_EP1.45x2.4mm_ThermalVias +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/ina333.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +18 +9 +Package_SON +WSON-8-1EP_4x4mm_P0.8mm_EP1.98x3mm +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lm5017.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +13 +9 +Package_SON +WSON-8-1EP_4x4mm_P0.8mm_EP1.98x3mm_ThermalVias +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lm5017.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +17 +9 +Package_SON +WSON-8-1EP_4x4mm_P0.8mm_EP2.2x3mm +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2987.pdf#page=26), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +13 +9 +Package_SON +WSON-8-1EP_4x4mm_P0.8mm_EP2.2x3mm_ThermalVias +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2987.pdf#page=26), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +17 +9 +Package_SON +WSON-8-1EP_4x4mm_P0.8mm_EP2.6x3mm +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2951-n.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +13 +9 +Package_SON +WSON-8-1EP_4x4mm_P0.8mm_EP2.6x3mm_ThermalVias +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2951-n.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +17 +9 +Package_SON +WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4.3mm +WSON, 8 Pin (http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf (page 68)), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +13 +9 +Package_SON +WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4mm +WSON, 8 Pin (http://ww1.microchip.com/downloads/en/AppNotes/S72030.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +13 +9 +Package_SON +WSON-8-1EP_8x6mm_P1.27mm_EP3.4x4.3mm +WSON, 8 Pin (https://datasheet.lcsc.com/lcsc/2204011730_GigaDevice-Semicon-Beijing-GD5F1GQ4UFYIGR_C2986324.pdf (page 44)), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +13 +9 +Package_SON +WSON-10-1EP_2.5x2.5mm_P0.5mm_EP1.2x2mm +WSON, 10 Pin (http://www.ti.com/lit/gpn/tps63030#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +15 +11 +Package_SON +WSON-10-1EP_2.5x2.5mm_P0.5mm_EP1.2x2mm_ThermalVias +WSON, 10 Pin (http://www.ti.com/lit/gpn/tps63030#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +22 +11 +Package_SON +WSON-10-1EP_2x3mm_P0.5mm_EP0.84x2.4mm +WSON-10 package 2x3mm body, pitch 0.5mm, see http://www.ti.com/lit/ds/symlink/tps62177.pdf +WSON 0.5 +0 +14 +11 +Package_SON +WSON-10-1EP_2x3mm_P0.5mm_EP0.84x2.4mm_ThermalVias +WSON-10 package 2x3mm body, pitch 0.5mm, thermal vias and counter-pad, see http://www.ti.com/lit/ds/symlink/tps62177.pdf +WSON 0.5 thermal vias +0 +17 +11 +Package_SON +WSON-10-1EP_4x3mm_P0.5mm_EP2.2x2mm +10-Lead Plastic WSON, 4x3mm Body, 0.5mm Pitch (http://www.ti.com/lit/ds/symlink/lm4990.pdf) +WSON 0.5 +0 +15 +11 +Package_SON +WSON-12-1EP_3x2mm_P0.5mm_EP1x2.65 +WSON-12 http://www.ti.com/lit/ds/symlink/lm27762.pdf +WSON-12 +0 +15 +13 +Package_SON +WSON-12-1EP_3x2mm_P0.5mm_EP1x2.65_ThermalVias +WSON-12 http://www.ti.com/lit/ds/symlink/lm27762.pdf +WSON-12 +0 +19 +13 +Package_SON +WSON-12-1EP_4x4mm_P0.5mm_EP2.6x3mm +WSON, 12 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +17 +13 +Package_SON +WSON-12-1EP_4x4mm_P0.5mm_EP2.6x3mm_ThermalVias +WSON, 12 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +27 +13 +Package_SON +WSON-14-1EP_4.0x4.0mm_P0.5mm_EP2.6x2.6mm +14-Lead Plastic Dual Flat, No Lead Package - 4.0x4.0x0.8 mm Body [WSON], http://www.ti.com/lit/ml/mpds421/mpds421.pdf +NHL014B +0 +19 +15 +Package_SON +WSON-16_3.3x1.35_P0.4mm +WSON-16 3.3 x 1.35mm Pitch 0.4mm http://www.chip.tomsk.ru/chip/chipdoc.nsf/Package/C67E729A4D6C883A4725793E004C8739!OpenDocument +WSON-16 3.3 x 1.35mm Pitch 0.4mm +0 +20 +17 +Package_SON +X2SON-8_1.4x1mm_P0.35mm +X2SON-8 1.4x1mm Pitch0.35mm http://www.ti.com/lit/ds/symlink/pca9306.pdf +X2SON-8 1.4x1mm Pitch0.35mm +0 +8 +8 +Package_SO_J-Lead +TSOC-6_3.76x3.94mm_P1.27mm +Maxim Integrated TSOC-6 D6+1,https://datasheets.maximintegrated.com/en/ds/DS2401.pdf, https://pdfserv.maximintegrated.com/land_patterns/90-0321.PDF +TSOC-6 +0 +6 +6 +Package_TO_SOT_SMD +ATPAK-2 +ATPAK SMD package, http://www.onsemi.com/pub/Collateral/ENA2192-D.PDF +ATPAK +0 +7 +3 +Package_TO_SOT_SMD +Analog_KS-4 +Analog Devices KS-4, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/sc70ks/ks_4.pdf +Analog Devices KS-4 (like EIAJ SC-82) +0 +4 +4 +Package_TO_SOT_SMD +Diodes_SOT-553 +Diodes SOT-553, https://www.diodes.com/assets/Package-Files/SOT553.pdf +SOT-553 +0 +5 +5 +Package_TO_SOT_SMD +HVSOF5 +HVSOF5, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hvsof5_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/hall/bu52001gul-e.pdf +HVSOF5 +0 +5 +5 +Package_TO_SOT_SMD +HVSOF6 +HVSOF6, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hvsof6_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/audio_video/video_amplifier/bh76106hfv-e.pdf +HVSOF6 +0 +7 +7 +Package_TO_SOT_SMD +Infineon_PG-HDSOP-10-1 +Infineon PG-HDSOP-10-1 (DDPAK), 20.96x6.5x2.3mm, slug up (https://www.infineon.com/cms/en/product/packages/PG-HDSOP/PG-HDSOP-10-1/) +hdsop 10 ddpak +0 +10 +10 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-1 +HSOF-8-1 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-1/) +mosfet hsof toll +0 +53 +3 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-1_ThermalVias +HSOF-8-1 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-1/) +mosfet hsof toll thermal vias +0 +96 +3 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-2 +HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/) +mosfet hsof toll +0 +12 +4 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-2_ThermalVias +HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/) +mosfet hsof toll thermal vias +0 +97 +4 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-2_ThermalVias2 +HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/, https://www.infineon.com/dgdl/Infineon-ApplicationNote_600V_CoolMOS_C7_Gold_TOLL-AN-v01_00-EN.pdf?fileId=5546d4625b10283a015b144a1af70df6) +mosfet hsof toll thermal vias +0 +159 +4 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-3 +HSOF-8-3 power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-3/) +mosfet hsof +0 +25 +4 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-3_ThermalVias +HSOF-8-3 power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-3/) +mosfet hsof +0 +64 +4 +Package_TO_SOT_SMD +Infineon_PG-TO-220-7Lead_TabPin8 +Infineon PG-TO-220-7, Tab as Pin 8, see e.g. https://www.infineon.com/dgdl/Infineon-BTS50055-1TMC-DS-v01_00-EN.pdf?fileId=5546d4625a888733015aa9b0007235e9 +Infineon PG-TO-220-7 +0 +12 +8 +Package_TO_SOT_SMD +Infineon_PG-TSFP-3-1 +Infineon_PG-TSFP-3-1, https://www.infineon.com/dgdl/TSFP-3-1,-2-Package_Overview.pdf?fileId=db3a30431936bc4b0119539929863d46 +TSFP-3 +0 +3 +3 +Package_TO_SOT_SMD +LFPAK33 +LFPAK33 SOT-1210 https://assets.nexperia.com/documents/outline-drawing/SOT1210.pdf +LFPAK33 SOT-1210 +0 +17 +5 +Package_TO_SOT_SMD +LFPAK56 +LFPAK56 https://assets.nexperia.com/documents/outline-drawing/SOT669.pdf +LFPAK56 SOT-669 Power-SO8 +0 +18 +5 +Package_TO_SOT_SMD +Nexperia_CFP15_SOT-1289 +Nexperia CFP15 (SOT-1289), https://assets.nexperia.com/documents/outline-drawing/SOT1289.pdf +SOT-1289 CFP15 +0 +8 +3 +Package_TO_SOT_SMD +OnSemi_ECH8 +On Semiconductor ECH8, https://www.onsemi.com/pub/Collateral/318BF.PDF +ECH8 SOT28-FL SOT-28-FL +0 +8 +8 +Package_TO_SOT_SMD +PQFN_8x8 +Low Profile 8x8mm PQFN, Dual Cool 88, https://www.onsemi.com/pub/Collateral/FDMT80080DC-D.pdf +pqfn vdfn mosfet +0 +9 +3 +Package_TO_SOT_SMD +PowerMacro_M234_NoHole +TO-50-4 Power Macro Package Style M234 +TO-50-4 Power Macro Package Style M234 +0 +4 +4 +Package_TO_SOT_SMD +PowerMacro_M234_WithHole +TO-50-4 Power Macro Package Style M234 +TO-50-4 Power Macro Package Style M234 +0 +4 +4 +Package_TO_SOT_SMD +Rohm_HRP7 +Rohm HRP7 SMD package, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hrp7_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/motor/dc/bd621x-e.pdf +Rohm HRP7 SMD +0 +69 +7 +Package_TO_SOT_SMD +SC-59 +SC-59, https://lib.chipdip.ru/images/import_diod/original/SOT-23_SC-59.jpg +SC-59 +0 +3 +3 +Package_TO_SOT_SMD +SC-59_Handsoldering +SC-59, hand-soldering varaint, https://lib.chipdip.ru/images/import_diod/original/SOT-23_SC-59.jpg +SC-59 hand-soldering +0 +3 +3 +Package_TO_SOT_SMD +SC-70-8 +SC70-8 +SC70-8 +0 +8 +8 +Package_TO_SOT_SMD +SC-70-8_Handsoldering +SC70-8, Handsoldering +SC70-8 Handsoldering +0 +8 +8 +Package_TO_SOT_SMD +SC-82AA +SC-82AA +SC-82AA +0 +4 +4 +Package_TO_SOT_SMD +SC-82AA_Handsoldering +SC-82AA +SC-82AA +0 +4 +4 +Package_TO_SOT_SMD +SC-82AB +SC-82AB +SC-82AB +0 +4 +4 +Package_TO_SOT_SMD +SC-82AB_Handsoldering +SC-82AB +SC-82AB +0 +4 +4 +Package_TO_SOT_SMD +SOT-23 +SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOT TO_SOT_SMD +0 +3 +3 +Package_TO_SOT_SMD +SOT-23-3 +SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOT TO_SOT_SMD +0 +3 +3 +Package_TO_SOT_SMD +SOT-23-5 +SOT, 5 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOT TO_SOT_SMD +0 +5 +5 +Package_TO_SOT_SMD +SOT-23-5_HandSoldering +5-pin SOT23 package +SOT-23-5 hand-soldering +0 +5 +5 +Package_TO_SOT_SMD +SOT-23-6 +SOT, 6 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOT TO_SOT_SMD +0 +6 +6 +Package_TO_SOT_SMD +SOT-23-6_Handsoldering +6-pin SOT-23 package, Handsoldering +SOT-23-6 Handsoldering +0 +6 +6 +Package_TO_SOT_SMD +SOT-23-8 +SOT, 8 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant BA), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOT TO_SOT_SMD +0 +8 +8 +Package_TO_SOT_SMD +SOT-23-8_Handsoldering +8-pin SOT-23 package, Handsoldering, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/sot-23rj/rj_8.pdf +SOT-23-8 Handsoldering +0 +8 +8 +Package_TO_SOT_SMD +SOT-23W +SOT-23W http://www.allegromicro.com/~/media/Files/Datasheets/A112x-Datasheet.ashx?la=en&hash=7BC461E058CC246E0BAB62433B2F1ECA104CA9D3 +SOT-23W +0 +3 +3 +Package_TO_SOT_SMD +SOT-23W_Handsoldering +SOT-23W http://www.allegromicro.com/~/media/Files/Datasheets/A112x-Datasheet.ashx?la=en&hash=7BC461E058CC246E0BAB62433B2F1ECA104CA9D3 +SOT-23W for handsoldering +0 +3 +3 +Package_TO_SOT_SMD +SOT-23_Handsoldering +SOT-23, Handsoldering +SOT-23 +0 +3 +3 +Package_TO_SOT_SMD +SOT-89-3 +SOT-89-3, http://ww1.microchip.com/downloads/en/DeviceDoc/3L_SOT-89_MB_C04-029C.pdf +SOT-89-3 +0 +3 +3 +Package_TO_SOT_SMD +SOT-89-3_Handsoldering +SOT-89-3 Handsoldering +SOT-89-3 Handsoldering +0 +3 +3 +Package_TO_SOT_SMD +SOT-89-5 +SOT-89-5, http://www.e-devices.ricoh.co.jp/en/products/product_power/pkg/sot-89-5.pdf +SOT-89-5 +0 +5 +5 +Package_TO_SOT_SMD +SOT-89-5_Handsoldering +SOT-89-5, http://www.e-devices.ricoh.co.jp/en/products/product_power/pkg/sot-89-5.pdf +SOT-89-5 +0 +5 +5 +Package_TO_SOT_SMD +SOT-143 +SOT-143 https://www.nxp.com/docs/en/package-information/SOT143B.pdf +SOT-143 +0 +4 +4 +Package_TO_SOT_SMD +SOT-143R +SOT-143R, reverse pinning, https://www.nxp.com/docs/en/package-information/SOT143R.pdf +SOT-143R Reverse +0 +4 +4 +Package_TO_SOT_SMD +SOT-143R_Handsoldering +SOT-143R, reverse pinning, Handsoldering, https://www.nxp.com/docs/en/package-information/SOT143R.pdf +SOT-143 Reverse Handsoldering +0 +4 +4 +Package_TO_SOT_SMD +SOT-143_Handsoldering +SOT-143 Handsoldering https://www.nxp.com/docs/en/package-information/SOT143B.pdf +SOT-143 Handsoldering +0 +4 +4 +Package_TO_SOT_SMD +SOT-223 +module CMS SOT223 4 pins +CMS SOT +0 +4 +4 +Package_TO_SOT_SMD +SOT-223-3_TabPin2 +module CMS SOT223 4 pins +CMS SOT +0 +4 +3 +Package_TO_SOT_SMD +SOT-223-5 +module CMS SOT223 5 pins, http://ww1.microchip.com/downloads/en/DeviceDoc/51751a.pdf +CMS SOT +0 +5 +5 +Package_TO_SOT_SMD +SOT-223-6 +module CMS SOT223 6 pins, http://www.ti.com/lit/ds/symlink/tps737.pdf +CMS SOT +0 +6 +6 +Package_TO_SOT_SMD +SOT-223-6_TabPin3 +module CMS SOT223 6 pins, http://www.ti.com/lit/ds/symlink/tps737.pdf +CMS SOT +0 +6 +5 +Package_TO_SOT_SMD +SOT-223-8 +module CMS SOT223 8 pins, https://www.diodes.com/assets/Datasheets/ZXSBMR16PT8.pdf +CMS SOT +0 +8 +8 +Package_TO_SOT_SMD +SOT-323_SC-70 +SOT-323, SC-70 +SOT-323 SC-70 +0 +3 +3 +Package_TO_SOT_SMD +SOT-323_SC-70_Handsoldering +SOT-323, SC-70 Handsoldering +SOT-323 SC-70 Handsoldering +0 +3 +3 +Package_TO_SOT_SMD +SOT-343_SC-70-4 +SOT-343, SC-70-4 +SOT-343 SC-70-4 +0 +4 +4 +Package_TO_SOT_SMD +SOT-343_SC-70-4_Handsoldering +SOT-343, SC-70-4, Handsoldering +SOT-343 SC-70-4 Handsoldering +0 +4 +4 +Package_TO_SOT_SMD +SOT-353_SC-70-5 +SOT-353, SC-70-5 +SOT-353 SC-70-5 +0 +5 +5 +Package_TO_SOT_SMD +SOT-353_SC-70-5_Handsoldering +SOT-353, SC-70-5, Handsoldering +SOT-353 SC-70-5 Handsoldering +0 +5 +5 +Package_TO_SOT_SMD +SOT-363_SC-70-6 +SOT-363, SC-70-6 +SOT-363 SC-70-6 +0 +6 +6 +Package_TO_SOT_SMD +SOT-363_SC-70-6_Handsoldering +SOT-363, SC-70-6, Handsoldering +SOT-363 SC-70-6 Handsoldering +0 +6 +6 +Package_TO_SOT_SMD +SOT-383F +8-pin SOT-383F, http://www.mouser.com/ds/2/80/CPDVR085V0C-HF-RevB-10783.pdf +SOT-383F +0 +9 +9 +Package_TO_SOT_SMD +SOT-383FL +8-pin SOT-383FL package, http://www.onsemi.com/pub_link/Collateral/ENA2267-D.PDF +SOT-383FL +0 +8 +8 +Package_TO_SOT_SMD +SOT-416 +SOT-416, https://www.nxp.com/docs/en/package-information/SOT416.pdf +SOT-416 +0 +3 +3 +Package_TO_SOT_SMD +SOT-523 +SOT523, https://www.diodes.com/assets/Package-Files/SOT523.pdf +SOT-523 +0 +3 +3 +Package_TO_SOT_SMD +SOT-543 +SOT-543 4 lead surface package +SOT-543 SC-107A EMD4 +0 +4 +4 +Package_TO_SOT_SMD +SOT-553 +SOT553 +SOT-553 +0 +5 +5 +Package_TO_SOT_SMD +SOT-563 +SOT563 +SOT-563 +0 +6 +6 +Package_TO_SOT_SMD +SOT-583-8 +https://www.ti.com/lit/ds/symlink/tps62933.pdf +SOT-583-8 +0 +8 +8 +Package_TO_SOT_SMD +SOT-665 +SOT665 +SOT-665 +0 +5 +5 +Package_TO_SOT_SMD +SOT-666 +SOT666 +SOT-666 +0 +6 +6 +Package_TO_SOT_SMD +SOT-723 +http://toshiba.semicon-storage.com/info/docget.jsp?did=5879&prodName=RN1104MFV +sot 723 +0 +3 +3 +Package_TO_SOT_SMD +SOT-883 +SOT-883, https://assets.nexperia.com/documents/outline-drawing/SOT883.pdf +SOT-883 +0 +3 +3 +Package_TO_SOT_SMD +SOT-886 +SOT-886 +SOT-886 +0 +6 +6 +Package_TO_SOT_SMD +SOT-963 +SOT 963 6 pins package 1x0.8mm pitch 0.35mm +SOT 963 6 pins package 1x0.8mm pitch 0.35mm +0 +6 +6 +Package_TO_SOT_SMD +SOT-1123 +SOT-1123 small outline transistor (see http://www.onsemi.com/pub/Collateral/NST3906F3-D.PDF) +SOT-1123 transistor +0 +3 +3 +Package_TO_SOT_SMD +SOT-1333-1 +SOT-1333-1 +SOT-1333-1 +0 +9 +9 +Package_TO_SOT_SMD +SOT-1334-1 +SOT-1334-1 +SOT-1334-1 +0 +14 +14 +Package_TO_SOT_SMD +SuperSOT-3 +3-pin SuperSOT package https://www.fairchildsemi.com/package-drawings/MA/MA03B.pdf +SuperSOT-3 SSOT-3 +0 +3 +3 +Package_TO_SOT_SMD +SuperSOT-6 +6-pin SuperSOT package http://www.mouser.com/ds/2/149/FMB5551-889214.pdf +SuperSOT-6 SSOT-6 +0 +6 +6 +Package_TO_SOT_SMD +SuperSOT-8 +8-pin SuperSOT package, http://www.icbank.com/icbank_data/semi_package/ssot8_dim.pdf +SuperSOT-8 SSOT-8 +0 +8 +8 +Package_TO_SOT_SMD +TDSON-8-1 +Power MOSFET package, TDSON-8-1, 5.15x5.9mm (https://www.infineon.com/cms/en/product/packages/PG-TDSON/PG-TDSON-8-1/) +tdson +0 +14 +5 +Package_TO_SOT_SMD +TO-50-3_LongPad-NoHole_Housing +TO-50-3 Macro T Package Style M236 +TO-50-3 Macro T Package Style M236 +0 +3 +3 +Package_TO_SOT_SMD +TO-50-3_LongPad-WithHole_Housing +TO-50-3 Macro T Package Style M236 +TO-50-3 Macro T Package Style M236 +0 +3 +3 +Package_TO_SOT_SMD +TO-50-3_ShortPad-NoHole_Housing +TO-50-3 Macro T Package Style M236 +TO-50-3 Macro T Package Style M236 +0 +3 +3 +Package_TO_SOT_SMD +TO-50-3_ShortPad-WithHole_Housing +TO-50-3 Macro T Package Style M236 +TO-50-3 Macro T Package Style M236 +0 +3 +3 +Package_TO_SOT_SMD +TO-50-4_LongPad-NoHole_Housing +TO-50-4 Macro X Package Style M238 +TO-50-4 Macro X Package Style M238 +0 +4 +4 +Package_TO_SOT_SMD +TO-50-4_LongPad-WithHole_Housing +TO-50-4 Macro X Package Style M238 +TO-50-4 Macro X Package Style M238 +0 +4 +4 +Package_TO_SOT_SMD +TO-50-4_ShortPad-NoHole_Housing +TO-50-4 Macro X Package Style M238 +TO-50-4 Macro X Package Style M238 +0 +4 +4 +Package_TO_SOT_SMD +TO-50-4_ShortPad-WithHole_Housing +TO-50-4 Macro X Package Style M238 +TO-50-4 Macro X Package Style M238 +0 +4 +4 +Package_TO_SOT_SMD +TO-252-2 +TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ +DPAK TO-252 DPAK-3 TO-252-3 SOT-428 +0 +7 +3 +Package_TO_SOT_SMD +TO-252-2_TabPin1 +TO-252-2, tab to pin 1 https://www.wolfspeed.com/media/downloads/87/CSD01060.pdf +TO-252-2 diode +0 +7 +2 +Package_TO_SOT_SMD +TO-252-3_TabPin2 +TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ +DPAK TO-252 DPAK-3 TO-252-3 SOT-428 +0 +8 +3 +Package_TO_SOT_SMD +TO-252-3_TabPin4 +TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ +DPAK TO-252 DPAK-3 TO-252-3 SOT-428 +0 +8 +4 +Package_TO_SOT_SMD +TO-252-4 +TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ +DPAK TO-252 DPAK-5 TO-252-5 +0 +9 +5 +Package_TO_SOT_SMD +TO-252-5_TabPin3 +TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ +DPAK TO-252 DPAK-5 TO-252-5 +0 +10 +5 +Package_TO_SOT_SMD +TO-252-5_TabPin6 +TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ +DPAK TO-252 DPAK-5 TO-252-5 +0 +10 +6 +Package_TO_SOT_SMD +TO-263-2 +TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ +D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 +0 +7 +3 +Package_TO_SOT_SMD +TO-263-2_TabPin1 +TO-263 / D2PAK / DDPAK SMD package, tab to pin 1, https://www.wolfspeed.com/media/downloads/137/C3D06060G.pdf +D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 diode +0 +7 +2 +Package_TO_SOT_SMD +TO-263-3_TabPin2 +TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ +D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 +0 +8 +3 +Package_TO_SOT_SMD +TO-263-3_TabPin4 +TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ +D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 +0 +8 +4 +Package_TO_SOT_SMD +TO-263-4 +TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ +D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 +0 +9 +5 +Package_TO_SOT_SMD +TO-263-5_TabPin3 +TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ +D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 +0 +10 +5 +Package_TO_SOT_SMD +TO-263-5_TabPin6 +TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ +D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 +0 +10 +6 +Package_TO_SOT_SMD +TO-263-6 +TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ +D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 +0 +11 +7 +Package_TO_SOT_SMD +TO-263-7_TabPin4 +TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ +D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 +0 +12 +7 +Package_TO_SOT_SMD +TO-263-7_TabPin8 +TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ +D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 +0 +12 +8 +Package_TO_SOT_SMD +TO-263-9_TabPin5 +TO-263 / D2PAK / DDPAK SMD package, http://www.ti.com/lit/ds/symlink/lm4755.pdf +D2PAK DDPAK TO-263 D2PAK-9 TO-263-9 +0 +14 +9 +Package_TO_SOT_SMD +TO-263-9_TabPin10 +TO-263 / D2PAK / DDPAK SMD package, http://www.ti.com/lit/ds/symlink/lm4755.pdf +D2PAK DDPAK TO-263 D2PAK-9 TO-263-9 +0 +14 +10 +Package_TO_SOT_SMD +TO-268-2 +TO-268/D3PAK SMD package, http://www.icbank.com/icbank_data/semi_package/to268aa_dim.pdf +D3PAK TO-268 D3PAK-3 TO-268-3 +0 +7 +3 +Package_TO_SOT_SMD +TO-269AA +SMD package TO-269AA (e.g. diode bridge), see http://www.vishay.com/docs/88854/padlayouts.pdf +TO-269AA MBS diode bridge +0 +4 +4 +Package_TO_SOT_SMD +TO-277A +Thermal enhanced ultra thin SMD package; 3 leads; body: 4.3x6.1x0.43mm, https://www.vishay.com/docs/95570/to-277asmpc.pdf +TO-277A SMPC +0 +12 +3 +Package_TO_SOT_SMD +TO-277B +TO-227B https://media.digikey.com/pdf/Data%20Sheets/Littelfuse%20PDFs/DST2050S.pdf +TO-277B +0 +9 +3 +Package_TO_SOT_SMD +TSOT-23 +3-pin TSOT23 package, http://www.analog.com.tw/pdf/All_In_One.pdf +TSOT-23 +0 +3 +3 +Package_TO_SOT_SMD +TSOT-23-5 +TSOT, 5 Pin (https://www.jedec.org/sites/default/files/docs/MO-193D.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOT TO_SOT_SMD +0 +5 +5 +Package_TO_SOT_SMD +TSOT-23-5_HandSoldering +5-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_5_05-08-1635.pdf +TSOT-23-5 Hand-soldering +0 +5 +5 +Package_TO_SOT_SMD +TSOT-23-6 +TSOT, 6 Pin (https://www.jedec.org/sites/default/files/docs/MO-193D.pdf variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOT TO_SOT_SMD +0 +6 +6 +Package_TO_SOT_SMD +TSOT-23-6_HandSoldering +6-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_6_05-08-1636.pdf +TSOT-23-6 MK06A TSOT-6 Hand-soldering +0 +6 +6 +Package_TO_SOT_SMD +TSOT-23-8 +TSOT, 8 Pin (https://www.jedec.org/sites/default/files/docs/MO-193D.pdf variant BA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOT TO_SOT_SMD +0 +8 +8 +Package_TO_SOT_SMD +TSOT-23-8_HandSoldering +8-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_8_05-08-1637.pdf +TSOT-23-8 Hand-soldering +0 +8 +8 +Package_TO_SOT_SMD +TSOT-23_HandSoldering +5-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_5_05-08-1635.pdf +TSOT-23 Hand-soldering +0 +3 +3 +Package_TO_SOT_SMD +Texas_DRT-3 +Texas Instrument DRT-3 1x0.8mm Pitch 0.7mm http://www.ti.com/lit/ds/symlink/tpd2eusb30.pdf +DRT-3 1x0.8mm Pitch 0.7mm +0 +3 +3 +Package_TO_SOT_SMD +Texas_NDQ +Texas Instruments, NDQ, 5 pin (https://www.ti.com/lit/ml/mmsf022/mmsf022.pdf) +ti pfm dap +0 +6 +6 +Package_TO_SOT_SMD +Texas_NDW-7_TabPin4 +NDW0007A SMD package, http://www.ti.com/lit/ml/mmsf024/mmsf024.pdf +NDW NDW +0 +12 +7 +Package_TO_SOT_SMD +Texas_NDW-7_TabPin8 +NDW0007A SMD package, http://www.ti.com/lit/ml/mmsf024/mmsf024.pdf +NDW NDW +0 +12 +8 +Package_TO_SOT_SMD +Texas_NDY0011A +TO-PMOD-11 11-pin switching regulator package, http://www.ti.com/lit/ml/mmsf025/mmsf025.pdf +Texas TO-PMOD NDY00011A +0 +12 +12 +Package_TO_SOT_SMD +Texas_R-PDSO-G5_DCK-5 +DCK R-PDSO-G5, JEDEC MO-203C Var AA, https://www.ti.com/lit/ds/symlink/tmp20.pdf#page=23 +DCK R-PDSO-G5 MO-203C +0 +5 +5 +Package_TO_SOT_SMD +Texas_R-PDSO-G6 +R-PDSO-G6, http://www.ti.com/lit/ds/slis144b/slis144b.pdf +R-PDSO-G6 SC-70-6 +0 +6 +6 +Package_TO_SOT_SMD +Texas_R-PDSO-N5_DRL-5 +R-PDSO-N5, DRL, JEDEC MO-293B Var UAAD-1, https://www.ti.com/lit/ml/mpds158d/mpds158d.pdf +SOT R-PDSO-N5 DRL +0 +5 +5 +Package_TO_SOT_SMD +Texas_R-PDSO-N6_DRL-6 +R-PDSO-N6, DRL, similar to JEDEC MO-293B Var UAAD (but not the same) , https://www.ti.com/lit/pdf/mpds159f +SOT R-PDSO-N6 DRL +0 +6 +6 +Package_TO_SOT_SMD +VSOF5 +VSOF5 +VSOF5 +0 +5 +5 +Package_TO_SOT_SMD +Vishay_PowerPAK_SC70-6L_Dual +Vishay PowerPAK SC70 dual transistor package http://www.vishay.com/docs/70487/70487.pdf +powerpak sc70 sc-70 dual +0 +8 +6 +Package_TO_SOT_SMD +Vishay_PowerPAK_SC70-6L_Single +Vishay PowerPAK SC70 single transistor package http://www.vishay.com/docs/70486/70486.pdf +powerpak sc70 sc-70 +0 +6 +3 +Package_TO_SOT_THT +Analog_TO-46-4_ThermalShield +TO-46-4 with Valox case, based on https://www.analog.com/media/en/technical-documentation/data-sheets/199399fc.pdf +TO-46-4 LM399 +0 +4 +4 +Package_TO_SOT_THT +Fairchild_TO-220F-6L +Fairchild TO-220F-6L, http://www.mouser.com/ds/2/149/FSL136MRT-113334.pdf +Fairchild TO-220F-6L +0 +6 +6 +Package_TO_SOT_THT +Heraeus_TO-92-2 +TO-92 2-pin variant by Heraeus, drill 0.75mm (http://www.produktinfo.conrad.com/datenblaetter/175000-199999/181293-da-01-de-TO92_Temperatursensor_PT1000_32209225.pdf) +to-92 +0 +2 +2 +Package_TO_SOT_THT +NEC_Molded_7x4x9mm +Molded Japan Transistor Package 7x4x9mm^3, http://rtellason.com/transdata/2sb734.pdf +Japan transistor +0 +3 +3 +Package_TO_SOT_THT +PowerIntegrations_TO-220-7C +Non Isolated Modified TO-220 7pin Package, see http://www.farnell.com/datasheets/5793.pdf +Power Integration Y Package +0 +6 +6 +Package_TO_SOT_THT +SIPAK-1EP_Horizontal_TabDown +SIPAK, Horizontal, RM 2.286mm +SIPAK Horizontal RM 2.286mm +0 +4 +4 +Package_TO_SOT_THT +SIPAK_Vertical +SIPAK, Vertical, RM 2.286mm +SIPAK Vertical RM 2.286mm +0 +3 +3 +Package_TO_SOT_THT +SOD-70_P2.54mm +Plastic near cylindrical package Sod-70 see: https://www.nxp.com/docs/en/data-sheet/KTY81_SER.pdf [StepUp generated footprint] +Sod-70 +0 +2 +2 +Package_TO_SOT_THT +SOD-70_P5.08mm +Plastic near cylindrical package Sod-70 see: https://www.nxp.com/docs/en/data-sheet/KTY81_SER.pdf [StepUp generated footprint] +Sod-70 +0 +2 +2 +Package_TO_SOT_THT +SOT-227 +SOT-227 / SOT-227B / ISOTOP, M4 mounting screws (https://www.vishay.com/docs/95423/sot227g2.pdf, https://www.vishay.com/docs/95793/vs-fc420sa10.pdf) +sot 227 isotop +0 +8 +4 +Package_TO_SOT_THT +TO-3 +Transistor TO-3 +TR TO-3 TO3 TO-204 +0 +4 +3 +Package_TO_SOT_THT +TO-3P-3_Horizontal_TabDown +TO-3P-3, Horizontal, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html +TO-3P-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-3P-3_Horizontal_TabUp +TO-3P-3, Horizontal, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html +TO-3P-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-3P-3_Vertical +TO-3P-3, Vertical, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html +TO-3P-3 Vertical RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-3PB-3_Horizontal_TabDown +TO-3PB-3, Horizontal, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF +TO-3PB-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-3PB-3_Horizontal_TabUp +TO-3PB-3, Horizontal, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF +TO-3PB-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-3PB-3_Vertical +TO-3PB-3, Vertical, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF +TO-3PB-3 Vertical RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-5-2 +TO-5-2 +TO-5-2 +0 +2 +2 +Package_TO_SOT_THT +TO-5-2_Window +TO-5-2_Window, Window +TO-5-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-5-3 +TO-5-3 +TO-5-3 +0 +3 +3 +Package_TO_SOT_THT +TO-5-3_Window +TO-5-3_Window, Window +TO-5-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-5-4 +TO-5-4 +TO-5-4 +0 +4 +4 +Package_TO_SOT_THT +TO-5-4_Window +TO-5-4_Window, Window +TO-5-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-5-6 +TO-5-6 +TO-5-6 +0 +6 +6 +Package_TO_SOT_THT +TO-5-6_Window +TO-5-6_Window, Window +TO-5-6_Window Window +0 +6 +6 +Package_TO_SOT_THT +TO-5-8 +TO-5-8 +TO-5-8 +0 +8 +8 +Package_TO_SOT_THT +TO-5-8_PD5.08 +TO-5-8_PD5.08 +TO-5-8_PD5.08 +0 +8 +8 +Package_TO_SOT_THT +TO-5-8_PD5.08_Window +TO-5-8_PD5.08_Window, Window +TO-5-8_PD5.08_Window Window +0 +8 +8 +Package_TO_SOT_THT +TO-5-8_Window +TO-5-8_Window, Window +TO-5-8_Window Window +0 +8 +8 +Package_TO_SOT_THT +TO-5-10 +TO-5-10 +TO-5-10 +0 +10 +10 +Package_TO_SOT_THT +TO-5-10_Window +TO-5-10_Window, Window +TO-5-10_Window Window +0 +10 +10 +Package_TO_SOT_THT +TO-8-2 +TO-8-2 +TO-8-2 +0 +2 +2 +Package_TO_SOT_THT +TO-8-2_Window +TO-8-2_Window, Window +TO-8-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-8-3 +TO-8-3 +TO-8-3 +0 +3 +3 +Package_TO_SOT_THT +TO-8-3_Window +TO-8-3_Window, Window +TO-8-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-11-2 +TO-11-2 +TO-11-2 +0 +2 +2 +Package_TO_SOT_THT +TO-11-2_Window +TO-11-2_Window, Window +TO-11-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-11-3 +TO-11-3 +TO-11-3 +0 +3 +3 +Package_TO_SOT_THT +TO-11-3_Window +TO-11-3_Window, Window +TO-11-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-12-4 +TO-12-4 +TO-12-4 +0 +4 +4 +Package_TO_SOT_THT +TO-12-4_Window +TO-12-4_Window, Window +TO-12-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-17-4 +TO-17-4 +TO-17-4 +0 +4 +4 +Package_TO_SOT_THT +TO-17-4_Window +TO-17-4_Window, Window +TO-17-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-18-2 +TO-18-2 +TO-18-2 +0 +2 +2 +Package_TO_SOT_THT +TO-18-2_Lens +TO-18-2_Lens, Lens +TO-18-2_Lens Lens +0 +2 +2 +Package_TO_SOT_THT +TO-18-2_Window +TO-18-2_Window, Window +TO-18-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-18-3 +TO-18-3 +TO-18-3 +0 +3 +3 +Package_TO_SOT_THT +TO-18-3_Lens +TO-18-3_Lens, Lens +TO-18-3_Lens Lens +0 +3 +3 +Package_TO_SOT_THT +TO-18-3_Window +TO-18-3_Window, Window +TO-18-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-18-4 +TO-18-4 +TO-18-4 +0 +4 +4 +Package_TO_SOT_THT +TO-18-4_Lens +TO-18-4_Lens, Lens +TO-18-4_Lens Lens +0 +4 +4 +Package_TO_SOT_THT +TO-18-4_Window +TO-18-4_Window, Window +TO-18-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-33-4 +TO-33-4 +TO-33-4 +0 +4 +4 +Package_TO_SOT_THT +TO-33-4_Window +TO-33-4_Window, Window +TO-33-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-38-2 +TO-38-2 +TO-38-2 +0 +2 +2 +Package_TO_SOT_THT +TO-38-2_Window +TO-38-2_Window, Window +TO-38-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-38-3 +TO-38-3 +TO-38-3 +0 +3 +3 +Package_TO_SOT_THT +TO-38-3_Window +TO-38-3_Window, Window +TO-38-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-39-2 +TO-39-2 +TO-39-2 +0 +2 +2 +Package_TO_SOT_THT +TO-39-2_Window +TO-39-2_Window, Window +TO-39-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-39-3 +TO-39-3 +TO-39-3 +0 +3 +3 +Package_TO_SOT_THT +TO-39-3_Window +TO-39-3_Window, Window +TO-39-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-39-4 +TO-39-4 +TO-39-4 +0 +4 +4 +Package_TO_SOT_THT +TO-39-4_Window +TO-39-4_Window, Window +TO-39-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-39-6 +TO-39-6 +TO-39-6 +0 +6 +6 +Package_TO_SOT_THT +TO-39-6_Window +TO-39-6_Window, Window +TO-39-6_Window Window +0 +6 +6 +Package_TO_SOT_THT +TO-39-8 +TO-39-8 +TO-39-8 +0 +8 +8 +Package_TO_SOT_THT +TO-39-8_Window +TO-39-8_Window, Window +TO-39-8_Window Window +0 +8 +8 +Package_TO_SOT_THT +TO-39-10 +TO-39-10 +TO-39-10 +0 +10 +10 +Package_TO_SOT_THT +TO-39-10_Window +TO-39-10_Window, Window +TO-39-10_Window Window +0 +10 +10 +Package_TO_SOT_THT +TO-46-2 +TO-46-2 +TO-46-2 +0 +2 +2 +Package_TO_SOT_THT +TO-46-2_Pin2Center +TO-46-2, Pin2 at center of package, Thorlabs photodiodes +TO-46-2 Thorlabs +0 +2 +2 +Package_TO_SOT_THT +TO-46-2_Pin2Center_Window +TO-46-2, Pin2 at center of package, Thorlabs photodiodes +TO-46-2 Thorlabs +0 +2 +2 +Package_TO_SOT_THT +TO-46-2_Window +TO-46-2_Window, Window +TO-46-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-46-3 +TO-46-3 +TO-46-3 +0 +3 +3 +Package_TO_SOT_THT +TO-46-3_Pin2Center +TO-46-3, Pin2 at center of package, Thorlabs photodiodes, https://www.thorlabs.de/drawings/374b6862eb3b5a04-9360B5F6-5056-2306-D912111C06C3F830/FDGA05-SpecSheet.pdf +TO-46-3 Thorlabs +0 +3 +3 +Package_TO_SOT_THT +TO-46-3_Pin2Center_Window +TO-46-3, Pin2 at center of package, Thorlabs photodiodes, https://www.thorlabs.de/drawings/374b6862eb3b5a04-9360B5F6-5056-2306-D912111C06C3F830/FDGA05-SpecSheet.pdf +TO-46-3 Thorlabs +0 +3 +3 +Package_TO_SOT_THT +TO-46-3_Window +TO-46-3_Window, Window +TO-46-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-46-4 +TO-46-4 +TO-46-4 +0 +4 +4 +Package_TO_SOT_THT +TO-46-4_Window +TO-46-4_Window, Window +TO-46-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-52-2 +TO-52-2 +TO-52-2 +0 +2 +2 +Package_TO_SOT_THT +TO-52-2_Window +TO-52-2_Window, Window +TO-52-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-52-3 +TO-52-3 +TO-52-3 +0 +3 +3 +Package_TO_SOT_THT +TO-52-3_Window +TO-52-3_Window, Window +TO-52-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-72-4 +TO-72-4 +TO-72-4 +0 +4 +4 +Package_TO_SOT_THT +TO-72-4_Window +TO-72-4_Window, Window +TO-72-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-75-6 +TO-75-6 +TO-75-6 +0 +6 +6 +Package_TO_SOT_THT +TO-75-6_Window +TO-75-6_Window, Window +TO-75-6_Window Window +0 +6 +6 +Package_TO_SOT_THT +TO-78-6 +TO-78-6 +TO-78-6 +0 +6 +6 +Package_TO_SOT_THT +TO-78-6_Window +TO-78-6_Window, Window +TO-78-6_Window Window +0 +6 +6 +Package_TO_SOT_THT +TO-78-8 +TO-78-8 +TO-78-8 +0 +8 +8 +Package_TO_SOT_THT +TO-78-8_Window +TO-78-8_Window, Window +TO-78-8_Window Window +0 +8 +8 +Package_TO_SOT_THT +TO-78-10 +TO-78-10 +TO-78-10 +0 +10 +10 +Package_TO_SOT_THT +TO-78-10_Window +TO-78-10_Window, Window +TO-78-10_Window Window +0 +10 +10 +Package_TO_SOT_THT +TO-92 +TO-92 leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92-2 +TO-92 2-pin leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 diode SOD70 +0 +2 +2 +Package_TO_SOT_THT +TO-92-2_Horizontal1 +2-pin TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 temperature sensor diode +0 +2 +2 +Package_TO_SOT_THT +TO-92-2_Horizontal2 +2-pin TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 temperature sensor diode +0 +2 +2 +Package_TO_SOT_THT +TO-92-2_W4.0mm_Horizontal_FlatSideDown +TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +2 +2 +Package_TO_SOT_THT +TO-92-2_W4.0mm_Horizontal_FlatSideUp +TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +2 +2 +Package_TO_SOT_THT +TO-92-2_Wide +TO-92 2-pin leads in-line, wide, drill 0.75mm +to-92 sc-43 sc-43a sot54 PA33 diode SOD70 +0 +2 +2 +Package_TO_SOT_THT +TO-92Flat +TO-92Flat package, often used for hall sensors, drill 0.75mm (see e.g. http://www.ti.com/lit/ds/symlink/drv5023.pdf) +to-92Flat hall sensor +0 +3 +3 +Package_TO_SOT_THT +TO-92L +TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) +TO-92L Molded Narrow transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92L_HandSolder +TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm, hand-soldering variant with enlarged pads (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92L_Inline +TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) +TO-92L Inline Wide transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92L_Inline_Wide +TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) +TO-92L Inline Wide transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92L_Wide +TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) +TO-92L Molded Wide transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92Mini-2 +TO-92Mini package, drill 0.6mm (https://media.digikey.com/pdf/Data%20Sheets/Infineon%20PDFs/KT,KTY.pdf) +to-92Mini transistor +0 +2 +2 +Package_TO_SOT_THT +TO-92S +TO-92S package, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) +to-92S transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92S-2 +TO-92S package, 2-pin, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) +to-92S transistor +0 +2 +2 +Package_TO_SOT_THT +TO-92S_Wide +TO-92S_Wide package, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) +TO-92S_Wide transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_HandSolder +TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Horizontal1 +TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Horizontal2 +TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Inline +TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Inline_Horizontal1 +TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Inline_Horizontal2 +TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Inline_W4.0mm_Horizontal_FlatSideDown +TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Inline_W4.0mm_Horizontal_FlatSideUp +TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Inline_Wide +TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_W4.0mm_StaggerEven_Horizontal_FlatSideDown +TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_W4.0mm_StaggerEven_Horizontal_FlatSideUp +TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Wide +TO-92 leads molded, wide, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-99-6 +TO-99-6 +TO-99-6 +0 +6 +6 +Package_TO_SOT_THT +TO-99-6_Window +TO-99-6_Window, Window +TO-99-6_Window Window +0 +6 +6 +Package_TO_SOT_THT +TO-99-8 +TO-99-8 +TO-99-8 +0 +8 +8 +Package_TO_SOT_THT +TO-99-8_Window +TO-99-8_Window, Window +TO-99-8_Window Window +0 +8 +8 +Package_TO_SOT_THT +TO-100-10 +TO-100-10 +TO-100-10 +0 +10 +10 +Package_TO_SOT_THT +TO-100-10_Window +TO-100-10_Window, Window +TO-100-10_Window Window +0 +10 +10 +Package_TO_SOT_THT +TO-126-2_Horizontal_TabDown +TO-126-2, Horizontal, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf +TO-126-2 Horizontal RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-126-2_Horizontal_TabUp +TO-126-2, Horizontal, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf +TO-126-2 Horizontal RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-126-2_Vertical +TO-126-2, Vertical, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf +TO-126-2 Vertical RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-126-3_Horizontal_TabDown +TO-126-3, Horizontal, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf +TO-126-3 Horizontal RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-126-3_Horizontal_TabUp +TO-126-3, Horizontal, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf +TO-126-3 Horizontal RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-126-3_Vertical +TO-126-3, Vertical, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf +TO-126-3 Vertical RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-218-2_Horizontal_TabDown +TO-218-2, Horizontal, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf +TO-218-2 Horizontal RM 10.95mm SOT-93 +0 +2 +2 +Package_TO_SOT_THT +TO-218-2_Horizontal_TabUp +TO-218-2, Horizontal, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf +TO-218-2 Horizontal RM 10.95mm SOT-93 +0 +2 +2 +Package_TO_SOT_THT +TO-218-2_Vertical +TO-218-2, Vertical, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf +TO-218-2 Vertical RM 10.95mm SOT-93 +0 +2 +2 +Package_TO_SOT_THT +TO-218-3_Horizontal_TabDown +TO-218-3, Horizontal, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf +TO-218-3 Horizontal RM 5.475mm SOT-93 +0 +3 +3 +Package_TO_SOT_THT +TO-218-3_Horizontal_TabUp +TO-218-3, Horizontal, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf +TO-218-3 Horizontal RM 5.475mm SOT-93 +0 +3 +3 +Package_TO_SOT_THT +TO-218-3_Vertical +TO-218-3, Vertical, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf +TO-218-3 Vertical RM 5.475mm SOT-93 +0 +3 +3 +Package_TO_SOT_THT +TO-220-2_Horizontal_TabDown +TO-220-2, Horizontal, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF +TO-220-2 Horizontal RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-220-2_Horizontal_TabUp +TO-220-2, Horizontal, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF +TO-220-2 Horizontal RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-220-2_Vertical +TO-220-2, Vertical, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF +TO-220-2 Vertical RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-220-3_Horizontal_TabDown +TO-220-3, Horizontal, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf +TO-220-3 Horizontal RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-220-3_Horizontal_TabUp +TO-220-3, Horizontal, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf +TO-220-3 Horizontal RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-220-3_Vertical +TO-220-3, Vertical, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf +TO-220-3 Vertical RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-220-4_Horizontal_TabDown +TO-220-4, Horizontal, RM 2.54mm +TO-220-4 Horizontal RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-220-4_Horizontal_TabUp +TO-220-4, Horizontal, RM 2.54mm +TO-220-4 Horizontal RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-220-4_P5.08x2.54mm_StaggerEven_Lead3.8mm_Vertical +TO-220-4, Vertical, RM 2.54mm, staggered type-2 +TO-220-4 Vertical RM 2.54mm staggered type-2 +0 +4 +4 +Package_TO_SOT_THT +TO-220-4_P5.08x2.54mm_StaggerEven_Lead5.84mm_TabDown +TO-220-4, Horizontal, RM 2.54mm, staggered type-2 +TO-220-4 Horizontal RM 2.54mm staggered type-2 +0 +4 +4 +Package_TO_SOT_THT +TO-220-4_P5.08x2.54mm_StaggerOdd_Lead3.8mm_Vertical +TO-220-4, Vertical, RM 2.54mm, staggered type-1 +TO-220-4 Vertical RM 2.54mm staggered type-1 +0 +4 +4 +Package_TO_SOT_THT +TO-220-4_P5.08x2.54mm_StaggerOdd_Lead5.84mm_TabDown +TO-220-4, Horizontal, RM 2.54mm, staggered type-1 +TO-220-4 Horizontal RM 2.54mm staggered type-1 +0 +4 +4 +Package_TO_SOT_THT +TO-220-4_Vertical +TO-220-4, Vertical, RM 2.54mm +TO-220-4 Vertical RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-220-5_Horizontal_TabDown +TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf +TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 +0 +5 +5 +Package_TO_SOT_THT +TO-220-5_Horizontal_TabUp +TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf +TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 +0 +5 +5 +Package_TO_SOT_THT +TO-220-5_P3.4x3.7mm_StaggerEven_Lead3.8mm_Vertical +TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-2, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf +TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 staggered type-2 +0 +5 +5 +Package_TO_SOT_THT +TO-220-5_P3.4x3.7mm_StaggerOdd_Lead3.8mm_Vertical +TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-1, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf +TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 staggered type-1 +0 +5 +5 +Package_TO_SOT_THT +TO-220-5_P3.4x3.8mm_StaggerEven_Lead7.13mm_TabDown +TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-2, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf +TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 staggered type-2 +0 +5 +5 +Package_TO_SOT_THT +TO-220-5_P3.4x3.8mm_StaggerOdd_Lead7.13mm_TabDown +TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-1, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf +TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 staggered type-1 +0 +5 +5 +Package_TO_SOT_THT +TO-220-5_Vertical +TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf +TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 +0 +5 +5 +Package_TO_SOT_THT +TO-220-7_P2.54x3.7mm_StaggerEven_Lead3.8mm_Vertical +TO-220-7, Vertical, RM 1.27mm, Multiwatt-7, staggered type-2 +TO-220-7 Vertical RM 1.27mm Multiwatt-7 staggered type-2 +0 +7 +7 +Package_TO_SOT_THT +TO-220-7_P2.54x3.7mm_StaggerOdd_Lead3.8mm_Vertical +TO-220-7, Vertical, RM 1.27mm, Multiwatt-7, staggered type-1 +TO-220-7 Vertical RM 1.27mm Multiwatt-7 staggered type-1 +0 +7 +7 +Package_TO_SOT_THT +TO-220-7_P2.54x3.8mm_StaggerEven_Lead5.85mm_TabDown +TO-220-7, Horizontal, RM 1.27mm, Multiwatt-7, staggered type-2 +TO-220-7 Horizontal RM 1.27mm Multiwatt-7 staggered type-2 +0 +7 +7 +Package_TO_SOT_THT +TO-220-7_P2.54x3.8mm_StaggerOdd_Lead5.85mm_TabDown +TO-220-7, Horizontal, RM 1.27mm, Multiwatt-7, staggered type-1 +TO-220-7 Horizontal RM 1.27mm Multiwatt-7 staggered type-1 +0 +7 +7 +Package_TO_SOT_THT +TO-220-8_Vertical +TO-220-8 (Multiwatt8), Vertical, 2.54mm Pitch (http://www.st.com/resource/en/datasheet/tda7264.pdf) +TO-220-9 Vertical 2.54mm Pitch Multiwatt 8 +0 +8 +8 +Package_TO_SOT_THT +TO-220-9_P1.94x3.7mm_StaggerEven_Lead3.8mm_Vertical +TO-220-9, Vertical, RM 0.97mm, Multiwatt-9, staggered type-2 +TO-220-9 Vertical RM 0.97mm Multiwatt-9 staggered type-2 +0 +9 +9 +Package_TO_SOT_THT +TO-220-9_P1.94x3.7mm_StaggerOdd_Lead3.8mm_Vertical +TO-220-9, Vertical, RM 0.97mm, Multiwatt-9, staggered type-1 +TO-220-9 Vertical RM 0.97mm Multiwatt-9 staggered type-1 +0 +9 +9 +Package_TO_SOT_THT +TO-220-9_P1.94x3.8mm_StaggerEven_Lead5.85mm_TabDown +TO-220-9, Horizontal, RM 0.97mm, Multiwatt-9, staggered type-2 +TO-220-9 Horizontal RM 0.97mm Multiwatt-9 staggered type-2 +0 +9 +9 +Package_TO_SOT_THT +TO-220-9_P1.94x3.8mm_StaggerOdd_Lead5.85mm_TabDown +TO-220-9, Horizontal, RM 0.97mm, Multiwatt-9, staggered type-1 +TO-220-9 Horizontal RM 0.97mm Multiwatt-9 staggered type-1 +0 +9 +9 +Package_TO_SOT_THT +TO-220-11_P3.4x2.54mm_StaggerEven_Lead5.84mm_TabDown +TO-220-11, Horizontal, RM 1.7mm, staggered type-2, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf +TO-220-11 Horizontal RM 1.7mm staggered type-2 +0 +11 +11 +Package_TO_SOT_THT +TO-220-11_P3.4x2.54mm_StaggerOdd_Lead5.84mm_TabDown +TO-220-11, Horizontal, RM 1.7mm, staggered type-1, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf +TO-220-11 Horizontal RM 1.7mm staggered type-1 +0 +11 +11 +Package_TO_SOT_THT +TO-220-11_P3.4x5.08mm_StaggerEven_Lead4.58mm_Vertical +TO-220-11, Vertical, RM 1.7mm, staggered type-2, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf +TO-220-11 Vertical RM 1.7mm staggered type-2 +0 +11 +11 +Package_TO_SOT_THT +TO-220-11_P3.4x5.08mm_StaggerOdd_Lead4.85mm_Vertical +TO-220-11, Vertical, RM 1.7mm, staggered type-1, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf +TO-220-11 Vertical RM 1.7mm staggered type-1 +0 +11 +11 +Package_TO_SOT_THT +TO-220-11_P3.4x5.08mm_StaggerOdd_Lead8.45mm_TabDown +TO-220-11, Horizontal, RM 1.7mm, staggered type-1, see http://www.ti.com/lit/ds/symlink/lmd18200.pdf +TO-220-11 Horizontal RM 1.7mm staggered type-1 +0 +11 +11 +Package_TO_SOT_THT +TO-220-15_P2.54x2.54mm_StaggerEven_Lead4.58mm_Vertical +TO-220-15, Vertical, RM 1.27mm, staggered type-2, see http://www.st.com/resource/en/datasheet/l298.pdf +TO-220-15 Vertical RM 1.27mm staggered type-2 +0 +15 +15 +Package_TO_SOT_THT +TO-220-15_P2.54x2.54mm_StaggerEven_Lead5.84mm_TabDown +TO-220-15, Horizontal, RM 1.27mm, staggered type-2, see http://www.st.com/resource/en/datasheet/l298.pdf +TO-220-15 Horizontal RM 1.27mm staggered type-2 +0 +15 +15 +Package_TO_SOT_THT +TO-220-15_P2.54x2.54mm_StaggerOdd_Lead4.58mm_Vertical +TO-220-15, Vertical, RM 1.27mm, staggered type-1, see http://www.st.com/resource/en/datasheet/l298.pdf +TO-220-15 Vertical RM 1.27mm staggered type-1 +0 +15 +15 +Package_TO_SOT_THT +TO-220-15_P2.54x2.54mm_StaggerOdd_Lead5.84mm_TabDown +TO-220-15, Horizontal, RM 1.27mm, staggered type-1, see http://www.st.com/resource/en/datasheet/l298.pdf +TO-220-15 Horizontal RM 1.27mm staggered type-1 +0 +15 +15 +Package_TO_SOT_THT +TO-220F-2_Horizontal_TabDown +TO-220F-2, Horizontal, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf +TO-220F-2 Horizontal RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-220F-2_Horizontal_TabUp +TO-220F-2, Horizontal, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf +TO-220F-2 Horizontal RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-220F-2_Vertical +TO-220F-2, Vertical, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf +TO-220F-2 Vertical RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-220F-3_Horizontal_TabDown +TO-220F-3, Horizontal, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf +TO-220F-3 Horizontal RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-220F-3_Horizontal_TabUp +TO-220F-3, Horizontal, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf +TO-220F-3 Horizontal RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-220F-3_Vertical +TO-220F-3, Vertical, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf +TO-220F-3 Vertical RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-220F-4_Horizontal_TabDown +TO-220F-4, Horizontal, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Horizontal RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-220F-4_Horizontal_TabUp +TO-220F-4, Horizontal, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Horizontal RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-220F-4_P5.08x2.05mm_StaggerEven_Lead1.85mm_Vertical +TO-220F-4, Vertical, RM 2.54mm, staggered type-2, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Vertical RM 2.54mm staggered type-2 +0 +4 +4 +Package_TO_SOT_THT +TO-220F-4_P5.08x2.05mm_StaggerOdd_Lead1.85mm_Vertical +TO-220F-4, Vertical, RM 2.54mm, staggered type-1, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Vertical RM 2.54mm staggered type-1 +0 +4 +4 +Package_TO_SOT_THT +TO-220F-4_P5.08x3.7mm_StaggerEven_Lead3.5mm_Vertical +TO-220F-4, Vertical, RM 2.54mm, staggered type-2, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Vertical RM 2.54mm staggered type-2 +0 +4 +4 +Package_TO_SOT_THT +TO-220F-4_P5.08x3.7mm_StaggerOdd_Lead3.5mm_Vertical +TO-220F-4, Vertical, RM 2.54mm, staggered type-1, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Vertical RM 2.54mm staggered type-1 +0 +4 +4 +Package_TO_SOT_THT +TO-220F-4_Vertical +TO-220F-4, Vertical, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Vertical RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-220F-5_Horizontal_TabDown +TO-220F-5, Horizontal, RM 1.7mm, PentawattF-, MultiwattF-5 +TO-220F-5 Horizontal RM 1.7mm PentawattF- MultiwattF-5 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-5_Horizontal_TabUp +TO-220F-5, Horizontal, RM 1.7mm, PentawattF-, MultiwattF-5 +TO-220F-5 Horizontal RM 1.7mm PentawattF- MultiwattF-5 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-5_P3.4x2.06mm_StaggerEven_Lead1.86mm_Vertical +TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-2 +TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-2 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-5_P3.4x2.06mm_StaggerOdd_Lead1.86mm_Vertical +TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-1 +TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-1 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-5_P3.4x3.7mm_StaggerEven_Lead3.5mm_Vertical +TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-2 +TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-2 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-5_P3.4x3.7mm_StaggerOdd_Lead3.5mm_Vertical +TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-1 +TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-1 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-5_Vertical +TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5 +TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-7_P2.54x3.7mm_StaggerEven_Lead3.5mm_Vertical +TO-220F-7, Vertical, RM 1.27mm, staggered type-2 +TO-220F-7 Vertical RM 1.27mm staggered type-2 +0 +7 +7 +Package_TO_SOT_THT +TO-220F-7_P2.54x3.7mm_StaggerOdd_Lead3.5mm_Vertical +TO-220F-7, Vertical, RM 1.27mm, staggered type-1 +TO-220F-7 Vertical RM 1.27mm staggered type-1 +0 +7 +7 +Package_TO_SOT_THT +TO-220F-9_P1.8x3.7mm_StaggerEven_Lead3.5mm_Vertical +TO-220F-9, Vertical, RM 0.9mm, staggered type-2 +TO-220F-9 Vertical RM 0.9mm staggered type-2 +0 +9 +9 +Package_TO_SOT_THT +TO-220F-9_P1.8x3.7mm_StaggerOdd_Lead3.5mm_Vertical +TO-220F-9, Vertical, RM 0.9mm, staggered type-1 +TO-220F-9 Vertical RM 0.9mm staggered type-1 +0 +9 +9 +Package_TO_SOT_THT +TO-220F-11_P3.4x5.08mm_StaggerEven_Lead5.08mm_Vertical +TO-220F-11, Vertical, RM 1.7mm, MultiwattF-11, staggered type-2, see http://www.ti.com/lit/ds/symlink/lm3886.pdf +TO-220F-11 Vertical RM 1.7mm MultiwattF-11 staggered type-2 +0 +11 +11 +Package_TO_SOT_THT +TO-220F-11_P3.4x5.08mm_StaggerOdd_Lead5.08mm_Vertical +TO-220F-11, Vertical, RM 1.7mm, MultiwattF-11, staggered type-1, see http://www.ti.com/lit/ds/symlink/lm3886.pdf +TO-220F-11 Vertical RM 1.7mm MultiwattF-11 staggered type-1 +0 +11 +11 +Package_TO_SOT_THT +TO-220F-15_P2.54x5.08mm_StaggerEven_Lead5.08mm_Vertical +TO-220F-15, Vertical, RM 1.27mm, MultiwattF-15, staggered type-2 +TO-220F-15 Vertical RM 1.27mm MultiwattF-15 staggered type-2 +0 +15 +15 +Package_TO_SOT_THT +TO-220F-15_P2.54x5.08mm_StaggerOdd_Lead5.08mm_Vertical +TO-220F-15, Vertical, RM 1.27mm, MultiwattF-15, staggered type-1 +TO-220F-15 Vertical RM 1.27mm MultiwattF-15 staggered type-1 +0 +15 +15 +Package_TO_SOT_THT +TO-247-2_Horizontal_TabDown +TO-247-2, Horizontal, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-2 Horizontal RM 10.9mm +0 +2 +2 +Package_TO_SOT_THT +TO-247-2_Horizontal_TabUp +TO-247-2, Horizontal, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-2 Horizontal RM 10.9mm +0 +2 +2 +Package_TO_SOT_THT +TO-247-2_Vertical +TO-247-2, Vertical, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-2 Vertical RM 10.9mm +0 +2 +2 +Package_TO_SOT_THT +TO-247-3_Horizontal_TabDown +TO-247-3, Horizontal, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-247-3_Horizontal_TabUp +TO-247-3, Horizontal, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-247-3_Vertical +TO-247-3, Vertical, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-3 Vertical RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-247-4_Horizontal_TabDown +TO-247-4, Horizontal, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-4 Horizontal RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-247-4_Horizontal_TabUp +TO-247-4, Horizontal, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-4 Horizontal RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-247-4_Vertical +TO-247-4, Vertical, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-4 Vertical RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-247-5_Horizontal_TabDown +TO-247-5, Horizontal, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf +TO-247-5 Horizontal RM 2.54mm +0 +5 +5 +Package_TO_SOT_THT +TO-247-5_Horizontal_TabUp +TO-247-5, Horizontal, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf +TO-247-5 Horizontal RM 2.54mm +0 +5 +5 +Package_TO_SOT_THT +TO-247-5_Vertical +TO-247-5, Vertical, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf +TO-247-5 Vertical RM 2.54mm +0 +5 +5 +Package_TO_SOT_THT +TO-251-2-1EP_Horizontal_TabDown +TO-251-2, Horizontal, RM 4.58mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf +TO-251-2 Horizontal RM 4.58mm IPAK +0 +3 +3 +Package_TO_SOT_THT +TO-251-2_Vertical +TO-251-2, Vertical, RM 4.58mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf +TO-251-2 Vertical RM 4.58mm IPAK +0 +2 +2 +Package_TO_SOT_THT +TO-251-3-1EP_Horizontal_TabDown +TO-251-3, Horizontal, RM 2.29mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf +TO-251-3 Horizontal RM 2.29mm IPAK +0 +4 +4 +Package_TO_SOT_THT +TO-251-3_Vertical +TO-251-3, Vertical, RM 2.29mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf +TO-251-3 Vertical RM 2.29mm IPAK +0 +3 +3 +Package_TO_SOT_THT +TO-262-3-1EP_Horizontal_TabDown +TO-262-3, Horizontal, RM 2.54mm, IIPAK, I2PAK, see http://www.onsemi.com/pub/Collateral/EN8586-D.PDF +TO-262-3 Horizontal RM 2.54mm IIPAK I2PAK +0 +4 +4 +Package_TO_SOT_THT +TO-262-3_Vertical +TO-262-3, Vertical, RM 2.54mm, IIPAK, I2PAK, see http://www.onsemi.com/pub/Collateral/EN8586-D.PDF +TO-262-3 Vertical RM 2.54mm IIPAK I2PAK +0 +3 +3 +Package_TO_SOT_THT +TO-262-5-1EP_Horizontal_TabDown +TO-262-5, Horizontal, RM 1.7mm, IIPAK, I2PAK, see http://pdf.datasheetcatalog.com/datasheet/irf/iris4011.pdf +TO-262-5 Horizontal RM 1.7mm IIPAK I2PAK +0 +6 +6 +Package_TO_SOT_THT +TO-262-5_Vertical +TO-262-5, Vertical, RM 1.7mm, IIPAK, I2PAK, see http://pdf.datasheetcatalog.com/datasheet/irf/iris4011.pdf +TO-262-5 Vertical RM 1.7mm IIPAK I2PAK +0 +5 +5 +Package_TO_SOT_THT +TO-264-2_Horizontal_TabDown +TO-264-2, Horizontal, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf +TO-264-2 Horizontal RM 10.9mm +0 +2 +2 +Package_TO_SOT_THT +TO-264-2_Horizontal_TabUp +TO-264-2, Horizontal, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf +TO-264-2 Horizontal RM 10.9mm +0 +2 +2 +Package_TO_SOT_THT +TO-264-2_Vertical +TO-264-2, Vertical, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf +TO-264-2 Vertical RM 10.9mm +0 +2 +2 +Package_TO_SOT_THT +TO-264-3_Horizontal_TabDown +TO-264-3, Horizontal, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf +TO-264-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-264-3_Horizontal_TabUp +TO-264-3, Horizontal, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf +TO-264-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-264-3_Vertical +TO-264-3, Vertical, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf +TO-264-3 Vertical RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-264-5_Horizontal_TabDown +TO-264-5, Horizontal, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF +TO-264-5 Horizontal RM 3.81mm +0 +5 +5 +Package_TO_SOT_THT +TO-264-5_Horizontal_TabUp +TO-264-5, Horizontal, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF +TO-264-5 Horizontal RM 3.81mm +0 +5 +5 +Package_TO_SOT_THT +TO-264-5_Vertical +TO-264-5, Vertical, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF +TO-264-5 Vertical RM 3.81mm +0 +5 +5 +Potentiometer_SMD +Potentiometer_ACP_CA6-VSMD_Vertical +Potentiometer, vertical, ACP CA6-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf +Potentiometer vertical ACP CA6-VSMD +0 +3 +3 +Potentiometer_SMD +Potentiometer_ACP_CA6-VSMD_Vertical_Hole +Potentiometer, vertical, shaft hole, ACP CA6-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf +Potentiometer vertical hole ACP CA6-VSMD +0 +3 +3 +Potentiometer_SMD +Potentiometer_ACP_CA9-VSMD_Vertical +Potentiometer, vertical, ACP CA9-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer vertical ACP CA9-VSMD +0 +3 +3 +Potentiometer_SMD +Potentiometer_ACP_CA9-VSMD_Vertical_Hole +Potentiometer, vertical, shaft hole, ACP CA9-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer vertical hole ACP CA9-VSMD +0 +3 +3 +Potentiometer_SMD +Potentiometer_ACP_CA14-VSMD_Vertical +Potentiometer, vertical, ACP CA14-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer vertical ACP CA14-VSMD +0 +3 +3 +Potentiometer_SMD +Potentiometer_ACP_CA14-VSMD_Vertical_Hole +Potentiometer, vertical, shaft hole, ACP CA14-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer vertical hole ACP CA14-VSMD +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3214G_Horizontal +Potentiometer, horizontal, Bourns 3214G, https://www.bourns.com/docs/Product-Datasheets/3214.pdf +Potentiometer horizontal Bourns 3214G +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3214J_Horizontal +Potentiometer, horizontal, Bourns 3214J, https://www.bourns.com/docs/Product-Datasheets/3214.pdf +Potentiometer horizontal Bourns 3214J +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3214W_Vertical +Potentiometer, vertical, Bourns 3214W, https://www.bourns.com/docs/Product-Datasheets/3214.pdf +Potentiometer vertical Bourns 3214W +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3214X_Vertical +Potentiometer, vertical, Bourns 3214X, https://www.bourns.com/docs/Product-Datasheets/3214.pdf +Potentiometer vertical Bourns 3214X +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3224G_Horizontal +Potentiometer, horizontal, Bourns 3224G, https://www.bourns.com/docs/Product-Datasheets/3224.pdf +Potentiometer horizontal Bourns 3224G +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3224J_Horizontal +Potentiometer, horizontal, Bourns 3224J, https://www.bourns.com/docs/Product-Datasheets/3224.pdf +Potentiometer horizontal Bourns 3224J +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3224W_Vertical +Potentiometer, vertical, Bourns 3224W, https://www.bourns.com/docs/Product-Datasheets/3224.pdf +Potentiometer vertical Bourns 3224W +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3224X_Vertical +Potentiometer, vertical, Bourns 3224X, https://www.bourns.com/docs/Product-Datasheets/3224.pdf +Potentiometer vertical Bourns 3224X +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3269P_Horizontal +Potentiometer, horizontal, Bourns 3269P, https://www.bourns.com/docs/Product-Datasheets/3269.pdf +Potentiometer horizontal Bourns 3269P +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3269W_Vertical +Potentiometer, vertical, Bourns 3269W, https://www.bourns.com/docs/Product-Datasheets/3269.pdf +Potentiometer vertical Bourns 3269W +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3269X_Horizontal +Potentiometer, horizontal, Bourns 3269X, https://www.bourns.com/docs/Product-Datasheets/3269.pdf +Potentiometer horizontal Bourns 3269X +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3314G_Vertical +Potentiometer, vertical, Bourns 3314G, http://www.bourns.com/docs/Product-Datasheets/3314.pdf +Potentiometer vertical Bourns 3314G +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3314J_Vertical +Potentiometer, vertical, Bourns 3314J, http://www.bourns.com/docs/Product-Datasheets/3314.pdf +Potentiometer vertical Bourns 3314J +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3314R-1_Vertical_Hole +Potentiometer, vertical, shaft hole, Bourns 3314R-1, http://www.bourns.com/docs/Product-Datasheets/3314.pdf +Potentiometer vertical hole Bourns 3314R-1 +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3314R-GM5_Vertical +Potentiometer, vertical, Bourns 3314R-GM5, http://www.bourns.com/docs/Product-Datasheets/3314.pdf +Potentiometer vertical Bourns 3314R-GM5 +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3314S_Horizontal +Potentiometer, horizontal, Bourns 3314S, http://www.bourns.com/docs/Product-Datasheets/3314.pdf +Potentiometer horizontal Bourns 3314S +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_PRS11S_Vertical +Potentiometer, vertical, Bourns PRS11S, http://www.bourns.com/docs/Product-Datasheets/PRS11S.pdf +Potentiometer vertical Bourns PRS11S +0 +5 +5 +Potentiometer_SMD +Potentiometer_Bourns_TC33X_Vertical +Potentiometer, Bourns, TC33X, Vertical, https://www.bourns.com/pdfs/TC33.pdf +Potentiometer Bourns TC33X Vertical +0 +3 +3 +Potentiometer_SMD +Potentiometer_Vishay_TS53YJ_Vertical +Potentiometer, vertical, Vishay TS53YJ, https://www.vishay.com/docs/51008/ts53.pdf +Potentiometer vertical Vishay TS53YJ +0 +3 +3 +Potentiometer_SMD +Potentiometer_Vishay_TS53YL_Vertical +Potentiometer, vertical, Vishay TS53YL, https://www.vishay.com/docs/51008/ts53.pdf +Potentiometer vertical Vishay TS53YL +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA6-H2,5_Horizontal +Potentiometer, horizontal, ACP CA6-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf +Potentiometer horizontal ACP CA6-H2,5 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA9-H2,5_Horizontal +Potentiometer, horizontal, ACP CA9-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer horizontal ACP CA9-H2,5 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA9-H3,8_Horizontal +Potentiometer, horizontal, ACP CA9-H3,8, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer horizontal ACP CA9-H3,8 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA9-H5_Horizontal +Potentiometer, horizontal, ACP CA9-H5, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer horizontal ACP CA9-H5 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA9-V10_Vertical +Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer vertical ACP CA9-V10 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA9-V10_Vertical_Hole +Potentiometer, vertical, shaft hole, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer vertical hole ACP CA9-V10 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA14-H2,5_Horizontal +Potentiometer, horizontal, ACP CA14-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer horizontal ACP CA14-H2,5 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA14-H4_Horizontal +Potentiometer, horizontal, ACP CA14-H4, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer horizontal ACP CA14-H4 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA14-H5_Horizontal +Potentiometer, horizontal, ACP CA14-H5, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer horizontal ACP CA14-H5 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA14V-15_Vertical +Potentiometer, vertical, ACP CA14V-15, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer vertical ACP CA14V-15 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA14V-15_Vertical_Hole +Potentiometer, vertical, shaft hole, ACP CA14V-15, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer vertical hole ACP CA14V-15 +0 +3 +3 +Potentiometer_THT +Potentiometer_Alpha_RD901F-40-00D_Single_Vertical +Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 +potentiometer vertical 9mm single +0 +5 +3 +Potentiometer_THT +Potentiometer_Alpha_RD901F-40-00D_Single_Vertical_CircularHoles +Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 +potentiometer vertical 9mm single +0 +5 +3 +Potentiometer_THT +Potentiometer_Alpha_RD902F-40-00D_Dual_Vertical +Potentiometer, vertical, 9mm, dual, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 +potentiometer vertical 9mm dual +0 +8 +6 +Potentiometer_THT +Potentiometer_Alpha_RD902F-40-00D_Dual_Vertical_CircularHoles +Potentiometer, vertical, 9mm, dual, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 +potentiometer vertical 9mm dual +0 +8 +6 +Potentiometer_THT +Potentiometer_Alps_RK09K_Single_Horizontal +111009J 1110AK4 11100DN 1110AAR 1110077 1110A0J 110AMJ 1110B26 D1110C1A Potentiometer, horizontal, Alps RK09K Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09k/rk09k.pdf +Potentiometer horizontal Alps RK09K Single Snapin +0 +5 +4 +Potentiometer_THT +Potentiometer_Alps_RK09K_Single_Vertical +113004U 1130A6S 11300DR 1130A8G 1130081 1130A5R 1130AP5 1130AST D1130C3W D1130C1B D1130C3C D1130C2P Potentiometer, vertical, Alps RK09K Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09k/rk09k.pdf +Potentiometer vertical Alps RK09K RK09D Single Snapin +0 +5 +4 +Potentiometer_THT +Potentiometer_Alps_RK09L_Double_Horizontal +122002H 122002L 12B0A4S 12B0A1V Potentiometer, horizontal, Alps RK09L Double, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf +Potentiometer horizontal Alps RK09L Double +0 +8 +7 +Potentiometer_THT +Potentiometer_Alps_RK09L_Double_Vertical +1240015 1240019 12D0A1W 12D0A1T Potentiometer, vertical, Alps RK09L Double, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf +Potentiometer vertical Alps RK09L Double +0 +8 +7 +Potentiometer_THT +Potentiometer_Alps_RK09L_Single_Horizontal +1120A5F 1120036 1120A0Z 112003S Potentiometer, horizontal, Alps RK09L Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf +Potentiometer horizontal Alps RK09L Single +0 +5 +4 +Potentiometer_THT +Potentiometer_Alps_RK09L_Single_Vertical + 1140A5L 114001E 1140A2U 114001T Potentiometer, vertical, Alps RK09L Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf +Potentiometer vertical Alps RK09L Single +0 +5 +4 +Potentiometer_THT +Potentiometer_Alps_RK09Y11_Single_Horizontal +Potentiometer, horizontal, Long Life, Alps RK09Y11 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09y11/rk09y11.pdf +Potentiometer horizontal Alps RK09Y11 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK097_Dual_Horizontal +1210, Dual Pot, Horizontal, Alps RK097 Dual, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf +Potentiometer horizontal Alps RK097 Dual +0 +6 +6 +Potentiometer_THT +Potentiometer_Alps_RK097_Dual_Horizontal_Switch +1221-5R1211, Dual Pot, Horizontal, Switch, Alps RK097 Dual, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf +Potentiometer horizontal Alps RK097 Dual Switch +0 +8 +8 +Potentiometer_THT +Potentiometer_Alps_RK097_Single_Horizontal +1110, Single Pot, Horizontal, Alps RK097 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf +Potentiometer horizontal Alps RK097 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK097_Single_Horizontal_Switch +1111-5R1211, Single Pot, Horizontal, Switch, Alps RK097 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf +Potentiometer horizontal Alps RK097 Single Switch +0 +5 +5 +Potentiometer_THT +Potentiometer_Alps_RK163_Dual_Horizontal +12101A2 1210AX9 12A0B85 12A0BKR Potentiometer, horizontal, Alps RK163 Dual, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk16/rk16.pdf +Potentiometer horizontal Alps RK163 Dual +0 +6 +6 +Potentiometer_THT +Potentiometer_Alps_RK163_Single_Horizontal +1110U1Q 1110TNP 1110U2A 1110U0Q Potentiometer, horizontal, Alps RK163 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk16/rk16.pdf +Potentiometer horizontal Alps RK163 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3005_Horizontal +Potentiometer, horizontal, Bourns 3005, http://www.bourns.com/docs/Product-Datasheets/3005.pdf +Potentiometer horizontal Bourns 3005 +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3006P_Horizontal +Potentiometer, horizontal, Bourns 3006P, https://www.bourns.com/docs/Product-Datasheets/3006.pdf +Potentiometer horizontal Bourns 3006P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3006W_Horizontal +Potentiometer, horizontal, Bourns 3006W, https://www.bourns.com/docs/Product-Datasheets/3006.pdf +Potentiometer horizontal Bourns 3006W +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3006Y_Horizontal +Potentiometer, horizontal, Bourns 3006Y, https://www.bourns.com/docs/Product-Datasheets/3006.pdf +Potentiometer horizontal Bourns 3006Y +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3009P_Horizontal +Potentiometer, horizontal, Bourns 3009P, http://www.bourns.com/docs/Product-Datasheets/3009.pdf +Potentiometer horizontal Bourns 3009P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3009Y_Horizontal +Potentiometer, horizontal, Bourns 3009Y, http://www.bourns.com/docs/Product-Datasheets/3009.pdf +Potentiometer horizontal Bourns 3009Y +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3266P_Horizontal +Potentiometer, horizontal, Bourns 3266P, https://www.bourns.com/docs/Product-Datasheets/3266.pdf +Potentiometer horizontal Bourns 3266P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3266W_Vertical +Potentiometer, vertical, Bourns 3266W, https://www.bourns.com/docs/Product-Datasheets/3266.pdf +Potentiometer vertical Bourns 3266W +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3266X_Horizontal +Potentiometer, horizontal, Bourns 3266X, https://www.bourns.com/docs/Product-Datasheets/3266.pdf +Potentiometer horizontal Bourns 3266X +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3266Y_Vertical +Potentiometer, vertical, Bourns 3266Y, https://www.bourns.com/docs/Product-Datasheets/3266.pdf +Potentiometer vertical Bourns 3266Y +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3266Z_Horizontal +Potentiometer, horizontal, Bourns 3266Z, https://www.bourns.com/docs/Product-Datasheets/3266.pdf +Potentiometer horizontal Bourns 3266Z +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3296P_Horizontal +Potentiometer, horizontal, Bourns 3296P, https://www.bourns.com/pdfs/3296.pdf +Potentiometer horizontal Bourns 3296P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3296W_Vertical +Potentiometer, vertical, Bourns 3296W, https://www.bourns.com/pdfs/3296.pdf +Potentiometer vertical Bourns 3296W +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3296X_Horizontal +Potentiometer, horizontal, Bourns 3296X, https://www.bourns.com/pdfs/3296.pdf +Potentiometer horizontal Bourns 3296X +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3296Y_Vertical +Potentiometer, vertical, Bourns 3296Y, https://www.bourns.com/pdfs/3296.pdf +Potentiometer vertical Bourns 3296Y +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3296Z_Horizontal +Potentiometer, horizontal, Bourns 3296Z, https://www.bourns.com/pdfs/3296.pdf +Potentiometer horizontal Bourns 3296Z +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3299P_Horizontal +Potentiometer, horizontal, Bourns 3299P, https://www.bourns.com/pdfs/3299.pdf +Potentiometer horizontal Bourns 3299P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3299W_Vertical +Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf +Potentiometer vertical Bourns 3299W +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3299X_Horizontal +Potentiometer, horizontal, Bourns 3299X, https://www.bourns.com/pdfs/3299.pdf +Potentiometer horizontal Bourns 3299X +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3299Y_Vertical +Potentiometer, vertical, Bourns 3299Y, https://www.bourns.com/pdfs/3299.pdf +Potentiometer vertical Bourns 3299Y +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3299Z_Horizontal +Potentiometer, horizontal, Bourns 3299Z, https://www.bourns.com/pdfs/3299.pdf +Potentiometer horizontal Bourns 3299Z +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3339H_Vertical +Potentiometer, vertical, Bourns 3339H, http://www.bourns.com/docs/Product-Datasheets/3339.pdf +Potentiometer vertical Bourns 3339H +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3339P_Vertical +Potentiometer, vertical, Bourns 3339P, http://www.bourns.com/docs/Product-Datasheets/3339.pdf +Potentiometer vertical Bourns 3339P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3339P_Vertical_HandSoldering +Potentiometer, vertical, Bourns 3339P, hand-soldering, http://www.bourns.com/docs/Product-Datasheets/3339.pdf +Potentiometer vertical Bourns 3339P hand-soldering +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3339S_Horizontal +Potentiometer, horizontal, Bourns 3339S, http://www.bourns.com/docs/Product-Datasheets/3339.pdf +Potentiometer horizontal Bourns 3339S +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3339W_Horizontal +Potentiometer, horizontal, Bourns 3339W, http://www.bourns.com/docs/Product-Datasheets/3339.pdf +Potentiometer horizontal Bourns 3339W +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3386C_Horizontal +Potentiometer, horizontal, Bourns 3386C, https://www.bourns.com/pdfs/3386.pdf +Potentiometer horizontal Bourns 3386C +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3386F_Vertical +Potentiometer, vertical, Bourns 3386F, https://www.bourns.com/pdfs/3386.pdf +Potentiometer vertical Bourns 3386F +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3386P_Vertical +Potentiometer, vertical, Bourns 3386P, https://www.bourns.com/pdfs/3386.pdf +Potentiometer vertical Bourns 3386P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3386X_Horizontal +Potentiometer, horizontal, Bourns 3386X, https://www.bourns.com/pdfs/3386.pdf +Potentiometer horizontal Bourns 3386X +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_PTA1543_Single_Slide +Bourns single-gang slide potentiometer, 15.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf +Bourns single-gang slide potentiometer 15.0mm +0 +7 +4 +Potentiometer_THT +Potentiometer_Bourns_PTA2043_Single_Slide +Bourns single-gang slide potentiometer, 20.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf +Bourns single-gang slide potentiometer 20.0mm +0 +7 +4 +Potentiometer_THT +Potentiometer_Bourns_PTA3043_Single_Slide +Bourns single-gang slide potentiometer, 30.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf +Bourns single-gang slide potentiometer 30.0mm +0 +7 +4 +Potentiometer_THT +Potentiometer_Bourns_PTA4543_Single_Slide +Bourns single-gang slide potentiometer, 45.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf +Bourns single-gang slide potentiometer 45.0mm +0 +7 +4 +Potentiometer_THT +Potentiometer_Bourns_PTA6043_Single_Slide +Bourns single-gang slide potentiometer, 60.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf +Bourns single-gang slide potentiometer 60.0mm +0 +7 +4 +Potentiometer_THT +Potentiometer_Bourns_PTV09A-1_Single_Vertical +Potentiometer, vertical, Bourns PTV09A-1 Single, http://www.bourns.com/docs/Product-Datasheets/ptv09.pdf +Potentiometer vertical Bourns PTV09A-1 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_PTV09A-2_Single_Horizontal +Potentiometer, horizontal, Bourns PTV09A-2 Single, http://www.bourns.com/docs/Product-Datasheets/ptv09.pdf +Potentiometer horizontal Bourns PTV09A-2 Single +0 +5 +3 +Potentiometer_THT +Potentiometer_Omeg_PC16BU_Horizontal +Potentiometer, horizontal, Omeg PC16BU, http://www.omeg.co.uk/pc6bubrc.htm +Potentiometer horizontal Omeg PC16BU +0 +3 +3 +Potentiometer_THT +Potentiometer_Omeg_PC16BU_Vertical +Potentiometer, vertical, Omeg PC16BU, http://www.omeg.co.uk/pc6bubrc.htm +Potentiometer vertical Omeg PC16BU +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PC-16_Dual_Horizontal +Potentiometer, horizontal, Piher PC-16 Dual, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf +Potentiometer horizontal Piher PC-16 Dual +0 +6 +6 +Potentiometer_THT +Potentiometer_Piher_PC-16_Single_Horizontal +Potentiometer, horizontal, Piher PC-16 Single, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf +Potentiometer horizontal Piher PC-16 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PC-16_Single_Vertical +Potentiometer, vertical, Piher PC-16 Single, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf +Potentiometer vertical Piher PC-16 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PC-16_Triple_Horizontal +Potentiometer, horizontal, Piher PC-16 Triple, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf +Potentiometer horizontal Piher PC-16 Triple +0 +9 +9 +Potentiometer_THT +Potentiometer_Piher_PT-6-H_Horizontal +Potentiometer, horizontal, Piher PT-6-H, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf +Potentiometer horizontal Piher PT-6-H +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-6-V_Vertical +Potentiometer, vertical, Piher PT-6-V, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf +Potentiometer vertical Piher PT-6-V +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-6-V_Vertical_Hole +Potentiometer, vertical, shaft hole, Piher PT-6-V, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf +Potentiometer vertical hole Piher PT-6-V +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-10-H01_Horizontal +Potentiometer, horizontal, Piher PT-10-H01, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf +Potentiometer horizontal Piher PT-10-H01 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-10-H05_Horizontal +Potentiometer, horizontal, Piher PT-10-H05, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf +Potentiometer horizontal Piher PT-10-H05 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-10-V05_Vertical +Potentiometer, vertical, Piher PT-10-V05, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf +Potentiometer vertical Piher PT-10-V05 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-10-V10_Vertical +Potentiometer, vertical, Piher PT-10-V10, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf +Potentiometer vertical Piher PT-10-V10 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-10-V10_Vertical_Hole +Potentiometer, vertical, shaft hole, Piher PT-10-V10, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf +Potentiometer vertical hole Piher PT-10-V10 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-H01_Horizontal +Potentiometer, horizontal, Piher PT-15-H01, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer horizontal Piher PT-15-H01 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-H05_Horizontal +Potentiometer, horizontal, Piher PT-15-H05, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer horizontal Piher PT-15-H05 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-H06_Horizontal +Potentiometer, horizontal, Piher PT-15-H06, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer horizontal Piher PT-15-H06 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-H25_Horizontal +Potentiometer, horizontal, Piher PT-15-H25, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer horizontal Piher PT-15-H25 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-V02_Vertical +Potentiometer, vertical, Piher PT-15-V02, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer vertical Piher PT-15-V02 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-V02_Vertical_Hole +Potentiometer, vertical, shaft hole, Piher PT-15-V02, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer vertical hole Piher PT-15-V02 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-V15_Vertical +Potentiometer, vertical, Piher PT-15-V15, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer vertical Piher PT-15-V15 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-V15_Vertical_Hole +Potentiometer, vertical, shaft hole, Piher PT-15-V15, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer vertical hole Piher PT-15-V15 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_T-16H_Double_Horizontal +Potentiometer, horizontal, Piher T-16H Double, http://www.piher-nacesa.com/pdf/22-T16v03.pdf +Potentiometer horizontal Piher T-16H Double +0 +6 +6 +Potentiometer_THT +Potentiometer_Piher_T-16H_Single_Horizontal +Potentiometer, horizontal, Piher T-16H Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf +Potentiometer horizontal Piher T-16H Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_T-16L_Single_Vertical_Hole +Potentiometer, vertical, shaft hole, Piher T-16L Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf +Potentiometer vertical hole Piher T-16L Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Runtron_RM-063_Horizontal +Potentiometer, horizontal, Trimmer, RM-063 http://www.runtron.com/down/PDF%20Datasheet/Carbon%20Film%20Potentiometer/RM065%20RM063.pdf +Potentiometer Trimmer RM-063 +0 +3 +3 +Potentiometer_THT +Potentiometer_Runtron_RM-065_Vertical +Potentiometer, vertical, Trimmer, RM-065 https://components101.com/sites/default/files/component_datasheet/Preset%20Potentiometer%20%28Trimpot%29.pdf +Potentiometer Trimmer RM-065 +0 +3 +3 +Potentiometer_THT +Potentiometer_TT_P0915N +http://www.ttelectronics.com/sites/default/files/download-files/Datasheet_PanelPot_P09xSeries.pdf +potentiometer vertical TT P0915N single +0 +5 +3 +Potentiometer_THT +Potentiometer_Vishay_43_Horizontal +Potentiometer, horizontal, Vishay 43, http://www.vishay.com/docs/57026/43.pdf +Potentiometer horizontal Vishay 43 +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_148-149_Dual_Horizontal +Potentiometer, horizontal, Vishay 148-149 Dual, http://www.vishay.com/docs/57040/148149.pdf +Potentiometer horizontal Vishay 148-149 Dual +0 +6 +6 +Potentiometer_THT +Potentiometer_Vishay_148-149_Single_Horizontal +Potentiometer, horizontal, Vishay 148-149 Single, http://www.vishay.com/docs/57040/148149.pdf +Potentiometer horizontal Vishay 148-149 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_148-149_Single_Vertical +Potentiometer, vertical, Vishay 148-149 Single, http://www.vishay.com/docs/57040/148149.pdf +Potentiometer vertical Vishay 148-149 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_148E-149E_Dual_Horizontal +Potentiometer, horizontal, Vishay 148E-149E Dual, http://www.vishay.com/docs/57040/148149.pdf +Potentiometer horizontal Vishay 148E-149E Dual +0 +10 +6 +Potentiometer_THT +Potentiometer_Vishay_148E-149E_Single_Horizontal +Potentiometer, horizontal, Vishay 148E-149E Single, http://www.vishay.com/docs/57040/148149.pdf +Potentiometer horizontal Vishay 148E-149E Single +0 +7 +3 +Potentiometer_THT +Potentiometer_Vishay_248BH-249BH_Single_Horizontal +Potentiometer, horizontal, Vishay 248BH-249BH Single, http://www.vishay.com/docs/57054/248249.pdf +Potentiometer horizontal Vishay 248BH-249BH Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_248GJ-249GJ_Single_Horizontal +Potentiometer, horizontal, Vishay 248GJ-249GJ Single, http://www.vishay.com/docs/57054/248249.pdf +Potentiometer horizontal Vishay 248GJ-249GJ Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_248GJ-249GJ_Single_Vertical +Potentiometer, vertical, Vishay 248GJ-249GJ Single, http://www.vishay.com/docs/57054/248249.pdf +Potentiometer vertical Vishay 248GJ-249GJ Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_T7-YA_Single_Vertical +Potentiometer, vertical, Vishay T7-YA Single, http://www.vishay.com/docs/51015/t7.pdf +Potentiometer vertical Vishay T7-YA Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_T73XW_Horizontal +Potentiometer, horizontal, Vishay T73XW, http://www.vishay.com/docs/51016/t73.pdf +Potentiometer horizontal Vishay T73XW +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_T73XX_Horizontal +Potentiometer, horizontal, Vishay T73XX, http://www.vishay.com/docs/51016/t73.pdf +Potentiometer horizontal Vishay T73XX +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_T73YP_Vertical +Potentiometer, vertical, Vishay T73YP, http://www.vishay.com/docs/51016/t73.pdf +Potentiometer vertical Vishay T73YP +0 +3 +3 +RF +Skyworks_SKY13575_639LF +http://www.skyworksinc.com/uploads/documents/SKY13575_639LF_203270D.pdf +Skyworks +0 +19 +15 +RF +Skyworks_SKY65404-31 +http://www.skyworksinc.com/uploads/documents/SKY65404_31_201512K.pdf +Skyworks +0 +7 +7 +RF_Antenna +Abracon_APAES868R8060C16-T +Abracon RHCP ceramic patch antenna 854-882Mhz, 5dBi +APAES patch antenna +0 +1 +1 +RF_Antenna +Abracon_PRO-OB-440 +Abracon OnBoard SMD antenna 2400-2500Mhz, https://abracon.com/datasheets/PRO-OB-440.pdf +2400 PRO-OB-440 Antenna +0 +4 +4 +RF_Antenna +Abracon_PRO-OB-471 +OnBoard 868/915/868+2400 MHz Antenna, https://abracon.com/datasheets/PRO-OB-471.pdf +Antenna ProAnt OnBoard 868Mhz 915Mhz 2400Mhz +0 +6 +6 +RF_Antenna +Astrocast_AST50127-00 +L-band patch antenna, https://docs.astrocast.com/dl/0534-DOC-M2M-ASTRO-Patch_Antenna-Datasheet.pdf +L-band antenna astrocast Patch Antenna +0 +1 +1 +RF_Antenna +Coilcraft_MA5532-AE_RFID +RFID Transponder Coil +antenna rfid coilcraft +0 +2 +2 +RF_Antenna +Johanson_2450AT18x100 +Johanson 2450AT43F0100 SMD antenna 2400-2500Mhz, -0.5dBi, https://www.johansontechnology.com/datasheets/2450AT18A100/2450AT18A100.pdf +antenna +0 +2 +2 +RF_Antenna +Johanson_2450AT43F0100 +Johanson 2450AT43F0100 SMD antenna 2400-2500Mhz, 1dBi, https://www.johansontechnology.com/datasheets/2450AT43F0100/2450AT43F0100.pdf +antenna +0 +2 +2 +RF_Antenna +Pulse_W3011 +Pulse RF Antenna, 4mm Clearance +antenna rf +0 +3 +2 +RF_Antenna +Texas_SWRA117D_2.4GHz_Left +http://www.ti.com/lit/an/swra117d/swra117d.pdf +PCB antenna +0 +2 +2 +RF_Antenna +Texas_SWRA117D_2.4GHz_Right +http://www.ti.com/lit/an/swra117d/swra117d.pdf +PCB antenna +0 +2 +2 +RF_Antenna +Texas_SWRA416_868MHz_915MHz +http://www.ti.com/lit/an/swra416/swra416.pdf +PCB antenna +0 +20 +1 +RF_Converter +Anaren_0805_2012Metric-6 +https://cdn.anaren.com/product-documents/Xinger/DirectionalCouplers/DC4759J5020AHF/DC4759J5020AHF_DataSheet(Rev_E).pdf +coupler rf +0 +6 +6 +RF_Converter +Balun_Johanson_1.6x0.8mm +6-pin 1.6x0.8 mm balun footprint +Johanson balun filter +0 +6 +6 +RF_Converter +Balun_Johanson_0896BM15A0001 +https://www.johansontechnology.com/datasheets/0896BM15A0001/0896BM15A0001.pdf +balun RF +0 +6 +6 +RF_Converter +Balun_Johanson_0900FM15K0039 +Johanson 0900FM15K0039 DFN, 10 Pin (https://www.johansontechnology.com/datasheets/0900FM15K0039/0900FM15K0039.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Johanson DFN NoLead +0 +10 +10 +RF_Converter +Balun_Johanson_0900PC15J0013 +Johanson 0900PC15J0013 DFN, 10 Pin (https://www.johansontechnology.com/datasheets/0900PC15J0013/0900PC15J0013.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Johanson DFN NoLead +0 +10 +10 +RF_Converter +Balun_Johanson_5400BL15B050E +https://www.johansontechnology.com/datasheets/5400BL15B050/5400BL15B050.pdf +balun RF +0 +6 +6 +RF_Converter +RF_Attenuator_Susumu_PAT1220 +http://www.susumu-usa.com/pdf/Foot_Print_38.pdf, https://www.susumu.co.jp/common/pdf/n_catalog_partition16_en.pdf +2mm 1.2mm +0 +3 +3 +RF_GPS +Linx_RXM-GPS +GPS Module, Linx (https://linxtechnologies.com/wp/wp-content/uploads/rxm-gps-rm.pdf) +gps linx +0 +22 +22 +RF_GPS +Quectel_L70-R +Quectel L70-R, (https://www.quectel.com/product/gps-only-l70-r) +GPS Quectel L70-R +0 +18 +18 +RF_GPS +Quectel_L80-R +Quectel L80-R GPS Module, Patch on Top, https://www.quectel.com/UploadImage/Downlad/Quectel_L80-R_Hardware_Design_V1.2.pdf +quectel GPS GNSS +0 +12 +12 +RF_GPS +SIM28ML +https://simcom.ee/documents/SIM28ML/SIM28ML_Hardware%20Design_V1.01.pdf +SIM28ML GPS +0 +18 +18 +RF_GPS +Sierra_XA11X0 +QFN-24, Pitch 1.20 no EP, https://source.sierrawireless.com/resources/airprime/hardware_specs_user_guides/airprime_xm1100_product_technical_specification +QFN-24 P1.20 +0 +24 +24 +RF_GPS +Sierra_XM11X0 +QFN-20, Pitch 1.20 no EP, https://source.sierrawireless.com/resources/airprime/hardware_specs_user_guides/airprime_xm1100_product_technical_specification +QFN-20 P1.20 +0 +20 +20 +RF_GPS +ublox_LEA +ublox LEA 6/7/8, (https://www.u-blox.com/sites/default/files/LEA-M8S-M8T-FW3_HardwareIntegrationManual_%28UBX-15030060%29.pdf) +GPS ublox LEA 6/7/8 +0 +28 +28 +RF_GPS +ublox_MAX +ublox MAX 6/7/8, (https://www.u-blox.com/sites/default/files/MAX-8-M8-FW3_HardwareIntegrationManual_%28UBX-15030059%29.pdf) +GPS ublox MAX 6/7/8 +0 +18 +18 +RF_GPS +ublox_NEO +ublox NEO 6/7/8, (https://www.u-blox.com/sites/default/files/NEO-8Q-NEO-M8-FW3_HardwareIntegrationManual_%28UBX-15029985%29_0.pdf) +GPS ublox NEO 6/7/8 +0 +24 +24 +RF_GPS +ublox_SAM-M8Q +GPS Module, 15.5x15.5x6.3mm, https://www.u-blox.com/sites/default/files/SAM-M8Q_HardwareIntegrationManual_%28UBX-16018358%29.pdf +ublox SAM-M8Q +0 +100 +20 +RF_GPS +ublox_SAM-M8Q_HandSolder +GPS Module, 15.5x15.5x6.3mm, https://www.u-blox.com/sites/default/files/SAM-M8Q_HardwareIntegrationManual_%28UBX-16018358%29.pdf +ublox SAM-M8Q +0 +20 +20 +RF_GPS +ublox_ZED +ublox ZED-F9, https://www.u-blox.com/sites/default/files/ZED-F9P_DataSheet_%28UBX-17051259%29.pdf +GPS GNSS ublox ZED +0 +102 +55 +RF_GSM +Quectel_BC66 +GSM NB-IoT module, 15.8x17.7x2mm, https://www.quectel.com/UploadImage/Downlad/Quectel_BC66_Hardware_Design_V1.1.pdf +GSM NB-IoT Module BC66 M66 +0 +116 +58 +RF_GSM +Quectel_BC95 +GSM NB-IoT module, 19.9x23.6x2.2mm, https://www.quectel.com/UploadImage/Downlad/Quectel_BC95_Hardware_Design_V1.3.pdf +GSM NB-IoT module BC95 +0 +188 +94 +RF_GSM +Quectel_BG96 +Quectel BG96 Cellular GSM 2G Module https://www.quectel.com/download/quectel_bg96_hardware_design_v1-4 +Quectel BG96 Cellular GSM 2G Module +0 +204 +102 +RF_GSM +Quectel_M95 +Quad-Band GSM/GPRS module, 19.9x23.6x2.65mm, https://www.quectel.com/UploadImage/Downlad/M95_Hardware_Design_V1.3.pdf +GSM Module M95 +0 +84 +42 +RF_GSM +SIMCom_SIM800C +Quad-Band GSM/GPRS module, 17.6x15.7x2.3mm, http://simcom.ee/documents/SIM800C/SIM800C_Hardware_Design_V1.05.pdf +GSM Module SIM800C +0 +84 +42 +RF_GSM +SIMCom_SIM900 +Quad-Band GSM/GPRS module, 24x24x3mm, http://simcom.ee/documents/SIM900/SIM900_Hardware%20Design_V2.05.pdf +GSM Module SIM900 +0 +68 +68 +RF_GSM +Telit_xL865 +Telit xL865 familly footprint, http://www.telit.com/fileadmin/user_upload/products/Downloads/3G/Telit_UL865_Hardware_User_Guide_r8.pdf +xL865 gsm umts +0 +52 +48 +RF_GSM +ublox_SARA-G3_LGA-96 +ublox Sara GSM/HSPA modem, https://www.u-blox.com/sites/default/files/SARA-G3-U2_SysIntegrManual_%28UBX-13000995%29.pdf, pag.162 +ublox SARA-G3 SARA-U2 GSM HSPA +0 +192 +96 +RF_Mini-Circuits +Mini-Circuits_BK377 +Footprint for Mini-Circuits case BK377 (https://ww2.minicircuits.com/case_style/BK276.pdf) +Mini-circuits BK377 +0 +14 +14 +RF_Mini-Circuits +Mini-Circuits_BK377_LandPatternPL-005 +Footprint for Mini-Circuits case BK377 (https://ww2.minicircuits.com/case_style/BK276.pdf) according to land-pattern PL-005, including GND vias (https://ww2.minicircuits.com/pcb/98-pl005.pdf) +Mini-circuits VCXO JTOS PL-005 +0 +50 +14 +RF_Mini-Circuits +Mini-Circuits_CD541_H2.08mm +https://ww2.minicircuits.com/case_style/CD541.pdf +RF Transformer +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_CD542_H2.84mm +https://ww2.minicircuits.com/case_style/CD542.pdf +RF Transformer +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_CD542_LandPatternPL-052 +Footprint for Mini-Circuits case CD542 (https://ww2.minicircuits.com/case_style/CD542.pdf) using land-pattern PL-052, including GND-vias (https://ww2.minicircuits.com/pcb/98-pl052.pdf) +MiniCircuits PL-052 CD542 +0 +17 +6 +RF_Mini-Circuits +Mini-Circuits_CD542_LandPatternPL-094 +Footprint for mini circuit case CD542, Land pattern PL-094, pads 5 and 2 connected via insulated copper area below body, vias included (case drawing: https://ww2.minicircuits.com/case_style/CD542.pdf, land pattern drawing: https://ww2.minicircuits.com/pcb/98-pl094.pdf) +mini-circuits CD542 pl-094 +0 +18 +6 +RF_Mini-Circuits +Mini-Circuits_CD636_H4.11mm +https://ww2.minicircuits.com/case_style/CD636.pdf +RF Transformer +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_CD636_LandPatternPL-035 +Footprint for Mini-Circuits case CD636 (https://ww2.minicircuits.com/case_style/CD636.pdf) following land pattern PL-035, including GND-vias (https://ww2.minicircuits.com/pcb/98-pl035.pdf) +mini-circuits pl-035 CD636 +0 +13 +6 +RF_Mini-Circuits +Mini-Circuits_CD637_H5.23mm +https://ww2.minicircuits.com/case_style/CD637.pdf +RF Transformer +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_CK605 +Footprint for Mini-Circuits case CK605 (https://ww2.minicircuits.com/case_style/CK605.pdf) +Mini-Circuits CK605 +0 +16 +16 +RF_Mini-Circuits +Mini-Circuits_CK605_LandPatternPL-012 +Footprint for Mini-Circuits case CK605 (https://ww2.minicircuits.com/case_style/CK605.pdf) following land pattern PL-012, including GND vias (https://ww2.minicircuits.com/pcb/98-pl012.pdf) +Mini-Circuits PL-012 +0 +53 +16 +RF_Mini-Circuits +Mini-Circuits_DB1627 +Mini-Circuits top-hat case DB1627 (https://ww2.minicircuits.com/case_style/DB1627.pdf) +Mini-Circuits DB1627 +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_GP731 +Footprint for Mini-Circuits case GP731 (https://ww2.minicircuits.com/case_style/GP731.pdf) +Mini-Circuits GP731 +0 +8 +8 +RF_Mini-Circuits +Mini-Circuits_GP731_LandPatternPL-176 +Footprint for Mini-Circuits case GP731 (https://ww2.minicircuits.com/case_style/GP731.pdf) following land pattern PL-176, including GND vias (https://www.minicircuits.com/pcb/98-pl176.pdf) +mini-circuits PL-176 +0 +21 +8 +RF_Mini-Circuits +Mini-Circuits_GP1212 +Footprint for Mini-Circuits case GP1212 (https://ww2.minicircuits.com/case_style/GP731.pdf) +mini-circuits GP1212 +0 +8 +8 +RF_Mini-Circuits +Mini-Circuits_GP1212_LandPatternPL-176 +Footprint for Mini-Circuits case GP1212 (https://ww2.minicircuits.com/case_style/GP731.pdf) following land pattern PL-176, including GND vias (https://www.minicircuits.com/pcb/98-pl176.pdf) +mini-circuits PL-176 +0 +21 +8 +RF_Mini-Circuits +Mini-Circuits_HF1139 +Footprint for Mini-Circuits case HF1139 (https://ww2.minicircuits.com/case_style/HF1139.pdf) +Mini-Circuits HF1139 +0 +8 +8 +RF_Mini-Circuits +Mini-Circuits_HF1139_LandPatternPL-230 +Footprint for Mini-Circuits case HF1139 (https://ww2.minicircuits.com/case_style/HF1139.pdf) following land pattern PL-230, including GND vias (https://ww2.minicircuits.com/pcb/98-pl230.pdf) +Mini-Circuits PL-230 +0 +37 +8 +RF_Mini-Circuits +Mini-Circuits_HQ1157 +Footprint for Mini-Circuits case HQ1157 (https://www.minicircuits.com/case_style/HQ1157.pdf) +Mini-Circuits HQ1157 +0 +14 +14 +RF_Mini-Circuits +Mini-Circuits_HZ1198 +Footprint for Mini-Circuits case HZ1198 (https://ww2.minicircuits.com/case_style/HZ1198.pdf) +Mini-Circuits HZ1198 +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_HZ1198_LandPatternPL-247 +Footprint for Mini-Circuits cas HZ1198 (https://ww2.minicircuits.com/case_style/HZ1198.pdf) following land pattern PL-247, including GND-vias (https://www.minicircuits.com/pcb/98-pl247.pdf) +Mini-Circuits PL-247 HZ1198 +0 +40 +6 +RF_Mini-Circuits +Mini-Circuits_MMM168 +Footprint for Mini-Circuits case MMM168 (https://ww2.minicircuits.com/case_style/MMM168.pdf) +Mini-Circuits MMM168 +0 +4 +4 +RF_Mini-Circuits +Mini-Circuits_MMM168_LandPatternPL-225 +Footprint for Mini-Circuits case MMM168, Land pattern PL-225, vias included, (case drawing: https://ww2.minicircuits.com/case_style/MMM168.pdf, land pattern drawing: https://ww2.minicircuits.com/pcb/98-pl225.pdf) +pl-225 +0 +10 +4 +RF_Mini-Circuits +Mini-Circuits_QQQ130_ClockwisePinNumbering +Footprint for Mini-Circuits case QQQ130 (https://ww2.minicircuits.com/case_style/QQQ130.pdf) +Mini-Circuits QQQ130 +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_QQQ130_LandPattern_PL-236_ClockwisePinNumbering +Footprint for Mini-Circuits case QQQ130 (https://ww2.minicircuits.com/case_style/QQQ130.pdf) following land pattern PL-236, including GND vias (https://ww2.minicircuits.com/pcb/98-pl236.pdf) +Mini-Circuits PL-236 +0 +14 +6 +RF_Mini-Circuits +Mini-Circuits_TT1224_ClockwisePinNumbering +Footprint for Mini-Circuits case TT1224 (https://ww2.minicircuits.com/case_style/TT1224.pdf) following land-pattern PL-258, including GND-vias (https://www.minicircuits.com/pcb/98-pl258.pdf) +Mini-Circuits TT1224 +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_TT1224_LandPatternPL-258_ClockwisePinNumbering +Footprint for Mini-Circuits case TT1224 (https://ww2.minicircuits.com/case_style/TT1224.pdf) following land-pattern PL-258, including GND-vias (https://www.minicircuits.com/pcb/98-pl258.pdf) +PL-258 Mini-Circuits +0 +26 +6 +RF_Mini-Circuits +Mini-Circuits_TTT167 +Footprint for Mini-Circuits case TTT167 (https://ww2.minicircuits.com/case_style/TTT167.pdf) +Mini-Circuits TTT167 +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_TTT167_LandPatternPL-079 +Footprint for Mini-Circuits case TTT167 (Mini-Circuits_TTT167_LandPatternPL-079) following land pattern PL-079, including GND vias (https://ww2.minicircuits.com/pcb/98-pl079.pdf) +Mini-Circuits PL-079 +0 +36 +6 +RF_Mini-Circuits +Mini-Circuits_YY161 +Footprint for Mini-Circuits case YY161 (https://ww2.minicircuits.com/case_style/YY161.pdf) +Mini-Circuits YY161 +0 +8 +8 +RF_Mini-Circuits +Mini-Circuits_YY161_LandPatternPL-049 +Footprint for Mini-Circuits case YY161 (https://ww2.minicircuits.com/case_style/YY161.pdf) using land-pattern PL-049, including GND-connections and vias (https://ww2.minicircuits.com/pcb/98-pl049.pdf) +mini-circuits pl-049 +0 +36 +8 +RF_Module +Ai-Thinker-Ra-01-LoRa +Ai Thinker Ra-01 LoRa +LoRa Ra-01 +0 +16 +16 +RF_Module +Astrocast_AST50147-00 +L-band satellite communication module, https://docs.astrocast.com/dl/0532-DOC-M2M-ASTRO-Astronode_S-Datasheet.pdf +RF module Astrocast radio Astronode +0 +38 +38 +RF_Module +Atmel_ATSAMR21G18-MR210UA_NoRFPads +http://ww1.microchip.com/downloads/en/devicedoc/atmel-42475-atsamr21g18-mr210ua_datasheet.pdf +module wireless zigbee 802.15.4 flash crypto ATSAMR21G18 AT45DB041E TECC508A U.Fi +0 +42 +42 +RF_Module +BLE112-A +Class 4 Bluetooth Module with on-board antenna +Bluetooth Module +0 +30 +30 +RF_Module +BM78SPPS5xC2 +Bluetooth Dual-mode module with integral chip antenna (http://ww1.microchip.com/downloads/en/DeviceDoc/60001380C.pdf) +Bluetooth BR/EDR BLE +0 +33 +33 +RF_Module +CMWX1ZZABZ +https://wireless.murata.com/RFM/data/type_abz.pdf +iot lora sigfox +0 +57 +57 +RF_Module +CYBLE-21Pin-10x10mm +Cypress EZ-BLE PRoC Module (Bluetooth Smart) 21 Pin Module +Cypress BT Bluetooth +0 +21 +21 +RF_Module +DWM1000 +IEEE802.15.4-2011 UWB +UWB Module +0 +24 +24 +RF_Module +DecaWave_DWM1001 +https://www.decawave.com/sites/default/files/dwm1001_datasheet.pdf +UWB module +0 +34 +34 +RF_Module +Digi_XBee_SMT +http://www.digi.com/resources/documentation/digidocs/pdfs/90002126.pdf http://ftp1.digi.com/support/documentation/90001020_F.pdf +Digi XBee SMT RF +0 +37 +37 +RF_Module +E18-MS1-PCB +http://www.cdebyte.com/en/downpdf.aspx?id=122 +Zigbee +0 +24 +24 +RF_Module +E73-2G4M04S +http://www.cdebyte.com/en/downpdf.aspx?id=243 +BLE BLE5 nRF52832 +0 +44 +44 +RF_Module +ESP-07 +Wi-Fi Module, http://wiki.ai-thinker.com/_media/esp8266/docs/a007ps01a2_esp-07_product_specification_v1.2.pdf +Wi-Fi Module +0 +16 +16 +RF_Module +ESP-12E +Wi-Fi Module, http://wiki.ai-thinker.com/_media/esp8266/docs/aithinker_esp_12f_datasheet_en.pdf +Wi-Fi Module +0 +22 +22 +RF_Module +ESP-WROOM-02 +https://www.espressif.com/sites/default/files/documentation/0c-esp-wroom-02_datasheet_en.pdf +ESP WROOM-02 espressif esp8266ex +0 +19 +19 +RF_Module +ESP32-S2-MINI-1 +2.4 GHz Wi-Fi and Bluetooth combo chip, external antenna, https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf +2.4 GHz Wi-Fi Bluetooth external antenna espressif 20*15.4mm +0 +73 +65 +RF_Module +ESP32-S2-MINI-1U +2.4 GHz Wi-Fi and Bluetooth combo chip, external antenna, https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf +2.4 GHz Wi-Fi Bluetooth external antenna espressif 15.4*15.4mm +0 +73 +65 +RF_Module +ESP32-S2-WROVER +ESP32-S2-WROVER(-I) 2.4 GHz Wi-Fi https://www.espressif.com/sites/default/files/documentation/esp32-s2-wroom_esp32-s2-wroom-i_datasheet_en.pdf +ESP32-S2 ESP32 WIFI +0 +43 +43 +RF_Module +ESP32-S3-WROOM-1 +2.4 GHz Wi-Fi and Bluetooth module https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-1_wroom-1u_datasheet_en.pdf +2.4 GHz Wi-Fi and Bluetooth module +0 +62 +41 +RF_Module +ESP32-S3-WROOM-1U +2.4 GHz Wi-Fi and Bluetooth module https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-1_wroom-1u_datasheet_en.pdf +2.4 GHz Wi-Fi and Bluetooth module +0 +62 +41 +RF_Module +ESP32-WROOM-32 +Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf +Single 2.4 GHz Wi-Fi and Bluetooth combo chip +0 +60 +39 +RF_Module +ESP32-WROOM-32D +2.4 GHz Wi-Fi and Bluetooth module, https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf +2.4 GHz Wi-Fi and Bluetooth module ESP32-D0WD Espressif ESP32-WROOM-32E +0 +60 +39 +RF_Module +ESP32-WROOM-32U +Single 2.4 GHz Wi-Fi and Bluetooth combo chip with U.FL connector, https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf +Single 2.4 GHz Wi-Fi and Bluetooth combo chip +0 +60 +39 +RF_Module +ESP32-WROOM-32UE +2.4 GHz Wi-Fi and Bluetooth module, https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf +2.4 GHz Wi-Fi and Bluetooth module +0 +60 +39 +RF_Module +Garmin_M8-35_9.8x14.0mm_Layout6x6_P1.5mm +D52M ANT SoC Module https://www.thisisant.com/assets/resources/D00001687_D52_Module_Datasheet.v.2.3_(Garmin).pdf +RF SoC Radio ANT Bluetooth BLE D52 nRF52 Garmin Canada Dynastream Nordic +0 +35 +35 +RF_Module +HOPERF_RFM9XW_SMD +Low Power Long Range Transceiver Module SMD-16 (https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf) +LoRa Low Power Long Range Transceiver Module +0 +16 +16 +RF_Module +HOPERF_RFM9XW_THT +Low Power Long Range Transceiver Module THT-16 (https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf) +Low Power Long Range Transceiver Module LoRa +0 +16 +16 +RF_Module +HOPERF_RFM69HW +Radio, RF, Module, http://www.hoperf.com/upload/rf/RFM69HW-V1.3.pdf +Radio RF Module +0 +16 +16 +RF_Module +IQRF_TRx2DA_KON-SIM-01 +8 pin SIM connector for IQRF TR-x2DA(T) modules, http://iqrf.org/weben/downloads.php?id=104 +IQRF_KON-SIM-01 IQRF_TRx2DA +0 +10 +8 +RF_Module +IQRF_TRx2D_KON-SIM-01 +8 pin SIM connector for IQRF TR-x2D(C)(T) modules, http://iqrf.org/weben/downloads.php?id=104 +IQRF_KON-SIM-01 IQRF_TRx2D IQRF_TRx2DC +0 +10 +8 +RF_Module +Laird_BL652 +Bluetooth v4.2 + NFC module +Bluetooth BLE NFC +0 +39 +39 +RF_Module +MOD-nRF8001 +BLE module, https://www.olimex.com/Products/Modules/RF/MOD-nRF8001/ +BLE module +0 +11 +11 +RF_Module +Microchip_RN4871 +Microchip RN4871 footprint +RN4871 BLE +0 +16 +16 +RF_Module +Modtronix_inAir9 +Modtronix Wireless SX1276 LoRa Module (http://modtronix.com/img/prod/imod/inair9/inair_dimensions.gif) +Modtronix LoRa inAir inAir9 SX1276 RF 915MHz 868MHz Wireless +0 +14 +14 +RF_Module +MonoWireless_TWE-L-WX +https://www.mono-wireless.com/jp/products/TWE-LITE/MW-PDS-TWELITE-JP.pdf +TWE-L-WX +0 +32 +32 +RF_Module +NINA-B111 +NINA-B111 LGA module 42 Pin https://content.u-blox.com/sites/default/files/NINA-B1_DataSheet_UBX-15019243.pdf#page=30 +NINA ublox u-blox b111 bluetooth nrf52840 module +0 +42 +42 +RF_Module +Particle_P1 +https://docs.particle.io/datasheets/p1-datasheet/ +Particle P1 +0 +75 +75 +RF_Module +RAK811 +RAK811 LPWAN Module https://downloads.rakwireless.com/LoRa/RAK811/Hardware_Specification/RAK811_LoRa_Module_Datasheet_V1.4.pdf +LoRa LoRaWAN RAK811 +0 +34 +34 +RF_Module +RAK4200 +RAK4200 LPWAN Module https://downloads.rakwireless.com/LoRa/RAK4200/Hardware-Specification/RAK4200_Module_Specifications_V1.4.pdf +LoRa LoRaWAN RAK4200 +0 +20 +20 +RF_Module +RFDigital_RFD77101 +RFDigital RFD77101 Simblee +RFDigital RFD77101 Simblee +0 +45 +45 +RF_Module +RN42 +Class 2 Bluetooth Module with on-board antenna +Bluetooth Module +0 +36 +33 +RF_Module +RN42N +Class 2 Bluetooth Module without antenna +Bluetooth Module +0 +39 +36 +RF_Module +RN2483 +Low-Power Long Range LoRa Transceiver Module +rf module lora lorawan +0 +47 +47 +RF_Module +Raytac_MDBT50Q +Multiprotocol radio SoC module https://www.raytac.com/download/index.php?index_id=43 +wireless 2.4 GHz Bluetooth ble zigbee 802.15.4 thread nordic raytac nrf52840 nrf52833 +0 +61 +61 +RF_Module +ST_SPBTLE +Bluetooth Low Energy Module +ble module st bluetooth +0 +11 +11 +RF_Module +TD1205 +https://github.com/Telecom-Design/Documentation_TD_RF_Module/blob/master/TD1205%20Datasheet.pdf +SIGFOX Module +0 +9 +9 +RF_Module +TD1208 +https://github.com/Telecom-Design/Documentation_TD_RF_Module/blob/master/TD1208%20Datasheet.pdf +SIGFOX Module +0 +25 +25 +RF_Module +Taiyo-Yuden_EYSGJNZWY +Taiyo Yuden NRF51822 Module Bluetooth https://www.yuden.co.jp/wireless_module/document/datareport2/en/TY_BLE_EYSGJNZ_DataReport_V1_9_20180530E.pdf +Taiyo Yuden NRF51822 Module Bluetooth +0 +30 +28 +RF_Module +ZETA-433-SO_SMD +RF transceiver SMD style https://www.rfsolutions.co.uk/downloads/1456219226DS-ZETA.pdf +RF transceiver SMD style +0 +12 +12 +RF_Module +ZETA-433-SO_THT +RF transceiver THT style https://www.rfsolutions.co.uk/downloads/1456219226DS-ZETA.pdf +RF transceiver SMD style +0 +12 +12 +RF_Module +nRF24L01_Breakout +nRF24L01 breakout board +nRF24L01 adapter breakout +0 +8 +8 +RF_Shielding +Laird_Technologies_97-2002_25.40x25.40mm +Laird Technologies 97-2002 EZ PEEL Shielding Cabinet One Piece SMD 25.40x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +8 +1 +RF_Shielding +Laird_Technologies_97-2003_12.70x13.37mm +Laird Technologies 97-2003 EZ PEEL Shielding Cabinet One Piece SMD 12.70x13.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +8 +1 +RF_Shielding +Laird_Technologies_BMI-S-101_13.66x12.70mm +Laird Technologies BMI-S-101 Shielding Cabinet One Piece SMD 13.66x12.70mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +16 +1 +RF_Shielding +Laird_Technologies_BMI-S-102_16.50x16.50mm +Laird Technologies BMI-S-102 Shielding Cabinet One Piece SMD 16.50x16.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +16 +1 +RF_Shielding +Laird_Technologies_BMI-S-103_26.21x26.21mm +Laird Technologies BMI-S-103 Shielding Cabinet One Piece SMD 26.21x26.21mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +24 +1 +RF_Shielding +Laird_Technologies_BMI-S-104_32.00x32.00mm +Laird Technologies BMI-S-104 Shielding Cabinet One Piece SMD 32.00x32.00mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +28 +1 +RF_Shielding +Laird_Technologies_BMI-S-105_38.10x25.40mm +Laird Technologies BMI-S-105 Shielding Cabinet One Piece SMD 38.10x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +28 +1 +RF_Shielding +Laird_Technologies_BMI-S-106_36.83x33.68mm +Laird Technologies BMI-S-106 Shielding Cabinet One Piece SMD 36.83x33.68mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +28 +1 +RF_Shielding +Laird_Technologies_BMI-S-107_44.37x44.37mm +Laird Technologies BMI-S-107 Shielding Cabinet One Piece SMD 44.37x44.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +36 +1 +RF_Shielding +Laird_Technologies_BMI-S-201-F_13.66x12.70mm +Laird Technologies BMI-S-201-F Shielding Cabinet Two Piece SMD 13.66x12.70mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +16 +1 +RF_Shielding +Laird_Technologies_BMI-S-202-F_16.50x16.50mm +Laird Technologies BMI-S-202-F Shielding Cabinet Two Piece SMD 16.50x16.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +16 +1 +RF_Shielding +Laird_Technologies_BMI-S-203-F_26.21x26.21mm +Laird Technologies BMI-S-203-F Shielding Cabinet Two Piece SMD 26.21x26.21mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +24 +1 +RF_Shielding +Laird_Technologies_BMI-S-204-F_32.00x32.00mm +Laird Technologies BMI-S-204-F Shielding Cabinet Two Piece SMD 32.00x32.00mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +28 +1 +RF_Shielding +Laird_Technologies_BMI-S-205-F_38.10x25.40mm +Laird Technologies BMI-S-205-F Shielding Cabinet Two Piece SMD 38.10x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +28 +1 +RF_Shielding +Laird_Technologies_BMI-S-206-F_36.83x33.68mm +Laird Technologies BMI-S-206-F Shielding Cabinet Two Piece SMD 36.83x33.68mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +28 +1 +RF_Shielding +Laird_Technologies_BMI-S-207-F_44.37x44.37mm +Laird Technologies BMI-S-207-F Shielding Cabinet Two Piece SMD 44.37x44.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +36 +1 +RF_Shielding +Laird_Technologies_BMI-S-208-F_39.60x39.60mm +Laird Technologies BMI-S-208-F Shielding Cabinet Two Piece SMD 39.60x39.60mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +32 +1 +RF_Shielding +Laird_Technologies_BMI-S-209-F_29.36x18.50mm +Laird Technologies BMI-S-209-F Shielding Cabinet Two Piece SMD 29.36x18.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +20 +1 +RF_Shielding +Laird_Technologies_BMI-S-210-F_44.00x30.50mm +Laird Technologies BMI-S-210-F Shielding Cabinet Two Piece SMD 44.00x30.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +32 +1 +RF_Shielding +Laird_Technologies_BMI-S-230-F_50.8x38.1mm +Laird Technologies BMI-S-230-F Shielding Cabinet Two Piece SMD 50.8x38.1mm +Shielding Cabinet +0 +36 +1 +RF_Shielding +Wuerth_36103205_20x20mm +WE-SHC Shielding Cabinet SMD 20x20mm +Shielding Cabinet +0 +20 +1 +RF_Shielding +Wuerth_36103255_25x25mm +WE-SHC Shielding Cabinet SMD 25x25mm +Shielding Cabinet +0 +24 +1 +RF_Shielding +Wuerth_36103305_30x30mm +WE-SHC Shielding Cabinet SMD 30x30mm +Shielding Cabinet +0 +28 +1 +RF_Shielding +Wuerth_36103505_50x50mm +WE-SHC Shielding Cabinet SMD 50x50mm +Shielding Cabinet +0 +44 +1 +RF_Shielding +Wuerth_36103605_60x60mm +WE-SHC Shielding Cabinet SMD 60x60mm +Shielding Cabinet +0 +52 +1 +RF_Shielding +Wuerth_36503205_20x20mm +WE-SHC Shielding Cabinet THT 21x21mm +Shielding Cabinet +0 +16 +1 +RF_Shielding +Wuerth_36503255_25x25mm +WE-SHC Shielding Cabinet THT 26x26mm +Shielding Cabinet +0 +20 +1 +RF_Shielding +Wuerth_36503305_30x30mm +WE-SHC Shielding Cabinet THT 31x31mm +Shielding Cabinet +0 +24 +1 +RF_Shielding +Wuerth_36503505_50x50mm +WE-SHC Shielding Cabinet THT 51x51mm +Shielding Cabinet +0 +40 +1 +RF_Shielding +Wuerth_36503605_60x60mm +WE-SHC Shielding Cabinet THT 61x61mm +Shielding Cabinet +0 +48 +1 +RF_WiFi +USR-C322 +https://www.usriot.com/download/WIFI/USR-C322-Hardware-Manual_V1.2.01.pdf +WiFi IEEE802.11 b/g/n +0 +44 +44 +Relay_SMD +Relay_2P2T_10x6mm_TE_IMxxG +Signal Relay, 10x6mm, 2 Form C, Gull Wings, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7F108-98001%7FZ.1%7Fpdf%7FEnglish%7FENG_DS_108-98001_Z.1.pdf +TE IM-Series Relay DPDT Form C +0 +8 +8 +Relay_SMD +Relay_DPDT_AXICOM_IMSeries_JLeg +http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Specification+Or+Standard%7F108-98001%7FW5%7Fpdf%7FEnglish%7FENG_SS_108-98001_W5.pdf +AXICOM IM-Series Relay J JLeg +0 +8 +8 +Relay_SMD +Relay_DPDT_FRT5_SMD +IM Signal Relay DPDT FRT5 narrow footprint, SMD version of package +Relay DPDT IM-relay FRT5 +0 +10 +10 +Relay_SMD +Relay_DPDT_Kemet_EE2_NU +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double coil latching surface mount SMD +0 +8 +8 +Relay_SMD +Relay_DPDT_Kemet_EE2_NUH +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double coil latching surface mount SMD +0 +8 +8 +Relay_SMD +Relay_DPDT_Kemet_EE2_NUH_DoubleCoil +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD +0 +10 +10 +Relay_SMD +Relay_DPDT_Kemet_EE2_NUX_DoubleCoil +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD +0 +10 +10 +Relay_SMD +Relay_DPDT_Kemet_EE2_NUX_NKX +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double coil latching surface mount SMD +0 +8 +8 +Relay_SMD +Relay_DPDT_Kemet_EE2_NU_DoubleCoil +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD +0 +10 +10 +Relay_SMD +Relay_DPDT_Omron_G6H-2F +package for Omron G6H-2F relais, see http://cdn-reichelt.de/documents/datenblatt/C300/G6H%23OMR.pdf +Omron G6H-2F relais +0 +10 +10 +Relay_SMD +Relay_DPDT_Omron_G6K-2F +Omron G6K-2F relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf +Omron G6K-2F relay +0 +8 +8 +Relay_SMD +Relay_DPDT_Omron_G6K-2F-Y +Omron G6K-2F-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf +Omron G6K-2F-Y relay +0 +8 +8 +Relay_SMD +Relay_DPDT_Omron_G6K-2G +Omron G6K-2G relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf +Omron G6K-2G relay +0 +8 +8 +Relay_SMD +Relay_DPDT_Omron_G6K-2G-Y +Omron G6K-2G-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf +Omron G6K-2G-Y relay +0 +8 +8 +Relay_SMD +Relay_DPDT_Omron_G6S-2F +Relay Omron G6S-2F, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf +Relay Omron G6S-2F +0 +8 +8 +Relay_SMD +Relay_DPDT_Omron_G6S-2G +Relay Omron G6S-2G, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf +Relay Omron G6S-2G +0 +8 +8 +Relay_SMD +Relay_DPDT_Omron_G6SK-2F +Relay Omron G6SK-2F, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf +Relay Omron G6SK-2F +0 +10 +10 +Relay_SMD +Relay_DPDT_Omron_G6SK-2G +Relay Omron G6SK-2G, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf +Relay Omron G6SK-2G +0 +10 +10 +Relay_SMD +Relay_Fujitsu_FTR-B3S +https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-b3.pdf +Fujitsh FTR B3S B3SA Relay J JLeg +0 +8 +8 +Relay_SMD +Relay_SPDT_AXICOM_HF3Series_50ohms_Pitch1.27mm +hiqsdr.com/images/3/3e/Axicom-HF3.pdf +AXICOM HF3-Series Relay Pitch 1.27mm 50ohms +0 +16 +16 +Relay_SMD +Relay_SPDT_AXICOM_HF3Series_75ohms_Pitch1.27mm +hiqsdr.com/images/3/3e/Axicom-HF3.pdf +AXICOM HF3-Series Relay Pitch 1.27mm 75ohm +0 +16 +16 +Relay_THT +Relay_1-Form-A_Schrack-RYII_RM5mm +Relay, 1-Form-A, Schrack-RYII, RM5mm, SPST-NO +Relay 1-Form-A Schrack-RYII RM5mm SPST-NO +0 +4 +4 +Relay_THT +Relay_1-Form-B_Schrack-RYII_RM5mm +Relay, 1-Form-B, Schrack-RYII, RM5mm, SPST-NC +Relay 1-Form-B Schrack-RYII RM5mm SPST-NC +0 +4 +4 +Relay_THT +Relay_1-Form-C_Schrack-RYII_RM3.2mm +Relay, 1-Form-C, Schrack-RYII, RM3.2mm, SPDT +Relay 1-Form-C Schrack-RYII RM3.2mm SPDT +0 +5 +5 +Relay_THT +Relay_1P1T_NO_10x24x18.8mm_Panasonic_ADW11xxxxW_THT +Panasonic Relay SPST 10mm 24mm, https://www.panasonic-electric-works.com/pew/es/downloads/ds_dw_hl_en.pdf +Panasonic Relay SPST +0 +4 +4 +Relay_THT +Relay_DPDT_AXICOM_IMSeries_Pitch3.2mm +AXICOM IM-Series Relays, DPDR, Pitch 3.2mm, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Specification+Or+Standard%7F108-98001%7FV%7Fpdf%7FEnglish%7FENG_SS_108-98001_V_IM_0614_v1.pdf%7F4-1462039-1 +AXICOM IM-Series Relay DPDR Pitch 3.2mm +0 +8 +8 +Relay_THT +Relay_DPDT_AXICOM_IMSeries_Pitch5.08mm +AXICOM IM-Series Relays, DPDR, Pitch 5.08 +AXICOM IM-Series Relay DPDR Pitch 5.08 +0 +8 +8 +Relay_THT +Relay_DPDT_FRT5 +IM Signal Relay DPDT FRT5 narrow footprint +Relay DPDT IM-relay FRT5 +0 +10 +10 +Relay_THT +Relay_DPDT_Finder_30.22 +Finder 32.21-x000 Relay, DPDT, https://gfinder.findernet.com/public/attachments/30/EN/S30EN.pdf +AXICOM IM-Series Relay SPDT +0 +8 +8 +Relay_THT +Relay_DPDT_Finder_40.52 +Relay DPDT Finder 40.52, Pitch 5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf +Relay DPDT Finder 40.52 Pitch 5mm +0 +8 +8 +Relay_THT +Relay_DPDT_Fujitsu_FTR-F1C +https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-f1.pdf +relay dpdt fujitsu tht +0 +8 +8 +Relay_THT +Relay_DPDT_Kemet_EC2 +Kemet signal relay, DPDT, non-latching, single coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT non single coil latching through hole THT +0 +8 +8 +Relay_THT +Relay_DPDT_Kemet_EC2_DoubleCoil +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double dual coil latching through hole THT +0 +10 +10 +Relay_THT +Relay_DPDT_Omron_G2RL-2 +Omron Relay, DPDT, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf +Omron Relay DPDT +0 +8 +8 +Relay_THT +Relay_DPDT_Omron_G5V-2 +http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5v2.pdf +Omron G5V-2 Relay DPDT +0 +8 +8 +Relay_THT +Relay_DPDT_Omron_G6H-2 +Omron relay G6H-2, see http://cdn-reichelt.de/documents/datenblatt/C300/G6H%23OMR.pdf +Omron relay G6H-2 +0 +10 +10 +Relay_THT +Relay_DPDT_Omron_G6K-2P +Omron G6K-2P relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf +Omron G6K-2P relay +0 +8 +8 +Relay_THT +Relay_DPDT_Omron_G6K-2P-Y +Omron G6K-2P-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf +Omron G6K-2P-Y relay +0 +8 +8 +Relay_THT +Relay_DPDT_Omron_G6S-2 +Relay Omron G6S-2, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf +Relay Omron G6S-2 +0 +8 +8 +Relay_THT +Relay_DPDT_Omron_G6SK-2 +Relay Omron G6SK-2, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf +Relay Omron G6SK-2 +0 +10 +10 +Relay_THT +Relay_DPDT_Panasonic_JW2 +Panasonic Relay DPDT, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok +Panasonic Relay DPDT +0 +8 +8 +Relay_THT +Relay_DPDT_Schrack-RT2-FormC-Dual-Coil_RM5mm +Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FRT2_bistable%7F1116%7Fpdf%7FEnglish%7FENG_DS_RT2_bistable_1116.pdf%7F1-1415537-8 +Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Relay +0 +9 +9 +Relay_THT +Relay_DPDT_Schrack-RT2-FormC_RM5mm +Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN +Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Relay +0 +8 +8 +Relay_THT +Relay_DPST_Fujitsu_FTR-F1A +https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-f1.pdf +relay dpst fujitsu tht +0 +6 +6 +Relay_THT +Relay_DPST_Omron_G2RL-2A +Omron Relay, DPST, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf +Omron Relay DPST +0 +6 +6 +Relay_THT +Relay_DPST_Schrack-RT2-FormA_RM5mm +Relay DPST Schrack-RT2 RM5mm 16A 250V AC Form A http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN +Relay DPST Schrack-RT2 RM5mm 16A 250V AC Relay +0 +6 +6 +Relay_THT +Relay_SPDT_Finder_32.21-x000 +Finder 32.21-x000 Relay, SPDT, https://gfinder.findernet.com/assets/Series/355/S32EN.pdf +AXICOM IM-Series Relay SPDT +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_34.51_Horizontal +Relay SPDT, Finder Type34.51, horizontal form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf +Relay SPDT Finder +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_34.51_Vertical +Relay SPDT, Finder Type34.51, vertical/standing form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf +Relay SPDT Finder +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_36.11 +FINDER 36.11, SPDT relay, 10A, https://gfinder.findernet.com/public/attachments/36/EN/S36EN.pdf +spdt relay +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_40.11 +Relay SPDT Finder 40.11, https://www.finder-relais.net/de/finder-relais-serie-40.pdf +Relay SPDT Finder 40.11 +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_40.31 +Relay DPDT Finder 40.31, Pitch 3.5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf +Relay DPDT Finder 40.31 Pitch 3.5mm +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_40.41 +Relay DPDT Finder 40.41, Pitch 3.5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf +Relay DPDT Finder 40.41 Pitch 3.5mm +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_40.51 +Relay DPDT Finder 40.51, Pitch 5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf +Relay DPDT Finder 40.51 Pitch 5mm +0 +5 +5 +Relay_THT +Relay_SPDT_HJR-4102 +IM Signal Relay SPDT HJR-4102 +Relay SPDT IM-relay HJR-4102 +0 +6 +6 +Relay_THT +Relay_SPDT_HsinDa_Y14 +http://www.hsinda.com.tw/upload/file/Y14-20200430135145.pdf +Relay Y14 +0 +6 +6 +Relay_THT +Relay_SPDT_Omron-G5LE-1 +Omron Relay SPDT, http://www.omron.com/ecb/products/pdf/en-g5le.pdf +Omron Relay SPDT +0 +5 +5 +Relay_THT +Relay_SPDT_Omron-G5Q-1 +Relay SPDT Omron Serie G5Q, http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5q.pdf +Relay SPDT Omron Serie G5Q +0 +5 +5 +Relay_THT +Relay_SPDT_Omron_G2RL-1 +Omron Relay, SPDT, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf +Omron Relay SPDT +0 +5 +5 +Relay_THT +Relay_SPDT_Omron_G2RL-1-E +Omron Relay, SPDT, High Capacity, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf +Omron Relay SPDT High Capacity +0 +8 +5 +Relay_THT +Relay_SPDT_Omron_G5V-1 +Relay Omron G5V-1, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5v_1.pdf +Relay Omron G5V-1 +0 +6 +6 +Relay_THT +Relay_SPDT_Omron_G6E +Relay SPDT Omron Serie G6E +Relay SPDT Omron Serie G6E 1x um +0 +5 +5 +Relay_THT +Relay_SPDT_Omron_G6EK +Relay SPDT Omron Serie G6EK, see http://www.logosfoundation.org/instrum_gwr/pi/Omron_G6E_134P.pdf +Relay SPDT Omron Serie G6EK +0 +6 +6 +Relay_THT +Relay_SPDT_Panasonic_JW1_FormC +Panasonic Relay SPDT, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok +Panasonic Relay SPDT +0 +5 +5 +Relay_THT +Relay_SPDT_PotterBrumfield_T9AP5D52_12V30A +Relay SPDT Potter&Brumfield T9AP5D52 12V 30A 1xUn Connector Fast ON Only Dummy for Space NO Pads +Relay SPDT Potter&Brumfield T9AP5D52 12V 30A 1xUm Connector Fast ON Flachsteckeranschluss Only Dummy for Space NO Pads +0 +0 +0 +Relay_THT +Relay_SPDT_RAYEX-L90 +https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf +Relay RAYEX L90 SPDT +0 +6 +6 +Relay_THT +Relay_SPDT_RAYEX-L90S +https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf +Relay RAYEX L90S SPDT +0 +5 +5 +Relay_THT +Relay_SPDT_SANYOU_SRD_Series_Form_C +relay Sanyou SRD series Form C http://www.sanyourelay.ca/public/products/pdf/SRD.pdf +relay Sanyu SRD form C +0 +5 +5 +Relay_THT +Relay_SPDT_Schrack-RP-II-1-16A-FormC_RM5mm +Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf +Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Relay +0 +8 +5 +Relay_THT +Relay_SPDT_Schrack-RP-II-1-FormC_RM3.5mm +Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf +Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Relay +0 +5 +5 +Relay_THT +Relay_SPDT_Schrack-RP-II-1-FormC_RM5mm +Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf +Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Relay +0 +5 +5 +Relay_THT +Relay_SPDT_Schrack-RT1-16A-FormC_RM5mm +Relay SPST Schrack-RT1 RM5mm 16A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf +Relay SPST Schrack-RT1 RM5mm 16A 250V AC Relay +0 +8 +5 +Relay_THT +Relay_SPDT_Schrack-RT1-FormC_RM3.5mm +Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf +Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Relay +0 +5 +5 +Relay_THT +Relay_SPDT_Schrack-RT1-FormC_RM5mm +Relay SPST Schrack-RT1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf +Relay SPST Schrack-RT1 RM5mm 8A 250V AC Relay +0 +5 +5 +Relay_THT +Relay_SPDT_StandexMeder_SIL_Form1C +Standex-Meder SIL-relais, Form 1C, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf +Standex Meder SIL reed relais +0 +5 +5 +Relay_THT +Relay_SPST_Finder_32.21-x300 +Finder 32.21-x300 Relay, SPST, https://gfinder.findernet.com/assets/Series/355/S32EN.pdf +Finder 32.21-x300 Relay SPST +0 +4 +4 +Relay_THT +Relay_SPST_Omron-G5Q-1A +Relay SPST-NO Omron Serie G5Q, http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5q.pdf +Relay SPST-NO Omron Serie G5Q +0 +4 +4 +Relay_THT +Relay_SPST_Omron_G2RL-1A +Omron Relay, SPST, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf +Omron Relay SPST +0 +4 +4 +Relay_THT +Relay_SPST_Omron_G2RL-1A-E +Omron Relay, SPST, High Capacity, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf +Omron Relay SPST High Capacity +0 +6 +4 +Relay_THT +Relay_SPST_Panasonic_JW1_FormA +Panasonic Relay SPST, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok +Panasonic Relay SPST +0 +4 +4 +Relay_THT +Relay_SPST_PotterBrumfield_T9AP1D52_12V30A +Relay SPST Potter&Brumfield T9AP1D52 12V 30A 1xEin Connector Fast ON Only Dummy for Space NO Pads +Relau SPST Potter&Brumfield T9AP1D52 12V 30A 1xEin Connector Fast ON Flachsteckeranschluss Only Dummy for Space NO Pads +0 +0 +0 +Relay_THT +Relay_SPST_RAYEX-L90A +https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf +Relay RAYEX L90A SPST NO +0 +5 +5 +Relay_THT +Relay_SPST_RAYEX-L90AS +https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf +Relay RAYEX L90AS SPST NO +0 +4 +4 +Relay_THT +Relay_SPST_RAYEX-L90B +https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf +Relay RAYEX L90B SPST NC +0 +5 +5 +Relay_THT +Relay_SPST_RAYEX-L90BS +https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf +Relay RAYEX L90BS SPST NC +0 +4 +4 +Relay_THT +Relay_SPST_SANYOU_SRD_Series_Form_A +relay Sanyou SRD series Form A http://www.sanyourelay.ca/public/products/pdf/SRD.pdf +relay Sanyu SRD form A +0 +4 +4 +Relay_THT +Relay_SPST_SANYOU_SRD_Series_Form_B +relay Sanyou SRD series Form B opener http://www.sanyourelay.ca/public/products/pdf/SRD.pdf +relay Sanyu SRD form B opener +0 +4 +4 +Relay_THT +Relay_SPST_Schrack-RP-II-1-16A-FormA_RM5mm +Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Form A http://image.schrack.com/datenblaetter/h_rp810012-b.pdf +Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Relay +0 +6 +4 +Relay_THT +Relay_SPST_Schrack-RP-II-1-FormA_RM3.5mm +Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Form A +Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Relay +0 +4 +4 +Relay_THT +Relay_SPST_Schrack-RP-II-1-FormA_RM5mm +Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Form A http://image.schrack.com/datenblaetter/h_rp810012-b.pdf +Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Relay +0 +4 +4 +Relay_THT +Relay_SPST_Schrack-RP3SL-1coil_RM5mm +Relay SPST Schrack-RP3SL, 1-coil-version, RM5mm 16A 250V AC Form A http://www.alliedelec.com/m/d/543c6bed18bf23a83ae5238947033ee0.pdf +Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Relay +0 +6 +4 +Relay_THT +Relay_SPST_Schrack-RP3SL_RM5mm +Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Form A http://www.alliedelec.com/m/d/543c6bed18bf23a83ae5238947033ee0.pdf +Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Relay +0 +7 +5 +Relay_THT +Relay_SPST_Schrack-RT1-16A-FormA_RM5mm +Relay SPST Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN +Relay SPST Schrack-RT2 RM5mm 16A 250V AC Relay +0 +6 +4 +Relay_THT +Relay_SPST_Schrack-RT1-FormA_RM3.5mm +Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Form A +Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Relay +0 +4 +4 +Relay_THT +Relay_SPST_Schrack-RT1-FormA_RM5mm +Relay SPST Schrack-RT1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf +Relay SPST Schrack-RT1 RM5mm 8A 250V AC Relay +0 +4 +4 +Relay_THT +Relay_SPST_StandexMeder_MS_Form1AB +Standex-Meder MS SIL-relais, Form 1A/1B, see https://standexelectronics.com/de/produkte/ms-reed-relais/ +Standex Meder MS SIL reed relais +0 +4 +4 +Relay_THT +Relay_SPST_StandexMeder_SIL_Form1A +Standex-Meder SIL-relais, Form 1A, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf +Standex Meder SIL reed relais +0 +4 +4 +Relay_THT +Relay_SPST_StandexMeder_SIL_Form1B +Standex-Meder SIL-relais, Form 1B, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf +Standex Meder SIL reed relais +0 +4 +4 +Relay_THT +Relay_SPST_TE_PCH-1xxx2M +Miniature PCB Relay, PCH Series, 1 Form A (NO), SPST http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FPCH_series_relay_data_sheet_E%7F1215%7Fpdf%7FEnglish%7FENG_DS_PCH_series_relay_data_sheet_E_1215.pdf +Relay SPST NO +0 +4 +4 +Relay_THT +Relay_SPST_TE_PCN-1xxD3MHZ +https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1461491%7FG2%7Fpdf%7FEnglish%7FENG_CD_1461491_G2.pdf%7F3-1461491-0 +SPST relay slim +0 +4 +4 +Relay_THT +Relay_Socket_DPDT_Finder_96.12 +https://gfinder.findernet.com/public/attachments/56/DE/S56DE.pdf +Relay socket DPDT Finder 96.12 56.32 +0 +8 +8 +Relay_THT +Relay_StandexMeder_DIP_HighProfile +package for Standex Meder DIP reed relay series, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_DIP.pdf +DIL DIP PDIP 2.54mm 7.62mm 300mil reed relay +0 +8 +8 +Relay_THT +Relay_StandexMeder_DIP_LowProfile +package for Standex Meder DIP reed relay series, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_DIP.pdf +DIL DIP PDIP 2.54mm 7.62mm 300mil reed relay +0 +8 +8 +Relay_THT +Relay_StandexMeder_UMS +Standex-Meder SIL-relais, UMS, see http://cdn-reichelt.de/documents/datenblatt/C300/UMS05_1A80_75L_DB.pdf +Standex Meder SIL reed relais +0 +4 +4 +Resistor_SMD +R_0201_0603Metric +Resistor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +resistor +0 +4 +2 +Resistor_SMD +R_0201_0603Metric_Pad0.64x0.40mm_HandSolder +Resistor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +4 +2 +Resistor_SMD +R_0402_1005Metric +Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_0402_1005Metric_Pad0.72x0.64mm_HandSolder +Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_0603_1608Metric +Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_0603_1608Metric_Pad0.98x0.95mm_HandSolder +Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_0612_1632Metric +Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_0612_1632Metric_Pad1.18x3.40mm_HandSolder +Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_0805_2012Metric +Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_0805_2012Metric_Pad1.20x1.40mm_HandSolder +Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_0815_2038Metric +Resistor SMD 0815 (2038 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.susumu.co.jp/common/pdf/n_catalog_partition07_en.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_0815_2038Metric_Pad1.20x4.05mm_HandSolder +Resistor SMD 0815 (2038 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.susumu.co.jp/common/pdf/n_catalog_partition07_en.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_01005_0402Metric +Resistor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +resistor +0 +4 +2 +Resistor_SMD +R_01005_0402Metric_Pad0.57x0.30mm_HandSolder +Resistor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +4 +2 +Resistor_SMD +R_1020_2550Metric +Resistor SMD 1020 (2550 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_1020_2550Metric_Pad1.33x5.20mm_HandSolder +Resistor SMD 1020 (2550 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_1206_3216Metric +Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_1206_3216Metric_Pad1.30x1.75mm_HandSolder +Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_1210_3225Metric +Resistor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_1210_3225Metric_Pad1.30x2.65mm_HandSolder +Resistor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_1218_3246Metric +Resistor SMD 1218 (3246 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20035/dcrcwe3.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_1218_3246Metric_Pad1.22x4.75mm_HandSolder +Resistor SMD 1218 (3246 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20035/dcrcwe3.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_1812_4532Metric +Resistor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_1812_4532Metric_Pad1.30x3.40mm_HandSolder +Resistor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_2010_5025Metric +Resistor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_2010_5025Metric_Pad1.40x2.65mm_HandSolder +Resistor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_2512_6332Metric +Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_2512_6332Metric_Pad1.40x3.35mm_HandSolder +Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_2816_7142Metric +Resistor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_2816_7142Metric_Pad3.20x4.45mm_HandSolder +Resistor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_4020_10251Metric +Resistor SMD 4020 (10251 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://datasheet.octopart.com/HVC0603T5004FET-Ohmite-datasheet-26699797.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_4020_10251Metric_Pad1.65x5.30mm_HandSolder +Resistor SMD 4020 (10251 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://datasheet.octopart.com/HVC0603T5004FET-Ohmite-datasheet-26699797.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_Array_Concave_2x0603 +Thick Film Chip Resistor Array, Wave soldering, Vishay CRA06P (see cra06p.pdf) +resistor array +0 +4 +4 +Resistor_SMD +R_Array_Concave_4x0402 +Thick Film Chip Resistor Array, Wave soldering, Vishay CRA04P (see cra04p.pdf) +resistor array +0 +8 +8 +Resistor_SMD +R_Array_Concave_4x0603 +Thick Film Chip Resistor Array, Wave soldering, Vishay CRA06P (see cra06p.pdf) +resistor array +0 +8 +8 +Resistor_SMD +R_Array_Convex_2x0402 +Chip Resistor Network, ROHM MNR02 (see mnr_g.pdf) +resistor array +0 +4 +4 +Resistor_SMD +R_Array_Convex_2x0603 +Chip Resistor Network, ROHM MNR12 (see mnr_g.pdf) +resistor array +0 +4 +4 +Resistor_SMD +R_Array_Convex_2x0606 +Precision Thin Film Chip Resistor Array, VISHAY (see http://www.vishay.com/docs/28770/acasat.pdf) +resistor array +0 +4 +4 +Resistor_SMD +R_Array_Convex_2x1206 +Chip Resistor Network, ROHM MNR32 (see mnr_g.pdf) +resistor array +0 +4 +4 +Resistor_SMD +R_Array_Convex_4x0402 +Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf) +resistor array +0 +8 +8 +Resistor_SMD +R_Array_Convex_4x0603 +Chip Resistor Network, ROHM MNR14 (see mnr_g.pdf) +resistor array +0 +8 +8 +Resistor_SMD +R_Array_Convex_4x0612 +Precision Thin Film Chip Resistor Array, VISHAY (see http://www.vishay.com/docs/28770/acasat.pdf) +resistor array +0 +8 +8 +Resistor_SMD +R_Array_Convex_4x1206 +Chip Resistor Network, ROHM MNR34 (see mnr_g.pdf) +resistor array +0 +8 +8 +Resistor_SMD +R_Array_Convex_5x0603 +Chip Resistor Network, ROHM MNR15 (see mnr_g.pdf) +resistor array +0 +10 +10 +Resistor_SMD +R_Array_Convex_5x1206 +Chip Resistor Network, ROHM MNR35 (see mnr_g.pdf) +resistor array +0 +10 +10 +Resistor_SMD +R_Array_Convex_8x0602 +Chip Resistor Network, ROHM MNR18 (see mnr_g.pdf) +resistor array +0 +16 +16 +Resistor_SMD +R_Cat16-2 +SMT resistor net, Bourns CAT16 series, 2 way +SMT resistor net Bourns CAT16 series 2 way +0 +4 +4 +Resistor_SMD +R_Cat16-4 +SMT resistor net, Bourns CAT16 series, 4 way +SMT resistor net Bourns CAT16 series 4 way +0 +8 +8 +Resistor_SMD +R_Cat16-8 +SMT resistor net, Bourns CAT16 series, 8 way +SMT resistor net Bourns CAT16 series 8 way +0 +16 +16 +Resistor_SMD +R_MELF_MMB-0207 +Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf +MELF Resistor +0 +2 +2 +Resistor_SMD +R_MicroMELF_MMU-0102 +Resistor, MicroMELF, MMU-0102, http://www.vishay.com/docs/28713/melfprof.pdf +MicroMELF Resistor +0 +2 +2 +Resistor_SMD +R_MiniMELF_MMA-0204 +Resistor, MiniMELF, MMA-0204, http://www.vishay.com/docs/28713/melfprof.pdf +MiniMELF Resistor +0 +2 +2 +Resistor_SMD +R_Shunt_Ohmite_LVK12 +4 contact shunt resistor +shunt resistor 4 contacts +0 +4 +4 +Resistor_SMD +R_Shunt_Ohmite_LVK20 +4 contacts shunt resistor, https://www.ohmite.com/assets/docs/res_lvk.pdf +4 contacts resistor smd +0 +4 +4 +Resistor_SMD +R_Shunt_Ohmite_LVK24 +4 contacts shunt resistor,https://www.ohmite.com/assets/docs/res_lvk.pdf +4 contacts resistor smd +0 +4 +4 +Resistor_SMD +R_Shunt_Ohmite_LVK25 +4 contacts shunt resistor,https://www.ohmite.com/assets/docs/res_lvk.pdf +4 contacts resistor smd +0 +4 +4 +Resistor_SMD +R_Shunt_Vishay_WSK2512_6332Metric_T1.19mm +Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 1.19mm, 5 to 200 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) +resistor shunt WSK2512 +0 +4 +4 +Resistor_SMD +R_Shunt_Vishay_WSK2512_6332Metric_T2.21mm +Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 2.21mm, 1 to 4.9 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) +resistor shunt WSK2512 +0 +4 +4 +Resistor_SMD +R_Shunt_Vishay_WSK2512_6332Metric_T2.66mm +Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 2.66mm, 0.5 to 0.99 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) +resistor shunt WSK2512 +0 +4 +4 +Resistor_SMD +R_Shunt_Vishay_WSKW0612 +https://www.vishay.com/docs/30332/wskw0612.pdf +4-Terminal SMD Shunt +0 +4 +4 +Resistor_SMD +R_Shunt_Vishay_WSR2_WSR3 +Power Metal Strip Resistors 0.005 to 0.2, https://www.vishay.com/docs/30101/wsr.pdf +SMD Shunt Resistor +0 +2 +2 +Resistor_SMD +R_Shunt_Vishay_WSR2_WSR3_KelvinConnection +Power Metal Strip Resistors 0.005 to 0.2, https://www.vishay.com/docs/30101/wsr.pdf +SMD Shunt Resistor +0 +4 +2 +Resistor_THT +R_Array_SIP4 +4-pin Resistor SIP pack +R +0 +4 +4 +Resistor_THT +R_Array_SIP5 +5-pin Resistor SIP pack +R +0 +5 +5 +Resistor_THT +R_Array_SIP6 +6-pin Resistor SIP pack +R +0 +6 +6 +Resistor_THT +R_Array_SIP7 +7-pin Resistor SIP pack +R +0 +7 +7 +Resistor_THT +R_Array_SIP8 +8-pin Resistor SIP pack +R +0 +8 +8 +Resistor_THT +R_Array_SIP9 +9-pin Resistor SIP pack +R +0 +9 +9 +Resistor_THT +R_Array_SIP10 +10-pin Resistor SIP pack +R +0 +10 +10 +Resistor_THT +R_Array_SIP11 +11-pin Resistor SIP pack +R +0 +11 +11 +Resistor_THT +R_Array_SIP12 +12-pin Resistor SIP pack +R +0 +12 +12 +Resistor_THT +R_Array_SIP13 +13-pin Resistor SIP pack +R +0 +13 +13 +Resistor_THT +R_Array_SIP14 +14-pin Resistor SIP pack +R +0 +14 +14 +Resistor_THT +R_Axial_DIN0204_L3.6mm_D1.6mm_P1.90mm_Vertical +Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=1.9mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0204 series Axial Vertical pin pitch 1.9mm 0.167W length 3.6mm diameter 1.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical +Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal +Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Vertical +Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0204 series Axial Vertical pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal +Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical +Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0207_L6.3mm_D2.5mm_P5.08mm_Vertical +Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=5.08mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0207 series Axial Vertical pin pitch 5.08mm 0.25W = 1/4W length 6.3mm diameter 2.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal +Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=7.62mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0207 series Axial Horizontal pin pitch 7.62mm 0.25W = 1/4W length 6.3mm diameter 2.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal +Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_Horizontal +Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=15.24mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0207 series Axial Horizontal pin pitch 15.24mm 0.25W = 1/4W length 6.3mm diameter 2.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0309_L9.0mm_D3.2mm_P2.54mm_Vertical +Resistor, Axial_DIN0309 series, Axial, Vertical, pin pitch=2.54mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0309 series Axial Vertical pin pitch 2.54mm 0.5W = 1/2W length 9mm diameter 3.2mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Vertical +Resistor, Axial_DIN0309 series, Axial, Vertical, pin pitch=5.08mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0309 series Axial Vertical pin pitch 5.08mm 0.5W = 1/2W length 9mm diameter 3.2mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal +Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=12.7mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0309_L9.0mm_D3.2mm_P15.24mm_Horizontal +Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=15.24mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0309 series Axial Horizontal pin pitch 15.24mm 0.5W = 1/2W length 9mm diameter 3.2mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0309_L9.0mm_D3.2mm_P20.32mm_Horizontal +Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=20.32mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0309 series Axial Horizontal pin pitch 20.32mm 0.5W = 1/2W length 9mm diameter 3.2mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0309_L9.0mm_D3.2mm_P25.40mm_Horizontal +Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=25.4mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0309 series Axial Horizontal pin pitch 25.4mm 0.5W = 1/2W length 9mm diameter 3.2mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0411_L9.9mm_D3.6mm_P5.08mm_Vertical +Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=5.08mm, 1W, length*diameter=9.9*3.6mm^2 +Resistor Axial_DIN0411 series Axial Vertical pin pitch 5.08mm 1W length 9.9mm diameter 3.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0411_L9.9mm_D3.6mm_P7.62mm_Vertical +Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=7.62mm, 1W, length*diameter=9.9*3.6mm^2 +Resistor Axial_DIN0411 series Axial Vertical pin pitch 7.62mm 1W length 9.9mm diameter 3.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0411_L9.9mm_D3.6mm_P12.70mm_Horizontal +Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=12.7mm, 1W, length*diameter=9.9*3.6mm^2 +Resistor Axial_DIN0411 series Axial Horizontal pin pitch 12.7mm 1W length 9.9mm diameter 3.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0411_L9.9mm_D3.6mm_P15.24mm_Horizontal +Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=15.24mm, 1W, length*diameter=9.9*3.6mm^2 +Resistor Axial_DIN0411 series Axial Horizontal pin pitch 15.24mm 1W length 9.9mm diameter 3.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0411_L9.9mm_D3.6mm_P20.32mm_Horizontal +Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=20.32mm, 1W, length*diameter=9.9*3.6mm^2 +Resistor Axial_DIN0411 series Axial Horizontal pin pitch 20.32mm 1W length 9.9mm diameter 3.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0411_L9.9mm_D3.6mm_P25.40mm_Horizontal +Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=25.4mm, 1W, length*diameter=9.9*3.6mm^2 +Resistor Axial_DIN0411 series Axial Horizontal pin pitch 25.4mm 1W length 9.9mm diameter 3.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0414_L11.9mm_D4.5mm_P5.08mm_Vertical +Resistor, Axial_DIN0414 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0414 series Axial Vertical pin pitch 5.08mm 2W length 11.9mm diameter 4.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0414_L11.9mm_D4.5mm_P7.62mm_Vertical +Resistor, Axial_DIN0414 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0414 series Axial Vertical pin pitch 7.62mm 2W length 11.9mm diameter 4.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0414_L11.9mm_D4.5mm_P15.24mm_Horizontal +Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=15.24mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0414 series Axial Horizontal pin pitch 15.24mm 2W length 11.9mm diameter 4.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0414_L11.9mm_D4.5mm_P20.32mm_Horizontal +Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0414 series Axial Horizontal pin pitch 20.32mm 2W length 11.9mm diameter 4.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0414_L11.9mm_D4.5mm_P25.40mm_Horizontal +Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0414 series Axial Horizontal pin pitch 25.4mm 2W length 11.9mm diameter 4.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0516_L15.5mm_D5.0mm_P5.08mm_Vertical +Resistor, Axial_DIN0516 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0516 series Axial Vertical pin pitch 5.08mm 2W length 15.5mm diameter 5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0516_L15.5mm_D5.0mm_P7.62mm_Vertical +Resistor, Axial_DIN0516 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0516 series Axial Vertical pin pitch 7.62mm 2W length 15.5mm diameter 5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0516_L15.5mm_D5.0mm_P20.32mm_Horizontal +Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0516 series Axial Horizontal pin pitch 20.32mm 2W length 15.5mm diameter 5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0516_L15.5mm_D5.0mm_P25.40mm_Horizontal +Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0516 series Axial Horizontal pin pitch 25.4mm 2W length 15.5mm diameter 5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0516_L15.5mm_D5.0mm_P30.48mm_Horizontal +Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0516 series Axial Horizontal pin pitch 30.48mm 2W length 15.5mm diameter 5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0614_L14.3mm_D5.7mm_P5.08mm_Vertical +Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=5.08mm, 1.5W, length*diameter=14.3*5.7mm^2 +Resistor Axial_DIN0614 series Axial Vertical pin pitch 5.08mm 1.5W length 14.3mm diameter 5.7mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0614_L14.3mm_D5.7mm_P7.62mm_Vertical +Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=7.62mm, 1.5W, length*diameter=14.3*5.7mm^2 +Resistor Axial_DIN0614 series Axial Vertical pin pitch 7.62mm 1.5W length 14.3mm diameter 5.7mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0614_L14.3mm_D5.7mm_P15.24mm_Horizontal +Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=15.24mm, 1.5W, length*diameter=14.3*5.7mm^2 +Resistor Axial_DIN0614 series Axial Horizontal pin pitch 15.24mm 1.5W length 14.3mm diameter 5.7mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0614_L14.3mm_D5.7mm_P20.32mm_Horizontal +Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=20.32mm, 1.5W, length*diameter=14.3*5.7mm^2 +Resistor Axial_DIN0614 series Axial Horizontal pin pitch 20.32mm 1.5W length 14.3mm diameter 5.7mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0614_L14.3mm_D5.7mm_P25.40mm_Horizontal +Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=25.4mm, 1.5W, length*diameter=14.3*5.7mm^2 +Resistor Axial_DIN0614 series Axial Horizontal pin pitch 25.4mm 1.5W length 14.3mm diameter 5.7mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0617_L17.0mm_D6.0mm_P5.08mm_Vertical +Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0617 series Axial Vertical pin pitch 5.08mm 2W length 17mm diameter 6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0617_L17.0mm_D6.0mm_P7.62mm_Vertical +Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0617 series Axial Vertical pin pitch 7.62mm 2W length 17mm diameter 6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0617_L17.0mm_D6.0mm_P20.32mm_Horizontal +Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0617 series Axial Horizontal pin pitch 20.32mm 2W length 17mm diameter 6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0617_L17.0mm_D6.0mm_P25.40mm_Horizontal +Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0617 series Axial Horizontal pin pitch 25.4mm 2W length 17mm diameter 6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0617_L17.0mm_D6.0mm_P30.48mm_Horizontal +Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0617 series Axial Horizontal pin pitch 30.48mm 2W length 17mm diameter 6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0918_L18.0mm_D9.0mm_P7.62mm_Vertical +Resistor, Axial_DIN0918 series, Axial, Vertical, pin pitch=7.62mm, 4W, length*diameter=18*9mm^2 +Resistor Axial_DIN0918 series Axial Vertical pin pitch 7.62mm 4W length 18mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0918_L18.0mm_D9.0mm_P22.86mm_Horizontal +Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=22.86mm, 4W, length*diameter=18*9mm^2 +Resistor Axial_DIN0918 series Axial Horizontal pin pitch 22.86mm 4W length 18mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0918_L18.0mm_D9.0mm_P25.40mm_Horizontal +Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=25.4mm, 4W, length*diameter=18*9mm^2 +Resistor Axial_DIN0918 series Axial Horizontal pin pitch 25.4mm 4W length 18mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0918_L18.0mm_D9.0mm_P30.48mm_Horizontal +Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=30.48mm, 4W, length*diameter=18*9mm^2 +Resistor Axial_DIN0918 series Axial Horizontal pin pitch 30.48mm 4W length 18mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0922_L20.0mm_D9.0mm_P7.62mm_Vertical +Resistor, Axial_DIN0922 series, Axial, Vertical, pin pitch=7.62mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0922 series Axial Vertical pin pitch 7.62mm 5W length 20mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal +Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=25.4mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0922 series Axial Horizontal pin pitch 25.4mm 5W length 20mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0922_L20.0mm_D9.0mm_P30.48mm_Horizontal +Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=30.48mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0922 series Axial Horizontal pin pitch 30.48mm 5W length 20mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L20.0mm_W6.4mm_P5.08mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=5.08mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 5.08mm 4W length 20mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L20.0mm_W6.4mm_P7.62mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 4W length 20mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L20.0mm_W6.4mm_P22.40mm +Resistor, Axial_Power series, Box, pin pitch=22.4mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 22.4mm 4W length 20mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L20.0mm_W6.4mm_P25.40mm +Resistor, Axial_Power series, Box, pin pitch=25.4mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 25.4mm 4W length 20mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L20.0mm_W6.4mm_P30.48mm +Resistor, Axial_Power series, Box, pin pitch=30.48mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 30.48mm 4W length 20mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L25.0mm_W6.4mm_P27.94mm +Resistor, Axial_Power series, Box, pin pitch=27.94mm, 5W, length*width*height=25*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 27.94mm 5W length 25mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L25.0mm_W6.4mm_P30.48mm +Resistor, Axial_Power series, Box, pin pitch=30.48mm, 5W, length*width*height=25*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 30.48mm 5W length 25mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L25.0mm_W9.0mm_P7.62mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 7W length 25mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L25.0mm_W9.0mm_P10.16mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 7W length 25mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L25.0mm_W9.0mm_P27.94mm +Resistor, Axial_Power series, Box, pin pitch=27.94mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 27.94mm 7W length 25mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L25.0mm_W9.0mm_P30.48mm +Resistor, Axial_Power series, Box, pin pitch=30.48mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 30.48mm 7W length 25mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L38.0mm_W6.4mm_P40.64mm +Resistor, Axial_Power series, Box, pin pitch=40.64mm, 7W, length*width*height=38*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 40.64mm 7W length 38mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L38.0mm_W6.4mm_P45.72mm +Resistor, Axial_Power series, Box, pin pitch=45.72mm, 7W, length*width*height=38*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 45.72mm 7W length 38mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L38.0mm_W9.0mm_P40.64mm +Resistor, Axial_Power series, Box, pin pitch=40.64mm, 9W, length*width*height=38*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 40.64mm 9W length 38mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L38.0mm_W9.0mm_P45.72mm +Resistor, Axial_Power series, Box, pin pitch=45.72mm, 9W, length*width*height=38*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 45.72mm 9W length 38mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L48.0mm_W12.5mm_P7.62mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 15W length 48mm width 12.5mm height 12.5mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L48.0mm_W12.5mm_P10.16mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 15W length 48mm width 12.5mm height 12.5mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L48.0mm_W12.5mm_P55.88mm +Resistor, Axial_Power series, Box, pin pitch=55.88mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 55.88mm 15W length 48mm width 12.5mm height 12.5mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L48.0mm_W12.5mm_P60.96mm +Resistor, Axial_Power series, Box, pin pitch=60.96mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 60.96mm 15W length 48mm width 12.5mm height 12.5mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L50.0mm_W9.0mm_P55.88mm +Resistor, Axial_Power series, Box, pin pitch=55.88mm, 11W, length*width*height=50*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 55.88mm 11W length 50mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L50.0mm_W9.0mm_P60.96mm +Resistor, Axial_Power series, Box, pin pitch=60.96mm, 11W, length*width*height=50*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 60.96mm 11W length 50mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L60.0mm_W14.0mm_P10.16mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 25W length 60mm width 14mm height 14mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L60.0mm_W14.0mm_P66.04mm +Resistor, Axial_Power series, Box, pin pitch=66.04mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 66.04mm 25W length 60mm width 14mm height 14mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L60.0mm_W14.0mm_P71.12mm +Resistor, Axial_Power series, Box, pin pitch=71.12mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 71.12mm 25W length 60mm width 14mm height 14mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L75.0mm_W9.0mm_P81.28mm +Resistor, Axial_Power series, Box, pin pitch=81.28mm, 17W, length*width*height=75*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 81.28mm 17W length 75mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L75.0mm_W9.0mm_P86.36mm +Resistor, Axial_Power series, Box, pin pitch=86.36mm, 17W, length*width*height=75*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 86.36mm 17W length 75mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Shunt_L22.2mm_W8.0mm_PS14.30mm_P25.40mm +Resistor, Axial_Shunt series, Box, pin pitch=25.4mm, 3W, length*width*height=22.2*8*8mm^3, shunt pin pitch = 14.30mm, http://www.vishay.com/docs/30217/cpsl.pdf +Resistor Axial_Shunt series Box pin pitch 25.4mm 3W length 22.2mm width 8mm height 8mm shunt pin pitch 14.30mm +0 +4 +4 +Resistor_THT +R_Axial_Shunt_L22.2mm_W9.5mm_PS14.30mm_P25.40mm +Resistor, Axial_Shunt series, Box, pin pitch=25.4mm, 5W, length*width*height=22.2*9.5*9.5mm^3, shunt pin pitch = 14.30mm, http://www.vishay.com/docs/30217/cpsl.pdf +Resistor Axial_Shunt series Box pin pitch 25.4mm 5W length 22.2mm width 9.5mm height 9.5mm shunt pin pitch 14.30mm +0 +4 +4 +Resistor_THT +R_Axial_Shunt_L35.3mm_W9.5mm_PS25.40mm_P38.10mm +Resistor, Axial_Shunt series, Box, pin pitch=38.1mm, 7W, length*width*height=35.3*9.5*9.5mm^3, shunt pin pitch = 25.40mm, http://www.vishay.com/docs/30217/cpsl.pdf +Resistor Axial_Shunt series Box pin pitch 38.1mm 7W length 35.3mm width 9.5mm height 9.5mm shunt pin pitch 25.40mm +0 +4 +4 +Resistor_THT +R_Axial_Shunt_L47.6mm_W9.5mm_PS34.93mm_P50.80mm +Resistor, Axial_Shunt series, Box, pin pitch=50.8mm, 10W, length*width*height=47.6*9.5*9.5mm^3, shunt pin pitch = 34.93mm, http://www.vishay.com/docs/30217/cpsl.pdf +Resistor Axial_Shunt series Box pin pitch 50.8mm 10W length 47.6mm width 9.5mm height 9.5mm shunt pin pitch 34.93mm +0 +4 +4 +Resistor_THT +R_Axial_Shunt_L47.6mm_W12.7mm_PS34.93mm_P50.80mm +Resistor, Axial_Shunt series, Box, pin pitch=50.8mm, 15W, length*width*height=47.6*12.7*12.7mm^3, shunt pin pitch = 34.93mm, http://www.vishay.com/docs/30217/cpsl.pdf +Resistor Axial_Shunt series Box pin pitch 50.8mm 15W length 47.6mm width 12.7mm height 12.7mm shunt pin pitch 34.93mm +0 +4 +4 +Resistor_THT +R_Bare_Metal_Element_L12.4mm_W4.8mm_P11.40mm +Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=11.4mm, 1W, length*width=12.4*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf +Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 11.4mm 1W length 12.4mm width 4.8mm +0 +2 +2 +Resistor_THT +R_Bare_Metal_Element_L16.3mm_W4.8mm_P15.30mm +Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=15.3mm, 3W, length*width=16.3*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf +Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 15.3mm 3W length 16.3mm width 4.8mm +0 +2 +2 +Resistor_THT +R_Bare_Metal_Element_L21.3mm_W4.8mm_P20.30mm +Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=20.3mm, 5W, length*width=21.3*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf +Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 20.3mm 5W length 21.3mm width 4.8mm +0 +2 +2 +Resistor_THT +R_Box_L8.4mm_W2.5mm_P5.08mm +Resistor, Box series, Radial, pin pitch=5.08mm, 0.5W = 1/2W, length*width=8.38*2.54mm^2, http://www.vishay.com/docs/60051/cns020.pdf +Resistor Box series Radial pin pitch 5.08mm 0.5W = 1/2W length 8.38mm width 2.54mm +0 +2 +2 +Resistor_THT +R_Box_L13.0mm_W4.0mm_P9.00mm +Resistor, Box series, Radial, pin pitch=9.00mm, 2W, length*width=13.0*4.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf +Resistor Box series Radial pin pitch 9.00mm 2W length 13.0mm width 4.0mm +0 +2 +2 +Resistor_THT +R_Box_L14.0mm_W5.0mm_P9.00mm +Resistor, Box series, Radial, pin pitch=9.00mm, 5W, length*width=14.0*5.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf +Resistor Box series Radial pin pitch 9.00mm 5W length 14.0mm width 5.0mm +0 +2 +2 +Resistor_THT +R_Box_L26.0mm_W5.0mm_P20.00mm +Resistor, Box series, Radial, pin pitch=20.00mm, 10W, length*width=26.0*5.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf +Resistor Box series Radial pin pitch 20.00mm 10W length 26.0mm width 5.0mm +0 +2 +2 +Resistor_THT +R_Radial_Power_L7.0mm_W8.0mm_Px2.40mm_Py2.30mm +Resistor, Radial_Power series, Radial, pin pitch=2.40*2.30mm^2, 7W, length*width=7*8mm^2, http://www.vitrohm.com/content/files/vitrohm_series_kv_-_201601.pdf +Resistor Radial_Power series Radial pin pitch 2.40*2.30mm^2 7W length 7mm width 8mm +0 +2 +2 +Resistor_THT +R_Radial_Power_L9.0mm_W10.0mm_Px2.70mm_Py2.30mm +Resistor, Radial_Power series, Radial, pin pitch=2.70*2.30mm^2, 17W, length*width=9*10mm^2, http://www.vitrohm.com/content/files/vitrohm_series_kv_-_201601.pdf +Resistor Radial_Power series Radial pin pitch 2.70*2.30mm^2 17W length 9mm width 10mm +0 +2 +2 +Resistor_THT +R_Radial_Power_L11.0mm_W7.0mm_P5.00mm +Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 2W, length*width=11.0*7.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf +Resistor Radial_Power series Radial pin pitch 5.00mm 2W length 11.0mm width 7.0mm +0 +2 +2 +Resistor_THT +R_Radial_Power_L12.0mm_W8.0mm_P5.00mm +Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 3W, length*width=12.0*8.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf +Resistor Radial_Power series Radial pin pitch 5.00mm 3W length 12.0mm width 8.0mm +0 +2 +2 +Resistor_THT +R_Radial_Power_L13.0mm_W9.0mm_P5.00mm +Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 7W, length*width=13.0*9.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf +Resistor Radial_Power series Radial pin pitch 5.00mm 7W length 13.0mm width 9.0mm +0 +2 +2 +Resistor_THT +R_Radial_Power_L16.1mm_W9.0mm_P7.37mm +Resistor, Radial_Power series, Radial, pin pitch=7.37mm, 10W, length*width=16.1*9mm^2, http://www.vishay.com/docs/30218/cpcx.pdf +Resistor Radial_Power series Radial pin pitch 7.37mm 10W length 16.1mm width 9mm +0 +2 +2 +Rotary_Encoder +RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm +Alps rotary encoder, EC12E... with switch, vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html +rotary encoder +0 +7 +6 +Rotary_Encoder +RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm_CircularMountingHoles +Alps rotary encoder, EC12E... with switch, vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html +rotary encoder +0 +7 +6 +Rotary_Encoder +RotaryEncoder_Alps_EC11E_Vertical_H20mm +Alps rotary encoder, EC12E... without switch (pins are dummy), vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html +rotary encoder +0 +7 +4 +Rotary_Encoder +RotaryEncoder_Alps_EC11E_Vertical_H20mm_CircularMountingHoles +Alps rotary encoder, EC12E... without switch (pins are dummy), vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html +rotary encoder +0 +7 +4 +Rotary_Encoder +RotaryEncoder_Alps_EC12E-Switch_Vertical_H20mm +Alps rotary encoder, EC12E... with switch, vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html & http://cdn-reichelt.de/documents/datenblatt/F100/402097STEC12E08.PDF +rotary encoder +0 +7 +6 +Rotary_Encoder +RotaryEncoder_Alps_EC12E-Switch_Vertical_H20mm_CircularMountingHoles +Alps rotary encoder, EC12E... with switch, vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html & http://cdn-reichelt.de/documents/datenblatt/F100/402097STEC12E08.PDF +rotary encoder +0 +7 +6 +Rotary_Encoder +RotaryEncoder_Alps_EC12E_Vertical_H20mm +Alps rotary encoder, EC12E..., vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html +rotary encoder +0 +5 +4 +Rotary_Encoder +RotaryEncoder_Alps_EC12E_Vertical_H20mm_CircularMountingHoles +Alps rotary encoder, EC12E..., vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html +rotary encoder +0 +5 +4 +Rotary_Encoder +RotaryEncoder_Bourns_Horizontal_PEC09-2xxxF-Nxxxx +Bourns rotary encoder, PEC09, without switch, horizontal shaft, https://www.bourns.com/products/encoders/contacting-encoders/product/PEC09 +rotary encoder +0 +3 +3 +Rotary_Encoder +RotaryEncoder_Bourns_Horizontal_PEC09-2xxxF-Sxxxx +Bourns rotary encoder, PEC09, with switch, horizontal shaft, https://www.bourns.com/products/encoders/contacting-encoders/product/PEC09 +rotary encoder +0 +5 +5 +Rotary_Encoder +RotaryEncoder_Bourns_Horizontal_PEC12R-2xxxF-Nxxxx +Bourns rotary encoder, PEC12R, without switch, horizontal shaft, https://www.bourns.com/docs/product-datasheets/pec12r.pdf +rotary encoder +0 +5 +4 +Rotary_Encoder +RotaryEncoder_Bourns_Horizontal_PEC12R-2xxxF-Sxxxx +Bourns rotary encoder, PEC12R, with switch, horizontal shaft, https://www.bourns.com/docs/product-datasheets/pec12r.pdf +rotary encoder +0 +7 +6 +Rotary_Encoder +RotaryEncoder_Bourns_Vertical_PEC12R-3xxxF-Nxxxx +Bourns rotary encoder, PEC12R, without switch, vertical shaft, https://www.bourns.com/docs/product-datasheets/pec12r.pdf +rotary encoder +0 +5 +4 +Rotary_Encoder +RotaryEncoder_Bourns_Vertical_PEC12R-3xxxF-Sxxxx +Bourns rotary encoder, PEC12R, with switch, vertical shaft, https://www.bourns.com/docs/product-datasheets/pec12r.pdf +rotary encoder +0 +7 +6 +Sensor +Aosong_DHT11_5.5x12.0_P2.54mm +Temperature and humidity module, http://akizukidenshi.com/download/ds/aosong/DHT11.pdf +Temperature and humidity module +0 +4 +4 +Sensor +Avago_APDS-9960 +Digital Proximity, Ambient Light, RGB and Gesture Sensor (https://docs.broadcom.com/doc/AV02-4191EN) +DFN Sensor optical IR +0 +8 +8 +Sensor +LuminOX_LOX-O2 +SST LuminOX Luminescence-based O2 sensor, https://sstsensing.com/wp-content/uploads/2021/08/DS0030rev15_LuminOx.pdf +SST LuminOX O2 +0 +4 +4 +Sensor +MQ-6 +Gas Sensor, 6 pin, https://www.winsen-sensor.com/d/files/semiconductor/mq-6.pdf +gas sensor +0 +6 +6 +Sensor +SHT1x +SHT1x +SHT1x +0 +8 +8 +Sensor +Senseair_S8_Down +Sensair S8 Series CO2 sensor, 1kHz PWM output, Modbus, THT +co2 gas sensor pwm modbus +0 +9 +9 +Sensor +Senseair_S8_Up +Sensair S8 Series CO2 sensor, 1kHz PWM output, Modbus, THT +co2 gas sensor pwm modbus +0 +9 +9 +Sensor +Sensirion_SCD4x-1EP_10.1x10.1mm_P1.25mm_EP4.8x4.8mm +Sensirion SCD4x QFN, 20 Pin (https://sensirion.com/media/documents/C4B87CE6/627C2DCD/CD_DS_SCD40_SCD41_Datasheet_D1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Sensirion QFN NoLead +0 +25 +21 +Sensor +Sensortech_MiCS_5x7mm_P1.25mm +https://www.sgxsensortech.com/content/uploads/2014/07/1084_Datasheet-MiCS-5524-rev-8.pdf +Sensortech MiCS MEMS sensor +0 +10 +10 +Sensor +Winson_GM-402B_5x5mm_P1.27mm +Winson GM-402B, 8 Pin (https://www.winsen-sensor.com/d/files/me2/mems--gm-402b--manual-v1_1.pdf) +Winson +0 +8 +8 +Sensor_Audio +CUI_CMC-4013-SMT +Omnidirectional, -42dB, reflowable, electret condenser microphone https://www.cuidevices.com/product/resource/cmc-4013-smt-tr.pdf +Microphone CUI +0 +2 +2 +Sensor_Audio +Infineon_PG-LLGA-5-1 +Infineon_PG-LLGA-5-1 StepUp generated footprint, https://www.infineon.com/cms/en/product/packages/PG-LLGA/PG-LLGA-5-1/ +infineon mems microphone +0 +15 +5 +Sensor_Audio +InvenSense_ICS-43434-6_3.5x2.65mm +TDK InvenSense MEMS I2S Microphone: https://invensense.tdk.com/products/ics-43434/ +microphone MEMS I2S ICS-43434 TDK InvenSense +0 +6 +6 +Sensor_Audio +Knowles_LGA-5_3.5x2.65mm +https://www.knowles.com/docs/default-source/model-downloads/sph0641lu4h-1-revb.pdf +MEMS Microphone LGA +0 +5 +5 +Sensor_Audio +Knowles_SPH0645LM4H-6_3.5x2.65mm +Knowles MEMS I2S Microphone: https://www.knowles.com/subdepartment/dpt-microphones/subdpt-sisonic-surface-mount-mems +microphone MEMS I2S SPH0645LM4H Knowles +0 +6 +6 +Sensor_Audio +ST_HLGA-6_3.76x4.72mm_P1.65mm +http://www.st.com/content/ccc/resource/technical/document/datasheet/group3/27/62/48/98/44/54/4d/36/DM00303211/files/DM00303211.pdf/jcr:content/translations/en.DM00303211.pdf +HLGA Sensor Audio +0 +6 +6 +Sensor_Current +AKM_CQ_7 +AKM Current Sensor, 7 pin, THT (http://www.akm.com/akm/en/file/datasheet/CQ-236B.pdf) +akm current sensor tht +0 +39 +7 +Sensor_Current +AKM_CQ_7S +AKM Current Sensor, 7 pin, SMD (http://www.akm.com/akm/en/file/datasheet/CQ-236B.pdf) +akm current sensor smd +0 +19 +7 +Sensor_Current +AKM_CQ_VSOP-24_5.6x7.9mm_P0.65mm +AKM VSOP-24 current sensor, 5.6x7.9mm body, 0.65mm pitch (http://www.akm.com/akm/en/file/datasheet/CQ-330J.pdf) +akm vsop 24 +0 +10 +10 +Sensor_Current +AKM_CZ_SSOP-10_6.5x8.1mm_P0.95mm +AKM CZ-381x current sensor, 6.5x8.1mm body, 0.95mm pitch (http://www.akm.com/akm/en/product/detail/0009/) +akm cz-381x 10 +0 +10 +10 +Sensor_Current +Allegro_CB_PFF +Allegro MicroSystems, CB-PFF Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) !PADS 4-5 DO NOT MATCH DATASHEET! +Allegro CB-PFF +0 +37 +5 +Sensor_Current +Allegro_CB_PSF +Allegro MicroSystems, CB-PSF Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) +Allegro CB-PSF +0 +5 +5 +Sensor_Current +Allegro_CB_PSS +Allegro MicroSystems, CB-PSS Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) +Allegro CB-PSS +0 +5 +5 +Sensor_Current +Allegro_PSOF-7_4.8x6.4mm_P1.60mm +Allegro Microsystems PSOF-7, 4.8x6.4mm Body, 1.60mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/ACS780-Datasheet.ashx) +Allegro PSOF-7 +0 +7 +7 +Sensor_Current +Allegro_QFN-12-10-1EP_3x3mm_P0.5mm +Allegro Microsystems 12-Lead (10-Lead Populated) Quad Flat Pack, 3x3mm Body, 0.5mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/ACS711-Datasheet.ashx) +Allegro QFN 0.5 +0 +14 +10 +Sensor_Current +Allegro_QSOP-24_3.9x8.7mm_P0.635mm +Allegro Microsystems 24-Lead Plastic Shrink Small Outline Narrow Body Body [QSOP] (http://www.allegromicro.com/~/media/Files/Datasheets/ACS726-Datasheet.ashx?la=en) +Allegro QSOP 0.635 +0 +24 +24 +Sensor_Current +Allegro_SIP-3 +Allegro Microsystems SIP-3, 1.27mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/A1369-Datasheet.ashx) +Allegro SIP-3 +0 +3 +3 +Sensor_Current +Allegro_SIP-4 +Allegro Microsystems SIP-4, 1.27mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/A1363-Datasheet.ashx) +Allegro SIP-4 +0 +4 +4 +Sensor_Current +Diodes_SIP-3_4.1x1.5mm_P1.27mm +Diodes SIP-3 Bulk Pack, 1.27mm Pitch (https://www.diodes.com/assets/Package-Files/SIP-3-Bulk-Pack.pdf) +Diodes SIP-3 Bulk Pack +0 +3 +3 +Sensor_Current +Diodes_SIP-3_4.1x1.5mm_P2.65mm +Diodes SIP-3 Ammo Pack, 2.65mm Pitch (https://www.diodes.com/assets/Package-Files/SIP-3-Ammo-Pack.pdf) +Diodes SIP-3 Ammo Pack +0 +3 +3 +Sensor_Current +Honeywell_CSLW +https://sensing.honeywell.com/honeywell-sensing-cslw-series-product-sheet-005861-1-en.pdf +Miniature Wired Open-Loop Current Sensor +0 +5 +5 +Sensor_Current +LEM_CKSR +LEM CKSR 6/15/25/50/75-NP Current Transducer, https://www.lem.com/sites/default/files/products_datasheets/cksr_75-np.pdf +current transducer LEM +0 +14 +14 +Sensor_Current +LEM_HO8-NP +LEM HO 8/15/25-NP Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-np-0000_series.pdf) +current transducer +0 +13 +13 +Sensor_Current +LEM_HO8-NSM +LEM HO 8/15/25-NSM Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-nsm-0000_series.pdf) +current transducer +0 +13 +13 +Sensor_Current +LEM_HO40-NP +LEM HO 40/60/120/150-NP Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-np_0100__1100_series.pdf) +current transducer +0 +13 +13 +Sensor_Current +LEM_HTFS +LEM HTFS x00-P current transducer (https://www.lem.com/sites/default/files/products_datasheets/htfs_200_800-p.pdf) +HTFS current transducer +0 +4 +4 +Sensor_Current +LEM_HX02-P +LEM HX02-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX03-P-SP2 +LEM HX03-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX04-P +LEM HX04-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX05-NP +LEM HX05-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) +hall current +0 +8 +8 +Sensor_Current +LEM_HX05-P-SP2 +LEM HX05-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX06-P +LEM HX06-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX10-NP +LEM HX10-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) +hall current +0 +8 +8 +Sensor_Current +LEM_HX10-P-SP2 +LEM HX10-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX15-NP +LEM HX15-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) +hall current +0 +8 +8 +Sensor_Current +LEM_HX15-P-SP2 +LEM HX15-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX20-P-SP2 +LEM HX20-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX25-P-SP2 +LEM HX25-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX50-P-SP2 +LEM HX50-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_LA25-P +LEM Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/la_25-p.pdf) +current transducer +0 +3 +3 +Sensor_Current +LEM_LTSR-NP +LEM current transducer LEM_LTSR-NP 5V supply voltage series https://www.lem.com/sites/default/files/products_datasheets/ltsr_6-np.pdf +Current transducer +0 +10 +10 +Sensor_Distance +ST_VL53L1x +VL53L1x distance sensor +VL53L1CXV0FY1 VL53L1x +0 +13 +12 +Sensor_Humidity +Sensirion_DFN-4-1EP_2x2mm_P1mm_EP0.7x1.6mm +DFN, 4 Pin (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/0_Datasheets/Humidity/Sensirion_Humidity_Sensors_SHTC3_Datasheet.pdf) +Sensirion DFN NoLead +0 +10 +5 +Sensor_Humidity +Sensirion_DFN-4_1.5x1.5mm_P0.8mm_SHT4x_NoCentralPad +Sensirion, SHT40, SHT41, SHT45, DFN, 4 Pin (https://sensirion.com/media/documents/33FD6951/624C4357/Datasheet_SHT4x.pdf) +DFN NoLead +0 +4 +4 +Sensor_Humidity +Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm +Sensirion DFN-8 SHT3x-DIS (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Datasheets/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf) +sensirion dfn nolead +0 +10 +9 +Sensor_Motion +Analog_LGA-16_3.25x3mm_P0.5mm_LayoutBorder3x5y +LGA, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ADXL363.pdf#page=44) +LGA NoLead CC-16-4 +0 +16 +16 +Sensor_Motion +InvenSense_QFN-24_3x3mm_P0.4mm +24-Lead Plastic QFN (3mm x 3mm); Pitch 0.4mm; EP 1.7x1.54mm; for InvenSense motion sensors; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU9250REV1.0.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) +QFN 0.4 +0 +24 +24 +Sensor_Motion +InvenSense_QFN-24_3x3mm_P0.4mm_NoMask +24-Lead Plastic QFN (3mm x 3mm); Pitch 0.4mm; EP 1.7x1.54mm; for InvenSense motion sensors; Mask removed below exposed pad; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU9250REV1.0.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) +QFN 0.4 +0 +25 +24 +Sensor_Motion +InvenSense_QFN-24_4x4mm_P0.5mm +24-Lead Plastic QFN (4mm x 4mm); Pitch 0.5mm; EP 2.7x2.6mm; for InvenSense motion sensors; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) +QFN 0.5 +0 +24 +24 +Sensor_Motion +InvenSense_QFN-24_4x4mm_P0.5mm_NoMask +24-Lead Plastic QFN (4mm x 4mm); Pitch 0.5mm; EP 2.7x2.6mm; for InvenSense motion sensors; Mask removed below exposed pad; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) +QFN 0.5 +0 +25 +24 +Sensor_Pressure +Freescale_98ARH99066A +https://www.nxp.com/docs/en/data-sheet/MPXH6250A.pdf +sensor pressure ssop 98ARH99066A +0 +8 +8 +Sensor_Pressure +Freescale_98ARH99089A +https://www.nxp.com/docs/en/data-sheet/MPXH6250A.pdf +sensor pressure ssop 98ARH99089A +0 +8 +8 +Sensor_Pressure +Honeywell_40PCxxxG1A +https://www.honeywellscportal.com/index.php?ci_id=138832 +pressure sensor automotive honeywell +0 +3 +3 +Sensor_Pressure +TE_MS5525DSO-DBxxxyS +Pressure Sensor, Dual-Barbed, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=MS5525DSO&DocType=DS&DocLang=English +Pressure DualBarbed +0 +14 +14 +Sensor_Pressure +TE_MS5837-xxBA +https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FMS5837-30BA%7FB1%7Fpdf%7FEnglish%7FENG_DS_MS5837-30BA_B1.pdf%7FCAT-BLPS0017 +MS5837 Ultra-small gel-filled pressure sensor with stainless steel cap +0 +4 +4 +Sensor_Voltage +LEM_LV25-P +LEM LV25-P Voltage transducer, https://www.lem.com/sites/default/files/products_datasheets/lv_25-p.pdf +LEM Hall Effect Voltage transducer +0 +5 +5 +Socket +3M_Textool_240-1288-00-0602J_2x20_P2.54mm +3M 40-pin zero insertion force socket, though-hole, row spacing 25.4 mm (1000 mils) +THT DIP DIL ZIF 25.4mm 1000mil Socket +0 +40 +40 +Socket +DIP_Socket-14_W4.3_W5.08_W7.62_W10.16_W10.9_3M_214-3339-00-0602J +3M 14-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 7.62mm 300mil Socket +0 +14 +14 +Socket +DIP_Socket-16_W4.3_W5.08_W7.62_W10.16_W10.9_3M_216-3340-00-0602J +3M 16-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 7.62mm 300mil Socket +0 +16 +16 +Socket +DIP_Socket-18_W4.3_W5.08_W7.62_W10.16_W10.9_3M_218-3341-00-0602J +3M 18-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 7.62mm 300mil Socket +0 +18 +18 +Socket +DIP_Socket-20_W4.3_W5.08_W7.62_W10.16_W10.9_3M_220-3342-00-0602J +3M 20-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 7.62mm 300mil Socket +0 +20 +20 +Socket +DIP_Socket-22_W6.9_W7.62_W10.16_W12.7_W13.5_3M_222-3343-00-0602J +3M 22-pin zero insertion force socket, through-hole, row spacing 10.16 mm (400 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 10.16mm 400mil Socket +0 +22 +22 +Socket +DIP_Socket-24_W4.3_W5.08_W7.62_W10.16_W10.9_3M_224-5248-00-0602J +3M 24-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 7.62mm 300mil Socket +0 +24 +24 +Socket +DIP_Socket-24_W11.9_W12.7_W15.24_W17.78_W18.5_3M_224-1275-00-0602J +3M 24-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 15.24mm 600mil Socket +0 +24 +24 +Socket +DIP_Socket-28_W6.9_W7.62_W10.16_W12.7_W13.5_3M_228-4817-00-0602J +3M 28-pin zero insertion force socket, through-hole, row spacing 10.16 mm (400 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 10.16mm 400mil Socket +0 +28 +28 +Socket +DIP_Socket-28_W11.9_W12.7_W15.24_W17.78_W18.5_3M_228-1277-00-0602J +3M 28-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 15.24mm 600mil Socket +0 +28 +28 +Socket +DIP_Socket-32_W11.9_W12.7_W15.24_W17.78_W18.5_3M_232-1285-00-0602J +3M 32-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 15.24mm 600mil Socket +0 +32 +32 +Socket +DIP_Socket-40_W11.9_W12.7_W15.24_W17.78_W18.5_3M_240-1280-00-0602J +3M 40-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 15.24mm 600mil Socket +0 +40 +40 +Socket +DIP_Socket-40_W22.1_W22.86_W25.4_W27.94_W28.7_3M_240-3639-00-0602J +3M 40-pin zero insertion force socket, through-hole, row spacing 25.4 mm (1000 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 25.4mm 1000mil Socket +0 +40 +40 +Socket +DIP_Socket-42_W11.9_W12.7_W15.24_W17.78_W18.5_3M_242-1281-00-0602J +3M 42-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 15.24mm 600mil Socket +0 +42 +42 +Socket +Wells_648-0482211SA01 +https://www.farnell.com/cad/316865.pdf?_ga=2.37208032.177107060.1530611323-249019997.1498114824 +48pin TSOP Socket +0 +48 +48 +Symbol +CE-Logo_8.5x6mm_SilkScreen +CE marking +Logo CE certification +0 +0 +0 +Symbol +CE-Logo_11.2x8mm_SilkScreen +CE marking +Logo CE certification +0 +0 +0 +Symbol +CE-Logo_16.8x12mm_SilkScreen +CE marking +Logo CE certification +0 +0 +0 +Symbol +CE-Logo_28x20mm_SilkScreen +CE marking +Logo CE certification +0 +0 +0 +Symbol +CE-Logo_42x30mm_SilkScreen +CE marking +Logo CE certification +0 +0 +0 +Symbol +CE-Logo_56.1x40mm_SilkScreen +CE marking +Logo CE certification +0 +0 +0 +Symbol +ESD-Logo_6.6x6mm_SilkScreen +Electrostatic discharge Logo +Logo ESD +0 +0 +0 +Symbol +ESD-Logo_8.9x8mm_SilkScreen +Electrostatic discharge Logo +Logo ESD +0 +0 +0 +Symbol +ESD-Logo_13.2x12mm_SilkScreen +Electrostatic discharge Logo +Logo ESD +0 +0 +0 +Symbol +ESD-Logo_22x20mm_SilkScreen +Electrostatic discharge Logo +Logo ESD +0 +0 +0 +Symbol +ESD-Logo_33x30mm_SilkScreen +Electrostatic discharge Logo +Logo ESD +0 +0 +0 +Symbol +ESD-Logo_44.1x40mm_SilkScreen +Electrostatic discharge Logo +Logo ESD +0 +0 +0 +Symbol +EasterEgg_EWG1308-2013_ClassA +Egg with 42x60mm Body-Size, ClassA, according to EWG1308/2013 +egg easter +0 +0 +0 +Symbol +FCC-Logo_7.3x6mm_SilkScreen +FCC marking +Logo FCC certification +0 +0 +0 +Symbol +FCC-Logo_9.6x8mm_SilkScreen +FCC marking +Logo FCC certification +0 +0 +0 +Symbol +FCC-Logo_14.6x12mm_SilkScreen +FCC marking +Logo FCC certification +0 +0 +0 +Symbol +FCC-Logo_24.2x20mm_SilkScreen +FCC marking +Logo FCC certification +0 +0 +0 +Symbol +FCC-Logo_36.3x30mm_SilkScreen +FCC marking +Logo FCC certification +0 +0 +0 +Symbol +FCC-Logo_48.3x40mm_SilkScreen +FCC marking +Logo FCC certification +0 +0 +0 +Symbol +KiCad-Logo2_5mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_5mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_6mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_6mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_8mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_8mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_12mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_12mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_20mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_20mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_30mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_30mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_40mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_40mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_5mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_5mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_6mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_6mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_8mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_8mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_12mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_12mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_20mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_20mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_30mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_30mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_40mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_40mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +OSHW-Logo2_7.3x6mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_7.3x6mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_9.8x8mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_9.8x8mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_14.6x12mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_14.6x12mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_24.3x20mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_24.3x20mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_36.5x30mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_36.5x30mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_48.7x40mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_48.7x40mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo_5.7x6mm_Copper +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_5.7x6mm_SilkScreen +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_7.5x8mm_Copper +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_7.5x8mm_SilkScreen +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_11.4x12mm_Copper +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_11.4x12mm_SilkScreen +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_19x20mm_Copper +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_19x20mm_SilkScreen +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_28.5x30mm_Copper +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_28.5x30mm_SilkScreen +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_38.1x40mm_Copper +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_38.1x40mm_SilkScreen +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Symbol_6.7x6mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_6.7x6mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_8.9x8mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_8.9x8mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_13.4x12mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_13.4x12mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_22.3x20mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_22.3x20mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_33.5x30mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_33.5x30mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_44.5x40mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_44.5x40mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +Polarity_Center_Negative_6mm_SilkScreen +Polarity Logo, Center Negative +Logo Polarity Center Negative +0 +0 +0 +Symbol +Polarity_Center_Negative_8mm_SilkScreen +Polarity Logo, Center Negative +Logo Polarity Center Negative +0 +0 +0 +Symbol +Polarity_Center_Negative_12mm_SilkScreen +Polarity Logo, Center Negative +Logo Polarity Center Negative +0 +0 +0 +Symbol +Polarity_Center_Negative_20mm_SilkScreen +Polarity Logo, Center Negative +Logo Polarity Center Negative +0 +0 +0 +Symbol +Polarity_Center_Negative_30mm_SilkScreen +Polarity Logo, Center Negative +Logo Polarity Center Negative +0 +0 +0 +Symbol +Polarity_Center_Negative_40mm_SilkScreen +Polarity Logo, Center Negative +Logo Polarity Center Negative +0 +0 +0 +Symbol +Polarity_Center_Positive_6mm_SilkScreen +Polarity Logo, Center Positive +Logo Polarity Center Positive +0 +0 +0 +Symbol +Polarity_Center_Positive_8mm_SilkScreen +Polarity Logo, Center Positive +Logo Polarity Center Positive +0 +0 +0 +Symbol +Polarity_Center_Positive_12mm_SilkScreen +Polarity Logo, Center Positive +Logo Polarity Center Positive +0 +0 +0 +Symbol +Polarity_Center_Positive_20mm_SilkScreen +Polarity Logo, Center Positive +Logo Polarity Center Positive +0 +0 +0 +Symbol +Polarity_Center_Positive_30mm_SilkScreen +Polarity Logo, Center Positive +Logo Polarity Center Positive +0 +0 +0 +Symbol +Polarity_Center_Positive_40mm_SilkScreen +Polarity Logo, Center Positive +Logo Polarity Center Positive +0 +0 +0 +Symbol +RoHS-Logo_6mm_SilkScreen +Restriction of Hazardous Substances Directive Logo +Logo RoHS +0 +0 +0 +Symbol +RoHS-Logo_8mm_SilkScreen +Restriction of Hazardous Substances Directive Logo +Logo RoHS +0 +0 +0 +Symbol +RoHS-Logo_12mm_SilkScreen +Restriction of Hazardous Substances Directive Logo +Logo RoHS +0 +0 +0 +Symbol +RoHS-Logo_20mm_SilkScreen +Restriction of Hazardous Substances Directive Logo +Logo RoHS +0 +0 +0 +Symbol +RoHS-Logo_30mm_SilkScreen +Restriction of Hazardous Substances Directive Logo +Logo RoHS +0 +0 +0 +Symbol +RoHS-Logo_40mm_SilkScreen +Restriction of Hazardous Substances Directive Logo +Logo RoHS +0 +0 +0 +Symbol +Symbol_Attention_CopperTop_Big +Symbol, Attention, Copper Top, Big, +Symbol, Attention, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_Attention_CopperTop_Small +Symbol, Attention, Copper Top, Small, +Symbol, Attention, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_Barrel_Polarity +Barrel connector polarity indicator +barrel polarity +0 +0 +0 +Symbol +Symbol_CC-Attribution_CopperTop_Big +Symbol, CC-Attribution, Copper Top, Big, +Symbol, CC-Attribution, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_CC-Attribution_CopperTop_Small +Symbol, CC-Share Alike, Copper Top, Small, +Symbol, CC-Share Alike, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_CC-Noncommercial_CopperTop_Big +Symbol, CC-Noncommercial, Copper Top, Big, +Symbol, CC-Noncommercial, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_CC-Noncommercial_CopperTop_Small +Symbol, CC-Noncommercial Alike, Copper Top, Small, +Symbol, CC-Noncommercial Alike, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_CC-PublicDomain_CopperTop_Big +Symbol, CC-PublicDomain, Copper Top, Big, +Symbol, CC-PublicDomain, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_CC-PublicDomain_CopperTop_Small +Symbol, CC-Public Domain, Copper Top, Small, +Symbol, CC-Public Domain, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_CC-PublicDomain_SilkScreenTop_Big +Symbol, CC-PublicDomain, SilkScreen Top, Big, +Symbol, CC-PublicDomain, SilkScreen Top, Big, +0 +0 +0 +Symbol +Symbol_CC-ShareAlike_CopperTop_Big +Symbol, CC-Share Alike, Copper Top, Big, +Symbol, CC-Share Alike, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_CC-ShareAlike_CopperTop_Small +Symbol, CC-Share Alike, Copper Top, Small, +Symbol, CC-Share Alike, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_CreativeCommonsPublicDomain_CopperTop_Small +Symbol, Creative Commons Public Domain, CopperTop, Small, +Symbol, Creative Commons Public Domain, CopperTop, Small, +0 +0 +0 +Symbol +Symbol_CreativeCommonsPublicDomain_SilkScreenTop_Small +Symbol, Creative Commons Public Domain, SilkScreenTop, Small, +Symbol, Creative Commons Public Domain, SilkScreen Top, Small, +0 +0 +0 +Symbol +Symbol_CreativeCommons_CopperTop_Type1_Big +Symbol, Creative Commons, CopperTop, Type 1, Big, +Symbol, Creative Commons, CopperTop, Type 1, Big, +0 +0 +0 +Symbol +Symbol_CreativeCommons_CopperTop_Type2_Big +Symbol, Creative Commons, CopperTop, Type 2, Big, +Symbol, Creative Commons, CopperTop, Type 2, Big, +0 +0 +0 +Symbol +Symbol_CreativeCommons_CopperTop_Type2_Small +Symbol, Creative Commons, CopperTop, Type 2, Small, +Symbol, Creative Commons, CopperTop, Type 2, Small, +0 +0 +0 +Symbol +Symbol_CreativeCommons_SilkScreenTop_Type2_Big +Symbol, Creative Commons, SilkScreen Top, Type 2, Big, +Symbol, Creative Commons, SilkScreen Top, Type 2, Big, +0 +0 +0 +Symbol +Symbol_Danger_CopperTop_Big +Symbol, Danger, CopperTop, Big, +Symbol, Danger, CopperTop, Big, +0 +0 +0 +Symbol +Symbol_Danger_CopperTop_Small +Symbol, Danger, Copper Top, Small, +Symbol, Danger, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_ESD-Logo-Text_CopperTop + + +0 +0 +0 +Symbol +Symbol_ESD-Logo_CopperTop +ESD-Logo, similar JEDEC-14, without text, ohne Text, Copper Top, +ESD-Logo, similar JEDEC-14, without text, ohne Text, Copper Top, +0 +0 +0 +Symbol +Symbol_GNU-GPL_CopperTop_Big +Symbol, GNU-GPL, Copper Top, Big, +Symbol, GNU-GPL, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_GNU-GPL_CopperTop_Small +Symbol, GNU-GPL, Copper Top, Small, +Symbol, GNU-GPL, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_GNU-Logo_CopperTop +GNU-Logo, GNU-Head, GNU-Kopf, Copper Top, +GNU-Logo, GNU-Head, GNU-Kopf, Copper Top, +0 +0 +0 +Symbol +Symbol_GNU-Logo_SilkscreenTop +GNU-Logo, GNU-Head, GNU-Kopf, Silkscreen, +GNU-Logo, GNU-Head, GNU-Kopf, Silkscreen, +0 +0 +0 +Symbol +Symbol_HighVoltage_Type1_CopperTop_Big +Symbol, HighVoltage, Type1, Copper Top, Big, +Symbol, HighVoltage, Type1, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_HighVoltage_Type2_CopperTop_Big +Symbol, HighVoltage, Type2, Copper Top, Big, +Symbol, HighVoltage, Type2, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_HighVoltage_Type2_CopperTop_VerySmall +Symbol, High Voltage, Type 2, Copper Top, Very Small, +Symbol, High Voltage, Type 2, Copper Top, Very Small, +0 +0 +0 +Symbol +Symbol_Highvoltage_Type1_CopperTop_Small +Symbol, Highvoltage, Type 1, Copper Top, Small, +Symbol, Highvoltage, Type 1, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_Highvoltage_Type2_CopperTop_Small +Symbol, Highvoltage, Type 2, Copper Top, Small, +Symbol, Highvoltage, Type 2, Copper Top, Small, +0 +0 +0 +Symbol +UKCA-Logo_6x6mm_SilkScreen +UKCA marking +Logo UKCA marking +0 +0 +0 +Symbol +UKCA-Logo_8x8mm_SilkScreen +UKCA marking +Logo UKCA marking +0 +0 +0 +Symbol +UKCA-Logo_12x12mm_SilkScreen +UKCA marking +Logo UKCA marking +0 +0 +0 +Symbol +UKCA-Logo_20x20mm_SilkScreen +UKCA marking +Logo UKCA marking +0 +0 +0 +Symbol +UKCA-Logo_30x30mm_SilkScreen +UKCA marking +Logo UKCA marking +0 +0 +0 +Symbol +UKCA-Logo_40x40mm_SilkScreen +UKCA marking +Logo UKCA marking +0 +0 +0 +Symbol +WEEE-Logo_4.2x6mm_SilkScreen +Waste Electrical and Electronic Equipment Directive +Logo WEEE +0 +0 +0 +Symbol +WEEE-Logo_5.6x8mm_SilkScreen +Waste Electrical and Electronic Equipment Directive +Logo WEEE +0 +0 +0 +Symbol +WEEE-Logo_8.4x12mm_SilkScreen +Waste Electrical and Electronic Equipment Directive +Logo WEEE +0 +0 +0 +Symbol +WEEE-Logo_14x20mm_SilkScreen +Waste Electrical and Electronic Equipment Directive +Logo WEEE +0 +0 +0 +Symbol +WEEE-Logo_21x30mm_SilkScreen +Waste Electrical and Electronic Equipment Directive +Logo WEEE +0 +0 +0 +Symbol +WEEE-Logo_28.1x40mm_SilkScreen +Waste Electrical and Electronic Equipment Directive +Logo WEEE +0 +0 +0 +TerminalBlock +TerminalBlock_Altech_AK300-2_P5.00mm +Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf +Altech AK300 terminal block pitch 5.0mm +0 +2 +2 +TerminalBlock +TerminalBlock_Altech_AK300-3_P5.00mm +Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf +Altech AK300 terminal block pitch 5.0mm +0 +3 +3 +TerminalBlock +TerminalBlock_Altech_AK300-4_P5.00mm +Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf +Altech AK300 terminal block pitch 5.0mm +0 +4 +4 +TerminalBlock +TerminalBlock_Wuerth_691311400102_P7.62mm +https://katalog.we-online.de/em/datasheet/6913114001xx.pdf +Wuerth WR-TBL Series 3114 terminal block pitch 7.62mm +0 +2 +2 +TerminalBlock +TerminalBlock_bornier-2_P5.08mm +simple 2-pin terminal block, pitch 5.08mm, revamped version of bornier2 +terminal block bornier2 +0 +2 +2 +TerminalBlock +TerminalBlock_bornier-3_P5.08mm +simple 3-pin terminal block, pitch 5.08mm, revamped version of bornier3 +terminal block bornier3 +0 +3 +3 +TerminalBlock +TerminalBlock_bornier-4_P5.08mm +simple 4-pin terminal block, pitch 5.08mm, revamped version of bornier4 +terminal block bornier4 +0 +4 +4 +TerminalBlock +TerminalBlock_bornier-5_P5.08mm +simple 5-pin terminal block, pitch 5.08mm, revamped version of bornier5 +terminal block bornier5 +0 +5 +5 +TerminalBlock +TerminalBlock_bornier-6_P5.08mm +simple 6pin terminal block, pitch 5.08mm, revamped version of bornier6 +terminal block bornier6 +0 +6 +6 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x02_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 19963, 2 pins, pitch 3.5mm, size 7.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19963.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 19963 pitch 3.5mm size 7.7x7mm^2 drill 1.2mm pad 2.4mm +0 +2 +2 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x02_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10693, vertical (cable from top), 2 pins, pitch 3.5mm, size 8x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10693.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10693 vertical pitch 3.5mm size 8x8.3mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x03_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 20193, 3 pins, pitch 3.5mm, size 11.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20193.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 20193 pitch 3.5mm size 11.2x7mm^2 drill 1.2mm pad 2.4mm +0 +3 +3 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x03_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10694, vertical (cable from top), 3 pins, pitch 3.5mm, size 11.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10694.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10694 vertical pitch 3.5mm size 11.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x04_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 20001, 4 pins, pitch 3.5mm, size 14.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20001.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 20001 pitch 3.5mm size 14.7x7mm^2 drill 1.2mm pad 2.4mm +0 +4 +4 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x04_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10695, vertical (cable from top), 4 pins, pitch 3.5mm, size 15x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10695.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10695 vertical pitch 3.5mm size 15x8.3mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x05_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 20223, 5 pins, pitch 3.5mm, size 18.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20223.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 20223 pitch 3.5mm size 18.2x7mm^2 drill 1.2mm pad 2.4mm +0 +5 +5 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x05_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10696, vertical (cable from top), 5 pins, pitch 3.5mm, size 18.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10696.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10696 vertical pitch 3.5mm size 18.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x06_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 19964, 6 pins, pitch 3.5mm, size 21.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19964.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 19964 pitch 3.5mm size 21.7x7mm^2 drill 1.2mm pad 2.4mm +0 +6 +6 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x06_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10697, vertical (cable from top), 6 pins, pitch 3.5mm, size 22x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10697.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10697 vertical pitch 3.5mm size 22x8.3mm^2 drill 1.3mm pad 2.6mm +0 +6 +6 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x07_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10684, 7 pins, pitch 3.5mm, size 25.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10684.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10684 pitch 3.5mm size 25.2x7mm^2 drill 1.2mm pad 2.4mm +0 +7 +7 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x07_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10698, vertical (cable from top), 7 pins, pitch 3.5mm, size 25.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10698.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10698 vertical pitch 3.5mm size 25.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +7 +7 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x08_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 19965, 8 pins, pitch 3.5mm, size 28.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19965.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 19965 pitch 3.5mm size 28.7x7mm^2 drill 1.2mm pad 2.4mm +0 +8 +8 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x08_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10699, vertical (cable from top), 8 pins, pitch 3.5mm, size 29x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10699.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10699 vertical pitch 3.5mm size 29x8.3mm^2 drill 1.3mm pad 2.6mm +0 +8 +8 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x09_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10686, 9 pins, pitch 3.5mm, size 32.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10686.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10686 pitch 3.5mm size 32.2x7mm^2 drill 1.2mm pad 2.4mm +0 +9 +9 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x09_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10700, vertical (cable from top), 9 pins, pitch 3.5mm, size 32.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10700.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10700 vertical pitch 3.5mm size 32.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +9 +9 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x10_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10687, 10 pins, pitch 3.5mm, size 35.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10687.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10687 pitch 3.5mm size 35.7x7mm^2 drill 1.2mm pad 2.4mm +0 +10 +10 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x10_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10701, vertical (cable from top), 10 pins, pitch 3.5mm, size 36x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10701.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10701 vertical pitch 3.5mm size 36x8.3mm^2 drill 1.3mm pad 2.6mm +0 +10 +10 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x11_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10688, 11 pins, pitch 3.5mm, size 39.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10688.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10688 pitch 3.5mm size 39.2x7mm^2 drill 1.2mm pad 2.4mm +0 +11 +11 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x11_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10702, vertical (cable from top), 11 pins, pitch 3.5mm, size 39.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10702.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10702 vertical pitch 3.5mm size 39.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +11 +11 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x12_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10689, 12 pins, pitch 3.5mm, size 42.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10689.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10689 pitch 3.5mm size 42.7x7mm^2 drill 1.2mm pad 2.4mm +0 +12 +12 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x12_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10703, vertical (cable from top), 12 pins, pitch 3.5mm, size 43x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10703.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10703 vertical pitch 3.5mm size 43x8.3mm^2 drill 1.3mm pad 2.6mm +0 +12 +12 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x13_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10690, 13 pins, pitch 3.5mm, size 46.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10690.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10690 pitch 3.5mm size 46.2x7mm^2 drill 1.2mm pad 2.4mm +0 +13 +13 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x13_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10704, vertical (cable from top), 13 pins, pitch 3.5mm, size 46.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10704.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10704 vertical pitch 3.5mm size 46.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +13 +13 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x14_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10691, 14 pins, pitch 3.5mm, size 49.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10691.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10691 pitch 3.5mm size 49.7x7mm^2 drill 1.2mm pad 2.4mm +0 +14 +14 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x14_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10705, vertical (cable from top), 14 pins, pitch 3.5mm, size 50x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10705.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10705 vertical pitch 3.5mm size 50x8.3mm^2 drill 1.3mm pad 2.6mm +0 +14 +14 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x15_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10692, 15 pins, pitch 3.5mm, size 53.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10692.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10692 pitch 3.5mm size 53.2x7mm^2 drill 1.2mm pad 2.4mm +0 +15 +15 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x15_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10706, vertical (cable from top), 15 pins, pitch 3.5mm, size 53.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10706.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10706 vertical pitch 3.5mm size 53.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +15 +15 +TerminalBlock_Altech +Altech_AK300_1x02_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +2 +2 +TerminalBlock_Altech +Altech_AK300_1x03_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +3 +3 +TerminalBlock_Altech +Altech_AK300_1x04_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +4 +4 +TerminalBlock_Altech +Altech_AK300_1x05_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +5 +5 +TerminalBlock_Altech +Altech_AK300_1x06_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +6 +6 +TerminalBlock_Altech +Altech_AK300_1x07_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +7 +7 +TerminalBlock_Altech +Altech_AK300_1x08_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +8 +8 +TerminalBlock_Altech +Altech_AK300_1x09_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +9 +9 +TerminalBlock_Altech +Altech_AK300_1x10_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +10 +10 +TerminalBlock_Altech +Altech_AK300_1x11_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +11 +11 +TerminalBlock_Altech +Altech_AK300_1x12_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +12 +12 +TerminalBlock_Altech +Altech_AK300_1x13_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +13 +13 +TerminalBlock_Altech +Altech_AK300_1x14_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +14 +14 +TerminalBlock_Altech +Altech_AK300_1x15_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +15 +15 +TerminalBlock_Altech +Altech_AK300_1x16_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +16 +16 +TerminalBlock_Altech +Altech_AK300_1x17_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +17 +17 +TerminalBlock_Altech +Altech_AK300_1x18_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +18 +18 +TerminalBlock_Altech +Altech_AK300_1x19_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +19 +19 +TerminalBlock_Altech +Altech_AK300_1x20_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +20 +20 +TerminalBlock_Altech +Altech_AK300_1x21_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +21 +21 +TerminalBlock_Altech +Altech_AK300_1x22_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +22 +22 +TerminalBlock_Altech +Altech_AK300_1x23_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +23 +23 +TerminalBlock_Altech +Altech_AK300_1x24_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +24 +24 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-02_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +2 +2 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-03_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +3 +3 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-04_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +4 +4 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-05_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +5 +5 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-06_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +6 +6 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-07_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +7 +7 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-08_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +8 +8 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-09_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +9 +9 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-10_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +10 +10 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-11_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +11 +11 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-12_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +12 +12 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-13_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +13 +13 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-14_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +14 +14 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-15_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +15 +15 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-16_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +16 +16 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-17_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +17 +17 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-18_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +18 +18 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-19_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +19 +19 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-20_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +20 +20 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-21_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +21 +21 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-22_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +22 +22 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-23_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +23 +23 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-24_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +24 +24 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-25_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +25 +25 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-26_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +26 +26 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-27_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +27 +27 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-28_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +28 +28 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-29_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +29 +29 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-30_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +30 +30 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360271_1x01_Horizontal_ScrewM3.0_Boxed +single screw terminal block Metz Connect 360271, block size 9x7.3mm^2, drill diamater 1.5mm, 1 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 134, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360271 size 9x7.3mm^2 drill 1.5mm pad 3mm +0 +1 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360272_1x01_Horizontal_ScrewM2.6 +single screw terminal block Metz Connect 360272, block size 4x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 131, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360272 size 4x4mm^2 drill 1.5mm pad 3mm +0 +2 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360273_1x01_Horizontal_ScrewM2.6_WireProtection +single screw terminal block Metz Connect 360273, block size 5x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 131, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360273 size 5x4mm^2 drill 1.5mm pad 3mm +0 +2 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360291_1x01_Horizontal_ScrewM3.0_Boxed +single screw terminal block Metz Connect 360291, block size 9x7.3mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360291 size 9x7.3mm^2 drill 1.5mm pad 3mm +0 +2 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360322_1x01_Horizontal_ScrewM3.0_WireProtection +single screw terminal block Metz Connect 360322, block size 6x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360322 size 6x4mm^2 drill 1.5mm pad 3mm +0 +2 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360381_1x01_Horizontal_ScrewM3.0 +single screw terminal block Metz Connect 360381, block size 5x5mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360381 size 5x5mm^2 drill 1.5mm pad 3mm +0 +2 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360410_1x01_Horizontal_ScrewM3.0 +single screw terminal block Metz Connect 360410, block size 5x5mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 132, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360410 size 5x5mm^2 drill 1.5mm pad 3mm +0 +2 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360425_1x01_Horizontal_ScrewM4.0_Boxed +single screw terminal block Metz Connect 360425, block size 9x9mm^2, drill diamater 1.6mm, 4 pads, pad diameter 3.2mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 134, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360425 size 9x9mm^2 drill 1.6mm pad 3.2mm +0 +4 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type011_RT05502HBWC_1x02_P5.00mm_Horizontal +terminal block Metz Connect Type011_RT05502HBWC, 2 pins, pitch 5mm, size 10x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type011_RT05502HBWC pitch 5mm size 10x10.5mm^2 drill 1.4mm pad 2.8mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type011_RT05503HBWC_1x03_P5.00mm_Horizontal +terminal block Metz Connect Type011_RT05503HBWC, 3 pins, pitch 5mm, size 15x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type011_RT05503HBWC pitch 5mm size 15x10.5mm^2 drill 1.4mm pad 2.8mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type011_RT05504HBWC_1x04_P5.00mm_Horizontal +terminal block Metz Connect Type011_RT05504HBWC, 4 pins, pitch 5mm, size 20x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type011_RT05504HBWC pitch 5mm size 20x10.5mm^2 drill 1.4mm pad 2.8mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type011_RT05505HBWC_1x05_P5.00mm_Horizontal +terminal block Metz Connect Type011_RT05505HBWC, 5 pins, pitch 5mm, size 25x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type011_RT05505HBWC pitch 5mm size 25x10.5mm^2 drill 1.4mm pad 2.8mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type011_RT05506HBWC_1x06_P5.00mm_Horizontal +terminal block Metz Connect Type011_RT05506HBWC, 6 pins, pitch 5mm, size 30x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type011_RT05506HBWC pitch 5mm size 30x10.5mm^2 drill 1.4mm pad 2.8mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type055_RT01502HDWU_1x02_P5.00mm_Horizontal +terminal block Metz Connect Type055_RT01502HDWU, 2 pins, pitch 5mm, size 10x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type055_RT01502HDWU pitch 5mm size 10x8mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type055_RT01503HDWU_1x03_P5.00mm_Horizontal +terminal block Metz Connect Type055_RT01503HDWU, 3 pins, pitch 5mm, size 15x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type055_RT01503HDWU pitch 5mm size 15x8mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type055_RT01504HDWU_1x04_P5.00mm_Horizontal +terminal block Metz Connect Type055_RT01504HDWU, 4 pins, pitch 5mm, size 20x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type055_RT01504HDWU pitch 5mm size 20x8mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type059_RT06302HBWC_1x02_P3.50mm_Horizontal +terminal block Metz Connect Type059_RT06302HBWC, 2 pins, pitch 3.5mm, size 7x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type059_RT06302HBWC pitch 3.5mm size 7x6.5mm^2 drill 1.2mm pad 2.3mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type059_RT06303HBWC_1x03_P3.50mm_Horizontal +terminal block Metz Connect Type059_RT06303HBWC, 3 pins, pitch 3.5mm, size 10.5x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type059_RT06303HBWC pitch 3.5mm size 10.5x6.5mm^2 drill 1.2mm pad 2.3mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type059_RT06304HBWC_1x04_P3.50mm_Horizontal +terminal block Metz Connect Type059_RT06304HBWC, 4 pins, pitch 3.5mm, size 14x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type059_RT06304HBWC pitch 3.5mm size 14x6.5mm^2 drill 1.2mm pad 2.3mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type059_RT06305HBWC_1x05_P3.50mm_Horizontal +terminal block Metz Connect Type059_RT06305HBWC, 5 pins, pitch 3.5mm, size 17.5x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type059_RT06305HBWC pitch 3.5mm size 17.5x6.5mm^2 drill 1.2mm pad 2.3mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type059_RT06306HBWC_1x06_P3.50mm_Horizontal +terminal block Metz Connect Type059_RT06306HBWC, 6 pins, pitch 3.5mm, size 21x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type059_RT06306HBWC pitch 3.5mm size 21x6.5mm^2 drill 1.2mm pad 2.3mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type067_RT01902HDWC_1x02_P10.00mm_Horizontal +terminal block Metz Connect Type067_RT01902HDWC, 2 pins, pitch 10mm, size 15.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type067_RT01902HDWC pitch 10mm size 15.8x8.2mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type067_RT01903HDWC_1x03_P10.00mm_Horizontal +terminal block Metz Connect Type067_RT01903HDWC, 3 pins, pitch 10mm, size 25.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type067_RT01903HDWC pitch 10mm size 25.8x8.2mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type067_RT01904HDWC_1x04_P10.00mm_Horizontal +terminal block Metz Connect Type067_RT01904HDWC, 4 pins, pitch 10mm, size 35.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type067_RT01904HDWC pitch 10mm size 35.8x8.2mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type067_RT01905HDWC_1x05_P10.00mm_Horizontal +terminal block Metz Connect Type067_RT01905HDWC, 5 pins, pitch 10mm, size 45.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type067_RT01905HDWC pitch 10mm size 45.8x8.2mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type073_RT02602HBLU_1x02_P5.08mm_Horizontal +terminal block Metz Connect Type073_RT02602HBLU, 2 pins, pitch 5.08mm, size 10.2x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310731_RT026xxHBLU_OFF-022792U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type073_RT02602HBLU pitch 5.08mm size 10.2x11mm^2 drill 1.4mm pad 2.6mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type073_RT02603HBLU_1x03_P5.08mm_Horizontal +terminal block Metz Connect Type073_RT02603HBLU, 3 pins, pitch 5.08mm, size 15.2x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310731_RT026xxHBLU_OFF-022792U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type073_RT02603HBLU pitch 5.08mm size 15.2x11mm^2 drill 1.4mm pad 2.6mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type086_RT03402HBLC_1x02_P3.81mm_Horizontal +terminal block Metz Connect Type086_RT03402HBLC, 2 pins, pitch 3.81mm, size 7.51x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type086_RT03402HBLC pitch 3.81mm size 7.51x7.3mm^2 drill 0.7mm pad 1.4mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type086_RT03403HBLC_1x03_P3.81mm_Horizontal +terminal block Metz Connect Type086_RT03403HBLC, 3 pins, pitch 3.81mm, size 11.3x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type086_RT03403HBLC pitch 3.81mm size 11.3x7.3mm^2 drill 0.7mm pad 1.4mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type086_RT03404HBLC_1x04_P3.81mm_Horizontal +terminal block Metz Connect Type086_RT03404HBLC, 4 pins, pitch 3.81mm, size 15.1x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type086_RT03404HBLC pitch 3.81mm size 15.1x7.3mm^2 drill 0.7mm pad 1.4mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type086_RT03405HBLC_1x05_P3.81mm_Horizontal +terminal block Metz Connect Type086_RT03405HBLC, 5 pins, pitch 3.81mm, size 18.9x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type086_RT03405HBLC pitch 3.81mm size 18.9x7.3mm^2 drill 0.7mm pad 1.4mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type086_RT03406HBLC_1x06_P3.81mm_Horizontal +terminal block Metz Connect Type086_RT03406HBLC, 6 pins, pitch 3.81mm, size 22.8x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type086_RT03406HBLC pitch 3.81mm size 22.8x7.3mm^2 drill 0.7mm pad 1.4mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type094_RT03502HBLU_1x02_P5.00mm_Horizontal +terminal block Metz Connect Type094_RT03502HBLU, 2 pins, pitch 5mm, size 10x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type094_RT03502HBLU pitch 5mm size 10x8.3mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type094_RT03503HBLU_1x03_P5.00mm_Horizontal +terminal block Metz Connect Type094_RT03503HBLU, 3 pins, pitch 5mm, size 15x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type094_RT03503HBLU pitch 5mm size 15x8.3mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type094_RT03504HBLU_1x04_P5.00mm_Horizontal +terminal block Metz Connect Type094_RT03504HBLU, 4 pins, pitch 5mm, size 20x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type094_RT03504HBLU pitch 5mm size 20x8.3mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type094_RT03505HBLU_1x05_P5.00mm_Horizontal +terminal block Metz Connect Type094_RT03505HBLU, 5 pins, pitch 5mm, size 25x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type094_RT03505HBLU pitch 5mm size 25x8.3mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type094_RT03506HBLU_1x06_P5.00mm_Horizontal +terminal block Metz Connect Type094_RT03506HBLU, 6 pins, pitch 5mm, size 30x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type094_RT03506HBLU pitch 5mm size 30x8.3mm^2 drill 1.3mm pad 2.6mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type101_RT01602HBWC_1x02_P5.08mm_Horizontal +terminal block Metz Connect Type101_RT01602HBWC, 2 pins, pitch 5.08mm, size 10.2x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type101_RT01602HBWC pitch 5.08mm size 10.2x8mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type101_RT01603HBWC_1x03_P5.08mm_Horizontal +terminal block Metz Connect Type101_RT01603HBWC, 3 pins, pitch 5.08mm, size 15.2x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type101_RT01603HBWC pitch 5.08mm size 15.2x8mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type101_RT01604HBWC_1x04_P5.08mm_Horizontal +terminal block Metz Connect Type101_RT01604HBWC, 4 pins, pitch 5.08mm, size 20.3x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type101_RT01604HBWC pitch 5.08mm size 20.3x8mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type101_RT01605HBWC_1x05_P5.08mm_Horizontal +terminal block Metz Connect Type101_RT01605HBWC, 5 pins, pitch 5.08mm, size 25.4x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type101_RT01605HBWC pitch 5.08mm size 25.4x8mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type101_RT01606HBWC_1x06_P5.08mm_Horizontal +terminal block Metz Connect Type101_RT01606HBWC, 6 pins, pitch 5.08mm, size 30.5x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type101_RT01606HBWC pitch 5.08mm size 30.5x8mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type171_RT13702HBWC_1x02_P7.50mm_Horizontal +terminal block Metz Connect Type171_RT13702HBWC, 2 pins, pitch 7.5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type171_RT13702HBWC pitch 7.5mm size 15x9mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type171_RT13703HBWC_1x03_P7.50mm_Horizontal +terminal block Metz Connect Type171_RT13703HBWC, 3 pins, pitch 7.5mm, size 22.5x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type171_RT13703HBWC pitch 7.5mm size 22.5x9mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type171_RT13704HBWC_1x04_P7.50mm_Horizontal +terminal block Metz Connect Type171_RT13704HBWC, 4 pins, pitch 7.5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type171_RT13704HBWC pitch 7.5mm size 30x9mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type171_RT13705HBWC_1x05_P7.50mm_Horizontal +terminal block Metz Connect Type171_RT13705HBWC, 5 pins, pitch 7.5mm, size 37.5x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type171_RT13705HBWC pitch 7.5mm size 37.5x9mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type171_RT13706HBWC_1x06_P7.50mm_Horizontal +terminal block Metz Connect Type171_RT13706HBWC, 6 pins, pitch 7.5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type171_RT13706HBWC pitch 7.5mm size 45x9mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type175_RT02702HBLC_1x02_P7.50mm_Horizontal +terminal block Metz Connect Type175_RT02702HBLC, 2 pins, pitch 7.5mm, size 15x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type175_RT02702HBLC pitch 7.5mm size 15x11mm^2 drill 1.4mm pad 2.6mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type175_RT02703HBLC_1x03_P7.50mm_Horizontal +terminal block Metz Connect Type175_RT02703HBLC, 3 pins, pitch 7.5mm, size 22.5x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type175_RT02703HBLC pitch 7.5mm size 22.5x11mm^2 drill 1.4mm pad 2.6mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type175_RT02704HBLC_1x04_P7.50mm_Horizontal +terminal block Metz Connect Type175_RT02704HBLC, 4 pins, pitch 7.5mm, size 30x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type175_RT02704HBLC pitch 7.5mm size 30x11mm^2 drill 1.4mm pad 2.6mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type175_RT02705HBLC_1x05_P7.50mm_Horizontal +terminal block Metz Connect Type175_RT02705HBLC, 5 pins, pitch 7.5mm, size 37.5x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type175_RT02705HBLC pitch 7.5mm size 37.5x11mm^2 drill 1.4mm pad 2.6mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type175_RT02706HBLC_1x06_P7.50mm_Horizontal +terminal block Metz Connect Type175_RT02706HBLC, 6 pins, pitch 7.5mm, size 45x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type175_RT02706HBLC pitch 7.5mm size 45x11mm^2 drill 1.4mm pad 2.6mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type205_RT04502UBLC_1x02_P5.00mm_45Degree +terminal block Metz Connect Type205_RT04502UBLC, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 10x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type205_RT04502UBLC 45Degree pitch 5mm size 10x12.5mm^2 drill 1.4mm pad 2.7mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type205_RT04503UBLC_1x03_P5.00mm_45Degree +terminal block Metz Connect Type205_RT04503UBLC, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 15x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type205_RT04503UBLC 45Degree pitch 5mm size 15x12.5mm^2 drill 1.4mm pad 2.7mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type205_RT04504UBLC_1x04_P5.00mm_45Degree +terminal block Metz Connect Type205_RT04504UBLC, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 20x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type205_RT04504UBLC 45Degree pitch 5mm size 20x12.5mm^2 drill 1.4mm pad 2.7mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type205_RT04505UBLC_1x05_P5.00mm_45Degree +terminal block Metz Connect Type205_RT04505UBLC, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 25x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type205_RT04505UBLC 45Degree pitch 5mm size 25x12.5mm^2 drill 1.4mm pad 2.7mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type205_RT04506UBLC_1x06_P5.00mm_45Degree +terminal block Metz Connect Type205_RT04506UBLC, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 30x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type205_RT04506UBLC 45Degree pitch 5mm size 30x12.5mm^2 drill 1.4mm pad 2.7mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type701_RT11L02HGLU_1x02_P6.35mm_Horizontal +terminal block Metz Connect Type701_RT11L02HGLU, 2 pins, pitch 6.35mm, size 12.7x12.5mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317011_RT11LxxHGLU_OFF-022798U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type701_RT11L02HGLU pitch 6.35mm size 12.7x12.5mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type701_RT11L03HGLU_1x03_P6.35mm_Horizontal +terminal block Metz Connect Type701_RT11L03HGLU, 3 pins, pitch 6.35mm, size 19x12.5mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317011_RT11LxxHGLU_OFF-022798U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type701_RT11L03HGLU pitch 6.35mm size 19x12.5mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type703_RT10N02HGLU_1x02_P9.52mm_Horizontal +terminal block Metz Connect Type703_RT10N02HGLU, 2 pins, pitch 9.52mm, size 19x12.5mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317031_RT10NxxHGLU_OFF-022897S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type703_RT10N02HGLU pitch 9.52mm size 19x12.5mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type703_RT10N03HGLU_1x03_P9.52mm_Horizontal +terminal block Metz Connect Type703_RT10N03HGLU, 3 pins, pitch 9.52mm, size 28.6x12.5mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317031_RT10NxxHGLU_OFF-022897S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type703_RT10N03HGLU pitch 9.52mm size 28.6x12.5mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_Philmore +TerminalBlock_Philmore_TB132_1x02_P5.00mm_Horizontal +Terminal Block Philmore , 2 pins, pitch 5mm, size 10x10.2mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Philmore +THT Terminal Block Philmore pitch 5mm size 10x10.2mm^2 drill 1.2mm pad 2.4mm +0 +2 +2 +TerminalBlock_Philmore +TerminalBlock_Philmore_TB133_1x03_P5.00mm_Horizontal +Terminal Block Philmore , 3 pins, pitch 5mm, size 15x10.2mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Philmore +THT Terminal Block Philmore pitch 5mm size 15x10.2mm^2 drill 1.2mm pad 2.4mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-2-5.08, 2 pins, pitch 5.08mm, size 10.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-2-5.08 pitch 5.08mm size 10.2x9.8mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-2, 2 pins, pitch 5mm, size 10x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-2 pitch 5mm size 10x9.8mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-3-5.08_1x03_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-3-5.08, 3 pins, pitch 5.08mm, size 15.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-3-5.08 pitch 5.08mm size 15.2x9.8mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-3_1x03_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-3, 3 pins, pitch 5mm, size 15x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-3 pitch 5mm size 15x9.8mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-4-5.08_1x04_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-4-5.08, 4 pins, pitch 5.08mm, size 20.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-4-5.08 pitch 5.08mm size 20.3x9.8mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-4, 4 pins, pitch 5mm, size 20x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-4 pitch 5mm size 20x9.8mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-5-5.08_1x05_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-5-5.08, 5 pins, pitch 5.08mm, size 25.4x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-5-5.08 pitch 5.08mm size 25.4x9.8mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-5_1x05_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-5, 5 pins, pitch 5mm, size 25x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-5 pitch 5mm size 25x9.8mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-6-5.08_1x06_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-6-5.08, 6 pins, pitch 5.08mm, size 30.5x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-6-5.08 pitch 5.08mm size 30.5x9.8mm^2 drill 1.3mm pad 2.6mm +0 +6 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-6_1x06_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-6, 6 pins, pitch 5mm, size 30x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-6 pitch 5mm size 30x9.8mm^2 drill 1.3mm pad 2.6mm +0 +6 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-7-5.08_1x07_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-7-5.08, 7 pins, pitch 5.08mm, size 35.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-7-5.08 pitch 5.08mm size 35.6x9.8mm^2 drill 1.3mm pad 2.6mm +0 +7 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-7_1x07_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-7, 7 pins, pitch 5mm, size 35x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-7 pitch 5mm size 35x9.8mm^2 drill 1.3mm pad 2.6mm +0 +7 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-8-5.08_1x08_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-8-5.08, 8 pins, pitch 5.08mm, size 40.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-8-5.08 pitch 5.08mm size 40.6x9.8mm^2 drill 1.3mm pad 2.6mm +0 +8 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-8_1x08_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-8, 8 pins, pitch 5mm, size 40x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-8 pitch 5mm size 40x9.8mm^2 drill 1.3mm pad 2.6mm +0 +8 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-9-5.08_1x09_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-9-5.08, 9 pins, pitch 5.08mm, size 45.7x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-9-5.08 pitch 5.08mm size 45.7x9.8mm^2 drill 1.3mm pad 2.6mm +0 +9 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-9_1x09_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-9, 9 pins, pitch 5mm, size 45x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-9 pitch 5mm size 45x9.8mm^2 drill 1.3mm pad 2.6mm +0 +9 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-10-5.08_1x10_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-10-5.08, 10 pins, pitch 5.08mm, size 50.8x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-10-5.08 pitch 5.08mm size 50.8x9.8mm^2 drill 1.3mm pad 2.6mm +0 +10 +10 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-10_1x10_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-10, 10 pins, pitch 5mm, size 50x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-10 pitch 5mm size 50x9.8mm^2 drill 1.3mm pad 2.6mm +0 +10 +10 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-11-5.08_1x11_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-11-5.08, 11 pins, pitch 5.08mm, size 55.9x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-11-5.08 pitch 5.08mm size 55.9x9.8mm^2 drill 1.3mm pad 2.6mm +0 +11 +11 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-11_1x11_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-11, 11 pins, pitch 5mm, size 55x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-11 pitch 5mm size 55x9.8mm^2 drill 1.3mm pad 2.6mm +0 +11 +11 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-12-5.08_1x12_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-12-5.08, 12 pins, pitch 5.08mm, size 61x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-12-5.08 pitch 5.08mm size 61x9.8mm^2 drill 1.3mm pad 2.6mm +0 +12 +12 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-12_1x12_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-12, 12 pins, pitch 5mm, size 60x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-12 pitch 5mm size 60x9.8mm^2 drill 1.3mm pad 2.6mm +0 +12 +12 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-13-5.08_1x13_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-13-5.08, 13 pins, pitch 5.08mm, size 66x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-13-5.08 pitch 5.08mm size 66x9.8mm^2 drill 1.3mm pad 2.6mm +0 +13 +13 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-13_1x13_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-13, 13 pins, pitch 5mm, size 65x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-13 pitch 5mm size 65x9.8mm^2 drill 1.3mm pad 2.6mm +0 +13 +13 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-14-5.08_1x14_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-14-5.08, 14 pins, pitch 5.08mm, size 71.1x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-14-5.08 pitch 5.08mm size 71.1x9.8mm^2 drill 1.3mm pad 2.6mm +0 +14 +14 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-14_1x14_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-14, 14 pins, pitch 5mm, size 70x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-14 pitch 5mm size 70x9.8mm^2 drill 1.3mm pad 2.6mm +0 +14 +14 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-15-5.08_1x15_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-15-5.08, 15 pins, pitch 5.08mm, size 76.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-15-5.08 pitch 5.08mm size 76.2x9.8mm^2 drill 1.3mm pad 2.6mm +0 +15 +15 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-15_1x15_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-15, 15 pins, pitch 5mm, size 75x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-15 pitch 5mm size 75x9.8mm^2 drill 1.3mm pad 2.6mm +0 +15 +15 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-16-5.08_1x16_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-16-5.08, 16 pins, pitch 5.08mm, size 81.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-16-5.08 pitch 5.08mm size 81.3x9.8mm^2 drill 1.3mm pad 2.6mm +0 +16 +16 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-16_1x16_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-16, 16 pins, pitch 5mm, size 80x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-16 pitch 5mm size 80x9.8mm^2 drill 1.3mm pad 2.6mm +0 +16 +16 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-2-5.08_1x02_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-2-5.08, 2 pins, pitch 5.08mm, size 10.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-2-5.08 pitch 5.08mm size 10.2x11.2mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-3-5.08_1x03_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-3-5.08, 3 pins, pitch 5.08mm, size 15.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-3-5.08 pitch 5.08mm size 15.2x11.2mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-4-5.08_1x04_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-4-5.08, 4 pins, pitch 5.08mm, size 20.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-4-5.08 pitch 5.08mm size 20.3x11.2mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-5-5.08_1x05_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-5-5.08, 5 pins, pitch 5.08mm, size 25.4x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-5-5.08 pitch 5.08mm size 25.4x11.2mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-6-5.08_1x06_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-6-5.08, 6 pins, pitch 5.08mm, size 30.5x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-6-5.08 pitch 5.08mm size 30.5x11.2mm^2 drill 1.3mm pad 2.6mm +0 +6 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-7-5.08_1x07_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-7-5.08, 7 pins, pitch 5.08mm, size 35.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-7-5.08 pitch 5.08mm size 35.6x11.2mm^2 drill 1.3mm pad 2.6mm +0 +7 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-8-5.08_1x08_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-8-5.08, 8 pins, pitch 5.08mm, size 40.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-8-5.08 pitch 5.08mm size 40.6x11.2mm^2 drill 1.3mm pad 2.6mm +0 +8 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-9-5.08_1x09_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-9-5.08, 9 pins, pitch 5.08mm, size 45.7x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-9-5.08 pitch 5.08mm size 45.7x11.2mm^2 drill 1.3mm pad 2.6mm +0 +9 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-10-5.08_1x10_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-10-5.08, 10 pins, pitch 5.08mm, size 50.8x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-10-5.08 pitch 5.08mm size 50.8x11.2mm^2 drill 1.3mm pad 2.6mm +0 +10 +10 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-11-5.08_1x11_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-11-5.08, 11 pins, pitch 5.08mm, size 55.9x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-11-5.08 pitch 5.08mm size 55.9x11.2mm^2 drill 1.3mm pad 2.6mm +0 +11 +11 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-12-5.08_1x12_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-12-5.08, 12 pins, pitch 5.08mm, size 61x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-12-5.08 pitch 5.08mm size 61x11.2mm^2 drill 1.3mm pad 2.6mm +0 +12 +12 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-13-5.08_1x13_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-13-5.08, 13 pins, pitch 5.08mm, size 66x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-13-5.08 pitch 5.08mm size 66x11.2mm^2 drill 1.3mm pad 2.6mm +0 +13 +13 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-14-5.08_1x14_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-14-5.08, 14 pins, pitch 5.08mm, size 71.1x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-14-5.08 pitch 5.08mm size 71.1x11.2mm^2 drill 1.3mm pad 2.6mm +0 +14 +14 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-15-5.08_1x15_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-15-5.08, 15 pins, pitch 5.08mm, size 76.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-15-5.08 pitch 5.08mm size 76.2x11.2mm^2 drill 1.3mm pad 2.6mm +0 +15 +15 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-16-5.08_1x16_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-16-5.08, 16 pins, pitch 5.08mm, size 81.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-16-5.08 pitch 5.08mm size 81.3x11.2mm^2 drill 1.3mm pad 2.6mm +0 +16 +16 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-2-2.54_1x02_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-2-2.54, 2 pins, pitch 2.54mm, size 5.54x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-2-2.54 pitch 2.54mm size 5.54x6.2mm^2 drill 1.1mm pad 2.2mm +0 +2 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-3-2.54_1x03_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-3-2.54, 3 pins, pitch 2.54mm, size 8.08x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-3-2.54 pitch 2.54mm size 8.08x6.2mm^2 drill 1.1mm pad 2.2mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-4-2.54_1x04_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-4-2.54, 4 pins, pitch 2.54mm, size 10.6x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-4-2.54 pitch 2.54mm size 10.6x6.2mm^2 drill 1.1mm pad 2.2mm +0 +4 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-5-2.54_1x05_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-5-2.54, 5 pins, pitch 2.54mm, size 13.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-5-2.54 pitch 2.54mm size 13.2x6.2mm^2 drill 1.1mm pad 2.2mm +0 +5 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-6-2.54_1x06_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-6-2.54, 6 pins, pitch 2.54mm, size 15.7x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-6-2.54 pitch 2.54mm size 15.7x6.2mm^2 drill 1.1mm pad 2.2mm +0 +6 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-7-2.54_1x07_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-7-2.54, 7 pins, pitch 2.54mm, size 18.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-7-2.54 pitch 2.54mm size 18.2x6.2mm^2 drill 1.1mm pad 2.2mm +0 +7 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-8-2.54_1x08_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-8-2.54, 8 pins, pitch 2.54mm, size 20.8x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-8-2.54 pitch 2.54mm size 20.8x6.2mm^2 drill 1.1mm pad 2.2mm +0 +8 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-9-2.54_1x09_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-9-2.54, 9 pins, pitch 2.54mm, size 23.3x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-9-2.54 pitch 2.54mm size 23.3x6.2mm^2 drill 1.1mm pad 2.2mm +0 +9 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-10-2.54_1x10_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-10-2.54, 10 pins, pitch 2.54mm, size 25.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-10-2.54 pitch 2.54mm size 25.9x6.2mm^2 drill 1.1mm pad 2.2mm +0 +10 +10 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-11-2.54_1x11_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-11-2.54, 11 pins, pitch 2.54mm, size 28.4x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-11-2.54 pitch 2.54mm size 28.4x6.2mm^2 drill 1.1mm pad 2.2mm +0 +11 +11 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-12-2.54_1x12_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-12-2.54, 12 pins, pitch 2.54mm, size 30.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-12-2.54 pitch 2.54mm size 30.9x6.2mm^2 drill 1.1mm pad 2.2mm +0 +12 +12 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-2-3.5-H, 2 pins, pitch 3.5mm, size 7x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm +0 +2 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-2-5.0-H_1x02_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-2-5.0-H, 2 pins, pitch 5mm, size 10x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-2-5.0-H pitch 5mm size 10x9mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-3-3.5-H_1x03_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-3-3.5-H, 3 pins, pitch 3.5mm, size 10.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-3-3.5-H pitch 3.5mm size 10.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-3-5.0-H_1x03_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-3-5.0-H, 3 pins, pitch 5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-3-5.0-H pitch 5mm size 15x9mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-4-3.5-H_1x04_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-4-3.5-H, 4 pins, pitch 3.5mm, size 14x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-4-3.5-H pitch 3.5mm size 14x7.6mm^2 drill 1.2mm pad 2.4mm +0 +4 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-4-5.0-H_1x04_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-4-5.0-H, 4 pins, pitch 5mm, size 20x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-4-5.0-H pitch 5mm size 20x9mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-5-3.5-H_1x05_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-5-3.5-H, 5 pins, pitch 3.5mm, size 17.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-5-3.5-H pitch 3.5mm size 17.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +5 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-5-5.0-H_1x05_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-5-5.0-H, 5 pins, pitch 5mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-5-5.0-H pitch 5mm size 25x9mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-6-3.5-H_1x06_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-6-3.5-H, 6 pins, pitch 3.5mm, size 21x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-6-3.5-H pitch 3.5mm size 21x7.6mm^2 drill 1.2mm pad 2.4mm +0 +6 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-6-5.0-H_1x06_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-6-5.0-H, 6 pins, pitch 5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-6-5.0-H pitch 5mm size 30x9mm^2 drill 1.3mm pad 2.6mm +0 +6 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-7-3.5-H_1x07_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-7-3.5-H, 7 pins, pitch 3.5mm, size 24.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-7-3.5-H pitch 3.5mm size 24.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +7 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-7-5.0-H_1x07_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-7-5.0-H, 7 pins, pitch 5mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-7-5.0-H pitch 5mm size 35x9mm^2 drill 1.3mm pad 2.6mm +0 +7 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-8-3.5-H_1x08_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-8-3.5-H, 8 pins, pitch 3.5mm, size 28x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-8-3.5-H pitch 3.5mm size 28x7.6mm^2 drill 1.2mm pad 2.4mm +0 +8 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-8-5.0-H_1x08_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-8-5.0-H, 8 pins, pitch 5mm, size 40x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-8-5.0-H pitch 5mm size 40x9mm^2 drill 1.3mm pad 2.6mm +0 +8 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-9-3.5-H_1x09_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-9-3.5-H, 9 pins, pitch 3.5mm, size 31.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-9-3.5-H pitch 3.5mm size 31.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +9 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-9-5.0-H_1x09_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-9-5.0-H, 9 pins, pitch 5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-9-5.0-H pitch 5mm size 45x9mm^2 drill 1.3mm pad 2.6mm +0 +9 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-10-3.5-H_1x10_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-10-3.5-H, 10 pins, pitch 3.5mm, size 35x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-10-3.5-H pitch 3.5mm size 35x7.6mm^2 drill 1.2mm pad 2.4mm +0 +10 +10 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-10-5.0-H_1x10_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-10-5.0-H, 10 pins, pitch 5mm, size 50x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-10-5.0-H pitch 5mm size 50x9mm^2 drill 1.3mm pad 2.6mm +0 +10 +10 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-11-3.5-H_1x11_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-11-3.5-H, 11 pins, pitch 3.5mm, size 38.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-11-3.5-H pitch 3.5mm size 38.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +11 +11 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-11-5.0-H_1x11_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-11-5.0-H, 11 pins, pitch 5mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-11-5.0-H pitch 5mm size 55x9mm^2 drill 1.3mm pad 2.6mm +0 +11 +11 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-12-3.5-H_1x12_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-12-3.5-H, 12 pins, pitch 3.5mm, size 42x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-12-3.5-H pitch 3.5mm size 42x7.6mm^2 drill 1.2mm pad 2.4mm +0 +12 +12 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-12-5.0-H_1x12_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-12-5.0-H, 12 pins, pitch 5mm, size 60x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-12-5.0-H pitch 5mm size 60x9mm^2 drill 1.3mm pad 2.6mm +0 +12 +12 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-13-3.5-H_1x13_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-13-3.5-H, 13 pins, pitch 3.5mm, size 45.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-13-3.5-H pitch 3.5mm size 45.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +13 +13 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-13-5.0-H_1x13_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-13-5.0-H, 13 pins, pitch 5mm, size 65x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-13-5.0-H pitch 5mm size 65x9mm^2 drill 1.3mm pad 2.6mm +0 +13 +13 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-14-3.5-H_1x14_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-14-3.5-H, 14 pins, pitch 3.5mm, size 49x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-14-3.5-H pitch 3.5mm size 49x7.6mm^2 drill 1.2mm pad 2.4mm +0 +14 +14 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-14-5.0-H_1x14_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-14-5.0-H, 14 pins, pitch 5mm, size 70x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-14-5.0-H pitch 5mm size 70x9mm^2 drill 1.3mm pad 2.6mm +0 +14 +14 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-15-3.5-H_1x15_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-15-3.5-H, 15 pins, pitch 3.5mm, size 52.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-15-3.5-H pitch 3.5mm size 52.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +15 +15 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-15-5.0-H_1x15_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-15-5.0-H, 15 pins, pitch 5mm, size 75x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-15-5.0-H pitch 5mm size 75x9mm^2 drill 1.3mm pad 2.6mm +0 +15 +15 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-16-3.5-H_1x16_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-16-3.5-H, 16 pins, pitch 3.5mm, size 56x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-16-3.5-H pitch 3.5mm size 56x7.6mm^2 drill 1.2mm pad 2.4mm +0 +16 +16 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-16-5.0-H_1x16_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-16-5.0-H, 16 pins, pitch 5mm, size 80x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-16-5.0-H pitch 5mm size 80x9mm^2 drill 1.3mm pad 2.6mm +0 +16 +16 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-2-2,5-V-SMD_1x02-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 2 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814702/pdf +PhoenixContact PTSM0.5 2 2.5mm vertical SMD spring clamp terminal block connector +0 +4 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-2-2.5-H-THR_1x02_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR, 2 pins, pitch 2.5mm, size 7.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR pitch 2.5mm size 7.2x10mm^2 drill 1.2mm pad 3mm +0 +4 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-2-2.5-V-THR_1x02_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR, vertical (cable from top), 2 pins, pitch 2.5mm, size 5.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR vertical pitch 2.5mm size 5.5x5mm^2 drill 1.2mm pad 2mm +0 +4 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-2-HV-2.5-SMD_1x02-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 2 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778696/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +4 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-3-2,5-V-SMD_1x03-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 3 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814715/pdf +PhoenixContact PTSM0.5 3 2.5mm vertical SMD spring clamp terminal block connector +0 +5 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-3-2.5-H-THR_1x03_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR, 3 pins, pitch 2.5mm, size 9.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR pitch 2.5mm size 9.7x10mm^2 drill 1.2mm pad 3mm +0 +6 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-3-2.5-V-THR_1x03_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR, vertical (cable from top), 3 pins, pitch 2.5mm, size 8x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR vertical pitch 2.5mm size 8x5mm^2 drill 1.2mm pad 2mm +0 +6 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-3-HV-2.5-SMD_1x03-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 3 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778706/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +5 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-4-2,5-V-SMD_1x04-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 4 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814728/pdf +PhoenixContact PTSM0.5 4 2.5mm vertical SMD spring clamp terminal block connector +0 +6 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-4-2.5-H-THR_1x04_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR, 4 pins, pitch 2.5mm, size 12.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR pitch 2.5mm size 12.2x10mm^2 drill 1.2mm pad 3mm +0 +8 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-4-2.5-V-THR_1x04_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR, vertical (cable from top), 4 pins, pitch 2.5mm, size 10.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR vertical pitch 2.5mm size 10.5x5mm^2 drill 1.2mm pad 2mm +0 +8 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-4-HV-2.5-SMD_1x04-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 4 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778719/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +4 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-5-2,5-V-SMD_1x05-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 5 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814731/pdf +PhoenixContact PTSM0.5 5 2.5mm vertical SMD spring clamp terminal block connector +0 +7 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-5-2.5-H-THR_1x05_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR, 5 pins, pitch 2.5mm, size 14.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR pitch 2.5mm size 14.7x10mm^2 drill 1.2mm pad 3mm +0 +10 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-5-2.5-V-THR_1x05_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR, vertical (cable from top), 5 pins, pitch 2.5mm, size 13x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR vertical pitch 2.5mm size 13x5mm^2 drill 1.2mm pad 2mm +0 +10 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-5-HV-2.5-SMD_1x05-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 5 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778722/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +7 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-6-2,5-V-SMD_1x06-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 6 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814744/pdf +PhoenixContact PTSM0.5 6 2.5mm vertical SMD spring clamp terminal block connector +0 +8 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-6-2.5-H-THR_1x06_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR, 6 pins, pitch 2.5mm, size 17.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR pitch 2.5mm size 17.2x10mm^2 drill 1.2mm pad 3mm +0 +12 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-6-2.5-V-THR_1x06_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR, vertical (cable from top), 6 pins, pitch 2.5mm, size 15.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR vertical pitch 2.5mm size 15.5x5mm^2 drill 1.2mm pad 2mm +0 +12 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-6-HV-2.5-SMD_1x06-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 6 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778735/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +8 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-7-2,5-V-SMD_1x07-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 7 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814757/pdf +PhoenixContact PTSM0.5 7 2.5mm vertical SMD spring clamp terminal block connector +0 +9 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-7-2.5-H-THR_1x07_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR, 7 pins, pitch 2.5mm, size 19.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR pitch 2.5mm size 19.7x10mm^2 drill 1.2mm pad 3mm +0 +14 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-7-2.5-V-THR_1x07_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR, vertical (cable from top), 7 pins, pitch 2.5mm, size 18x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR vertical pitch 2.5mm size 18x5mm^2 drill 1.2mm pad 2mm +0 +14 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-7-HV-2.5-SMD_1x07-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 7 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778748/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +9 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-8-2,5-V-SMD_1x08-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 8 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814760/pdf +PhoenixContact PTSM0.5 8 2.5mm vertical SMD spring clamp terminal block connector +0 +10 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-8-2.5-H-THR_1x08_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR, 8 pins, pitch 2.5mm, size 22.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR pitch 2.5mm size 22.2x10mm^2 drill 1.2mm pad 3mm +0 +16 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-8-2.5-V-THR_1x08_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR, vertical (cable from top), 8 pins, pitch 2.5mm, size 20.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR vertical pitch 2.5mm size 20.5x5mm^2 drill 1.2mm pad 2mm +0 +16 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-8-HV-2.5-SMD_1x08-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 8 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778751/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +10 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00001_1x02_P5.00mm_Horizontal +terminal block RND 205-00001, 2 pins, pitch 5mm, size 10x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00001 pitch 5mm size 10x9mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00002_1x03_P5.00mm_Horizontal +terminal block RND 205-00002, 3 pins, pitch 5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00002 pitch 5mm size 15x9mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00003_1x04_P5.00mm_Horizontal +terminal block RND 205-00003, 4 pins, pitch 5mm, size 20x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00003 pitch 5mm size 20x9mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00004_1x05_P5.00mm_Horizontal +terminal block RND 205-00004, 5 pins, pitch 5mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00004 pitch 5mm size 25x9mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00005_1x06_P5.00mm_Horizontal +terminal block RND 205-00005, 6 pins, pitch 5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00005 pitch 5mm size 30x9mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00006_1x07_P5.00mm_Horizontal +terminal block RND 205-00006, 7 pins, pitch 5mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00006 pitch 5mm size 35x9mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00007_1x08_P5.00mm_Horizontal +terminal block RND 205-00007, 8 pins, pitch 5mm, size 40x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00007 pitch 5mm size 40x9mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00008_1x09_P5.00mm_Horizontal +terminal block RND 205-00008, 9 pins, pitch 5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00008 pitch 5mm size 45x9mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00009_1x10_P5.00mm_Horizontal +terminal block RND 205-00009, 10 pins, pitch 5mm, size 50x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00009 pitch 5mm size 50x9mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00010_1x11_P5.00mm_Horizontal +terminal block RND 205-00010, 11 pins, pitch 5mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00010 pitch 5mm size 55x9mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00011_1x12_P5.00mm_Horizontal +terminal block RND 205-00011, 12 pins, pitch 5mm, size 60x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00011 pitch 5mm size 60x9mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00012_1x02_P5.00mm_Horizontal +terminal block RND 205-00012, 2 pins, pitch 5mm, size 10x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00012 pitch 5mm size 10x7.6mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00013_1x03_P5.00mm_Horizontal +terminal block RND 205-00013, 3 pins, pitch 5mm, size 15x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00013 pitch 5mm size 15x7.6mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00014_1x04_P5.00mm_Horizontal +terminal block RND 205-00014, 4 pins, pitch 5mm, size 20x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00014 pitch 5mm size 20x7.6mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00015_1x05_P5.00mm_Horizontal +terminal block RND 205-00015, 5 pins, pitch 5mm, size 25x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00015 pitch 5mm size 25x7.6mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00016_1x06_P5.00mm_Horizontal +terminal block RND 205-00016, 6 pins, pitch 5mm, size 30x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00016 pitch 5mm size 30x7.6mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00017_1x07_P5.00mm_Horizontal +terminal block RND 205-00017, 7 pins, pitch 5mm, size 35x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00017 pitch 5mm size 35x7.6mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal +terminal block RND 205-00018, 8 pins, pitch 5mm, size 40x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00018 pitch 5mm size 40x7.6mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00019_1x09_P5.00mm_Horizontal +terminal block RND 205-00019, 9 pins, pitch 5mm, size 45x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00019 pitch 5mm size 45x7.6mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00020_1x10_P5.00mm_Horizontal +terminal block RND 205-00020, 10 pins, pitch 5mm, size 50x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00020 pitch 5mm size 50x7.6mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00021_1x11_P5.00mm_Horizontal +terminal block RND 205-00021, 11 pins, pitch 5mm, size 55x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00021 pitch 5mm size 55x7.6mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00022_1x12_P5.00mm_Horizontal +terminal block RND 205-00022, 12 pins, pitch 5mm, size 60x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00022 pitch 5mm size 60x7.6mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00023_1x02_P10.00mm_Horizontal +terminal block RND 205-00023, 2 pins, pitch 10mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00023 pitch 10mm size 15x9mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00024_1x03_P10.00mm_Horizontal +terminal block RND 205-00024, 3 pins, pitch 10mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00024 pitch 10mm size 25x9mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00025_1x04_P10.00mm_Horizontal +terminal block RND 205-00025, 4 pins, pitch 10mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00025 pitch 10mm size 35x9mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00026_1x05_P10.00mm_Horizontal +terminal block RND 205-00026, 5 pins, pitch 10mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00026 pitch 10mm size 45x9mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00027_1x06_P10.00mm_Horizontal +terminal block RND 205-00027, 6 pins, pitch 10mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00027 pitch 10mm size 55x9mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00028_1x07_P10.00mm_Horizontal +terminal block RND 205-00028, 7 pins, pitch 10mm, size 65x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00028 pitch 10mm size 65x9mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00029_1x08_P10.00mm_Horizontal +terminal block RND 205-00029, 8 pins, pitch 10mm, size 75x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00029 pitch 10mm size 75x9mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00030_1x09_P10.00mm_Horizontal +terminal block RND 205-00030, 9 pins, pitch 10mm, size 85x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00030 pitch 10mm size 85x9mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00031_1x10_P10.00mm_Horizontal +terminal block RND 205-00031, 10 pins, pitch 10mm, size 95x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00031 pitch 10mm size 95x9mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00032_1x11_P10.00mm_Horizontal +terminal block RND 205-00032, 11 pins, pitch 10mm, size 105x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00032 pitch 10mm size 105x9mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00033_1x12_P10.00mm_Horizontal +terminal block RND 205-00033, 12 pins, pitch 10mm, size 115x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00033 pitch 10mm size 115x9mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00045_1x02_P5.00mm_Horizontal +terminal block RND 205-00045, 2 pins, pitch 5mm, size 10x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00045 pitch 5mm size 10x8.1mm^2 drill 1.1mm pad 2.1mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00046_1x03_P5.00mm_Horizontal +terminal block RND 205-00046, 3 pins, pitch 5mm, size 15x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00046 pitch 5mm size 15x8.1mm^2 drill 1.1mm pad 2.1mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00047_1x04_P5.00mm_Horizontal +terminal block RND 205-00047, 4 pins, pitch 5mm, size 20x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00047 pitch 5mm size 20x8.1mm^2 drill 1.1mm pad 2.1mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00048_1x05_P5.00mm_Horizontal +terminal block RND 205-00048, 5 pins, pitch 5mm, size 25x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00048 pitch 5mm size 25x8.1mm^2 drill 1.1mm pad 2.1mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00049_1x06_P5.00mm_Horizontal +terminal block RND 205-00049, 6 pins, pitch 5mm, size 30x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00049 pitch 5mm size 30x8.1mm^2 drill 1.1mm pad 2.1mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00050_1x07_P5.00mm_Horizontal +terminal block RND 205-00050, 7 pins, pitch 5mm, size 35x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00050 pitch 5mm size 35x8.1mm^2 drill 1.1mm pad 2.1mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00051_1x08_P5.00mm_Horizontal +terminal block RND 205-00051, 8 pins, pitch 5mm, size 40x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00051 pitch 5mm size 40x8.1mm^2 drill 1.1mm pad 2.1mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00052_1x09_P5.00mm_Horizontal +terminal block RND 205-00052, 9 pins, pitch 5mm, size 45x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00052 pitch 5mm size 45x8.1mm^2 drill 1.1mm pad 2.1mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00053_1x10_P5.00mm_Horizontal +terminal block RND 205-00053, 10 pins, pitch 5mm, size 50x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00053 pitch 5mm size 50x8.1mm^2 drill 1.1mm pad 2.1mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00054_1x11_P5.00mm_Horizontal +terminal block RND 205-00054, 11 pins, pitch 5mm, size 55x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00054 pitch 5mm size 55x8.1mm^2 drill 1.1mm pad 2.1mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00055_1x12_P5.00mm_Horizontal +terminal block RND 205-00055, 12 pins, pitch 5mm, size 60x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00055 pitch 5mm size 60x8.1mm^2 drill 1.1mm pad 2.1mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00056_1x02_P5.00mm_45Degree +terminal block RND 205-00056, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 10x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00056 45Degree pitch 5mm size 10x12.6mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00057_1x03_P5.00mm_45Degree +terminal block RND 205-00057, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 15x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00057 45Degree pitch 5mm size 15x12.6mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00058_1x04_P5.00mm_45Degree +terminal block RND 205-00058, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 20x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00058 45Degree pitch 5mm size 20x12.6mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00059_1x05_P5.00mm_45Degree +terminal block RND 205-00059, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 25x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00059 45Degree pitch 5mm size 25x12.6mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00060_1x06_P5.00mm_45Degree +terminal block RND 205-00060, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 30x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00060 45Degree pitch 5mm size 30x12.6mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00061_1x07_P5.00mm_45Degree +terminal block RND 205-00061, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 35x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00061 45Degree pitch 5mm size 35x12.6mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00062_1x08_P5.00mm_45Degree +terminal block RND 205-00062, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 40x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00062 45Degree pitch 5mm size 40x12.6mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00063_1x09_P5.00mm_45Degree +terminal block RND 205-00063, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 45x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00063 45Degree pitch 5mm size 45x12.6mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00064_1x10_P5.00mm_45Degree +terminal block RND 205-00064, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 50x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00064 45Degree pitch 5mm size 50x12.6mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00065_1x11_P5.00mm_45Degree +terminal block RND 205-00065, 45Degree (cable under 45degree), 11 pins, pitch 5mm, size 55x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00065 45Degree pitch 5mm size 55x12.6mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00066_1x12_P5.00mm_45Degree +terminal block RND 205-00066, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 60x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00066 45Degree pitch 5mm size 60x12.6mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00067_1x02_P7.50mm_Horizontal +terminal block RND 205-00067, 2 pins, pitch 7.5mm, size 15x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00067 pitch 7.5mm size 15x10.3mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00068_1x03_P7.50mm_Horizontal +terminal block RND 205-00068, 3 pins, pitch 7.5mm, size 22.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00068 pitch 7.5mm size 22.5x10.3mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00069_1x04_P7.50mm_Horizontal +terminal block RND 205-00069, 4 pins, pitch 7.5mm, size 30x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00069 pitch 7.5mm size 30x10.3mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00070_1x05_P7.50mm_Horizontal +terminal block RND 205-00070, 5 pins, pitch 7.5mm, size 37.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00070 pitch 7.5mm size 37.5x10.3mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00071_1x06_P7.50mm_Horizontal +terminal block RND 205-00071, 6 pins, pitch 7.5mm, size 45x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00071 pitch 7.5mm size 45x10.3mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00072_1x07_P7.50mm_Horizontal +terminal block RND 205-00072, 7 pins, pitch 7.5mm, size 52.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00072 pitch 7.5mm size 52.5x10.3mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00073_1x08_P7.50mm_Horizontal +terminal block RND 205-00073, 8 pins, pitch 7.5mm, size 60x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00073 pitch 7.5mm size 60x10.3mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00074_1x09_P7.50mm_Horizontal +terminal block RND 205-00074, 9 pins, pitch 7.5mm, size 67.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00074 pitch 7.5mm size 67.5x10.3mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00075_1x10_P7.50mm_Horizontal +terminal block RND 205-00075, 10 pins, pitch 7.5mm, size 75x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00075 pitch 7.5mm size 75x10.3mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00076_1x11_P7.50mm_Horizontal +terminal block RND 205-00076, 11 pins, pitch 7.5mm, size 82.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00076 pitch 7.5mm size 82.5x10.3mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00077_1x12_P7.50mm_Horizontal +terminal block RND 205-00077, 12 pins, pitch 7.5mm, size 90x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00077 pitch 7.5mm size 90x10.3mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00078_1x02_P10.00mm_Horizontal +terminal block RND 205-00078, 2 pins, pitch 10mm, size 15x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00078 pitch 10mm size 15x10.3mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00079_1x03_P10.00mm_Horizontal +terminal block RND 205-00079, 3 pins, pitch 10mm, size 25x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00079 pitch 10mm size 25x10.3mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00080_1x04_P10.00mm_Horizontal +terminal block RND 205-00080, 4 pins, pitch 10mm, size 35x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00080 pitch 10mm size 35x10.3mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00081_1x05_P10.00mm_Horizontal +terminal block RND 205-00081, 5 pins, pitch 10mm, size 45x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00081 pitch 10mm size 45x10.3mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00082_1x06_P10.00mm_Horizontal +terminal block RND 205-00082, 6 pins, pitch 10mm, size 55x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00082 pitch 10mm size 55x10.3mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00083_1x07_P10.00mm_Horizontal +terminal block RND 205-00083, 7 pins, pitch 10mm, size 65x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00083 pitch 10mm size 65x10.3mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00084_1x08_P10.00mm_Horizontal +terminal block RND 205-00084, 8 pins, pitch 10mm, size 75x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00084 pitch 10mm size 75x10.3mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00085_1x09_P10.00mm_Horizontal +terminal block RND 205-00085, 9 pins, pitch 10mm, size 85x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00085 pitch 10mm size 85x10.3mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00086_1x10_P10.00mm_Horizontal +terminal block RND 205-00086, 10 pins, pitch 10mm, size 95x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00086 pitch 10mm size 95x10.3mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00087_1x11_P10.00mm_Horizontal +terminal block RND 205-00087, 11 pins, pitch 10mm, size 105x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00087 pitch 10mm size 105x10.3mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00088_1x12_P10.00mm_Horizontal +terminal block RND 205-00088, 12 pins, pitch 10mm, size 115x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00088 pitch 10mm size 115x10.3mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00232_1x02_P5.08mm_Horizontal +terminal block RND 205-00232, 2 pins, pitch 5.08mm, size 10.2x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00232 pitch 5.08mm size 10.2x8.45mm^2 drill 1.1mm pad 2.1mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00233_1x03_P5.08mm_Horizontal +terminal block RND 205-00233, 3 pins, pitch 5.08mm, size 15.2x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00233 pitch 5.08mm size 15.2x8.45mm^2 drill 1.1mm pad 2.1mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00234_1x04_P5.08mm_Horizontal +terminal block RND 205-00234, 4 pins, pitch 5.08mm, size 20.3x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00234 pitch 5.08mm size 20.3x8.45mm^2 drill 1.1mm pad 2.1mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00235_1x05_P5.08mm_Horizontal +terminal block RND 205-00235, 5 pins, pitch 5.08mm, size 25.4x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00235 pitch 5.08mm size 25.4x8.45mm^2 drill 1.1mm pad 2.1mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00236_1x06_P5.08mm_Horizontal +terminal block RND 205-00236, 6 pins, pitch 5.08mm, size 30.5x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00236 pitch 5.08mm size 30.5x8.45mm^2 drill 1.1mm pad 2.1mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00237_1x07_P5.08mm_Horizontal +terminal block RND 205-00237, 7 pins, pitch 5.08mm, size 35.6x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00237 pitch 5.08mm size 35.6x8.45mm^2 drill 1.1mm pad 2.1mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00238_1x08_P5.08mm_Horizontal +terminal block RND 205-00238, 8 pins, pitch 5.08mm, size 40.6x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00238 pitch 5.08mm size 40.6x8.45mm^2 drill 1.1mm pad 2.1mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00239_1x09_P5.08mm_Horizontal +terminal block RND 205-00239, 9 pins, pitch 5.08mm, size 45.7x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00239 pitch 5.08mm size 45.7x8.45mm^2 drill 1.1mm pad 2.1mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00240_1x10_P5.08mm_Horizontal +terminal block RND 205-00240, 10 pins, pitch 5.08mm, size 50.8x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00240 pitch 5.08mm size 50.8x8.45mm^2 drill 1.1mm pad 2.1mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00241_1x02_P10.16mm_Horizontal +terminal block RND 205-00241, 2 pins, pitch 10.2mm, size 15.2x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00241 pitch 10.2mm size 15.2x8.3mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00242_1x03_P10.16mm_Horizontal +terminal block RND 205-00242, 3 pins, pitch 10.2mm, size 25.4x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00242 pitch 10.2mm size 25.4x8.3mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00243_1x04_P10.16mm_Horizontal +terminal block RND 205-00243, 4 pins, pitch 10.2mm, size 35.6x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00243 pitch 10.2mm size 35.6x8.3mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00244_1x05_P10.16mm_Horizontal +terminal block RND 205-00244, 5 pins, pitch 10.2mm, size 45.7x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00244 pitch 10.2mm size 45.7x8.3mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00245_1x06_P10.16mm_Horizontal +terminal block RND 205-00245, 6 pins, pitch 10.2mm, size 55.9x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00245 pitch 10.2mm size 55.9x8.3mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00246_1x07_P10.16mm_Horizontal +terminal block RND 205-00246, 7 pins, pitch 10.2mm, size 66x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00246 pitch 10.2mm size 66x8.3mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00247_1x08_P10.16mm_Horizontal +terminal block RND 205-00247, 8 pins, pitch 10.2mm, size 76.2x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00247 pitch 10.2mm size 76.2x8.3mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00248_1x09_P10.16mm_Horizontal +terminal block RND 205-00248, 9 pins, pitch 10.2mm, size 86.4x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00248 pitch 10.2mm size 86.4x8.3mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00249_1x10_P10.16mm_Horizontal +terminal block RND 205-00249, 10 pins, pitch 10.2mm, size 96.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00249 pitch 10.2mm size 96.5x8.3mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00250_1x11_P10.16mm_Horizontal +terminal block RND 205-00250, 11 pins, pitch 10.2mm, size 107x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00250 pitch 10.2mm size 107x8.3mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00251_1x12_P10.16mm_Horizontal +terminal block RND 205-00251, 12 pins, pitch 10.2mm, size 117x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00251 pitch 10.2mm size 117x8.3mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00276_1x02_P5.00mm_Vertical +terminal block RND 205-00078, vertical (cable from top), 2 pins, pitch 5mm, size 10x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00078 vertical pitch 5mm size 10x10mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00277_1x03_P5.00mm_Vertical +terminal block RND 205-00079, vertical (cable from top), 3 pins, pitch 5mm, size 15x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00079 vertical pitch 5mm size 15x10mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00278_1x04_P5.00mm_Vertical +terminal block RND 205-00080, vertical (cable from top), 4 pins, pitch 5mm, size 20x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00080 vertical pitch 5mm size 20x10mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00279_1x05_P5.00mm_Vertical +terminal block RND 205-00081, vertical (cable from top), 5 pins, pitch 5mm, size 25x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00081 vertical pitch 5mm size 25x10mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00280_1x06_P5.00mm_Vertical +terminal block RND 205-00082, vertical (cable from top), 6 pins, pitch 5mm, size 30x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00082 vertical pitch 5mm size 30x10mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00281_1x07_P5.00mm_Vertical +terminal block RND 205-00083, vertical (cable from top), 7 pins, pitch 5mm, size 35x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00083 vertical pitch 5mm size 35x10mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00282_1x08_P5.00mm_Vertical +terminal block RND 205-00084, vertical (cable from top), 8 pins, pitch 5mm, size 40x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00084 vertical pitch 5mm size 40x10mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00283_1x09_P5.00mm_Vertical +terminal block RND 205-00085, vertical (cable from top), 9 pins, pitch 5mm, size 45x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00085 vertical pitch 5mm size 45x10mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00284_1x10_P5.00mm_Vertical +terminal block RND 205-00086, vertical (cable from top), 10 pins, pitch 5mm, size 50x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00086 vertical pitch 5mm size 50x10mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00285_1x11_P5.00mm_Vertical +terminal block RND 205-00087, vertical (cable from top), 11 pins, pitch 5mm, size 55x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00087 vertical pitch 5mm size 55x10mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00286_1x12_P5.00mm_Vertical +terminal block RND 205-00088, vertical (cable from top), 12 pins, pitch 5mm, size 60x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00088 vertical pitch 5mm size 60x10mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00287_1x02_P5.08mm_Horizontal +terminal block RND 205-00287, 2 pins, pitch 5.08mm, size 10.2x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00287 pitch 5.08mm size 10.2x10.6mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00288_1x03_P5.08mm_Horizontal +terminal block RND 205-00288, 3 pins, pitch 5.08mm, size 15.2x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00288 pitch 5.08mm size 15.2x10.6mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00289_1x04_P5.08mm_Horizontal +terminal block RND 205-00289, 4 pins, pitch 5.08mm, size 20.3x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00289 pitch 5.08mm size 20.3x10.6mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00290_1x05_P5.08mm_Horizontal +terminal block RND 205-00290, 5 pins, pitch 5.08mm, size 25.4x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00290 pitch 5.08mm size 25.4x10.6mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00291_1x06_P5.08mm_Horizontal +terminal block RND 205-00291, 6 pins, pitch 5.08mm, size 30.5x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00291 pitch 5.08mm size 30.5x10.6mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00292_1x07_P5.08mm_Horizontal +terminal block RND 205-00292, 7 pins, pitch 5.08mm, size 35.6x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00292 pitch 5.08mm size 35.6x10.6mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00293_1x08_P5.08mm_Horizontal +terminal block RND 205-00293, 8 pins, pitch 5.08mm, size 40.6x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00293 pitch 5.08mm size 40.6x10.6mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00294_1x09_P5.08mm_Horizontal +terminal block RND 205-00294, 9 pins, pitch 5.08mm, size 45.7x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00294 pitch 5.08mm size 45.7x10.6mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00295_1x10_P5.08mm_Horizontal +terminal block RND 205-00295, 10 pins, pitch 5.08mm, size 50.8x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00295 pitch 5.08mm size 50.8x10.6mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00296_1x11_P5.08mm_Horizontal +terminal block RND 205-00296, 11 pins, pitch 5.08mm, size 55.9x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00296 pitch 5.08mm size 55.9x10.6mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00297_1x12_P5.08mm_Horizontal +terminal block RND 205-00297, 12 pins, pitch 5.08mm, size 61x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00297 pitch 5.08mm size 61x10.6mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00298_1x02_P10.00mm_Horizontal +terminal block RND 205-00298, 2 pins, pitch 10mm, size 15x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00298 pitch 10mm size 15x8.1mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00299_1x03_P10.00mm_Horizontal +terminal block RND 205-00299, 3 pins, pitch 10mm, size 25x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00299 pitch 10mm size 25x8.1mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00300_1x04_P10.00mm_Horizontal +terminal block RND 205-00300, 4 pins, pitch 10mm, size 35x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00300 pitch 10mm size 35x8.1mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00301_1x05_P10.00mm_Horizontal +terminal block RND 205-00301, 5 pins, pitch 10mm, size 45x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00301 pitch 10mm size 45x8.1mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00302_1x06_P10.00mm_Horizontal +terminal block RND 205-00302, 6 pins, pitch 10mm, size 55x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00302 pitch 10mm size 55x8.1mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00303_1x07_P10.00mm_Horizontal +terminal block RND 205-00303, 7 pins, pitch 10mm, size 65x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00303 pitch 10mm size 65x8.1mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00304_1x08_P10.00mm_Horizontal +terminal block RND 205-00304, 8 pins, pitch 10mm, size 75x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00304 pitch 10mm size 75x8.1mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00305_1x09_P10.00mm_Horizontal +terminal block RND 205-00305, 9 pins, pitch 10mm, size 85x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00305 pitch 10mm size 85x8.1mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00306_1x10_P10.00mm_Horizontal +terminal block RND 205-00306, 10 pins, pitch 10mm, size 95x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00306 pitch 10mm size 95x8.1mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00307_1x11_P10.00mm_Horizontal +terminal block RND 205-00307, 11 pins, pitch 10mm, size 105x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00307 pitch 10mm size 105x8.1mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00308_1x12_P10.00mm_Horizontal +terminal block RND 205-00308, 12 pins, pitch 10mm, size 115x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00308 pitch 10mm size 115x8.1mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_1-282834-0_1x10_P2.54mm_Horizontal +Terminal Block TE 1-282834-0, 10 pins, pitch 2.54mm, size 25.86x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 1-282834-0 pitch 2.54mm size 25.86x6.5mm^2 drill 1.1mm pad 2.1mm +0 +10 +10 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_1-282834-1_1x11_P2.54mm_Horizontal +Terminal Block TE 1-282834-1, 11 pins, pitch 2.54mm, size 28.4x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 1-282834-1 pitch 2.54mm size 28.4x6.5mm^2 drill 1.1mm pad 2.1mm +0 +11 +11 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_1-282834-2_1x12_P2.54mm_Horizontal +Terminal Block TE 1-282834-2, 12 pins, pitch 2.54mm, size 30.94x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 1-282834-2 pitch 2.54mm size 30.94x6.5mm^2 drill 1.1mm pad 2.1mm +0 +12 +12 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-2_1x02_P2.54mm_Horizontal +Terminal Block TE 282834-2, 2 pins, pitch 2.54mm, size 5.54x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-2 pitch 2.54mm size 5.54x6.5mm^2 drill 1.1mm pad 2.1mm +0 +2 +2 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-3_1x03_P2.54mm_Horizontal +Terminal Block TE 282834-3, 3 pins, pitch 2.54mm, size 8.08x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-3 pitch 2.54mm size 8.08x6.5mm^2 drill 1.1mm pad 2.1mm +0 +3 +3 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-4_1x04_P2.54mm_Horizontal +Terminal Block TE 282834-4, 4 pins, pitch 2.54mm, size 10.620000000000001x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-4 pitch 2.54mm size 10.620000000000001x6.5mm^2 drill 1.1mm pad 2.1mm +0 +4 +4 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-5_1x05_P2.54mm_Horizontal +Terminal Block TE 282834-5, 5 pins, pitch 2.54mm, size 13.16x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-5 pitch 2.54mm size 13.16x6.5mm^2 drill 1.1mm pad 2.1mm +0 +5 +5 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-6_1x06_P2.54mm_Horizontal +Terminal Block TE 282834-6, 6 pins, pitch 2.54mm, size 15.7x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-6 pitch 2.54mm size 15.7x6.5mm^2 drill 1.1mm pad 2.1mm +0 +6 +6 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-7_1x07_P2.54mm_Horizontal +Terminal Block TE 282834-7, 7 pins, pitch 2.54mm, size 18.240000000000002x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-7 pitch 2.54mm size 18.240000000000002x6.5mm^2 drill 1.1mm pad 2.1mm +0 +7 +7 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-8_1x08_P2.54mm_Horizontal +Terminal Block TE 282834-8, 8 pins, pitch 2.54mm, size 20.78x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-8 pitch 2.54mm size 20.78x6.5mm^2 drill 1.1mm pad 2.1mm +0 +8 +8 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-9_1x09_P2.54mm_Horizontal +Terminal Block TE 282834-9, 9 pins, pitch 2.54mm, size 23.32x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-9 pitch 2.54mm size 23.32x6.5mm^2 drill 1.1mm pad 2.1mm +0 +9 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-101_1x01_P5.00mm_45Degree +Terminal Block WAGO 236-101, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 7.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-101 45Degree pitch 5mm size 7.3x14mm^2 drill 1.15mm pad 3mm +0 +1 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-102_1x02_P5.00mm_45Degree +Terminal Block WAGO 236-102, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-102 45Degree pitch 5mm size 12.3x14mm^2 drill 1.15mm pad 3mm +0 +2 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-103_1x03_P5.00mm_45Degree +Terminal Block WAGO 236-103, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-103 45Degree pitch 5mm size 17.3x14mm^2 drill 1.15mm pad 3mm +0 +3 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-104_1x04_P5.00mm_45Degree +Terminal Block WAGO 236-104, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-104 45Degree pitch 5mm size 22.3x14mm^2 drill 1.15mm pad 3mm +0 +4 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-105_1x05_P5.00mm_45Degree +Terminal Block WAGO 236-105, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 27.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-105 45Degree pitch 5mm size 27.3x14mm^2 drill 1.15mm pad 3mm +0 +5 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-106_1x06_P5.00mm_45Degree +Terminal Block WAGO 236-106, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-106 45Degree pitch 5mm size 32.3x14mm^2 drill 1.15mm pad 3mm +0 +6 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-107_1x07_P5.00mm_45Degree +Terminal Block WAGO 236-107, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 37.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-107 45Degree pitch 5mm size 37.3x14mm^2 drill 1.15mm pad 3mm +0 +7 +7 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-108_1x08_P5.00mm_45Degree +Terminal Block WAGO 236-108, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-108 45Degree pitch 5mm size 42.3x14mm^2 drill 1.15mm pad 3mm +0 +8 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-109_1x09_P5.00mm_45Degree +Terminal Block WAGO 236-109, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-109 45Degree pitch 5mm size 47.3x14mm^2 drill 1.15mm pad 3mm +0 +9 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-112_1x12_P5.00mm_45Degree +Terminal Block WAGO 236-112, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-112 45Degree pitch 5mm size 62.3x14mm^2 drill 1.15mm pad 3mm +0 +12 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-114_1x14_P5.00mm_45Degree +Terminal Block WAGO 236-114, 45Degree (cable under 45degree), 14 pins, pitch 5mm, size 72.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-114 45Degree pitch 5mm size 72.3x14mm^2 drill 1.15mm pad 3mm +0 +14 +14 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-116_1x16_P5.00mm_45Degree +Terminal Block WAGO 236-116, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-116 45Degree pitch 5mm size 82.3x14mm^2 drill 1.15mm pad 3mm +0 +16 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-124_1x24_P5.00mm_45Degree +Terminal Block WAGO 236-124, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-124 45Degree pitch 5mm size 122x14mm^2 drill 1.15mm pad 3mm +0 +24 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-136_1x36_P5.00mm_45Degree +Terminal Block WAGO 236-136, 45Degree (cable under 45degree), 36 pins, pitch 5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-136 45Degree pitch 5mm size 182x14mm^2 drill 1.15mm pad 3mm +0 +36 +36 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-148_1x48_P5.00mm_45Degree +Terminal Block WAGO 236-148, 45Degree (cable under 45degree), 48 pins, pitch 5mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-148 45Degree pitch 5mm size 242x14mm^2 drill 1.15mm pad 3mm +0 +48 +48 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-201_1x01_P7.50mm_45Degree +Terminal Block WAGO 236-201, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 9.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-201 45Degree pitch 7.5mm size 9.8x14mm^2 drill 1.15mm pad 3mm +0 +1 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-202_1x02_P7.50mm_45Degree +Terminal Block WAGO 236-202, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-202 45Degree pitch 7.5mm size 17.3x14mm^2 drill 1.15mm pad 3mm +0 +2 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-203_1x03_P7.50mm_45Degree +Terminal Block WAGO 236-203, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 24.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-203 45Degree pitch 7.5mm size 24.8x14mm^2 drill 1.15mm pad 3mm +0 +3 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-204_1x04_P7.50mm_45Degree +Terminal Block WAGO 236-204, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-204 45Degree pitch 7.5mm size 32.3x14mm^2 drill 1.15mm pad 3mm +0 +4 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-205_1x05_P7.50mm_45Degree +Terminal Block WAGO 236-205, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 39.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-205 45Degree pitch 7.5mm size 39.8x14mm^2 drill 1.15mm pad 3mm +0 +5 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-206_1x06_P7.50mm_45Degree +Terminal Block WAGO 236-206, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-206 45Degree pitch 7.5mm size 47.3x14mm^2 drill 1.15mm pad 3mm +0 +6 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-207_1x07_P7.50mm_45Degree +Terminal Block WAGO 236-207, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 54.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-207 45Degree pitch 7.5mm size 54.8x14mm^2 drill 1.15mm pad 3mm +0 +7 +7 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-208_1x08_P7.50mm_45Degree +Terminal Block WAGO 236-208, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-208 45Degree pitch 7.5mm size 62.3x14mm^2 drill 1.15mm pad 3mm +0 +8 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-209_1x09_P7.50mm_45Degree +Terminal Block WAGO 236-209, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 69.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-209 45Degree pitch 7.5mm size 69.8x14mm^2 drill 1.15mm pad 3mm +0 +9 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-212_1x12_P7.50mm_45Degree +Terminal Block WAGO 236-212, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-212 45Degree pitch 7.5mm size 92.3x14mm^2 drill 1.15mm pad 3mm +0 +12 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-216_1x16_P7.50mm_45Degree +Terminal Block WAGO 236-216, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-216 45Degree pitch 7.5mm size 122x14mm^2 drill 1.15mm pad 3mm +0 +16 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-224_1x24_P7.50mm_45Degree +Terminal Block WAGO 236-224, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-224 45Degree pitch 7.5mm size 182x14mm^2 drill 1.15mm pad 3mm +0 +24 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-301_1x01_P10.00mm_45Degree +Terminal Block WAGO 236-301, 45Degree (cable under 45degree), 1 pins, pitch 10mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-301 45Degree pitch 10mm size 12.3x14mm^2 drill 1.15mm pad 3mm +0 +1 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-302_1x02_P10.00mm_45Degree +Terminal Block WAGO 236-302, 45Degree (cable under 45degree), 2 pins, pitch 10mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-302 45Degree pitch 10mm size 22.3x14mm^2 drill 1.15mm pad 3mm +0 +2 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-303_1x03_P10.00mm_45Degree +Terminal Block WAGO 236-303, 45Degree (cable under 45degree), 3 pins, pitch 10mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-303 45Degree pitch 10mm size 32.3x14mm^2 drill 1.15mm pad 3mm +0 +3 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-304_1x04_P10.00mm_45Degree +Terminal Block WAGO 236-304, 45Degree (cable under 45degree), 4 pins, pitch 10mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-304 45Degree pitch 10mm size 42.3x14mm^2 drill 1.15mm pad 3mm +0 +4 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-305_1x05_P10.00mm_45Degree +Terminal Block WAGO 236-305, 45Degree (cable under 45degree), 5 pins, pitch 10mm, size 52.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-305 45Degree pitch 10mm size 52.3x14mm^2 drill 1.15mm pad 3mm +0 +5 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-306_1x06_P10.00mm_45Degree +Terminal Block WAGO 236-306, 45Degree (cable under 45degree), 6 pins, pitch 10mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-306 45Degree pitch 10mm size 62.3x14mm^2 drill 1.15mm pad 3mm +0 +6 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-308_1x08_P10.00mm_45Degree +Terminal Block WAGO 236-308, 45Degree (cable under 45degree), 8 pins, pitch 10mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-308 45Degree pitch 10mm size 82.3x14mm^2 drill 1.15mm pad 3mm +0 +8 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-309_1x09_P10.00mm_45Degree +Terminal Block WAGO 236-309, 45Degree (cable under 45degree), 9 pins, pitch 10mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-309 45Degree pitch 10mm size 92.3x14mm^2 drill 1.15mm pad 3mm +0 +9 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-312_1x12_P10.00mm_45Degree +Terminal Block WAGO 236-312, 45Degree (cable under 45degree), 12 pins, pitch 10mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-312 45Degree pitch 10mm size 122x14mm^2 drill 1.15mm pad 3mm +0 +12 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-316_1x16_P10.00mm_45Degree +Terminal Block WAGO 236-316, 45Degree (cable under 45degree), 16 pins, pitch 10mm, size 162x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-316 45Degree pitch 10mm size 162x14mm^2 drill 1.15mm pad 3mm +0 +16 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-324_1x24_P10.00mm_45Degree +Terminal Block WAGO 236-324, 45Degree (cable under 45degree), 24 pins, pitch 10mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-324 45Degree pitch 10mm size 242x14mm^2 drill 1.15mm pad 3mm +0 +24 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-401_1x01_P5.00mm_45Degree +Terminal Block WAGO 236-401, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 7.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-401 45Degree pitch 5mm size 7.3x14mm^2 drill 1.15mm pad 3mm +0 +2 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-402_1x02_P5.00mm_45Degree +Terminal Block WAGO 236-402, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-402 45Degree pitch 5mm size 12.3x14mm^2 drill 1.15mm pad 3mm +0 +4 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-403_1x03_P5.00mm_45Degree +Terminal Block WAGO 236-403, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-403 45Degree pitch 5mm size 17.3x14mm^2 drill 1.15mm pad 3mm +0 +6 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-404_1x04_P5.00mm_45Degree +Terminal Block WAGO 236-404, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-404 45Degree pitch 5mm size 22.3x14mm^2 drill 1.15mm pad 3mm +0 +8 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-405_1x05_P5.00mm_45Degree +Terminal Block WAGO 236-405, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 27.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-405 45Degree pitch 5mm size 27.3x14mm^2 drill 1.15mm pad 3mm +0 +10 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-406_1x06_P5.00mm_45Degree +Terminal Block WAGO 236-406, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-406 45Degree pitch 5mm size 32.3x14mm^2 drill 1.15mm pad 3mm +0 +12 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-407_1x07_P5.00mm_45Degree +Terminal Block WAGO 236-407, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 37.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-407 45Degree pitch 5mm size 37.3x14mm^2 drill 1.15mm pad 3mm +0 +14 +7 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-408_1x08_P5.00mm_45Degree +Terminal Block WAGO 236-408, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-408 45Degree pitch 5mm size 42.3x14mm^2 drill 1.15mm pad 3mm +0 +16 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-409_1x09_P5.00mm_45Degree +Terminal Block WAGO 236-409, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-409 45Degree pitch 5mm size 47.3x14mm^2 drill 1.15mm pad 3mm +0 +18 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-412_1x12_P5.00mm_45Degree +Terminal Block WAGO 236-412, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-412 45Degree pitch 5mm size 62.3x14mm^2 drill 1.15mm pad 3mm +0 +24 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-414_1x14_P5.00mm_45Degree +Terminal Block WAGO 236-414, 45Degree (cable under 45degree), 14 pins, pitch 5mm, size 72.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-414 45Degree pitch 5mm size 72.3x14mm^2 drill 1.15mm pad 3mm +0 +28 +14 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-416_1x16_P5.00mm_45Degree +Terminal Block WAGO 236-416, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-416 45Degree pitch 5mm size 82.3x14mm^2 drill 1.15mm pad 3mm +0 +32 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-424_1x24_P5.00mm_45Degree +Terminal Block WAGO 236-424, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-424 45Degree pitch 5mm size 122x14mm^2 drill 1.15mm pad 3mm +0 +48 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-436_1x36_P5.00mm_45Degree +Terminal Block WAGO 236-436, 45Degree (cable under 45degree), 36 pins, pitch 5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-436 45Degree pitch 5mm size 182x14mm^2 drill 1.15mm pad 3mm +0 +72 +36 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-448_1x48_P5.00mm_45Degree +Terminal Block WAGO 236-448, 45Degree (cable under 45degree), 48 pins, pitch 5mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-448 45Degree pitch 5mm size 242x14mm^2 drill 1.15mm pad 3mm +0 +96 +48 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-501_1x01_P7.50mm_45Degree +Terminal Block WAGO 236-501, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 9.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-501 45Degree pitch 7.5mm size 9.8x14mm^2 drill 1.15mm pad 3mm +0 +2 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-502_1x02_P7.50mm_45Degree +Terminal Block WAGO 236-502, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-502 45Degree pitch 7.5mm size 17.3x14mm^2 drill 1.15mm pad 3mm +0 +4 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-503_1x03_P7.50mm_45Degree +Terminal Block WAGO 236-503, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 24.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-503 45Degree pitch 7.5mm size 24.8x14mm^2 drill 1.15mm pad 3mm +0 +6 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-504_1x04_P7.50mm_45Degree +Terminal Block WAGO 236-504, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-504 45Degree pitch 7.5mm size 32.3x14mm^2 drill 1.15mm pad 3mm +0 +8 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-505_1x05_P7.50mm_45Degree +Terminal Block WAGO 236-505, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 39.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-505 45Degree pitch 7.5mm size 39.8x14mm^2 drill 1.15mm pad 3mm +0 +10 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-506_1x06_P7.50mm_45Degree +Terminal Block WAGO 236-506, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-506 45Degree pitch 7.5mm size 47.3x14mm^2 drill 1.15mm pad 3mm +0 +12 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-507_1x07_P7.50mm_45Degree +Terminal Block WAGO 236-507, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 54.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-507 45Degree pitch 7.5mm size 54.8x14mm^2 drill 1.15mm pad 3mm +0 +14 +7 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-508_1x08_P7.50mm_45Degree +Terminal Block WAGO 236-508, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-508 45Degree pitch 7.5mm size 62.3x14mm^2 drill 1.15mm pad 3mm +0 +16 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-509_1x09_P7.50mm_45Degree +Terminal Block WAGO 236-509, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 69.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-509 45Degree pitch 7.5mm size 69.8x14mm^2 drill 1.15mm pad 3mm +0 +18 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-512_1x12_P7.50mm_45Degree +Terminal Block WAGO 236-512, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-512 45Degree pitch 7.5mm size 92.3x14mm^2 drill 1.15mm pad 3mm +0 +24 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-516_1x16_P7.50mm_45Degree +Terminal Block WAGO 236-516, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-516 45Degree pitch 7.5mm size 122x14mm^2 drill 1.15mm pad 3mm +0 +32 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-524_1x24_P7.50mm_45Degree +Terminal Block WAGO 236-524, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-524 45Degree pitch 7.5mm size 182x14mm^2 drill 1.15mm pad 3mm +0 +48 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-601_1x01_P10.00mm_45Degree +Terminal Block WAGO 236-601, 45Degree (cable under 45degree), 1 pins, pitch 10mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-601 45Degree pitch 10mm size 12.3x14mm^2 drill 1.15mm pad 3mm +0 +2 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-602_1x02_P10.00mm_45Degree +Terminal Block WAGO 236-602, 45Degree (cable under 45degree), 2 pins, pitch 10mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-602 45Degree pitch 10mm size 22.3x14mm^2 drill 1.15mm pad 3mm +0 +4 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-603_1x03_P10.00mm_45Degree +Terminal Block WAGO 236-603, 45Degree (cable under 45degree), 3 pins, pitch 10mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-603 45Degree pitch 10mm size 32.3x14mm^2 drill 1.15mm pad 3mm +0 +6 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-604_1x04_P10.00mm_45Degree +Terminal Block WAGO 236-604, 45Degree (cable under 45degree), 4 pins, pitch 10mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-604 45Degree pitch 10mm size 42.3x14mm^2 drill 1.15mm pad 3mm +0 +8 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-605_1x05_P10.00mm_45Degree +Terminal Block WAGO 236-605, 45Degree (cable under 45degree), 5 pins, pitch 10mm, size 52.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-605 45Degree pitch 10mm size 52.3x14mm^2 drill 1.15mm pad 3mm +0 +10 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-606_1x06_P10.00mm_45Degree +Terminal Block WAGO 236-606, 45Degree (cable under 45degree), 6 pins, pitch 10mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-606 45Degree pitch 10mm size 62.3x14mm^2 drill 1.15mm pad 3mm +0 +12 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-608_1x08_P10.00mm_45Degree +Terminal Block WAGO 236-608, 45Degree (cable under 45degree), 8 pins, pitch 10mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-608 45Degree pitch 10mm size 82.3x14mm^2 drill 1.15mm pad 3mm +0 +16 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-609_1x09_P10.00mm_45Degree +Terminal Block WAGO 236-609, 45Degree (cable under 45degree), 9 pins, pitch 10mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-609 45Degree pitch 10mm size 92.3x14mm^2 drill 1.15mm pad 3mm +0 +18 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-612_1x12_P10.00mm_45Degree +Terminal Block WAGO 236-612, 45Degree (cable under 45degree), 12 pins, pitch 10mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-612 45Degree pitch 10mm size 122x14mm^2 drill 1.15mm pad 3mm +0 +24 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-616_1x16_P10.00mm_45Degree +Terminal Block WAGO 236-616, 45Degree (cable under 45degree), 16 pins, pitch 10mm, size 162x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-616 45Degree pitch 10mm size 162x14mm^2 drill 1.15mm pad 3mm +0 +32 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-624_1x24_P10.00mm_45Degree +Terminal Block WAGO 236-624, 45Degree (cable under 45degree), 24 pins, pitch 10mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-624 45Degree pitch 10mm size 242x14mm^2 drill 1.15mm pad 3mm +0 +48 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-101_1x01_P5.00mm_45Degree +Terminal Block WAGO 804-101, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 6.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-101 45Degree pitch 5mm size 6.5x15mm^2 drill 1.2mm pad 3mm +0 +2 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-102_1x02_P5.00mm_45Degree +Terminal Block WAGO 804-102, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 11.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-102 45Degree pitch 5mm size 11.5x15mm^2 drill 1.2mm pad 3mm +0 +4 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-103_1x03_P5.00mm_45Degree +Terminal Block WAGO 804-103, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 16.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-103 45Degree pitch 5mm size 16.5x15mm^2 drill 1.2mm pad 3mm +0 +6 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-104_1x04_P5.00mm_45Degree +Terminal Block WAGO 804-104, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 21.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-104 45Degree pitch 5mm size 21.5x15mm^2 drill 1.2mm pad 3mm +0 +8 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-105_1x05_P5.00mm_45Degree +Terminal Block WAGO 804-105, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 26.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-105 45Degree pitch 5mm size 26.5x15mm^2 drill 1.2mm pad 3mm +0 +10 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-106_1x06_P5.00mm_45Degree +Terminal Block WAGO 804-106, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 31.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-106 45Degree pitch 5mm size 31.5x15mm^2 drill 1.2mm pad 3mm +0 +12 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-107_1x07_P5.00mm_45Degree +Terminal Block WAGO 804-107, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 36.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-107 45Degree pitch 5mm size 36.5x15mm^2 drill 1.2mm pad 3mm +0 +14 +7 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-108_1x08_P5.00mm_45Degree +Terminal Block WAGO 804-108, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 41.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-108 45Degree pitch 5mm size 41.5x15mm^2 drill 1.2mm pad 3mm +0 +16 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-109_1x09_P5.00mm_45Degree +Terminal Block WAGO 804-109, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 46.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-109 45Degree pitch 5mm size 46.5x15mm^2 drill 1.2mm pad 3mm +0 +18 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-110_1x10_P5.00mm_45Degree +Terminal Block WAGO 804-110, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 51.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-110 45Degree pitch 5mm size 51.5x15mm^2 drill 1.2mm pad 3mm +0 +20 +10 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-111_1x11_P5.00mm_45Degree +Terminal Block WAGO 804-111, 45Degree (cable under 45degree), 11 pins, pitch 5mm, size 56.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-111 45Degree pitch 5mm size 56.5x15mm^2 drill 1.2mm pad 3mm +0 +22 +11 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-112_1x12_P5.00mm_45Degree +Terminal Block WAGO 804-112, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 61.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-112 45Degree pitch 5mm size 61.5x15mm^2 drill 1.2mm pad 3mm +0 +24 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-113_1x13_P5.00mm_45Degree +Terminal Block WAGO 804-113, 45Degree (cable under 45degree), 13 pins, pitch 5mm, size 66.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-113 45Degree pitch 5mm size 66.5x15mm^2 drill 1.2mm pad 3mm +0 +26 +13 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-114_1x14_P5.00mm_45Degree +Terminal Block WAGO 804-114, 45Degree (cable under 45degree), 14 pins, pitch 5mm, size 71.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-114 45Degree pitch 5mm size 71.5x15mm^2 drill 1.2mm pad 3mm +0 +28 +14 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-115_1x15_P5.00mm_45Degree +Terminal Block WAGO 804-115, 45Degree (cable under 45degree), 15 pins, pitch 5mm, size 76.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-115 45Degree pitch 5mm size 76.5x15mm^2 drill 1.2mm pad 3mm +0 +30 +15 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-116_1x16_P5.00mm_45Degree +Terminal Block WAGO 804-116, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 81.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-116 45Degree pitch 5mm size 81.5x15mm^2 drill 1.2mm pad 3mm +0 +32 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-124_1x24_P5.00mm_45Degree +Terminal Block WAGO 804-124, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-124 45Degree pitch 5mm size 122x15mm^2 drill 1.2mm pad 3mm +0 +48 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-301_1x01_P7.50mm_45Degree +Terminal Block WAGO 804-301, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 6.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-301 45Degree pitch 7.5mm size 6.5x15mm^2 drill 1.2mm pad 3mm +0 +2 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-302_1x02_P7.50mm_45Degree +Terminal Block WAGO 804-302, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 14x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-302 45Degree pitch 7.5mm size 14x15mm^2 drill 1.2mm pad 3mm +0 +4 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-303_1x03_P7.50mm_45Degree +Terminal Block WAGO 804-303, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 21.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-303 45Degree pitch 7.5mm size 21.5x15mm^2 drill 1.2mm pad 3mm +0 +6 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-304_1x04_P7.50mm_45Degree +Terminal Block WAGO 804-304, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 29x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-304 45Degree pitch 7.5mm size 29x15mm^2 drill 1.2mm pad 3mm +0 +8 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-305_1x05_P7.50mm_45Degree +Terminal Block WAGO 804-305, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 36.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-305 45Degree pitch 7.5mm size 36.5x15mm^2 drill 1.2mm pad 3mm +0 +10 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-306_1x06_P7.50mm_45Degree +Terminal Block WAGO 804-306, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 44x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-306 45Degree pitch 7.5mm size 44x15mm^2 drill 1.2mm pad 3mm +0 +12 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-307_1x07_P7.50mm_45Degree +Terminal Block WAGO 804-307, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 51.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-307 45Degree pitch 7.5mm size 51.5x15mm^2 drill 1.2mm pad 3mm +0 +14 +7 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-308_1x08_P7.50mm_45Degree +Terminal Block WAGO 804-308, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 59x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-308 45Degree pitch 7.5mm size 59x15mm^2 drill 1.2mm pad 3mm +0 +16 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-309_1x09_P7.50mm_45Degree +Terminal Block WAGO 804-309, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 66.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-309 45Degree pitch 7.5mm size 66.5x15mm^2 drill 1.2mm pad 3mm +0 +18 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-310_1x10_P7.50mm_45Degree +Terminal Block WAGO 804-310, 45Degree (cable under 45degree), 10 pins, pitch 7.5mm, size 74x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-310 45Degree pitch 7.5mm size 74x15mm^2 drill 1.2mm pad 3mm +0 +20 +10 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-311_1x11_P7.50mm_45Degree +Terminal Block WAGO 804-311, 45Degree (cable under 45degree), 11 pins, pitch 7.5mm, size 81.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-311 45Degree pitch 7.5mm size 81.5x15mm^2 drill 1.2mm pad 3mm +0 +22 +11 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-312_1x12_P7.50mm_45Degree +Terminal Block WAGO 804-312, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 89x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-312 45Degree pitch 7.5mm size 89x15mm^2 drill 1.2mm pad 3mm +0 +24 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-316_1x16_P7.50mm_45Degree +Terminal Block WAGO 804-316, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 119x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-316 45Degree pitch 7.5mm size 119x15mm^2 drill 1.2mm pad 3mm +0 +32 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-324_1x24_P7.50mm_45Degree +Terminal Block WAGO 804-324, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 179x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-324 45Degree pitch 7.5mm size 179x15mm^2 drill 1.2mm pad 3mm +0 +48 +24 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650073_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650073.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650074_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650074.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650094_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650094.pdf) +screw terminal thread redcube thr power connector +0 +16 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650173_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650173.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650174_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650174.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650194_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650194.pdf) +screw terminal thread redcube thr power connector +0 +18 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650195_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650195.pdf) +screw terminal thread redcube thr power connector +0 +18 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74655095_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74655095.pdf) +screw terminal thread redcube thr power connector +0 +16 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRSH_74651173_THR +REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651173.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRSH_74651174_THR +REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651174.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRSH_74651175_THR +REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651175.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRSH_74651194_THR +REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651194.pdf) +screw terminal thread redcube thr power connector +0 +18 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRSH_74651195_THR +REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651195.pdf) +screw terminal thread redcube thr power connector +0 +18 +1 +TestPoint +TestPoint_2Pads_Pitch2.54mm_Drill0.8mm +Test point with 2 pins, pitch 2.54mm, drill diameter 0.8mm +CONN DEV +0 +2 +2 +TestPoint +TestPoint_2Pads_Pitch5.08mm_Drill1.3mm +Test point with 2 pads, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm +CONN DEV +0 +2 +2 +TestPoint +TestPoint_Bridge_Pitch2.0mm_Drill0.7mm +wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch2.54mm_Drill0.7mm +wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch2.54mm_Drill1.0mm +wire loop as test point, pitch 2.54mm, hole diameter 1.0mm, wire diameter 0.8mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch2.54mm_Drill1.3mm +wire loop as test point, pitch 2.54mm, hole diameter 1.3mm, wire diameter 1.0mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch3.81mm_Drill1.3mm +wire loop as test point, pitch 3.81mm, hole diameter 1.3mm, wire diameter 1.0mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch5.08mm_Drill0.7mm +wire loop as test point, pitch 5.08mm, hole diameter 0.7mm, wire diameter 1.0mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch5.08mm_Drill1.3mm +wire loop as test point, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch6.35mm_Drill1.3mm +wire loop as test point, pitch 6.35mm, hole diameter 1.3mm, wire diameter 1.0mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch7.62mm_Drill1.3mm +wire loop as test point, pitch 7.62mm, hole diameter 1.3mm, wire diameter 1.0mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Keystone_5000-5004_Miniature +Keystone Miniature THM Test Point 5000-5004, http://www.keyelco.com/product-pdf.cfm?p=1309 +Through Hole Mount Test Points +0 +1 +1 +TestPoint +TestPoint_Keystone_5005-5009_Compact +Keystone Miniature THM Test Point 5005-5009, http://www.keyelco.com/product-pdf.cfm?p=1314 +Through Hole Mount Test Points +0 +1 +1 +TestPoint +TestPoint_Keystone_5010-5014_Multipurpose +Keystone Miniature THM Test Point 5010-5014, http://www.keyelco.com/product-pdf.cfm?p=1319 +Through Hole Mount Test Points +0 +1 +1 +TestPoint +TestPoint_Keystone_5015_Micro-Minature +SMT Test Point- Micro Miniature 5015, http://www.keyelco.com/product-pdf.cfm?p=1353 +Test Point +0 +1 +1 +TestPoint +TestPoint_Keystone_5019_Minature +SMT Test Point- Micro Miniature 5019, http://www.keyelco.com/product-pdf.cfm?p=1357 +Test Point +0 +1 +1 +TestPoint +TestPoint_Loop_D1.80mm_Drill1.0mm_Beaded +wire loop with bead as test point, loop diameter 1.8mm, hole diameter 1.0mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.50mm_Drill1.0mm +wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.50mm_Drill1.0mm_LowProfile +low profile wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.50mm_Drill1.85mm +wire loop as test point, loop diameter 2.5mm, hole diameter 1.85mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded +wire loop with bead as test point, loop diameter2.548mm, hole diameter 1.5mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded +wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.60mm_Drill1.4mm_Beaded +wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.4mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.60mm_Drill1.6mm_Beaded +wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.6mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D3.50mm_Drill0.9mm_Beaded +wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D3.50mm_Drill1.4mm_Beaded +wire loop with bead as test point, loop diameter 3.5mm, hole diameter 1.4mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D3.80mm_Drill2.0mm +wire loop as test point, loop diameter 3.8mm, hole diameter 2.0mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D3.80mm_Drill2.5mm +wire loop as test point, loop diameter 3.8mm, hole diameter 2.5mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D3.80mm_Drill2.8mm +wire loop as test point, loop diameter 3.8mm, hole diameter 2.8mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Pad_1.0x1.0mm +SMD rectangular pad as test Point, square 1.0mm side length +test point SMD pad rectangle square +0 +1 +1 +TestPoint +TestPoint_Pad_1.5x1.5mm +SMD rectangular pad as test Point, square 1.5mm side length +test point SMD pad rectangle square +0 +1 +1 +TestPoint +TestPoint_Pad_2.0x2.0mm +SMD rectangular pad as test Point, square 2.0mm side length +test point SMD pad rectangle square +0 +1 +1 +TestPoint +TestPoint_Pad_2.5x2.5mm +SMD rectangular pad as test Point, square 2.5mm side length +test point SMD pad rectangle square +0 +1 +1 +TestPoint +TestPoint_Pad_3.0x3.0mm +SMD rectangular pad as test Point, square 3.0mm side length +test point SMD pad rectangle square +0 +1 +1 +TestPoint +TestPoint_Pad_4.0x4.0mm +SMD rectangular pad as test Point, square 4.0mm side length +test point SMD pad rectangle square +0 +1 +1 +TestPoint +TestPoint_Pad_D1.0mm +SMD pad as test Point, diameter 1.0mm +test point SMD pad +0 +1 +1 +TestPoint +TestPoint_Pad_D1.5mm +SMD pad as test Point, diameter 1.5mm +test point SMD pad +0 +1 +1 +TestPoint +TestPoint_Pad_D2.0mm +SMD pad as test Point, diameter 2.0mm +test point SMD pad +0 +1 +1 +TestPoint +TestPoint_Pad_D2.5mm +SMD pad as test Point, diameter 2.5mm +test point SMD pad +0 +1 +1 +TestPoint +TestPoint_Pad_D3.0mm +SMD pad as test Point, diameter 3.0mm +test point SMD pad +0 +1 +1 +TestPoint +TestPoint_Pad_D4.0mm +SMD pad as test Point, diameter 4.0mm +test point SMD pad +0 +1 +1 +TestPoint +TestPoint_Plated_Hole_D2.0mm +Plated Hole as test Point, diameter 2.0mm +test point plated hole +0 +1 +1 +TestPoint +TestPoint_Plated_Hole_D3.0mm +Plated Hole as test Point, diameter 3.0mm +test point plated hole +0 +1 +1 +TestPoint +TestPoint_Plated_Hole_D4.0mm +Plated Hole as test Point, diameter 4.0mm +test point plated hole +0 +1 +1 +TestPoint +TestPoint_Plated_Hole_D5.0mm +Plated Hole as test Point, diameter 5.0mm +test point plated hole +0 +1 +1 +TestPoint +TestPoint_THTPad_1.0x1.0mm_Drill0.5mm +THT rectangular pad as test Point, square 1.0mm side length, hole diameter 0.5mm +test point THT pad rectangle square +0 +1 +1 +TestPoint +TestPoint_THTPad_1.5x1.5mm_Drill0.7mm +THT rectangular pad as test Point, square 1.5mm side length, hole diameter 0.7mm +test point THT pad rectangle square +0 +1 +1 +TestPoint +TestPoint_THTPad_2.0x2.0mm_Drill1.0mm +THT rectangular pad as test Point, square 2.0mm_Drill1.0mm side length, hole diameter 1.0mm +test point THT pad rectangle square +0 +1 +1 +TestPoint +TestPoint_THTPad_2.5x2.5mm_Drill1.2mm +THT rectangular pad as test Point, square 2.5mm side length, hole diameter 1.2mm +test point THT pad rectangle square +0 +1 +1 +TestPoint +TestPoint_THTPad_3.0x3.0mm_Drill1.5mm +THT rectangular pad as test Point, square 3.0mm side length, hole diameter 1.5mm +test point THT pad rectangle square +0 +1 +1 +TestPoint +TestPoint_THTPad_4.0x4.0mm_Drill2.0mm +THT rectangular pad as test Point, square 4.0mm side length, hole diameter 2.0mm +test point THT pad rectangle square +0 +1 +1 +TestPoint +TestPoint_THTPad_D1.0mm_Drill0.5mm +THT pad as test Point, diameter 1.0mm, hole diameter 0.5mm +test point THT pad +0 +1 +1 +TestPoint +TestPoint_THTPad_D1.5mm_Drill0.7mm +THT pad as test Point, diameter 1.5mm, hole diameter 0.7mm +test point THT pad +0 +1 +1 +TestPoint +TestPoint_THTPad_D2.0mm_Drill1.0mm +THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm +test point THT pad +0 +1 +1 +TestPoint +TestPoint_THTPad_D2.5mm_Drill1.2mm +THT pad as test Point, diameter 2.5mm, hole diameter 1.2mm +test point THT pad +0 +1 +1 +TestPoint +TestPoint_THTPad_D3.0mm_Drill1.5mm +THT pad as test Point, diameter 3.0mm, hole diameter 1.5mm +test point THT pad +0 +1 +1 +TestPoint +TestPoint_THTPad_D4.0mm_Drill2.0mm +THT pad as test Point, diameter 4.0mm, hole diameter 2.0mm +test point THT pad +0 +1 +1 +Transformer_SMD +Pulse_P0926NL +SMT Gate Drive Transformer, 1:1:1, 8.0x6.3x5.3mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) +pulse pa0926nl +0 +6 +6 +Transformer_SMD +Pulse_PA1323NL +SMT Gate Drive Transformer, 1:1, 9.5x7.1x5.3mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) +pulse pa1323nl +0 +6 +6 +Transformer_SMD +Pulse_PA2001NL +SMT Gate Drive Transformer, 1:1, 8.6x6.7x2.5mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) +pulse pa2001nl pe-68386nl +0 +4 +4 +Transformer_SMD +Pulse_PA2002NL-PA2008NL-PA2009NL +SMT Gate Drive Transformer, 1:1:1 or 2:1:1 or 2.5:1:1 or 1:1, 9.0x8.6x7.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) +pulse pa2002nl pa2008nl pa2009nl p0544nl pa0184nl pa0297nl pa0510nl +0 +6 +6 +Transformer_SMD +Pulse_PA2004NL +SMT Gate Drive Transformer, 1:1:1, 8.6x6.7x3.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) +pulse pa2004nl pa0264nl +0 +6 +6 +Transformer_SMD +Pulse_PA2005NL +SMT Gate Drive Transformer, 1:1:1, 11.8x8.8x4.0mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) +pulse pa2005nl pa0173nl +0 +6 +6 +Transformer_SMD +Pulse_PA2006NL +SMT Gate Drive Transformer, 1:1, 11.8x8.8x4.0mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) +pulse pa2006nl pa0186nl +0 +4 +4 +Transformer_SMD +Pulse_PA2007NL +SMT Gate Drive Transformer, 1:1, 9.0x8.6x7.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) +pulse pa2007nl +0 +4 +4 +Transformer_SMD +Pulse_PA2777NL +SMT Gate Drive Transformer, 1:1, 7.1x6.1x5.5mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) +pulse pa2777nl +0 +8 +8 +Transformer_SMD +Pulse_PA3493NL +SMT Gate Drive Transformer, 1.25:1, 10.9x9.7x2.7mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) +pulse pa3493nl +0 +4 +4 +Transformer_SMD +Transformer_Coilcraft_CST1 +Current sense transformer, SMD, 8.0x8.13x5.3mm (https://www.coilcraft.com/pdfs/cst.pdf) +Transformer current sense SMD +0 +8 +8 +Transformer_SMD +Transformer_Coilcraft_CST2 +Current sense transformer, SMD, 8.0x8.13x5.3mm (https://www.coilcraft.com/pdfs/cst.pdf) +Transformer current sense SMD +0 +8 +8 +Transformer_SMD +Transformer_Coilcraft_CST2010 +Current sense transformer, SMD, 14.55x19.91x10.50mm (https://www.coilcraft.com/pdfs/cst2010.pdf) +Transformer current sense SMD +0 +12 +12 +Transformer_SMD +Transformer_CurrentSense_8.4x7.2mm +Transformer current sense SMD 8.4x7.2mm +Transformer current sense SMD +0 +8 +8 +Transformer_SMD +Transformer_Ethernet_Bel_S558-5999-T7-F +Ethernet Transformer, Bel S558-5999-T7-F, https://www.belfuse.com/resources/ICMs/lan-/S558-5999-T7-F.pdf +Ethernet Transformer +0 +16 +16 +Transformer_SMD +Transformer_Ethernet_Bourns_PT61017PEL +https://www.bourns.com/docs/Product-Datasheets/PT61017PEL.pdf +Transformer Ethernet Single Center-Tap +0 +16 +16 +Transformer_SMD +Transformer_Ethernet_Bourns_PT61020EL +10/100/1000 Base-T Transformer Module, PT61020EL (https://www.bourns.com/pdfs/PT61020.pdf) +Gigabit PoE Ethernet Transformer Single +0 +24 +24 +Transformer_SMD +Transformer_Ethernet_HALO_TG111-MSC13 +Transformer Ethernet SMD, https://www.haloelectronics.com/pdf/discrete-genesus.pdf +Transformer Ethernet SMD +0 +24 +24 +Transformer_SMD +Transformer_Ethernet_Halo_N2_SO-16_7.11x12.7mm +Halo N2 SO, 16 Pin (https://www.haloelectronics.com/pdf/discrete-ultra-100baset.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +Halo SO Transformer_SMD +0 +16 +16 +Transformer_SMD +Transformer_Ethernet_Halo_N5_SO-16_7.11x12.7mm +Halo N5 SO, 16 Pin (https://www.haloelectronics.com/pdf/discrete-ultra-100baset.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +Halo SO Transformer_SMD +0 +16 +16 +Transformer_SMD +Transformer_Ethernet_Halo_N6_SO-16_7.11x14.73mm +Halo N6 SO, 16 Pin (https://www.haloelectronics.com/pdf/discrete-ultra-100baset.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +Halo SO Transformer_SMD +0 +16 +16 +Transformer_SMD +Transformer_Ethernet_Wuerth_749013011A +Ethernet Transformer, Wuerth 749013011A, https://www.we-online.com/katalog/datasheet/749013011A.pdf +Ethernet Transformer +0 +16 +16 +Transformer_SMD +Transformer_Ethernet_YDS_30F-51NL_SO-24_7.1x15.1mm +YDS 30F-51NL SO, 24 Pin (https://datasheet.lcsc.com/lcsc/1811051610_Shanghai-YDS-Tech-30F-51NL_C123168.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +YDS SO Transformer_SMD +0 +24 +24 +Transformer_SMD +Transformer_MACOM_SM-22 +https://cdn.macom.com/datasheets/ETC1-1-13.pdf +RF Transformer +0 +5 +5 +Transformer_SMD +Transformer_Murata_78250JC +Murata 78250JC https://www.murata-ps.com/datasheet?/data/magnetics/kmp_78250j.pdf +Murata transformer +0 +6 +6 +Transformer_SMD +Transformer_NF_ETAL_P2781 +NF-Transformer, ETAL, P2781, SMD, +NF-Transformer ETAL P2781 SMD +0 +8 +7 +Transformer_SMD +Transformer_NF_ETAL_P2781_HandSoldering +NF-Transformer, ETAL, P2781, SMD, Handsoldering +NF-Transformer ETAL P2781 SMD Handsoldering +0 +8 +7 +Transformer_SMD +Transformer_NF_ETAL_P3000 +NF-Reansformer, ETAL, P3000, SMD, +NF-Reansformer ETAL P3000 SMD +0 +15 +13 +Transformer_SMD +Transformer_NF_ETAL_P3000_HandSoldering +NF-Reansformer, ETAL, P3000, SMD, Handsoldering, +NF-Reansformer ETAL P3000 SMD Handsoldering +0 +15 +13 +Transformer_SMD +Transformer_NF_ETAL_P3181 +NF-Transformer, ETAL, P3181, SMD, +NF-Transformer ETAL P3181 SMD +0 +7 +6 +Transformer_SMD +Transformer_NF_ETAL_P3181_HandSoldering +NF-Transformer, ETAL, P3181, SMD, Hand Soldering, +NF-Transformer ETAL P3181 SMD Hand Soldering +0 +7 +6 +Transformer_SMD +Transformer_NF_ETAL_P3188 +NF-Transformer, ETAL, P3188, SMD, +NF-Transformer ETAL P3188 SMD +0 +8 +6 +Transformer_SMD +Transformer_NF_ETAL_P3188_HandSoldering +NF-Transformer, ETAL, P3188, SMD, Handsoldering, +NF-Transformer ETAL P3188 SMD Handsoldering +0 +8 +6 +Transformer_SMD +Transformer_NF_ETAL_P3191 +NF-Transformer, ETAL, P3191, SMD, +NF-Transformer ETAL P3191 SMD +0 +8 +6 +Transformer_SMD +Transformer_NF_ETAL_P3191_HandSoldering +NF-Transformer, ETAL, P3191, SMD, Handsoldering, +NF-Transformer ETAL P3191 SMD Handsoldering +0 +8 +6 +Transformer_SMD +Transformer_Pulse_H1100NL +For H1100NL, H1101NL, H1102NL, H1121NL, H1183NL, H1199NL, HX1188NL, HX1198NL and H1302NL. https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/H1102NL/doc_part/H1102NL.pdf +H1100NL H1101NL H1102NL H1121NL H1183NL H1199NL HX1188NL HX1198NL H1302N +0 +16 +16 +Transformer_SMD +Transformer_Wuerth_750315371 +Power Transformer, horizontal core with bobbin, 6 pin, 2.54mm pitch, 11.24mm row spacing, 12.6x8.3x4.1mm +transformer flyback +0 +6 +6 +Transformer_SMD +Transformer_Wurth_WE-AGDT-EP7 +WE-AGDT Auxiliary Gate Drive Transformer EP7, https://www.we-online.com/components/products/datasheet/750319177.pdf +auxiliary gate drive transformer +0 +8 +8 +Transformer_THT +Autotransformer_Toroid_1Tap_Horizontal_D9.0mm_Amidon-T30 +Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 9mm, Amidon T30, +Autotransformer Toroid horizontal laying 1 Tap Diameter 9mm Amidon T30 +0 +3 +3 +Transformer_THT +Autotransformer_Toroid_1Tap_Horizontal_D10.5mm_Amidon-T37 +Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 10,5mm, Amidon T37, +Autotransformer Toroid horizontal laying 1 Tap Diameter 10 5mm Amidon T37 +0 +3 +3 +Transformer_THT +Autotransformer_Toroid_1Tap_Horizontal_D12.5mm_Amidon-T44 +Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 12,5mm, Amidon T44, +Autotransformer Toroid horizontal laying 1 Tap Diameter 12 5mm Amidon T44 +0 +3 +3 +Transformer_THT +Autotransformer_Toroid_1Tap_Horizontal_D14.0mm_Amidon-T50 +Choke, Inductance, Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 14mm, Amidon T50, +Choke Inductance Autotransformer Toroid horizontal laying 1 Tap Diameter 14mm Amidon T50 +0 +3 +3 +Transformer_THT +Autotransformer_ZS1052-AC +Ignition coil for xenon flash, http://www.excelitas.com/downloads/ZS1052ACH.pdf +ignition coil autotransformer +0 +3 +3 +Transformer_THT +Transformer_37x44 +transformer 37x44mm² +transformer 37x44mm² +0 +12 +4 +Transformer_THT +Transformer_Breve_TEZ-22x24 +http://www.breve.pl/pdf/ANG/TEZ_ang.pdf +TEZ PCB Transformer +0 +7 +7 +Transformer_THT +Transformer_Breve_TEZ-28x33 +http://www.breve.pl/pdf/ANG/TEZ_ang.pdf +TEZ PCB Transformer +0 +9 +9 +Transformer_THT +Transformer_Breve_TEZ-35x42 +http://www.breve.pl/pdf/ANG/TEZ_ang.pdf +TEZ PCB Transformer +0 +9 +9 +Transformer_THT +Transformer_Breve_TEZ-38x45 +http://www.breve.pl/pdf/ANG/TEZ_ang.pdf +TEZ PCB Transformer +0 +9 +9 +Transformer_THT +Transformer_Breve_TEZ-44x52 +http://www.breve.pl/pdf/ANG/TEZ_ang.pdf +TEZ PCB Transformer +0 +10 +10 +Transformer_THT +Transformer_Breve_TEZ-47x57 +http://www.breve.pl/pdf/ANG/TEZ_ang.pdf +TEZ PCB Transformer +0 +13 +13 +Transformer_THT +Transformer_CHK_EI30-2VA_1xSec +Trafo, Printtrafo, CHK, EI30, 2VA, 1x Sec,http://www.eratransformers.com/downloads/030-7585.0.pdf +Trafo Printtrafo CHK EI30 2VA 1x Sec +0 +10 +10 +Transformer_THT +Transformer_CHK_EI30-2VA_2xSec +Trafo, Printtrafo, CHK, EI30, 2VA, 2x Sec, +Trafo Printtrafo CHK EI30 2VA 2x Sec +0 +10 +10 +Transformer_THT +Transformer_CHK_EI30-2VA_Neutral +Trafo, Printtrafo, CHK, EI30, 2VA, neutral, +Trafo Printtrafo CHK EI30 2VA neutral +0 +10 +10 +Transformer_THT +Transformer_CHK_EI38-3VA_1xSec +Trafo, Printtrafo, CHK, EI38, 3VA, 1x Sec, http://www.eratransformers.com/product-detail/20 +Trafo Printtrafo CHK EI38 3VA 1x Sec +0 +10 +10 +Transformer_THT +Transformer_CHK_EI38-3VA_2xSec +Trafo, Printtrafo, CHK, EI38, 3VA, 2x Sec, http://www.eratransformers.com/product-detail/20 +Trafo Printtrafo CHK EI38 3VA 2x Sec +0 +10 +10 +Transformer_THT +Transformer_CHK_EI38-3VA_Neutral +Trafo, Printtrafo, CHK, EI38, 3VA, neutral, http://www.eratransformers.com/product-detail/20 +Trafo Printtrafo CHK EI42 3VA neutral +0 +10 +10 +Transformer_THT +Transformer_CHK_EI42-5VA_1xSec +Trafo, Printtrafo, CHK, EI42, 5VA, 1x Sec, +Trafo Printtrafo CHK EI42 5VA 1x Sec +0 +10 +10 +Transformer_THT +Transformer_CHK_EI42-5VA_2xSec +Trafo, Printtrafo, CHK, EI42, 5VA, 2x Sec, +Trafo Printtrafo CHK EI42 5VA 2x Sec +0 +10 +10 +Transformer_THT +Transformer_CHK_EI42-5VA_Neutral +Trafo, Printtrafo, CHK, EI42, 5VA, neutral, +Trafo Printtrafo CHK EI42 5VA neutral +0 +10 +10 +Transformer_THT +Transformer_CHK_EI48-8VA_1xSec +Trafo, Printtrafo, CHK, EI48, 8VA, 1x Sec, http://www.eratransformers.com/product-detail/18 +Trafo Printtrafo CHK EI48 8VA 1x Sec +0 +12 +12 +Transformer_THT +Transformer_CHK_EI48-8VA_2xSec +Trafo, Printtrafo, CHK, EI48, 8VA, 2x Sec, http://www.eratransformers.com/product-detail/18 +Trafo Printtrafo CHK EI48 8VA 2x Sec +0 +12 +12 +Transformer_THT +Transformer_CHK_EI48-8VA_Neutral +Trafo, Printtrafo, CHK, EI48, 8VA, neutral, http://www.eratransformers.com/product-detail/18 +Trafo Printtrafo CHK EI48 8VA neutral +0 +12 +12 +Transformer_THT +Transformer_CHK_EI48-10VA_1xSec +Trafo, Printtrafo, CHK, EI48, 10VA, 1x Sec, +Trafo Printtrafo CHK EI48 10VA 1x Sec +0 +12 +12 +Transformer_THT +Transformer_CHK_EI48-10VA_2xSec +Trafo, Printtrafo, CHK, EI48, 10VA, 2x Sec, http://www.eratransformers.com/product-detail/18 +Trafo Printtrafo CHK EI48 10VA 2x Sec +0 +12 +12 +Transformer_THT +Transformer_CHK_EI48-10VA_Neutral +Trafo, Printtrafo, CHK, EI48, 10VA, neutral, http://www.eratransformers.com/product-detail/18 +Trafo Printtrafo CHK EI48 10VA neutral +0 +12 +12 +Transformer_THT +Transformer_CHK_EI54-12VA_1xSec +Trafo, Printtrafo, CHK, EI54, 12VA, 1x Sec,http://www.eratransformers.com/product-detail/19 +Trafo Printtrafo CHK EI54 12VA 1x Sec +0 +14 +14 +Transformer_THT +Transformer_CHK_EI54-12VA_2xSec +Trafo, Printtrafo, CHK, EI54, 12VA, 2x Sec,http://www.eratransformers.com/product-detail/19 +Trafo Printtrafo CHK EI54 12VA 2x Sec +0 +14 +14 +Transformer_THT +Transformer_CHK_EI54-12VA_Neutral +Trafo, Printtrafo, CHK, EI54, 12VA, neutral,http://www.eratransformers.com/product-detail/19 +Trafo Printtrafo CHK EI54 12VA neutral +0 +14 +14 +Transformer_THT +Transformer_CHK_EI54-16VA_1xSec +Trafo, Printtrafo, CHK, EI54, 16VA, 1x Sec,http://www.eratransformers.com/product-detail/19 +Trafo Printtrafo CHK EI54 16VA 1x Sec +0 +14 +14 +Transformer_THT +Transformer_CHK_EI54-16VA_2xSec +Trafo, Printtrafo, CHK, EI54, 16VA, 2x Sec,http://www.eratransformers.com/product-detail/19 +Trafo Printtrafo CHK EI54 16VA 2x Sec +0 +14 +14 +Transformer_THT +Transformer_CHK_EI54-16VA_Neutral +Trafo, Printtrafo, CHK, EI54, 16VA, neutral,http://www.eratransformers.com/product-detail/19 +Trafo Printtrafo CHK EI54 16VA neutral +0 +14 +14 +Transformer_THT +Transformer_CHK_UI30-4VA_Flat +Trafo, Flattrafo, CHK, UI30, 4VA, +Trafo Flattrafo CHK UI30 4VA +0 +16 +16 +Transformer_THT +Transformer_CHK_UI39-10VA_Flat +Trafo, Flattrafo, CHK, UI39, 10VA, +Trafo Flattrafo CHK UI39 10VA +0 +20 +20 +Transformer_THT +Transformer_Coilcraft_Q4434-B_Rhombus-T1311 +Transformator, Transformer, Flyback, Coilcraft Q4434-B, Rgombus T1311, +Transformator Transformer Flyback Coilcraft Q4434-B Rgombus T1311 +0 +8 +8 +Transformer_THT +Transformer_EPCOS_B66359A1013T_Horizontal +Transformer, Transformator, ETD29, 13 Pin, Horizontal, EPCOS-B66359A1013T, +Transformer Transformator ETD29 13 Pin Horizontal EPCOS-B66359A1013T +0 +13 +13 +Transformer_THT +Transformer_EPCOS_B66359J1014T_Vertical +Transformer, Transformator, ETD29, 14 Pin, Vertical, EPCOS-B66359J1014T, +Transformer Transformator ETD29 14 Pin Vertical EPCOS-B66359J1014T +0 +14 +14 +Transformer_THT +Transformer_Microphone_Lundahl_LL1538 +AUDIO TRAFO LUNDAHL, https://www.lundahltransformers.com/wp-content/uploads/datasheets/1538_8xl.pdf +AUDIO TRAFO LUNDAHL +0 +7 +7 +Transformer_THT +Transformer_Microphone_Lundahl_LL1587 +AUDIO TRAFO LUNDAHL, https://www.lundahltransformers.com/wp-content/uploads/datasheets/1587.pdf +AUDIO TRAFO LUNDAHL +0 +7 +7 +Transformer_THT +Transformer_Myrra_74040_Horizontal +Transformer, Transformator, ETD29, 13 Pin, Horizontal, Myrra-74040, +Transformer Transformator ETD29 13 Pin Horizontal Myrra-74040 +0 +13 +13 +Transformer_THT +Transformer_Myrra_EF20_7408x +EF20 flyback transformer,http://myrra.com/wp-content/uploads/2017/09/Datasheet-74087-74088-74089-rev-A.pdf +transformer flyback SMPS +0 +9 +9 +Transformer_THT +Transformer_NF_ETAL_1-1_P1200 +NF-Transformer, 1:1, ETAL P1200,http://www.etalgroup.com/sites/default/files/products/P1200_April_2005.pdf +NF-Transformer 1to1 ETAL P1200 +0 +4 +4 +Transformer_THT +Transformer_NF_ETAL_P1165 +NF-Transformer, ETAL, P1165,http://www.etalgroup.com/sites/default/files/products/P1165_February_2006.pdf +NF-Transformer ETAL P1165 +0 +4 +4 +Transformer_THT +Transformer_NF_ETAL_P3324 +NF-Transformer, ETAL P3324,http://www.etalgroup.com/sites/default/files/products/P3324_April_2005.pdf +NF-Transformer ETAL P3324 +0 +4 +4 +Transformer_THT +Transformer_NF_ETAL_P3356 +NF-Transformer, ETAL P3356, http://www.etalgroup.com/sites/default/files/products/P3356_December_2005.pdf +NF-Transformer ETAL P3356 +0 +4 +4 +Transformer_THT +Transformer_Toroid_Horizontal_D9.0mm_Amidon-T30 +Transformer, Toroid, horizontal, laying, Diameter 9mm, Amidon, T30, +Transformer Toroid horizontal laying Diameter 9mm Amidon T30 +0 +4 +4 +Transformer_THT +Transformer_Toroid_Horizontal_D10.5mm_Amidon-T37 +Transformer, Toroid, horizontal, laying, Diameter 10,5mm, Amidon T37, +Transformer Toroid horizontal laying Diameter 10 5mm Amidon T37 +0 +4 +4 +Transformer_THT +Transformer_Toroid_Horizontal_D12.5mm_Amidon-T44 +Transformer, Toroid, horizontal, laying, Diameter 12,5mm, Amidon T44, +Transformer Toroid horizontal laying Diameter 12 5mm Amidon T44 +0 +4 +4 +Transformer_THT +Transformer_Toroid_Horizontal_D14.0mm_Amidon-T50 +Transformer, Toroid, horizontal, laying, Diameter 14mm, Amidon T50, +Transformer Toroid horizontal laying Diameter 14mm Amidon T50 +0 +4 +4 +Transformer_THT +Transformer_Toroid_Horizontal_D18.0mm +Transformer, Toroid, tapped, horizontal, laying, Diameter 18mm, +Transformer Toroid tapped horizontal laying Diameter 18mm +0 +5 +4 +Transformer_THT +Transformer_Toroid_Tapped_Horizontal_D9.0mm_Amidon-T30 +Transformer, Toroid, tapped, horizontal, laying, Diameter 9mm, Amidon, T30, +Transformer Toroid tapped horizontal laying Diameter 9mm Amidon T30 +0 +6 +6 +Transformer_THT +Transformer_Toroid_Tapped_Horizontal_D10.5mm_Amidon-T37 +Transformer, Toroid, tapped, horizontal, laying, Diameter 10,5mm, Amidon, T37, +Transformer Toroid tapped horizontal laying Diameter 10 5mm Amidon T37 +0 +6 +6 +Transformer_THT +Transformer_Toroid_Tapped_Horizontal_D12.5mm_Amidon-T44 +Transformer, Toroid, tapped, horizontal, laying, Diameter 12,5mm, Amidon, T44, +Transformer Toroid tapped horizontal laying Diameter 12 5mm Amidon T44 +0 +6 +6 +Transformer_THT +Transformer_Toroid_Tapped_Horizontal_D14.0mm_Amidon-T50 +Transformer, Toroid, tapped, horizontal, laying, Diameter 14mm, Amidon T50, +Transformer Toroid tapped horizontal laying Diameter 14mm Amidon T50 +0 +6 +6 +Transformer_THT +Transformer_Wuerth_750343373 +Transformer, horizontal core with bobbin, 10 pin, 3.81mm pitch, 15.24mm row spacing, 22x23x17.53mm (https://katalog.we-online.com/ctm/datasheet/750343373.pdf) +transformer flyback +0 +10 +10 +Transformer_THT +Transformer_Wuerth_760871131 +Transformer, horizontal core with bobbin, 14 pin, 2.49 mm pitch, 20 mm row spacing, 25x22.2x16mm https://www.we-online.com/catalog/datasheet/760871131.pdf +transformer flyback +0 +14 +14 +Transistor_Power_Module +Infineon_AG-ECONO2 +28-lead TH, EconoPACK 2, same as Littelfuse_Package_H_XN2MM, https://www.infineon.com/dgdl/Infineon-FS75R07N2E4-DS-v02_00-en_de.pdf?fileId=db3a30432f5008fe012f52f916333979 +igbt diode module +0 +28 +28 +Transistor_Power_Module +Infineon_EasyPIM-1B +35-lead TH, EasyPIM 1B, https://www.infineon.com/dgdl/Infineon-FP10R06W1E3-DS-v02_01-en_de.pdf?fileId=db3a304412b407950112b43312285a63 +brifge rectifier igbt diode module +0 +23 +23 +Transistor_Power_Module +Infineon_EasyPIM-2B +35-lead TH, EasyPIM 2B, same as ST_ACEPACK-2-CIB, https://www.infineon.com/dgdl/Infineon-FP50R06W2E3-DS-v02_02-EN.pdf?fileId=db3a30431b3e89eb011b455c99987d24 +brifge rectifier igbt diode module +0 +35 +23 +Transistor_Power_Module +Littelfuse_Package_H_XBN2MM +24-lead TH, Package H, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1215h_xbn2mm_datasheet.pdf.pdf +brifge rectifier igbt diode module +0 +24 +24 +Transistor_Power_Module +Littelfuse_Package_H_XN2MM +28-lead TH, Package H, same as Infineon_AG-ECONO2, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1225h_xn2mm_datasheet.pdf.pdf +igbt diode module +0 +28 +28 +Transistor_Power_Module +Littelfuse_Package_W_XBN2MM +24-lead TH, Package W, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1250w_xbn2mm_datasheet.pdf.pdf +brifge rectifier igbt diode module +0 +35 +24 +Transistor_Power_Module +Littelfuse_Package_W_XN2MM +35-lead TH, Package W, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1275w_xn2mm_datasheet.pdf.pdf +igbt diode module +0 +35 +35 +Transistor_Power_Module +ST_ACEPACK-2-CIB +35-lead TH, ACEPACK 2 CIB, same as Infineon_EasyPIM-2B, https://www.st.com/resource/en/datasheet/a2c25s12m3.pdf +brifge rectifier igbt diode module +0 +35 +23 +Transistor_Power_Module +ST_ACEPACK-2-CIB_PressFIT +35-lead TH, ACEPACK 2 CIB, PressFIT, https://www.st.com/resource/en/datasheet/a2c50s65m2-f.pdf +brifge rectifier igbt diode module +0 +35 +23 +Transistor_Power_Module +ST_SDIP-25L +25-lead TH, SDIP-25L, https://www.st.com/resource/en/datasheet/stgips20k60.pdf +igbt diode module +0 +25 +25 +Valve +Valve_ECC-83-1 +Valve ECC-83-1 round pins +Valve ECC-83-1 round pins +0 +9 +9 +Valve +Valve_ECC-83-2 +Valve ECC-83-2 flat pins +Valve ECC-83-2 flat pins +0 +10 +9 +Valve +Valve_EURO +Valve Euro +Valve Euro +0 +7 +5 +Valve +Valve_Glimm +Valve Glimm +Valve Glimm +0 +2 +2 +Valve +Valve_Mini_G +Valve mini G +Valve mini G +0 +9 +7 +Valve +Valve_Mini_P +Valve mini P +Valve mini P +0 +7 +7 +Valve +Valve_Mini_Pentode_Linear +Mini-Pentode, 5-pin, e.g. JAN6418 +Valve Mini-Pentode 5-pin JAN6418 +0 +5 +5 +Valve +Valve_Noval_G +Valve NOVAL G +Valve NOVAL G +0 +11 +9 +Valve +Valve_Noval_P +Valve NOVAL P +Valve NOVAL P +0 +9 +9 +Valve +Valve_Octal +8-pin round valve +valve +0 +9 +8 +Varistor +RV_Disc_D7mm_W3.4mm_P5mm +Varistor, diameter 7mm, width 3.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.5mm_P5mm +Varistor, diameter 7mm, width 3.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.6mm_P5mm +Varistor, diameter 7mm, width 3.6mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.7mm_P5mm +Varistor, diameter 7mm, width 3.7mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.8mm_P5mm +Varistor, diameter 7mm, width 3.8mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.9mm_P5mm +Varistor, diameter 7mm, width 3.9mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.2mm_P5mm +Varistor, diameter 7mm, width 4.2mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.3mm_P5mm +Varistor, diameter 7mm, width 4.3mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.5mm_P5mm +Varistor, diameter 7mm, width 4.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.8mm_P5mm +Varistor, diameter 7mm, width 4.8mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.9mm_P5mm +Varistor, diameter 7mm, width 4.9mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4mm_P5mm +Varistor, diameter 7mm, width 4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W5.1mm_P5mm +Varistor, diameter 7mm, width 5.1mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W5.4mm_P5mm +Varistor, diameter 7mm, width 5.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W5.5mm_P5mm +Varistor, diameter 7mm, width 5.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W5.7mm_P5mm +Varistor, diameter 7mm, width 5.7mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.3mm_P5mm +Varistor, diameter 9mm, width 3.3mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.4mm_P5mm +Varistor, diameter 9mm, width 3.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.5mm_P5mm +Varistor, diameter 9mm, width 3.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.6mm_P5mm +Varistor, diameter 9mm, width 3.6mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.7mm_P5mm +Varistor, diameter 9mm, width 3.7mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.8mm_P5mm +Varistor, diameter 9mm, width 3.8mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.9mm_P5mm +Varistor, diameter 9mm, width 3.9mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.1mm_P5mm +Varistor, diameter 9mm, width 4.1mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.2mm_P5mm +Varistor, diameter 9mm, width 4.2mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.4mm_P5mm +Varistor, diameter 9mm, width 4.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.5mm_P5mm +Varistor, diameter 9mm, width 4.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.8mm_P5mm +Varistor, diameter 9mm, width 4.8mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4mm_P5mm +Varistor, diameter 9mm, width 4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W5.2mm_P5mm +Varistor, diameter 9mm, width 5.2mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W5.4mm_P5mm +Varistor, diameter 9mm, width 5.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W5.5mm_P5mm +Varistor, diameter 9mm, width 5.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W5.7mm_P5mm +Varistor, diameter 9mm, width 5.7mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W6.1mm_P5mm +Varistor, diameter 9mm, width 6.1mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W3.9mm_P7.5mm +Varistor, diameter 12mm, width 3.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.2mm_P7.5mm +Varistor, diameter 12mm, width 4.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.3mm_P7.5mm +Varistor, diameter 12mm, width 4.3mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.4mm_P7.5mm +Varistor, diameter 12mm, width 4.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.5mm_P7.5mm +Varistor, diameter 12mm, width 4.5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.6mm_P7.5mm +Varistor, diameter 12mm, width 4.6mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.7mm_P7.5mm +Varistor, diameter 12mm, width 4.7mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.8mm_P7.5mm +Varistor, diameter 12mm, width 4.8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4mm_P7.5mm +Varistor, diameter 12mm, width 4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W5.1mm_P7.5mm +Varistor, diameter 12mm, width 5.1mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W5.4mm_P7.5mm +Varistor, diameter 12mm, width 5.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W5.8mm_P7.5mm +Varistor, diameter 12mm, width 5.8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W5mm_P7.5mm +Varistor, diameter 12mm, width 5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W6.1mm_P7.5mm +Varistor, diameter 12mm, width 6.1mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W6.2mm_P7.5mm +Varistor, diameter 12mm, width 6.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W6.3mm_P7.5mm +Varistor, diameter 12mm, width 6.3mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W6.7mm_P7.5mm +Varistor, diameter 12mm, width 6.7mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W7.1mm_P7.5mm +Varistor, diameter 12mm, width 7.1mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W7.5mm_P7.5mm +Varistor, diameter 12mm, width 7.5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W7.9mm_P7.5mm +Varistor, diameter 12mm, width 7.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W3.9mm_P7.5mm +Varistor, diameter 15.5mm, width 3.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.2mm_P7.5mm +Varistor, diameter 15.5mm, width 4.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.3mm_P7.5mm +Varistor, diameter 15.5mm, width 4.3mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.4mm_P7.5mm +Varistor, diameter 15.5mm, width 4.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.5mm_P7.5mm +Varistor, diameter 15.5mm, width 4.5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.6mm_P7.5mm +Varistor, diameter 15.5mm, width 4.6mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.7mm_P7.5mm +Varistor, diameter 15.5mm, width 4.7mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.8mm_P7.5mm +Varistor, diameter 15.5mm, width 4.8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.9mm_P7.5mm +Varistor, diameter 15.5mm, width 4.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4mm_P7.5mm +Varistor, diameter 15.5mm, width 4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W5.2mm_P7.5mm +Varistor, diameter 15.5mm, width 5.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W5.4mm_P7.5mm +Varistor, diameter 15.5mm, width 5.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W5.9mm_P7.5mm +Varistor, diameter 15.5mm, width 5.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W5mm_P7.5mm +Varistor, diameter 15.5mm, width 5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W6.1mm_P7.5mm +Varistor, diameter 15.5mm, width 6.1mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W6.3mm_P7.5mm +Varistor, diameter 15.5mm, width 6.3mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W6.4mm_P7.5mm +Varistor, diameter 15.5mm, width 6.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W6.8mm_P7.5mm +Varistor, diameter 15.5mm, width 6.8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W7.2mm_P7.5mm +Varistor, diameter 15.5mm, width 7.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W7.5mm_P7.5mm +Varistor, diameter 15.5mm, width 7.5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W8mm_P7.5mm +Varistor, diameter 15.5mm, width 8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W11mm_P7.5mm +Varistor, diameter 15.5mm, width 11mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D16.5mm_W6.7mm_P7.5mm +Varistor, diameter 16.5mm, width 6.7mm, pitch 5mm, https://katalog.we-online.de/pbs/datasheet/820542711.pdf +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.3mm_P10mm +Varistor, diameter 21.5mm, width 4.3mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.4mm_P10mm +Varistor, diameter 21.5mm, width 4.4mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.5mm_P10mm +Varistor, diameter 21.5mm, width 4.5mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.6mm_P10mm +Varistor, diameter 21.5mm, width 4.6mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.7mm_P10mm +Varistor, diameter 21.5mm, width 4.7mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.8mm_P10mm +Varistor, diameter 21.5mm, width 4.8mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.9mm_P10mm +Varistor, diameter 21.5mm, width 4.9mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.1mm_P10mm +Varistor, diameter 21.5mm, width 5.1mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.3mm_P10mm +Varistor, diameter 21.5mm, width 5.3mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.4mm_P10mm +Varistor, diameter 21.5mm, width 5.4mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.6mm_P10mm +Varistor, diameter 21.5mm, width 5.6mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.8mm_P10mm +Varistor, diameter 21.5mm, width 5.8mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5mm_P10mm +Varistor, diameter 21.5mm, width 5mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.1mm_P7.5mm +varistor +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.3mm_P10mm +Varistor, diameter 21.5mm, width 6.3mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.5mm_P10mm +Varistor, diameter 21.5mm, width 6.5mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.7mm_P10mm +Varistor, diameter 21.5mm, width 6.7mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.8mm_P10mm +Varistor, diameter 21.5mm, width 6.8mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W7.1mm_P10mm +Varistor, diameter 21.5mm, width 7.1mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W7.5mm_P10mm +Varistor, diameter 21.5mm, width 7.5mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W7.9mm_P10mm +Varistor, diameter 21.5mm, width 7.9mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W8.4mm_P10mm +Varistor, diameter 21.5mm, width 8.4mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W11.4mm_P10mm +Varistor, diameter 21.5mm, width 11.4mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Rect_V25S440P_L26.5mm_W8.2mm_P12.7mm +Varistor, V25S440P, https://www.littelfuse.com/media?resourcetype=datasheets&itemid=b410c42c-51d1-460e-b1d9-d105d93c9679&filename=littelfuse-varistor-ultramov25s-datasheet +varistor +0 +2 +2 +balancing-footprints +bal-10x10mm + + +0 +1 +1 +footprints +Bosch_BMI088_LGA + + +0 +16 +16 +footprints +MTSM1346SMF1-100 + + +0 +6 +6 +footprints +P16612-011CA + + +0 +2 +2 +footprints +VBPW34S + + +0 +2 +2 +footprints +VBPW34SR + + +0 +2 +2 +footprints +coil_rx + + +0 +18 +3 +footprints +mesh_conn + + +0 +4 +4 diff --git a/fp-lib-table b/fp-lib-table new file mode 100644 index 0000000..c77f68e --- /dev/null +++ b/fp-lib-table @@ -0,0 +1,7 @@ +(fp_lib_table + (version 7) + (lib (name "footprints")(type "KiCad")(uri "${KIPRJMOD}/footprints.pretty")(options "")(descr "")) + (lib (name "Package_CSP")(type "KiCad")(uri "/home/jaseg/ref/kicad-footprint-generator/scripts/Packages/Package_BGA/Package_CSP.pretty")(options "")(descr "")) + (lib (name "Package_BGA")(type "KiCad")(uri "/home/jaseg/ref/kicad-footprint-generator/scripts/Packages/Package_BGA/Package_BGA.pretty")(options "")(descr "")) + (lib (name "balancing-footprints")(type "KiCad")(uri "${KIPRJMOD}/balancing-footprints.pretty")(options "")(descr "")) +) diff --git a/layout_radial.py b/layout_radial.py new file mode 100644 index 0000000..808284d --- /dev/null +++ b/layout_radial.py @@ -0,0 +1,43 @@ +#!/usr/bin/env python3 + +import re +import math + +import gerbonara.cad.kicad.pcb as pcb + + +r = 85 +cx, cy = 150, 100 + + +si_prefixes = {'k': 1e3, 'M': 1e6, 'G': 1e9, 'm': 1e-3, 'u': 1e-6, 'µ': 1e-6, 'n': 1e-9, 'p': 1e-12, '.': 1, 'r': 1} +def parse_si(s, unit=''): + if not (match := re.fullmatch(f'([0-9]*)(([.pPnNuUµmrRkKMgG])([0-9]*))?([pPnNuUµmrRkKMgG]?)({unit})?', s)): + raise ValueError(f'{s} is not a valid number with an SI prefix') + + left, _1, dot, right, prefix, _unit = match.groups() + prefix = prefix or dot or '.' + multiplier = si_prefixes.get(prefix, si_prefixes.get(prefix.upper(), si_prefixes.get(prefix.lower()))) + + return float(f'{left}.{right or ""}0') * multiplier + + +b = pcb.Board.open('self-balancing-test-a.kicad_pcb.bak') + +matches = list(b.find_footprints(name='Package_TO_SOT_SMD:SOT-23', sheetfile='resistor_bank.kicad_sch')) +for i, fp in enumerate(matches): + alpha = 2*math.pi * i/len(matches) + fp.at.x, fp.at.y = cx+r, cy + fp.rotate(alpha, cx, cy) + + res1, res2 = fp.pads_by_number[3].find_connected(name='Resistor_SMD.*') + if parse_si(res1.property_value('Value')) > parse_si(res2.property_value('Value')): + res1, res2 = res2, res1 + + res1.at.x, res1.at.y = cx+r+5, cy+2 + res2.at.x, res2.at.y = cx+r+5, cy-2 + + res1.rotate(alpha, cx, cy) + res2.rotate(alpha, cx, cy) + +b.write('self-balancing-test-a.testout.kicad_pcb') diff --git a/moment_of_inertia.py b/moment_of_inertia.py new file mode 100644 index 0000000..6cb1e78 --- /dev/null +++ b/moment_of_inertia.py @@ -0,0 +1,324 @@ +#!/usr/bin/env python3 + +import re +import math +import shutil +import subprocess +import tempfile +from pathlib import Path + +from gerbonara import LayerStack +from gerbonara.utils import setup_svg, Tag, MM, rotate_point +import gerbonara.cad.kicad.pcb as pcb +from PIL import Image +import click +import shapely +import numpy as np +from scipy.optimize import minimize + +# Default density according to https://www.avx.com/docs/techinfo/CeramicCapacitors/yngsmodu.pdf +density_x7r = 5.8 # g/cm^3 +# Default density according to https://en.wikipedia.org/wiki/FR-4 +density_fr4 = 1.850 # g/cm^3 + +density_copper = 8.96 # g/cm^3 + +def volume_mass(w:'mm', l:'mm', density:'g/cm^3', thickness:'mm'=None): + """ Calculate approximate mass of a component of a given size. When no thickness is given, thickness = width is + assumed. Lengths are in mm, density in g/cm^3 and the result will be in mg. """ + thickness = thickness or w + return w*l*thickness * 1e-3 * density * 1e3 + +# masses for some common components in mg +# approximate! Especially for capacitors, there can be significant differences between component height (and thus mass) +# for parts with the same footprint. +common_masses = { + 'C_0201_0603Metric': volume_mass(0.3, 0.6, density_x7r), + 'C_0402_1005Metric': volume_mass(0.5, 1.0, density_x7r), + 'C_0603_1608Metric': volume_mass(0.8, 1.5, density_x7r), + 'C_0805_2012Metric': volume_mass(1.3, 2.0, density_x7r), + 'C_1206_3216Metric': volume_mass(1.5, 3.0, density_x7r), + 'C_1210_3225Metric': volume_mass(2.5, 3.2, density_x7r), + # Resistor masses from https://www.vishay.com/docs/20035/dcrcwe3.pdf + 'R_0402_1005Metric': 0.65, + 'R_0603_1608Metric': 2.0, + 'R_0805_2012Metric': 5.5, + 'R_1206_3216Metric': 10, + } + + +def angle_difference(a, b): + return (b - a) % (2*math.pi) - math.pi + +def parse_mass(s): + if not (m := re.match(r'^([0-9.,]*)([mkuµ]?)[g]?', s)): + raise ValueError(f'Invalid mass "{s}"') + si_prefix = {'m': 1e-3, 'u': 1e-6, 'µ': 1e-6, 'k': 1e3} + return float(m.group(1)) * si_prefix.get(m.group(2), 1) + + +def get_pixel_size(img, phys_w, phys_h): + px_w, px_h = img.size + pixel_size_x, pixel_size_y = phys_w/px_w, phys_h/px_h + assert math.isclose(pixel_size_x, pixel_size_y, rel_tol=1e-2, abs_tol=0.05) + return (pixel_size_x + pixel_size_y) / 2 + + +def pixel_inertia(svg, phys_w, phys_h, phys_x0, phys_y0, area_density): + with tempfile.NamedTemporaryFile(suffix='.png') as tmp_png: + tmp_png = Path(tmp_png.name) + + subprocess.run(['resvg', '--background', 'white', str(svg), str(tmp_png)], check=True) + with Image.open(tmp_png) as img: + pixel_size = get_pixel_size(img, phys_w, phys_h) # [m] + px_w, px_h = img.size + img = 1 - np.array(img.convert('L'), dtype=float) / 255 + pixel_weight = pixel_size**2 * area_density # [g] + img *= pixel_weight # [g] + + tens_y = np.zeros(shape=(px_h, 3, 3)) + tens_x = np.zeros(shape=(px_w, 3, 3)) + mass_y = np.zeros(px_h) + mass_x = np.zeros(px_w) + com_y = np.zeros(shape=(px_h, 2)) + com_x = np.zeros(shape=(px_w, 2)) + + for y in range(px_h): + for x in range(px_w): + m = img[y, x] + x_phys = (x + 0.5) * pixel_size - phys_x0 # [m] + y_phys = (y + 0.5) * pixel_size - phys_y0 # [m] + + tens_x[x][0,0] = m * y_phys**2 + tens_x[x][1,1] = m * x_phys**2 + tens_x[x][2,2] = m * x_phys**2 + y_phys**2 + tens_x[x][0,1] = tens_x[x][1,0] = m * x_phys * y_phys + + mass_x[x] = m + + com_x[x] = (x_phys*m, y_phys*m) + + tens_y[y] = tens_x.sum(axis=0) + mass_y[y] = mass_x.sum() + com_y[y] = com_x.sum(axis=0) + + tens_solder = tens_y.sum(axis=0) + mass_solder = mass_y.sum() + center_of_mass = com_y.sum(axis=0) / mass_solder + return mass_solder, center_of_mass, tens_solder + + +@click.command() +@click.argument('kicad_pcb', type=click.Path(file_okay=True, dir_okay=False, path_type=Path)) +@click.argument('gerber', type=click.Path(file_okay=False, dir_okay=True, path_type=Path)) +@click.argument('pcb_out', required=False, type=click.Path(file_okay=True, dir_okay=False, path_type=Path)) +@click.option('--board-thickness', type=float, default=0.75, help='PCB thickness in mm') +@click.option('--fr4-density', type=float, default=density_fr4, help='FR-4 density in g/cm^3') +@click.option('--stencil-thickness', type=float, default=0.125, help='Stencil thickness in mm') +@click.option('--copper-thickness', type=float, default=35, help='Stencil thickness in µm') +# Default solder paste density from: +# - https://www.kester.com/Portals/0/Documents/Knowledge%20Base/Calculating%20Solder%20Paste%20Volume%20Percent.pdf +# - http://www.chipquik.com/datasheets/SMD291SNL10.pdf +@click.option('--solder-paste-density', type=float, default=4.2, help='Solder paste density in g/cm^3') +@click.option('--solder-paste-metal-content', type=float, default=87.0, help='Solder paste metal content by weight in percent. The default value is for Chipquik SMD291SNL lead-free SAC305 solder paste.') +def analyze_board(kicad_pcb, gerber, pcb_out, board_thickness, fr4_density, stencil_thickness, copper_thickness, solder_paste_density, solder_paste_metal_content): + board = pcb.Board.open(kicad_pcb) + stack = LayerStack.open(gerber) + print() + + (min_x, min_y), (max_x, max_y) = bounds = stack.outline.bounding_box(MM, default=((0, 0), (0, 0))) + phys_w, phys_h = (max_x-min_x)/1e3, (max_y-min_y)/1e3 # [m] + # Gerber flips the image Y axis compared to pillow and other modern computer graphics + phys_x0, phys_y0 = -min_x/1e3, max_y/1e3 # [m] + stencil_thickness /= 1e3 # [m] + solder_paste_density *= 1e6 / 1e3 # [kg/m^3] + solder_paste_metal_content /= 100 # [1] + board_thickness /= 1e3 # [m] + copper_thickness /= 1e6 # [m] + fr4_density *= 1e6 / 1e3 # [kg/m^3] + + with tempfile.NamedTemporaryFile(suffix='.svg') as tmp_svg: + tmp_svg = Path(tmp_svg.name) + tmp_svg.write_text(str(stack['top paste'].to_svg(force_bounds=bounds))) + + area_density = stencil_thickness * solder_paste_density * solder_paste_metal_content # [kg/m^2] + solder_mass, solder_center_of_mass, solder_tens = pixel_inertia(tmp_svg, phys_w, phys_h, phys_x0, phys_y0, area_density) + + print(f'Solder mass: {solder_mass*1e6:.3f} mg') + print(f'Solder inertia:\n', solder_tens) + print(f'Solder center of mass: {solder_center_of_mass[0]*1e3:.3f}, {solder_center_of_mass[1]*1e3:.3f} mm') + print() + + with tempfile.NamedTemporaryFile(suffix='.svg') as tmp_svg: + tmp_svg = Path(tmp_svg.name) + + volume_density = density_copper * 1e6 / 1e3 # [kg/m^3] + area_density = copper_thickness * volume_density # [kg/m^2] + + tmp_svg.write_text(str(stack['top copper'].to_svg(force_bounds=bounds))) + top_copper_mass, top_copper_center_of_mass, top_copper_tens = pixel_inertia(tmp_svg, phys_w, phys_h, phys_x0, phys_y0, area_density) + + tmp_svg.write_text(str(stack['bottom copper'].to_svg(force_bounds=bounds))) + bottom_copper_mass, bottom_copper_center_of_mass, bottom_copper_tens = pixel_inertia(tmp_svg, phys_w, phys_h, phys_x0, phys_y0, area_density) + + copper_mass = top_copper_mass + bottom_copper_mass + copper_center_of_mass = (top_copper_center_of_mass * top_copper_mass + + bottom_copper_center_of_mass * bottom_copper_mass) / copper_mass + copper_tens = top_copper_tens + bottom_copper_tens + + print(f'Copper mass: {copper_mass*1e3:.3f} g') + print(f'Copper inertia:\n', copper_tens) + print(f'Copper center of mass: {copper_center_of_mass[0]*1e3:.3f}, {copper_center_of_mass[1]*1e3:.3f} mm') + print() + + with tempfile.NamedTemporaryFile(suffix='.svg') as tmp_svg: + tmp_svg = Path(tmp_svg.name) + path = Tag('path', d=stack.outline_svg_d(), fill='black') + tmp_svg.write_text(str(setup_svg([path], bounds))) + + area_density = board_thickness * fr4_density # [kg/m^2] + fr4_mass, fr4_center_of_mass, fr4_tens = pixel_inertia(tmp_svg, phys_w, phys_h, phys_x0, phys_y0, area_density) + + print(f'FR-4 mass: {fr4_mass*1e3:.3f} g') + print(f'FR-4 inertia:\n', fr4_tens) + print(f'FR-4 center of mass: {fr4_center_of_mass[0]*1e3:.3f}, {fr4_center_of_mass[1]*1e3:.3f} mm') + print() + + component_mass = np.zeros(len(board.footprints)) + component_tens = np.zeros(shape=(len(board.footprints), 3, 3)) + component_com = np.zeros(shape=(len(board.footprints), 2)) + for i, fp in enumerate(board.footprints): + if (m := fp.property_value('mass', None)): + m = parse_mass(m) / 1e3 + + else: + for key, value in common_masses.items(): + if key in fp.name: + m = value/1e6 # [kg] + break + else: + m = 0 + + x, y = fp.at.x, fp.at.y # [mm] + x -= board.setup.aux_axis_origin.x + y -= board.setup.aux_axis_origin.y + x, y = x*1e-3, y*1e-3 # [m] + + component_tens[i][0,0] = m * y**2 + component_tens[i][1,1] = m * x**2 + component_tens[i][2,2] = m * x**2 + y**2 + component_tens[i][0,1] = component_tens[i][1,0] = m * x * y + + component_mass[i] = m + + component_com[i] = (m*x, m*y) + + component_mass = component_mass.sum() + component_tens = component_tens.sum(axis=0) + component_center_of_mass = component_com.sum(axis=0) / component_mass + + print(f'Component mass: {component_mass*1e3:.3f} g') + print(f'Component inertia:\n', component_tens) + print(f'Component center of mass: {component_center_of_mass[0]*1e3:.3f}, {component_center_of_mass[1]*1e3:.3f} mm') + print() + + total_mass = fr4_mass + solder_mass + component_mass + copper_mass + total_tens = fr4_tens + solder_tens + component_tens + copper_tens + total_center_of_mass = ( + fr4_center_of_mass * fr4_mass + + solder_center_of_mass * solder_mass + + component_center_of_mass * component_mass + + copper_center_of_mass * copper_mass) / total_mass + imbalance_angle = math.atan2(*total_center_of_mass[::-1]) + print(f'Total mass: {total_mass*1e3:.3f} g') + print(f'Total inertia:\n', total_tens) + print(f'Total center of mass: {total_center_of_mass[0]*1e3:.3f}, {total_center_of_mass[1]*1e3:.3f} mm') + print(f'Imbalance angle: {math.degrees(imbalance_angle):.2f} °') + print(f'Imbalance radius: {math.hypot(*total_center_of_mass)*1e3:.2f} mm') + print() + + if not pcb_out: # No auto-balancing requested + return + + volume_density = density_copper * 1e6 / 1e3 # [kg/m^3] + area_density = copper_thickness * volume_density # [kg/m^2] + + balancing_pads = [] + for fp in board.footprints: + if not fp.name.startswith('balancing-footprints:bal-'): + continue + fp_x, fp_y = fp.at.x - board.setup.aux_axis_origin.x, fp.at.y - board.setup.aux_axis_origin.y + fp_x, fp_y = fp_x*1e-3, fp_y*1e-3 # [m] + fp_rot = math.radians(fp.at.rotation or 0) + + for pad in fp.pads: + if pad.shape not in (pcb.Atom.rect, pcb.Atom.circle): + print(f'Pad {pad.numebr} of balancing footprint {fp.get_property("Reference")} has unsupported pad shape {pad.shape}. Ignoring.') + continue + + x, y = pad.at.x, pad.at.y + x, y = x*1e-3, y*1e-3 # [m] + x, y = rotate_point(x, y, -fp_rot) + x, y = x+fp_x, y+fp_y + + a = math.atan2(y, x) + a_diff = angle_difference(imbalance_angle, a) + + + w, h = pad.size.x*1e-3, pad.size.y*1e-3 # [m] + if pad.shape == pcb.Atom.rect: + m = w*h*area_density + else: + m = max(w, h)**2 / 4 * math.pi * area_density + + balancing_pads.append((pad, a, a_diff, x, y, w, h, m)) + + if not balancing_pads: + print('Error: Cannot balance board: No balancing footprint instances found.') + return + + com_wo_bal_fps = total_center_of_mass * total_mass + m_tot = total_mass + for i, (pad, a, a_diff, x, y, w, h, m) in enumerate(balancing_pads): + #print(f'Balancing footprint {i} at {x*1e3:.1f}, {y*1e3:.1f} mm') + #print(f' angle: {math.degrees(a):.2f} °') + #print(f' angle difference: {math.degrees(a_diff):.2f} °') + #print(f' radius: {math.hypot(x, y)*1e3:.1f} mm') + #print(f' weight: {m*1e6:.0f} mg') + #print() + + com_wo_bal_fps -= np.array([x, y]) * m + m_tot -= m + com_wo_bal_fps /= m_tot + + def objective_function(x): + xs = x + total_com, m_bal = com_wo_bal_fps*m_tot, 0 + for i, (pad, a, a_diff, x, y, w, h, m) in enumerate(balancing_pads): + m *= xs[i] + total_com += np.array([x, y])*m + m_bal += m + total_com /= (m_tot + m_bal) + + r = math.hypot(*total_com) + #mean_change = 1 - xs.mean() + + return r #+ mean_change * 1e-3 + + x0 = np.ones(len(balancing_pads)) + res = minimize(objective_function, x0, bounds=[(0.005, 1.0)]*len(x0), tol=1e-12) + print(res) + print(f'Residual imbalance radius: {objective_function(res.x)*1e3:.2f} mm') + print('Adjusting balancing footprints:') + for i, (pad, a, a_diff, x, y, w, h, m) in enumerate(balancing_pads): + f = math.sqrt(res.x[i]) + pad.size.x *= f + pad.size.y *= f + print(f'[{i:> 3}] by {100-res.x[i]*100:> 6.2f} %', end=('\n' if i%4 == 3 else ' ')) + + board.write(pcb_out) + + +if __name__ == '__main__': + analyze_board() + diff --git a/pd_tia.kicad_sch b/pd_tia.kicad_sch new file mode 100644 index 0000000..970913e --- /dev/null +++ b/pd_tia.kicad_sch @@ -0,0 +1,1849 @@ +(kicad_sch (version 20230620) (generator eeschema) + + (uuid 28bafcba-ec42-4c51-9113-ba58b8e85851) + + (paper "A4") + + (lib_symbols + (symbol "Amplifier_Operational:LTC6269xMS8E" (in_bom yes) (on_board yes) + (property "Reference" "U" (at 0 6.35 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "LTC6269xMS8E" (at 0 3.81 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm" (at 0 -7.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/62689f.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Dual 500MHz Ultra-Low Bias Current FET Input Op Amps, MSOP-8" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "dual opamp" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "MSOP*1EP*3x3mm*P0.65mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LTC6269xMS8E_1_1" + (polyline + (pts + (xy -5.08 5.08) + (xy 5.08 0) + (xy -5.08 -5.08) + (xy -5.08 5.08) + ) + (stroke (width 0) (type default)) + (fill (type background)) + ) + (pin output line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 -2.54 0) (length 2.54) + (name "-" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 2.54 0) (length 2.54) + (name "+" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "LTC6269xMS8E_2_1" + (polyline + (pts + (xy -5.08 5.08) + (xy 5.08 0) + (xy -5.08 -5.08) + (xy -5.08 5.08) + ) + (stroke (width 0) (type default)) + (fill (type background)) + ) + (pin input line (at -7.62 2.54 0) (length 2.54) + (name "+" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 -2.54 0) (length 2.54) + (name "-" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "LTC6269xMS8E_3_1" + (pin power_in line (at -2.54 -7.62 90) (length 3.81) + (name "V-" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 7.62 270) (length 3.81) + (name "V+" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -2.54 -7.62 90) (length 3.81) hide + (name "V-" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "BC846BDW1_1" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (property "Reference" "Q1" (at 5.08 1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "UMX4NTR" (at 5.08 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (at 5.08 2.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.onsemi.com/pub_link/Collateral/BC846BDW1T1-D.PDF" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "100mA IC, 65V Vce, Dual NPN/NPN Transistors, SOT-363" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "NPN/NPN Transistor" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOT?363*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "BC846BDW1_1_0_1" + (polyline + (pts + (xy 0.635 0) + (xy -2.54 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 0.635) + (xy 2.54 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 -0.635) + (xy 2.54 -2.54) + (xy 2.54 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 1.905) + (xy 0.635 -1.905) + (xy 0.635 -1.905) + ) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 -1.778) + (xy 1.778 -1.27) + (xy 2.286 -2.286) + (xy 1.27 -1.778) + (xy 1.27 -1.778) + ) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (circle (center 1.27 0) (radius 2.8194) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + ) + (symbol "BC846BDW1_1_1_1" + (pin passive line (at 2.54 -5.08 90) (length 2.54) + (name "E1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -5.08 0 0) (length 2.54) + (name "B1" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 5.08 270) (length 2.54) + (name "C1" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "BC846BDW1_1_2_1" + (pin input line (at -5.08 0 0) (length 2.54) + (name "B2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 5.08 270) (length 2.54) + (name "C2" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 -5.08 90) (length 2.54) + (name "E2" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "C_Small" (at 0.254 -2.032 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (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 "Description" "Unpolarized capacitor, small symbol" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "capacitor cap" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "C_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_Small_0_1" + (polyline + (pts + (xy -1.524 -0.508) + (xy 1.524 -0.508) + ) + (stroke (width 0.3302) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.524 0.508) + (xy 1.524 0.508) + ) + (stroke (width 0.3048) (type default)) + (fill (type none)) + ) + ) + (symbol "C_Small_1_1" + (pin passive line (at 0 2.54 270) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "R" (at 0.762 0.508 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R_Small" (at 0.762 -1.016 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (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 "Description" "Resistor, small symbol" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "R resistor" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "R_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "R_Small_0_1" + (rectangle (start -0.762 1.778) (end 0.762 -1.778) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + ) + (symbol "R_Small_1_1" + (pin passive line (at 0 2.54 270) (length 0.762) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 0.762) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Transistor_BJT:BC846BDW1" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (property "Reference" "Q1" (at 5.08 1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "UMX4NTR" (at 5.08 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (at 5.08 2.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.onsemi.com/pub_link/Collateral/BC846BDW1T1-D.PDF" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "100mA IC, 65V Vce, Dual NPN/NPN Transistors, SOT-363" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "NPN/NPN Transistor" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOT?363*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "BC846BDW1_0_1" + (polyline + (pts + (xy 0.635 0) + (xy -2.54 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 0.635) + (xy 2.54 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 -0.635) + (xy 2.54 -2.54) + (xy 2.54 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 1.905) + (xy 0.635 -1.905) + (xy 0.635 -1.905) + ) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 -1.778) + (xy 1.778 -1.27) + (xy 2.286 -2.286) + (xy 1.27 -1.778) + (xy 1.27 -1.778) + ) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (circle (center 1.27 0) (radius 2.8194) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + ) + (symbol "BC846BDW1_1_1" + (pin passive line (at 2.54 -5.08 90) (length 2.54) + (name "E1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -5.08 0 0) (length 2.54) + (name "B1" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 5.08 270) (length 2.54) + (name "C1" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "BC846BDW1_2_1" + (pin input line (at -5.08 0 0) (length 2.54) + (name "B2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 5.08 270) (length 2.54) + (name "C2" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 -5.08 90) (length 2.54) + (name "E2" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+3V3" (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" "+3V3" (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 "Description" "Power symbol creates a global label with name \"+3V3\"" (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) + ) + (symbol "+3V3_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 "+3V3_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+3V3" (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) + ) + (property "Value" "GND" (at 0 -3.81 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 "Description" "Power symbol creates a global label with name \"GND\" , ground" (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) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) + (xy 0 -1.27) + (xy 1.27 -1.27) + (xy 0 -2.54) + (xy -1.27 -1.27) + (xy 0 -1.27) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "GND_1_1" + (pin power_in line (at 0 0 270) (length 0) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 226.06 101.6) (diameter 0) (color 0 0 0 0) + (uuid 03daced8-77b3-4d38-aae1-a6ae180a50dd) + ) + (junction (at 99.06 88.9) (diameter 0) (color 0 0 0 0) + (uuid 1bb3da1f-be6d-4664-86d9-5bb3a3b80a06) + ) + (junction (at 217.17 111.76) (diameter 0) (color 0 0 0 0) + (uuid 2379dfb5-d70a-4fef-bdae-bc4640fcf0b6) + ) + (junction (at 196.85 81.28) (diameter 0) (color 0 0 0 0) + (uuid 4995ba5d-450d-45c8-b820-ed4f7c7bac32) + ) + (junction (at 207.01 72.39) (diameter 0) (color 0 0 0 0) + (uuid 4c4476d5-d000-4765-bf8a-9d4ee63aaa60) + ) + (junction (at 128.27 99.06) (diameter 0) (color 0 0 0 0) + (uuid 9203c38a-57bf-4c70-a916-b577f4944800) + ) + (junction (at 217.17 77.47) (diameter 0) (color 0 0 0 0) + (uuid 924090ee-2876-4594-be11-0ea6489dcb5e) + ) + (junction (at 217.17 101.6) (diameter 0) (color 0 0 0 0) + (uuid 996d3718-04e1-4a26-abf9-12ddbd35a955) + ) + (junction (at 128.27 74.93) (diameter 0) (color 0 0 0 0) + (uuid b3b56c75-bb7f-411d-a98a-eb7cc3b77baf) + ) + (junction (at 83.82 96.52) (diameter 0) (color 0 0 0 0) + (uuid c94cea8e-7ca8-41a2-9736-666f1e82df63) + ) + (junction (at 118.11 69.85) (diameter 0) (color 0 0 0 0) + (uuid cac0a2a3-8cdb-4e92-b2f7-76d3da6c5a96) + ) + (junction (at 187.96 91.44) (diameter 0) (color 0 0 0 0) + (uuid cf2e8265-491a-4419-8084-485f0f83c509) + ) + (junction (at 107.95 78.74) (diameter 0) (color 0 0 0 0) + (uuid e411f212-8f30-475c-acb1-f8eeeaa02c62) + ) + (junction (at 83.82 101.6) (diameter 0) (color 0 0 0 0) + (uuid e94bf9d8-ff4a-4c9b-b326-760d09373eeb) + ) + (junction (at 172.72 99.06) (diameter 0) (color 0 0 0 0) + (uuid f08665a9-4304-44a8-8de2-4a7733f98681) + ) + (junction (at 128.27 109.22) (diameter 0) (color 0 0 0 0) + (uuid f2c325d6-f082-44e2-a4ef-8e36b942bbdc) + ) + (junction (at 137.16 99.06) (diameter 0) (color 0 0 0 0) + (uuid fbd03d6b-828a-405c-b391-32356fe9c05b) + ) + + (wire (pts (xy 187.96 83.82) (xy 187.96 81.28)) + (stroke (width 0) (type default)) + (uuid 00719919-bfa3-4a80-87ad-baefc97da379) + ) + (wire (pts (xy 226.06 111.76) (xy 226.06 109.22)) + (stroke (width 0) (type default)) + (uuid 03262e06-13d5-435b-a553-423d5aac1cd3) + ) + (wire (pts (xy 217.17 64.77) (xy 217.17 67.31)) + (stroke (width 0) (type default)) + (uuid 0472d452-054b-44b8-a71f-fa1fc47072a7) + ) + (wire (pts (xy 172.72 104.14) (xy 172.72 127)) + (stroke (width 0) (type default)) + (uuid 049f5bcc-d742-4311-a4e3-947b86ecd779) + ) + (wire (pts (xy 187.96 91.44) (xy 196.85 91.44)) + (stroke (width 0) (type default)) + (uuid 0a16a828-9ba4-4066-b8a6-922bad612d07) + ) + (wire (pts (xy 128.27 73.66) (xy 128.27 74.93)) + (stroke (width 0) (type default)) + (uuid 0aab9eff-c669-44af-99f9-03fe3d1ea0de) + ) + (wire (pts (xy 90.17 52.07) (xy 90.17 91.44)) + (stroke (width 0) (type default)) + (uuid 0b3dab73-aa4f-405d-95ec-26623f476701) + ) + (wire (pts (xy 99.06 86.36) (xy 99.06 88.9)) + (stroke (width 0) (type default)) + (uuid 0cdea95a-c2a3-483d-af76-4ef610f30b89) + ) + (wire (pts (xy 207.01 72.39) (xy 209.55 72.39)) + (stroke (width 0) (type default)) + (uuid 1078df58-d480-42dc-9ebb-f11fe42cd05b) + ) + (wire (pts (xy 107.95 62.23) (xy 107.95 64.77)) + (stroke (width 0) (type default)) + (uuid 10b7c24a-8152-4294-a752-1ff82ebed45d) + ) + (wire (pts (xy 83.82 101.6) (xy 85.09 101.6)) + (stroke (width 0) (type default)) + (uuid 17a473f1-7ba0-4878-b4d9-9ab16125cf89) + ) + (wire (pts (xy 173.99 99.06) (xy 172.72 99.06)) + (stroke (width 0) (type default)) + (uuid 1c2558ac-aed5-4672-9b3c-592b1da22713) + ) + (wire (pts (xy 217.17 76.2) (xy 217.17 77.47)) + (stroke (width 0) (type default)) + (uuid 1d38d817-9289-4aec-9a6f-2b1a3c8732bd) + ) + (wire (pts (xy 107.95 74.93) (xy 107.95 78.74)) + (stroke (width 0) (type default)) + (uuid 23d9bb78-6145-40cd-a992-276a9177f5b2) + ) + (wire (pts (xy 80.01 101.6) (xy 83.82 101.6)) + (stroke (width 0) (type default)) + (uuid 2f874f2c-3206-44cb-943c-203fc4ace978) + ) + (wire (pts (xy 107.95 52.07) (xy 107.95 57.15)) + (stroke (width 0) (type default)) + (uuid 3f5966e3-d128-4e14-a6a5-4a20eb1463b0) + ) + (wire (pts (xy 128.27 99.06) (xy 137.16 99.06)) + (stroke (width 0) (type default)) + (uuid 416564ab-eb93-4b42-8856-65383b489660) + ) + (wire (pts (xy 115.57 69.85) (xy 118.11 69.85)) + (stroke (width 0) (type default)) + (uuid 440963aa-bf4d-4c17-9a94-2a99abe15903) + ) + (wire (pts (xy 189.23 101.6) (xy 207.01 101.6)) + (stroke (width 0) (type default)) + (uuid 446bc8f4-c0ad-4961-9145-689ea0b689e5) + ) + (wire (pts (xy 172.72 91.44) (xy 172.72 99.06)) + (stroke (width 0) (type default)) + (uuid 4ad76dd7-f82c-4772-8939-bf00314e6bf3) + ) + (wire (pts (xy 83.82 127) (xy 83.82 101.6)) + (stroke (width 0) (type default)) + (uuid 4d18e4e5-4451-4b63-a176-be6fc9538904) + ) + (wire (pts (xy 107.95 88.9) (xy 107.95 86.36)) + (stroke (width 0) (type default)) + (uuid 4f2e20bb-cb45-4d91-8715-17b8d47f1e06) + ) + (wire (pts (xy 196.85 91.44) (xy 196.85 88.9)) + (stroke (width 0) (type default)) + (uuid 58a2901a-28e6-4184-bc1e-9e3074b2e647) + ) + (wire (pts (xy 99.06 81.28) (xy 99.06 78.74)) + (stroke (width 0) (type default)) + (uuid 5bb97d3c-d87c-4841-960c-11b6b7f46d33) + ) + (wire (pts (xy 207.01 101.6) (xy 207.01 72.39)) + (stroke (width 0) (type default)) + (uuid 5f9592c7-6233-49cb-8f09-bc8e724ca487) + ) + (wire (pts (xy 187.96 81.28) (xy 196.85 81.28)) + (stroke (width 0) (type default)) + (uuid 5fbd0c83-473c-4b24-8649-78996b8c7918) + ) + (wire (pts (xy 196.85 83.82) (xy 196.85 81.28)) + (stroke (width 0) (type default)) + (uuid 60d644a3-0daa-454a-a35a-ecd8dae1e23d) + ) + (wire (pts (xy 217.17 109.22) (xy 217.17 111.76)) + (stroke (width 0) (type default)) + (uuid 66214f60-2088-4022-ac9a-a5fe1b366269) + ) + (wire (pts (xy 217.17 101.6) (xy 217.17 104.14)) + (stroke (width 0) (type default)) + (uuid 68f296b2-92e5-4b5e-b5a9-ceb8922ddcca) + ) + (wire (pts (xy 226.06 101.6) (xy 229.87 101.6)) + (stroke (width 0) (type default)) + (uuid 6ab0e976-4113-49c0-80e9-79a8d17a98ab) + ) + (wire (pts (xy 217.17 111.76) (xy 226.06 111.76)) + (stroke (width 0) (type default)) + (uuid 701ea8d9-4b35-412e-aecb-5da950609194) + ) + (wire (pts (xy 217.17 77.47) (xy 217.17 101.6)) + (stroke (width 0) (type default)) + (uuid 7384e934-0ca8-4f5f-9750-c39b42cc17bc) + ) + (wire (pts (xy 204.47 72.39) (xy 207.01 72.39)) + (stroke (width 0) (type default)) + (uuid 7aaa52ba-efed-4126-b2e8-772fba2a5cbe) + ) + (wire (pts (xy 226.06 101.6) (xy 226.06 104.14)) + (stroke (width 0) (type default)) + (uuid 816af50b-5800-46b4-a6c1-e51eb272b89e) + ) + (wire (pts (xy 196.85 77.47) (xy 196.85 81.28)) + (stroke (width 0) (type default)) + (uuid 8644ba77-ac16-4700-9378-c00e43e0ed67) + ) + (wire (pts (xy 74.93 96.52) (xy 83.82 96.52)) + (stroke (width 0) (type default)) + (uuid 8697d7ea-8c0d-4493-809c-15c2987f044a) + ) + (wire (pts (xy 99.06 88.9) (xy 83.82 88.9)) + (stroke (width 0) (type default)) + (uuid 886ba6a3-5b4a-4320-a3dd-190d2065c7ad) + ) + (wire (pts (xy 128.27 62.23) (xy 128.27 64.77)) + (stroke (width 0) (type default)) + (uuid 8a0b1484-6101-4bbf-9892-e1ee12d0c968) + ) + (wire (pts (xy 196.85 54.61) (xy 196.85 59.69)) + (stroke (width 0) (type default)) + (uuid 8b3aa914-228c-40e4-b044-4f5f701d5ba2) + ) + (wire (pts (xy 163.83 99.06) (xy 172.72 99.06)) + (stroke (width 0) (type default)) + (uuid 8bb83c15-90ac-4768-ae1a-1f726ebf227b) + ) + (wire (pts (xy 128.27 109.22) (xy 128.27 111.76)) + (stroke (width 0) (type default)) + (uuid 92625872-0116-4bfa-940f-dd0d6eeec76c) + ) + (wire (pts (xy 85.09 96.52) (xy 83.82 96.52)) + (stroke (width 0) (type default)) + (uuid 99f7cfac-abef-4cab-93cd-6d53eb2ec292) + ) + (wire (pts (xy 196.85 64.77) (xy 196.85 67.31)) + (stroke (width 0) (type default)) + (uuid 9b157fd7-d6d4-4782-83ac-90dc972fb2ca) + ) + (wire (pts (xy 187.96 91.44) (xy 172.72 91.44)) + (stroke (width 0) (type default)) + (uuid a080669d-df3b-43b0-8561-9dd994428741) + ) + (wire (pts (xy 172.72 127) (xy 83.82 127)) + (stroke (width 0) (type default)) + (uuid a10d7610-9bcb-4250-91bf-5f0d82276d3c) + ) + (wire (pts (xy 107.95 81.28) (xy 107.95 78.74)) + (stroke (width 0) (type default)) + (uuid a86e7a29-b95e-4572-b8c9-633fa32d9a20) + ) + (wire (pts (xy 118.11 69.85) (xy 120.65 69.85)) + (stroke (width 0) (type default)) + (uuid b7aaccc2-2a27-4c0c-9ecb-97ee04dff295) + ) + (wire (pts (xy 128.27 74.93) (xy 128.27 99.06)) + (stroke (width 0) (type default)) + (uuid b7af3bd1-de84-42c2-a99b-3cd52acc9ef3) + ) + (wire (pts (xy 217.17 101.6) (xy 226.06 101.6)) + (stroke (width 0) (type default)) + (uuid ba049e78-425d-43aa-af8b-82466eb54944) + ) + (wire (pts (xy 99.06 88.9) (xy 107.95 88.9)) + (stroke (width 0) (type default)) + (uuid ba1d41cc-a88a-4ba5-a9dd-5edb822b025d) + ) + (wire (pts (xy 100.33 99.06) (xy 118.11 99.06)) + (stroke (width 0) (type default)) + (uuid bccb33a6-8d39-47a6-902a-d6ad4716d812) + ) + (wire (pts (xy 128.27 109.22) (xy 137.16 109.22)) + (stroke (width 0) (type default)) + (uuid ca8bda3d-81d5-461d-979a-3c0a63e21e59) + ) + (wire (pts (xy 137.16 109.22) (xy 137.16 106.68)) + (stroke (width 0) (type default)) + (uuid d958e5e1-0efb-4b50-a70e-18f2b8b95e30) + ) + (wire (pts (xy 187.96 88.9) (xy 187.96 91.44)) + (stroke (width 0) (type default)) + (uuid dbd621d8-4b00-4c57-ba11-3910ee5677b5) + ) + (wire (pts (xy 128.27 106.68) (xy 128.27 109.22)) + (stroke (width 0) (type default)) + (uuid ddc4b679-b027-409a-8303-aa80c23e68fd) + ) + (wire (pts (xy 217.17 54.61) (xy 217.17 59.69)) + (stroke (width 0) (type default)) + (uuid e08630c1-f01a-465b-b48e-84ebe7cf3d11) + ) + (wire (pts (xy 217.17 111.76) (xy 217.17 114.3)) + (stroke (width 0) (type default)) + (uuid e39093ef-16b1-4c6c-8575-2480815a4e54) + ) + (wire (pts (xy 172.72 104.14) (xy 173.99 104.14)) + (stroke (width 0) (type default)) + (uuid e39d6ffd-cfcc-4da3-bb47-e7bd72424939) + ) + (wire (pts (xy 137.16 99.06) (xy 137.16 101.6)) + (stroke (width 0) (type default)) + (uuid e981f884-cd5d-4b81-a474-aa4056cca5a2) + ) + (wire (pts (xy 83.82 88.9) (xy 83.82 96.52)) + (stroke (width 0) (type default)) + (uuid eafc1970-fbfa-4e29-812d-142cd9b11640) + ) + (wire (pts (xy 99.06 78.74) (xy 107.95 78.74)) + (stroke (width 0) (type default)) + (uuid eb348608-a891-4d73-bd44-340f7eb99ef4) + ) + (wire (pts (xy 118.11 99.06) (xy 118.11 69.85)) + (stroke (width 0) (type default)) + (uuid f1696fc2-590a-426c-897c-0270200d786e) + ) + (wire (pts (xy 90.17 111.76) (xy 90.17 106.68)) + (stroke (width 0) (type default)) + (uuid f23a0f53-3c7b-4098-b71f-3eaf570a6874) + ) + (wire (pts (xy 137.16 99.06) (xy 140.97 99.06)) + (stroke (width 0) (type default)) + (uuid f5796772-5294-462b-a709-a665817b1863) + ) + (wire (pts (xy 128.27 99.06) (xy 128.27 101.6)) + (stroke (width 0) (type default)) + (uuid f976e04e-00cb-4e7e-8438-b40c91aeb70a) + ) + (wire (pts (xy 128.27 52.07) (xy 128.27 57.15)) + (stroke (width 0) (type default)) + (uuid fe63b3ce-3991-4e35-aee0-1d651e18007a) + ) + + (hierarchical_label "IN1" (shape input) (at 74.93 96.52 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 04bf3fe8-627b-4170-bb10-46b102db5808) + ) + (hierarchical_label "VREF" (shape input) (at 80.01 101.6 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 33902ed4-ee65-4918-84ff-40d83e04c637) + ) + (hierarchical_label "IN2" (shape input) (at 163.83 99.06 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 387add8a-6518-4531-a436-3545a0a0a860) + ) + (hierarchical_label "OUT1" (shape output) (at 140.97 99.06 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid a5b0fda2-d15c-4862-9b02-07f74464cc1d) + ) + (hierarchical_label "OUT2" (shape output) (at 229.87 101.6 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid cc2cab00-f276-47ed-a8ea-674ceba1234a) + ) + + (symbol (lib_id "Device:R_Small") (at 107.95 83.82 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 054743f0-0d26-42eb-acbb-ae2cacd708b2) + (property "Reference" "R17" (at 102.87 83.82 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1M" (at 105.41 83.82 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 107.95 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 107.95 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 107.95 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b5747fe5-79f1-41a2-865e-63292efcdc98)) + (pin "2" (uuid fd669b0f-6006-4a21-841e-01228932818b)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R17") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "R3") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "R12") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 128.27 59.69 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 1ab6002e-c120-48ad-937e-ce66e50934f6) + (property "Reference" "R6" (at 130.81 58.42 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "1k" (at 130.81 60.96 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 128.27 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 128.27 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 128.27 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4ba95cb4-2cd4-486e-862b-56f550d7eeb3)) + (pin "2" (uuid 3318d0cf-fb6a-4298-8391-e85f0d2ae3b1)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R6") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "R6") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "R17") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Amplifier_Operational:LTC6269xMS8E") (at 181.61 101.6 0) (mirror x) (unit 2) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 2beae498-68c0-4e23-91d7-be00b661b323) + (property "Reference" "U7" (at 181.61 91.44 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LTC6269xMS8E" (at 181.61 93.98 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_SO:MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm" (at 181.61 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/62689f.pdf" (at 181.61 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Dual 500MHz Ultra-Low Bias Current FET Input Op Amps, MSOP-8" (at 181.61 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "25.1mg" (at 181.61 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/msop/8L-HRM-8-1.pdf" (at 181.61 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ed2ff318-5ccc-4b1f-a689-a349e2f2305e)) + (pin "2" (uuid 66bf3678-cfcd-418f-8b83-bbb32359d292)) + (pin "3" (uuid 3dcafeac-82d8-4375-839b-b172b64ff593)) + (pin "5" (uuid 9360fd9f-a231-4a38-8dc5-08525238a6c2)) + (pin "6" (uuid 17cdc4e2-5b9a-415b-b90e-53584e71531b)) + (pin "7" (uuid 131aacde-04d0-4dd5-a216-e5bdd926eb61)) + (pin "4" (uuid e5215d63-08f9-45ae-9c4e-93acb922a0ff)) + (pin "8" (uuid a530b00c-56e6-40a3-b095-39e396847265)) + (pin "9" (uuid faed1e6f-2cd7-4c78-bcc7-366a4bd0aa8b)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "U7") (unit 2) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "U6") (unit 2) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 187.96 86.36 180) (unit 1) + (in_bom yes) (on_board yes) (dnp yes) (fields_autoplaced) + (uuid 2d80ec4c-02df-424f-9008-59d6c168bd18) + (property "Reference" "C21" (at 181.61 86.3537 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "DNP" (at 184.15 86.3537 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 187.96 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 187.96 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 187.96 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1ef3dfec-7d9d-43da-ac92-50bca350ff80)) + (pin "2" (uuid adfa5b77-48ce-4404-826e-88fee22932b7)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C21") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "C32") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "C37") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 217.17 114.3 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 36921e68-517e-4c9d-bd29-9e0280d40afe) + (property "Reference" "#PWR059" (at 217.17 120.65 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 217.17 119.38 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 217.17 114.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 217.17 114.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 217.17 114.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3c24ee8f-cdad-4208-aa77-4f8b6c78fe26)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR059") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "#PWR0163") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "#PWR0173") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_BJT:BC846BDW1") (at 125.73 69.85 0) (unit 2) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 388e6c7d-b77e-488d-af48-6c21b97de8a3) + (property "Reference" "Q3" (at 130.81 68.58 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "UMX4NTR" (at 130.81 71.12 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (at 130.81 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/2203252253_ROHM-Semicon-UMX4NTR_C2986260.pdf" (at 125.73 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 125.73 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2986260" (at 125.73 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "17.6mg" (at 125.73 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/sot23/sot23%20-%206lds.pdf" (at 125.73 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1b652ed0-add4-4c61-8f27-fd808c4ea2c2)) + (pin "2" (uuid 54ebdf47-a848-4e23-bb86-41ba63f56f7b)) + (pin "6" (uuid a4b3fe6a-e843-401d-9bfa-18ad6835efb7)) + (pin "3" (uuid 26c67a17-d298-4b2f-8ac8-d70b1733e01c)) + (pin "4" (uuid 62c491f9-1a79-4541-ac02-d64e118f71c7)) + (pin "5" (uuid e60f04bc-6a51-46a5-aeb5-7a03660dcecf)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "Q3") (unit 2) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "Q1") (unit 2) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "Q3") (unit 2) + ) + ) + ) + ) + + (symbol (lib_id "Amplifier_Operational:LTC6269xMS8E") (at 92.71 99.06 0) (unit 3) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 3deb5c67-0c76-4c60-af7e-661b03103e6a) + (property "Reference" "U7" (at 91.44 99.06 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Value" "LTC6269xMS8E" (at 91.44 100.33 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_SO:MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm" (at 92.71 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/62689f.pdf" (at 92.71 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Dual 500MHz Ultra-Low Bias Current FET Input Op Amps, MSOP-8" (at 92.71 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "25.1mg" (at 92.71 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/msop/8L-HRM-8-1.pdf" (at 92.71 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9e0b9d49-675c-4993-b70b-4e74cec11ba1)) + (pin "2" (uuid 24f85fbd-fbbc-4b1d-95ce-8c23cfffca58)) + (pin "3" (uuid 52f70e04-f79d-4c45-b0dd-44d751b2fee3)) + (pin "5" (uuid 66c27768-24eb-4ce0-b569-f4ecf76718f3)) + (pin "6" (uuid b386d721-112d-4e5e-b9b6-298f54dfabe2)) + (pin "7" (uuid 2646cc36-d98d-4db8-b134-0383ea48913f)) + (pin "4" (uuid 3f2c1b0b-eafc-490a-93ae-ef90a041c60c)) + (pin "8" (uuid d2d5944e-ea71-47ff-be04-6ebd2ec687b2)) + (pin "9" (uuid ce30ab9c-5819-4ed2-aee3-b8ae1e07fa98)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "U7") (unit 3) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "U6") (unit 3) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 217.17 62.23 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 3df844c9-c190-4281-99d3-bc3c3818532f) + (property "Reference" "R6" (at 219.71 60.96 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "1k" (at 219.71 63.5 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 217.17 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 217.17 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 217.17 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 227e8885-b043-41cc-8fcd-0c6677365aba)) + (pin "2" (uuid 85c9f41a-1014-4481-8b0d-da2dde94c5bf)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R6") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "R131") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "R139") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 217.17 106.68 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 57ed75ae-4730-4e01-81c3-81aee7122643) + (property "Reference" "C22" (at 219.71 105.4036 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "1n" (at 219.71 107.9436 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 217.17 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 217.17 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 217.17 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "DNP" "DNP" (at 217.17 106.68 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cfdd1bde-50da-4027-924e-8bb227e0ec61)) + (pin "2" (uuid 672f6fb7-9906-43a7-895a-7d1c8ab240f9)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C22") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "C34") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "C38") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 128.27 52.07 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 582c25a4-7868-4804-b2cf-d145e463bfe1) + (property "Reference" "#PWR058" (at 128.27 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 128.27 46.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 128.27 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 128.27 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 128.27 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid af2ed846-d940-4609-bfe0-cd5aefe633cb)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR058") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "#PWR041") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "#PWR056") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 107.95 52.07 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 5cdf485c-8175-4ae2-a02b-65849d7deb2e) + (property "Reference" "#PWR058" (at 107.95 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 107.95 46.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 107.95 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 107.95 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 107.95 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 584f8f45-b407-4801-9c7a-d27712df85dd)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR058") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "#PWR042") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "#PWR055") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 128.27 104.14 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 63a0ee48-4d41-4a21-9f2f-c6b1b13a9799) + (property "Reference" "C22" (at 130.81 102.8636 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "1n" (at 130.81 105.4036 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 128.27 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 128.27 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 128.27 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "DNP" "DNP" (at 128.27 104.14 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 64e379eb-2dad-4d6c-b5fa-772bc3361ec1)) + (pin "2" (uuid af550a39-668e-4ea5-a9fb-7681627b8436)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C22") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "C16") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "C22") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Amplifier_Operational:LTC6269xMS8E") (at 92.71 99.06 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 66072707-4214-4112-b46d-b91439fcb6cf) + (property "Reference" "U7" (at 98.425 94.615 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LTC6269xMS8E" (at 98.425 92.075 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_SO:MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm" (at 92.71 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/62689f.pdf" (at 92.71 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Dual 500MHz Ultra-Low Bias Current FET Input Op Amps, MSOP-8" (at 92.71 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "25.1mg" (at 92.71 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/msop/8L-HRM-8-1.pdf" (at 92.71 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f348f063-7320-48e3-8557-f36b04b3ff58)) + (pin "2" (uuid dc19001f-4798-4dc7-a873-36a2d55e03aa)) + (pin "3" (uuid 0de78c61-899d-46e4-91fd-dc0d3f97a5ad)) + (pin "5" (uuid d5d01aca-4cba-4837-9dc8-260111c0d95c)) + (pin "6" (uuid 879d25fb-284e-41d9-863e-ac1096c73e81)) + (pin "7" (uuid 6e16316b-16de-4411-88e7-cd19855d83a8)) + (pin "4" (uuid 60d22b82-8886-42b2-b926-08819f6a0e41)) + (pin "8" (uuid 527d66e3-0088-4448-903e-e2df766e8026)) + (pin "9" (uuid 71c0d824-f74e-4780-9818-966ffbeb0db7)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "U7") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "U6") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 107.95 59.69 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 69fc5db1-3130-4f2a-b7a4-4679c75e663c) + (property "Reference" "R4" (at 110.49 58.42 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "1k" (at 110.49 60.96 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 107.95 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 107.95 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 107.95 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9e81f59e-8d73-4fd3-aba8-4f0d2b4dfe67)) + (pin "2" (uuid 5f52d323-e906-4c7c-ba75-8e77dcc50640)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R4") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "R4") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "R11") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 217.17 54.61 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 855ccf8c-9823-4e5a-a8bb-a91e21a34627) + (property "Reference" "#PWR058" (at 217.17 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 217.17 49.53 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 217.17 54.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 217.17 54.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 217.17 54.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 403422e5-5059-4e29-9e7c-217c7a8ee4a9)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR058") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "#PWR0162") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "#PWR0172") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 128.27 111.76 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 8b7f50e5-350d-45b3-8856-1e5ae0dd9c8c) + (property "Reference" "#PWR059" (at 128.27 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 128.27 116.84 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 128.27 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 128.27 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 128.27 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c4ffae4f-6d3e-48c1-b477-1e35c3b3da49)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR059") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "#PWR043") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "#PWR057") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_BJT:BC846BDW1") (at 214.63 72.39 0) (unit 2) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 8c1809d8-cb37-47d0-ae38-7ae709e41e67) + (property "Reference" "Q3" (at 219.71 71.12 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "UMX4NTR" (at 219.71 73.66 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (at 219.71 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/2203252253_ROHM-Semicon-UMX4NTR_C2986260.pdf" (at 214.63 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 214.63 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2986260" (at 214.63 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "17.6mg" (at 214.63 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/sot23/sot23%20-%206lds.pdf" (at 214.63 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1b652ed0-add4-4c61-8f27-fd808c4ea2c3)) + (pin "2" (uuid 54ebdf47-a848-4e23-bb86-41ba63f56f7c)) + (pin "6" (uuid a4b3fe6a-e843-401d-9bfa-18ad6835efb8)) + (pin "3" (uuid e24c750b-7bb5-4419-8bda-7536c4713975)) + (pin "4" (uuid 9329f2ae-a6c6-439d-9374-fd37d421bf7f)) + (pin "5" (uuid 79c5b26d-39fa-4af1-a393-7e11a20ddcb0)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "Q3") (unit 2) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "Q50") (unit 2) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "Q52") (unit 2) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 196.85 62.23 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 8dec4a8b-5491-4053-a438-70db613808a5) + (property "Reference" "R4" (at 199.39 60.96 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "1k" (at 199.39 63.5 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 196.85 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 196.85 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 196.85 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f34175d3-dc5a-4d0e-a2b0-584be10e2b9e)) + (pin "2" (uuid 9db9de35-4ce1-428f-b713-7a6d5ed4a7e4)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R4") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "R129") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "R137") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 137.16 104.14 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 8e6d516f-ef2e-4a4a-8e58-49bac5efe6a6) + (property "Reference" "R7" (at 139.7 102.87 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "1Meg" (at 139.7 105.41 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 137.16 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 137.16 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 137.16 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8f65be44-76df-4e00-b0af-d6aacc25f2fe)) + (pin "2" (uuid 257bc123-09ea-4001-8197-5ddfb4bae23a)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R7") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "R7") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "R18") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 90.17 111.76 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 96fea940-6631-44a2-b91a-942f624adccf) + (property "Reference" "#PWR056" (at 90.17 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 90.17 116.84 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 90.17 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 90.17 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 90.17 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid bbb379ab-3990-4ddc-a44d-5797a2ee54d1)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR056") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "#PWR040") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "#PWR053") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 226.06 106.68 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid a5b4ea5b-6efb-42d7-be2b-6390e29234f1) + (property "Reference" "R7" (at 228.6 105.41 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "1Meg" (at 228.6 107.95 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 226.06 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 226.06 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 226.06 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3fe077e9-25c6-4c81-b8cc-30b0b9b8ce83)) + (pin "2" (uuid 612345c6-7d8a-4475-8129-69865a26338e)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R7") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "R132") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "R140") (unit 1) + ) + ) + ) + ) + + (symbol (lib_name "BC846BDW1_1") (lib_id "Transistor_BJT:BC846BDW1") (at 199.39 72.39 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid ab4e2305-8b0c-40e1-b75d-dc95c5170a91) + (property "Reference" "Q3" (at 194.31 71.12 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "UMX4NTR" (at 194.31 73.66 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (at 194.31 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/2203252253_ROHM-Semicon-UMX4NTR_C2986260.pdf" (at 199.39 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 199.39 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2986260" (at 199.39 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "17.6mg" (at 199.39 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/sot23/sot23%20-%206lds.pdf" (at 199.39 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 68515bb4-9781-4f7b-87d3-5732ea4278f5)) + (pin "2" (uuid a4aaeafe-18c1-484c-959c-e3566bc30604)) + (pin "6" (uuid 7efef2d2-0798-4622-94bc-da048b19f993)) + (pin "3" (uuid 58a3eed3-b1c4-46ee-807d-e95217890516)) + (pin "4" (uuid 6d8dc8d6-c33e-4820-8eff-567636bc9579)) + (pin "5" (uuid a46a876f-055b-4b47-b589-a62c3f6f1ef4)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "Q3") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "Q50") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "Q52") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 99.06 83.82 180) (unit 1) + (in_bom yes) (on_board yes) (dnp yes) (fields_autoplaced) + (uuid ae4994f6-28cf-4df2-a7cb-93d0e91d4e63) + (property "Reference" "C21" (at 92.71 83.8137 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "DNP" (at 95.25 83.8137 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 99.06 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 99.06 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 99.06 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 888000b4-3023-4c02-839d-7720e54ffec4)) + (pin "2" (uuid f675965f-4eb4-4d11-b332-39e574a30c06)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C21") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "C15") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "C21") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 196.85 86.36 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid c7c3120c-b3de-4661-acf0-6faad09cd23b) + (property "Reference" "R17" (at 191.77 86.36 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1M" (at 194.31 86.36 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 196.85 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 196.85 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 196.85 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 24c08024-afb5-4e6a-94c6-d67f2893ed34)) + (pin "2" (uuid 2ff6f3a7-cc68-4fa2-9b1a-dd0b3a3d9e33)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R17") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "R130") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "R138") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 90.17 52.07 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid d75d5654-3f87-40ff-b006-be60c25afa3e) + (property "Reference" "#PWR055" (at 90.17 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 90.17 46.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 90.17 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 90.17 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 90.17 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 18915672-6728-438a-9c1b-44e8e55a5e15)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR055") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "#PWR039") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "#PWR050") (unit 1) + ) + ) + ) + ) + + (symbol (lib_name "BC846BDW1_1") (lib_id "Transistor_BJT:BC846BDW1") (at 110.49 69.85 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid dc9184e5-8045-4569-864e-cdaf181fe1a3) + (property "Reference" "Q3" (at 105.41 68.58 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "UMX4NTR" (at 105.41 71.12 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (at 105.41 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/2203252253_ROHM-Semicon-UMX4NTR_C2986260.pdf" (at 110.49 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 110.49 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2986260" (at 110.49 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "17.6mg" (at 110.49 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/sot23/sot23%20-%206lds.pdf" (at 110.49 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid bd2addc9-e53b-4c12-b88e-517b68ad7903)) + (pin "2" (uuid d7864c5b-ecb5-4365-9e98-bbc392a2f785)) + (pin "6" (uuid b91de94f-954f-476c-966c-a0550279fc83)) + (pin "3" (uuid 58a3eed3-b1c4-46ee-807d-e95217890517)) + (pin "4" (uuid 6d8dc8d6-c33e-4820-8eff-567636bc957a)) + (pin "5" (uuid a46a876f-055b-4b47-b589-a62c3f6f1ef5)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "Q3") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "Q1") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "Q3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 196.85 54.61 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid f7af2666-27da-4a75-bb44-4690628283a8) + (property "Reference" "#PWR058" (at 196.85 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 196.85 49.53 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 196.85 54.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 196.85 54.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 196.85 54.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid dcf24f2f-42e9-40d2-a657-2e0707d0eb70)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR058") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d" + (reference "#PWR0161") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9caf2a35-027f-42fd-9c5b-33991635f950" + (reference "#PWR0171") (unit 1) + ) + ) + ) + ) +) diff --git a/resistor_bank.kicad_sch b/resistor_bank.kicad_sch new file mode 100644 index 0000000..ada9411 --- /dev/null +++ b/resistor_bank.kicad_sch @@ -0,0 +1,2021 @@ +(kicad_sch (version 20230620) (generator eeschema) + + (uuid 193eb0b4-e718-4808-a5d2-a0aeff55423b) + + (paper "A4") + + (lib_symbols + (symbol "Device:Heater" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "R" (at 2.032 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Heater" (at -2.032 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at -1.778 0 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "heater R resistor" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Heater_0_1" + (rectangle (start -1.016 -2.54) (end 1.016 2.54) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.016 1.524) + (xy 1.016 1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 -1.524) + (xy -1.016 -1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 -0.508) + (xy -1.016 -0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 0.508) + (xy -1.016 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "Heater_1_1" + (pin passive line (at 0 3.81 270) (length 1.27) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -3.81 90) (length 1.27) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Transistor_FET:AO3400A" (pin_names hide) (in_bom yes) (on_board yes) + (property "Reference" "Q" (at 5.08 1.905 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "AO3400A" (at 5.08 0 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "N-Channel MOSFET" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "AO3400A_0_1" + (polyline + (pts + (xy 0.254 0) + (xy -2.54 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.254 1.905) + (xy 0.254 -1.905) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 -1.27) + (xy 0.762 -2.286) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 0.508) + (xy 0.762 -0.508) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 2.286) + (xy 0.762 1.27) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 2.54) + (xy 2.54 1.778) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 -2.54) + (xy 2.54 0) + (xy 0.762 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 -1.778) + (xy 3.302 -1.778) + (xy 3.302 1.778) + (xy 0.762 1.778) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 0) + (xy 2.032 0.381) + (xy 2.032 -0.381) + (xy 1.016 0) + ) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (polyline + (pts + (xy 2.794 0.508) + (xy 2.921 0.381) + (xy 3.683 0.381) + (xy 3.81 0.254) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 3.302 0.381) + (xy 2.921 -0.254) + (xy 3.683 -0.254) + (xy 3.302 0.381) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 1.651 0) (radius 2.794) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 2.54 -1.778) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (circle (center 2.54 1.778) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + ) + (symbol "AO3400A_1_1" + (pin input line (at -5.08 0 0) (length 2.54) + (name "G" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 -5.08 90) (length 2.54) + (name "S" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 5.08 270) (length 2.54) + (name "D" (effects (font (size 1.27 1.27)))) + (number "3" (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) + ) + (property "Value" "GND" (at 0 -3.81 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 "Description" "Power symbol creates a global label with name \"GND\" , ground" (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) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) + (xy 0 -1.27) + (xy 1.27 -1.27) + (xy 0 -2.54) + (xy -1.27 -1.27) + (xy 0 -1.27) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "GND_1_1" + (pin power_in line (at 0 0 270) (length 0) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 125.73 127) (diameter 0) (color 0 0 0 0) + (uuid 0447b032-bd48-4585-9805-5da8f95ad23b) + ) + (junction (at 110.49 146.05) (diameter 0) (color 0 0 0 0) + (uuid 05da58e7-052a-49af-a405-e795116cdb4f) + ) + (junction (at 110.49 62.23) (diameter 0) (color 0 0 0 0) + (uuid 0864fe03-1ef5-476d-af19-ea14e091c026) + ) + (junction (at 125.73 104.14) (diameter 0) (color 0 0 0 0) + (uuid 12c21d81-b2a6-4462-9bb4-a7b95ff173fe) + ) + (junction (at 125.73 113.03) (diameter 0) (color 0 0 0 0) + (uuid 12ef5fe0-5f46-46a0-b550-3d69ffb7c59c) + ) + (junction (at 125.73 90.17) (diameter 0) (color 0 0 0 0) + (uuid 267def74-abf5-4fc6-ba12-e653eb2e13fe) + ) + (junction (at 110.49 48.26) (diameter 0) (color 0 0 0 0) + (uuid 48f93519-cb8a-4613-859d-448299354e38) + ) + (junction (at 110.49 118.11) (diameter 0) (color 0 0 0 0) + (uuid 4dce9e75-2837-425c-9bf9-ff6db1d52ce8) + ) + (junction (at 110.49 104.14) (diameter 0) (color 0 0 0 0) + (uuid 5114c11c-a19f-4104-924b-4b11cc2ae63f) + ) + (junction (at 125.73 43.18) (diameter 0) (color 0 0 0 0) + (uuid 57645fd0-9163-47ab-af5b-2141ee7d88e9) + ) + (junction (at 125.73 118.11) (diameter 0) (color 0 0 0 0) + (uuid 5bd82e6f-98b3-4538-b2b5-a86137c55ff3) + ) + (junction (at 125.73 48.26) (diameter 0) (color 0 0 0 0) + (uuid 5edee103-45ec-4da6-b648-dbd9bcab4d0d) + ) + (junction (at 125.73 71.12) (diameter 0) (color 0 0 0 0) + (uuid 76ee9cea-ccc5-491c-a11d-b0d1ed2add9f) + ) + (junction (at 125.73 140.97) (diameter 0) (color 0 0 0 0) + (uuid 80d529f9-4660-42ca-a84d-244c2a82349d) + ) + (junction (at 125.73 62.23) (diameter 0) (color 0 0 0 0) + (uuid 9d421282-6d35-47c7-92ef-04d33bd6c667) + ) + (junction (at 125.73 99.06) (diameter 0) (color 0 0 0 0) + (uuid a69aa4be-9d40-4072-9ae0-8698ee4791e5) + ) + (junction (at 125.73 132.08) (diameter 0) (color 0 0 0 0) + (uuid c2e8be67-9d08-4297-8051-a41d3465fa7c) + ) + (junction (at 110.49 132.08) (diameter 0) (color 0 0 0 0) + (uuid c319818f-cb79-4b52-97a5-37820ef49d0c) + ) + (junction (at 125.73 76.2) (diameter 0) (color 0 0 0 0) + (uuid d9a153b7-8b7f-4884-957d-0ed9cb97128a) + ) + (junction (at 125.73 57.15) (diameter 0) (color 0 0 0 0) + (uuid de6bb4a5-afa9-4293-a40d-b284ac856e39) + ) + (junction (at 110.49 76.2) (diameter 0) (color 0 0 0 0) + (uuid eef360cd-d94c-415f-86df-366b60726528) + ) + (junction (at 110.49 90.17) (diameter 0) (color 0 0 0 0) + (uuid f7e55320-735f-4352-b574-87ec4322c7c3) + ) + (junction (at 125.73 85.09) (diameter 0) (color 0 0 0 0) + (uuid faed7b36-52e3-4229-a5ca-7505c8dfd029) + ) + + (wire (pts (xy 113.03 76.2) (xy 110.49 76.2)) + (stroke (width 0) (type default)) + (uuid 00e00092-2ca7-4566-814f-677d9a28574b) + ) + (wire (pts (xy 120.65 57.15) (xy 125.73 57.15)) + (stroke (width 0) (type default)) + (uuid 017ee341-d114-40f4-b078-f3a76d9429fe) + ) + (wire (pts (xy 93.98 95.25) (xy 105.41 95.25)) + (stroke (width 0) (type default)) + (uuid 01a34cb1-45f9-449f-9e83-3a5c1ecb0b2e) + ) + (wire (pts (xy 120.65 48.26) (xy 125.73 48.26)) + (stroke (width 0) (type default)) + (uuid 06c2461f-ddba-4547-8b97-8fa3ca1c3b73) + ) + (wire (pts (xy 113.03 146.05) (xy 110.49 146.05)) + (stroke (width 0) (type default)) + (uuid 0786dec3-a5c0-4c4a-8c5e-593d681115c0) + ) + (wire (pts (xy 93.98 67.31) (xy 105.41 67.31)) + (stroke (width 0) (type default)) + (uuid 0a6fa60a-e54f-4f42-aea4-2904a08711d0) + ) + (wire (pts (xy 125.73 71.12) (xy 125.73 76.2)) + (stroke (width 0) (type default)) + (uuid 0c8f3490-c797-447c-8eb7-e2809664af27) + ) + (wire (pts (xy 125.73 85.09) (xy 125.73 90.17)) + (stroke (width 0) (type default)) + (uuid 13785907-2226-417b-acfc-4ae7df3a915e) + ) + (wire (pts (xy 93.98 109.22) (xy 105.41 109.22)) + (stroke (width 0) (type default)) + (uuid 13a5d62e-9bdf-40ae-8711-150b987f0541) + ) + (wire (pts (xy 113.03 104.14) (xy 110.49 104.14)) + (stroke (width 0) (type default)) + (uuid 152d5378-66ac-416e-8045-30cf522842f5) + ) + (wire (pts (xy 120.65 118.11) (xy 125.73 118.11)) + (stroke (width 0) (type default)) + (uuid 166951b2-d7be-4c8e-9a67-2704baca2e97) + ) + (wire (pts (xy 120.65 85.09) (xy 125.73 85.09)) + (stroke (width 0) (type default)) + (uuid 16b444c2-5f2b-4798-8845-d95b7f6d5952) + ) + (wire (pts (xy 113.03 127) (xy 110.49 127)) + (stroke (width 0) (type default)) + (uuid 1c12c930-ea54-4072-a821-c9e78e067640) + ) + (wire (pts (xy 125.73 127) (xy 125.73 132.08)) + (stroke (width 0) (type default)) + (uuid 222e13e1-11c2-4063-8714-cfc761ab3377) + ) + (wire (pts (xy 125.73 48.26) (xy 125.73 57.15)) + (stroke (width 0) (type default)) + (uuid 30dd90cc-8a50-4e4f-bfc7-7fe85a1b622d) + ) + (wire (pts (xy 120.65 76.2) (xy 125.73 76.2)) + (stroke (width 0) (type default)) + (uuid 337f55c8-627e-4017-8720-dd6d0ce9098e) + ) + (wire (pts (xy 110.49 140.97) (xy 110.49 146.05)) + (stroke (width 0) (type default)) + (uuid 342e2e4c-efcd-49e2-bcd7-d7e50f500c0e) + ) + (wire (pts (xy 120.65 71.12) (xy 125.73 71.12)) + (stroke (width 0) (type default)) + (uuid 396ba153-62bb-4f49-9915-5c510dfa3ea9) + ) + (wire (pts (xy 113.03 140.97) (xy 110.49 140.97)) + (stroke (width 0) (type default)) + (uuid 3da18d2a-6de7-4ca4-bd9f-3583f4942a2e) + ) + (wire (pts (xy 105.41 109.22) (xy 105.41 110.49)) + (stroke (width 0) (type default)) + (uuid 43e0b5c5-b0e5-4d45-b169-efc16df22db6) + ) + (wire (pts (xy 125.73 76.2) (xy 125.73 85.09)) + (stroke (width 0) (type default)) + (uuid 44276c49-f976-4e97-b8a3-b6dbf0af40f7) + ) + (wire (pts (xy 105.41 53.34) (xy 105.41 54.61)) + (stroke (width 0) (type default)) + (uuid 4aec1340-9f5c-4138-97c5-b428c21b2187) + ) + (wire (pts (xy 110.49 57.15) (xy 110.49 62.23)) + (stroke (width 0) (type default)) + (uuid 4befda64-4bef-4e6e-8ae4-12b45ccfecbe) + ) + (wire (pts (xy 93.98 81.28) (xy 105.41 81.28)) + (stroke (width 0) (type default)) + (uuid 4dcc0e88-053d-4d8d-b4ac-06e8145a5f32) + ) + (wire (pts (xy 125.73 90.17) (xy 125.73 99.06)) + (stroke (width 0) (type default)) + (uuid 4fb4f70f-6d80-4e71-9a86-5d2a4f9dd2d1) + ) + (wire (pts (xy 113.03 118.11) (xy 110.49 118.11)) + (stroke (width 0) (type default)) + (uuid 54bc5440-ec4c-4cae-b677-6f1565db10a3) + ) + (wire (pts (xy 125.73 140.97) (xy 125.73 146.05)) + (stroke (width 0) (type default)) + (uuid 55f42a9e-bdbd-4d03-be79-9a46c0c7a649) + ) + (wire (pts (xy 105.41 81.28) (xy 105.41 82.55)) + (stroke (width 0) (type default)) + (uuid 60a8eb5f-02a3-4f12-b5b4-6342b0648416) + ) + (wire (pts (xy 120.65 127) (xy 125.73 127)) + (stroke (width 0) (type default)) + (uuid 62009671-657e-461d-a0e1-71d04fb6d31e) + ) + (wire (pts (xy 110.49 113.03) (xy 110.49 118.11)) + (stroke (width 0) (type default)) + (uuid 76beab30-fb6d-4020-b76c-9e2246a91e77) + ) + (wire (pts (xy 105.41 67.31) (xy 105.41 68.58)) + (stroke (width 0) (type default)) + (uuid 7990287a-cae5-43a0-a40e-bbbe2fb3fd72) + ) + (wire (pts (xy 113.03 132.08) (xy 110.49 132.08)) + (stroke (width 0) (type default)) + (uuid 808199c9-6482-4576-8ec7-2578b2fa5ee1) + ) + (wire (pts (xy 120.65 140.97) (xy 125.73 140.97)) + (stroke (width 0) (type default)) + (uuid 81889f2f-8e25-4079-b491-476c2d9ac5a9) + ) + (wire (pts (xy 125.73 57.15) (xy 125.73 62.23)) + (stroke (width 0) (type default)) + (uuid 81a94b6d-b583-4393-bed6-4a6e76408e52) + ) + (wire (pts (xy 110.49 43.18) (xy 110.49 48.26)) + (stroke (width 0) (type default)) + (uuid 86478b96-9bf7-484d-ad8d-e62c0ad88be8) + ) + (wire (pts (xy 125.73 62.23) (xy 125.73 71.12)) + (stroke (width 0) (type default)) + (uuid 87c1a312-2eeb-4603-855e-1d37f8711e16) + ) + (wire (pts (xy 120.65 113.03) (xy 125.73 113.03)) + (stroke (width 0) (type default)) + (uuid 8be1e69f-8c1b-4605-96f6-619b483b3f9c) + ) + (wire (pts (xy 105.41 39.37) (xy 105.41 40.64)) + (stroke (width 0) (type default)) + (uuid 8d97ed33-e5be-4f6a-8cf6-be1ab65f58c9) + ) + (wire (pts (xy 113.03 62.23) (xy 110.49 62.23)) + (stroke (width 0) (type default)) + (uuid 8fdab5c6-785c-4abb-ab00-7b063c4114c1) + ) + (wire (pts (xy 110.49 99.06) (xy 110.49 104.14)) + (stroke (width 0) (type default)) + (uuid 9044c7a3-a1b9-4364-a58a-cf4b783fd085) + ) + (wire (pts (xy 110.49 85.09) (xy 110.49 90.17)) + (stroke (width 0) (type default)) + (uuid 92516453-800e-4c73-8afd-36c2742be146) + ) + (wire (pts (xy 125.73 113.03) (xy 125.73 118.11)) + (stroke (width 0) (type default)) + (uuid 927e1053-c559-48e4-923b-1f07b506fc2e) + ) + (wire (pts (xy 120.65 104.14) (xy 125.73 104.14)) + (stroke (width 0) (type default)) + (uuid 928729f6-2101-47dc-a403-0bfc6a0cc896) + ) + (wire (pts (xy 125.73 43.18) (xy 125.73 48.26)) + (stroke (width 0) (type default)) + (uuid 934907c8-9b26-4ad9-aa55-bb78425c9e57) + ) + (wire (pts (xy 113.03 48.26) (xy 110.49 48.26)) + (stroke (width 0) (type default)) + (uuid 955cbdcf-38e4-4d3e-a70d-5efba264e20f) + ) + (wire (pts (xy 125.73 34.29) (xy 125.73 43.18)) + (stroke (width 0) (type default)) + (uuid 9693f6c1-95a8-45a7-8670-63a9996fdaf7) + ) + (wire (pts (xy 113.03 90.17) (xy 110.49 90.17)) + (stroke (width 0) (type default)) + (uuid 9fc7a657-c0f6-432b-bad3-d84f91fcb320) + ) + (wire (pts (xy 93.98 53.34) (xy 105.41 53.34)) + (stroke (width 0) (type default)) + (uuid 9fdff415-68fb-4676-8c6d-c7f80eaebcda) + ) + (wire (pts (xy 105.41 95.25) (xy 105.41 96.52)) + (stroke (width 0) (type default)) + (uuid a7547939-3e03-4f6b-abba-2bc7be99015d) + ) + (wire (pts (xy 113.03 85.09) (xy 110.49 85.09)) + (stroke (width 0) (type default)) + (uuid a9a64dba-1429-4d85-a61a-f7ac47ca1b59) + ) + (wire (pts (xy 113.03 43.18) (xy 110.49 43.18)) + (stroke (width 0) (type default)) + (uuid aa87486d-f740-42d2-b34b-284b4d61dfab) + ) + (wire (pts (xy 105.41 123.19) (xy 105.41 124.46)) + (stroke (width 0) (type default)) + (uuid acab62f1-33c3-4f89-8e8a-ad8405966200) + ) + (wire (pts (xy 120.65 90.17) (xy 125.73 90.17)) + (stroke (width 0) (type default)) + (uuid baf51cb5-781e-41c9-a1a3-6c089010573a) + ) + (wire (pts (xy 120.65 132.08) (xy 125.73 132.08)) + (stroke (width 0) (type default)) + (uuid bd4f7b38-68de-4d58-8cd9-910e66a9f91c) + ) + (wire (pts (xy 110.49 71.12) (xy 110.49 76.2)) + (stroke (width 0) (type default)) + (uuid c70fe656-29aa-44d0-9fff-d7671d8f1dbb) + ) + (wire (pts (xy 93.98 137.16) (xy 105.41 137.16)) + (stroke (width 0) (type default)) + (uuid cc288426-2908-4e0d-83c2-c8abe188486b) + ) + (wire (pts (xy 113.03 113.03) (xy 110.49 113.03)) + (stroke (width 0) (type default)) + (uuid d4911c5a-dc70-428e-ab7c-288552e77755) + ) + (wire (pts (xy 105.41 137.16) (xy 105.41 138.43)) + (stroke (width 0) (type default)) + (uuid d8791749-6212-41b3-8e83-87d91ec7f83c) + ) + (wire (pts (xy 120.65 43.18) (xy 125.73 43.18)) + (stroke (width 0) (type default)) + (uuid d9630ee4-b2f3-452a-8991-c4842745ad4c) + ) + (wire (pts (xy 125.73 132.08) (xy 125.73 140.97)) + (stroke (width 0) (type default)) + (uuid deb0704e-6302-4389-82f3-c8ea617068c6) + ) + (wire (pts (xy 125.73 99.06) (xy 125.73 104.14)) + (stroke (width 0) (type default)) + (uuid df603a17-2371-4ab7-8fbf-56653916698f) + ) + (wire (pts (xy 93.98 39.37) (xy 105.41 39.37)) + (stroke (width 0) (type default)) + (uuid dfa62991-6165-4462-bff4-3f41a64ce9cf) + ) + (wire (pts (xy 110.49 127) (xy 110.49 132.08)) + (stroke (width 0) (type default)) + (uuid e017601c-b04c-4305-a900-94e2e6fa5586) + ) + (wire (pts (xy 113.03 99.06) (xy 110.49 99.06)) + (stroke (width 0) (type default)) + (uuid e64c0e3e-b437-4972-9eb1-1ed8a39db8fb) + ) + (wire (pts (xy 113.03 57.15) (xy 110.49 57.15)) + (stroke (width 0) (type default)) + (uuid e74366d3-209a-46a2-a848-8aa69f3d3316) + ) + (wire (pts (xy 93.98 123.19) (xy 105.41 123.19)) + (stroke (width 0) (type default)) + (uuid e804741d-9372-481c-9c6f-d5d4baf284dc) + ) + (wire (pts (xy 120.65 99.06) (xy 125.73 99.06)) + (stroke (width 0) (type default)) + (uuid ed6979ce-7833-456b-a19c-078658c76242) + ) + (wire (pts (xy 113.03 71.12) (xy 110.49 71.12)) + (stroke (width 0) (type default)) + (uuid f6119932-5642-41cb-a0bb-33930ffbb9e3) + ) + (wire (pts (xy 125.73 104.14) (xy 125.73 113.03)) + (stroke (width 0) (type default)) + (uuid fb3af05e-80da-430c-b32e-819b2e943be6) + ) + (wire (pts (xy 120.65 146.05) (xy 125.73 146.05)) + (stroke (width 0) (type default)) + (uuid fbb15ad7-4fba-4316-a76a-272f4fd492dd) + ) + (wire (pts (xy 120.65 62.23) (xy 125.73 62.23)) + (stroke (width 0) (type default)) + (uuid fc3412f0-3ea4-4bd3-821e-ab301515d647) + ) + (wire (pts (xy 125.73 118.11) (xy 125.73 127)) + (stroke (width 0) (type default)) + (uuid fe37ed2d-ad19-4641-a736-28ded5e19481) + ) + + (hierarchical_label "IN7" (shape input) (at 93.98 137.16 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 09cd6901-7ead-4b6a-9023-b99dbac4bf8e) + ) + (hierarchical_label "IN1" (shape input) (at 93.98 53.34 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 28506a2c-4ba6-4c0e-9abb-6f68ff6d1caa) + ) + (hierarchical_label "V+" (shape input) (at 125.73 34.29 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 50742834-c922-4961-8bdc-f06bb8d6b301) + ) + (hierarchical_label "IN5" (shape input) (at 93.98 109.22 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 5647522f-6eee-49be-b4b9-6d4bc0f7da69) + ) + (hierarchical_label "IN3" (shape input) (at 93.98 81.28 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 796a7ea4-9dad-48b7-b11c-ae87b582214b) + ) + (hierarchical_label "IN6" (shape input) (at 93.98 123.19 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 8023647a-747a-4b03-932d-632f25dbbc2e) + ) + (hierarchical_label "IN0" (shape input) (at 93.98 39.37 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 9dcdecc2-bafa-4fb7-a58a-1cf11c0e11ab) + ) + (hierarchical_label "IN2" (shape input) (at 93.98 67.31 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid ab7c94db-48ed-4370-9463-5caa4fb44796) + ) + (hierarchical_label "IN4" (shape input) (at 93.98 95.25 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid fa76f36e-68d0-4009-a4bc-1f6399b74cfe) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 85.09 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00577053-310e-4120-a4e6-46ae77c10580) + (property "Reference" "R49" (at 116.84 82.55 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "150" (at 123.19 82.55 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 83.312 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b7cf284c-62d1-4de7-b64a-ef9646453234)) + (pin "2" (uuid a5e6a967-916c-4b38-a8f7-54eb58245b3e)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R49") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R66") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R82") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R98") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R114") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 90.17 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 011271d7-5bf8-4907-b693-38b6f627dd3d) + (property "Reference" "R50" (at 116.84 87.63 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100" (at 123.19 87.63 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 88.392 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ee69cd8e-5358-4241-a1d7-0d102e3276e1)) + (pin "2" (uuid 82448669-679d-4274-b8f3-b898ff53eca2)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R50") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R67") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R83") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R99") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R115") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_FET:AO3400A") (at 105.41 115.57 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 042bb9a7-dd9c-4bc0-95f1-10bc858ef4ca) + (property "Reference" "Q10" (at 102.87 111.76 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "AO3400A" (at 102.87 114.3 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 103.505 120.65 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 105.41 115.57 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 105.41 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 105.41 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 105.41 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 359e1352-39c4-4ac7-b7e7-9e2d58379255)) + (pin "2" (uuid c20526aa-c9c3-491b-aaca-38ab50bc7e4c)) + (pin "3" (uuid a5677ddf-06d0-4a49-80b2-05451e850972)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "Q10") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "Q18") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "Q26") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "Q34") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "Q42") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 100.33 118.11 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 0c03b5b2-d2d8-44a7-b0d9-7fad4d76784a) + (property "Reference" "#PWR0118" (at 93.98 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 95.25 118.11 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 100.33 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 100.33 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 100.33 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4597b64b-13b7-4a0a-a6e8-485596926c74)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "#PWR0118") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "#PWR0126") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "#PWR0134") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "#PWR0142") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "#PWR0150") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 113.03 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 0cd820fb-53e9-4205-8c9a-62f8a68895db) + (property "Reference" "R54" (at 116.84 110.49 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "150" (at 123.19 110.49 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 111.252 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c6d1f1d6-6642-4e55-b8bb-86b1f1746339)) + (pin "2" (uuid 91806744-8563-49d1-bd31-71e05472b272)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R54") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R70") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R86") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R102") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R118") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 71.12 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 16ee29c0-840e-44e9-b5d9-206014569540) + (property "Reference" "R47" (at 116.84 68.58 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "150" (at 123.19 68.58 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 69.342 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 71.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 71.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5d79333b-c825-4aa0-9b94-27c1b5c0ca1a)) + (pin "2" (uuid 50c59482-64c4-444b-b2a9-170339300940)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R47") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R64") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R80") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R96") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R112") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 100.33 146.05 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 1d03b83c-b0df-4e8f-842f-bd7498ed3dc8) + (property "Reference" "#PWR0120" (at 93.98 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 95.25 146.05 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 100.33 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 100.33 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 100.33 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4e1e2a75-8c25-4f06-b9c1-9cc0cab81290)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "#PWR0120") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "#PWR0128") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "#PWR0136") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "#PWR0144") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "#PWR0152") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 140.97 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 1d845cd5-251e-4d17-bf81-601736633796) + (property "Reference" "R58" (at 116.84 138.43 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "150" (at 123.19 138.43 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 139.192 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 140.97 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 140.97 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e9879ff0-6a1d-4a36-a46a-0fbd49f22a6a)) + (pin "2" (uuid 42aa0cf2-c858-4c5e-9c58-5e8c204182ba)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R58") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R74") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R90") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R106") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R122") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_FET:AO3400A") (at 105.41 143.51 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 305a18b0-61d4-421d-a82d-dc1cf3f01899) + (property "Reference" "Q12" (at 102.87 139.7 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "AO3400A" (at 102.87 142.24 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 103.505 148.59 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 105.41 143.51 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 105.41 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 105.41 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 105.41 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 21aa08f3-2159-4541-a08f-1e5cdbf9bb2b)) + (pin "2" (uuid 386615fe-4ea8-43a1-af8e-7d78b8e02ae8)) + (pin "3" (uuid 95973433-f0a5-4522-a11e-57d018205266)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "Q12") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "Q20") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "Q28") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "Q36") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "Q44") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 104.14 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 31426c08-cbf2-4d41-8c44-effe9169a3a8) + (property "Reference" "R53" (at 116.84 101.6 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100" (at 123.19 101.6 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 102.362 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0a0d91c2-b2d3-4575-82a2-a0dc71c6a725)) + (pin "2" (uuid fd9de594-ced3-4d3b-aa98-ae2bca088bcc)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R53") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R69") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R85") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R101") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R117") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 132.08 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 346c6449-47a2-47b3-9610-d379d17bd99d) + (property "Reference" "R57" (at 116.84 129.54 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100" (at 123.19 129.54 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 130.302 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 39ac3245-dc42-4075-978e-7c3645909913)) + (pin "2" (uuid d89c0f0d-c391-41d0-b1b6-43d6e6690b60)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R57") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R73") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R89") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R105") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R121") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 100.33 90.17 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 3714be5b-3dc0-4c7e-a73c-03f730d8ed3d) + (property "Reference" "#PWR0116" (at 93.98 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 95.25 90.17 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 100.33 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 100.33 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 100.33 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ed63df3a-18b7-47a9-9c92-faf55e944996)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "#PWR0116") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "#PWR0124") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "#PWR0132") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "#PWR0140") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "#PWR0148") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 100.33 62.23 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 6c024486-acb9-4e7b-a93f-32b19634ff7d) + (property "Reference" "#PWR0114" (at 93.98 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 95.25 62.23 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 100.33 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 100.33 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 100.33 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f3daee32-9024-4ab9-8778-5f0449efa281)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "#PWR0114") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "#PWR0122") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "#PWR0130") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "#PWR0138") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "#PWR0146") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 43.18 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 71a84fc6-2db1-44d2-9394-3c14ffec2f61) + (property "Reference" "R52" (at 116.84 40.64 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "150" (at 123.19 40.64 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 41.402 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 43.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 43.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 040c9f67-d463-4a30-a593-edc981901666)) + (pin "2" (uuid 0ceefb11-0a78-432e-b18f-70a8b24d1fd5)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R52") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R60") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R76") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R92") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R108") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 57.15 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 7f1a7b68-e8ed-4194-b499-47d7bae11aad) + (property "Reference" "R45" (at 116.84 54.61 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "150" (at 123.19 54.61 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 55.372 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 57.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 57.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8061c877-35a8-4ba5-987f-54bf703d9d79)) + (pin "2" (uuid 76d6bbae-b83f-4be7-aea1-a51fe4d56bd7)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R45") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R62") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R78") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R94") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R110") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 146.05 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 8f37daa4-27c9-45db-b349-2f209ba53137) + (property "Reference" "R59" (at 116.84 143.51 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100" (at 123.19 143.51 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 144.272 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5293d7d6-a0c2-4b0e-9c09-a7d76847ce68)) + (pin "2" (uuid f3e3d313-d90d-48e4-aa3a-f395b203901e)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R59") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R75") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R91") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R107") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R123") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_FET:AO3400A") (at 105.41 129.54 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid a8a3de54-32dd-45a8-b0ac-79a6af36d591) + (property "Reference" "Q11" (at 102.87 125.73 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "AO3400A" (at 102.87 128.27 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 103.505 134.62 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 105.41 129.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 105.41 129.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 105.41 129.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 105.41 129.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0401f0de-876b-449d-a4a8-37b0fce54724)) + (pin "2" (uuid ee450032-ac8a-4b5e-9e5c-7fc74cd403e8)) + (pin "3" (uuid a4d6d113-9cdd-4e21-8d8e-fe17afd67ab1)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "Q11") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "Q19") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "Q27") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "Q35") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "Q43") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 100.33 76.2 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid ab163c5f-9504-4128-9351-f8a2cf8f4bf4) + (property "Reference" "#PWR0115" (at 93.98 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 95.25 76.2 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 100.33 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 100.33 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 100.33 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b407cf4a-dc13-47f6-b3cc-89eeb90392ae)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "#PWR0115") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "#PWR0123") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "#PWR0131") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "#PWR0139") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "#PWR0147") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_FET:AO3400A") (at 105.41 59.69 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid ab41147b-9b99-4c91-97bc-d6085df60a7a) + (property "Reference" "Q6" (at 102.87 55.88 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "AO3400A" (at 102.87 58.42 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 103.505 64.77 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 105.41 59.69 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 105.41 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 105.41 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 105.41 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4faa6d28-107c-4af3-93b8-c5234ce442d3)) + (pin "2" (uuid 6351d0a2-fbc8-4d18-a383-c106c9f400e0)) + (pin "3" (uuid cb0384a2-c697-4fd1-b0dc-cd42b5c4a453)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "Q6") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "Q14") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "Q22") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "Q30") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "Q38") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 76.2 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid ad7973af-b34a-4c25-bc3f-b85129d6a98c) + (property "Reference" "R48" (at 116.84 73.66 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100" (at 123.19 73.66 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 74.422 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5ab7c897-be27-4d8b-8228-8a3688d270e3)) + (pin "2" (uuid 28c4c3b7-efb0-4ffb-92f0-1174386a1819)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R48") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R65") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R81") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R97") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R113") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 62.23 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid bcd5a8af-02e2-442f-9752-0811928c54e1) + (property "Reference" "R46" (at 116.84 59.69 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100" (at 123.19 59.69 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 60.452 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9348cd07-76a3-499e-8d7d-6054e4c485dc)) + (pin "2" (uuid d823135f-63bc-40e0-8d7a-38df263a8102)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R46") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R63") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R79") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R95") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R111") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 127 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid beb8f1b6-538e-4c79-9631-b0441be3fdb2) + (property "Reference" "R56" (at 116.84 124.46 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "150" (at 123.19 124.46 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 125.222 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 464fda23-0cbc-47a6-84ad-dc6e04bd9394)) + (pin "2" (uuid c04ee7be-6722-4d4a-bab0-26e43d269f54)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R56") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R72") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R88") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R104") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R120") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 48.26 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid c072e67d-64d4-42da-9402-d6b0c38e8482) + (property "Reference" "R44" (at 116.84 45.72 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100" (at 123.19 45.72 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 46.482 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 7171bc13-6131-447a-9915-dafe9577e8f3)) + (pin "2" (uuid ecfd8bc0-6be0-4100-847f-0b821fcaf20f)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R44") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R61") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R77") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R93") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R109") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 100.33 48.26 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid ca6d949d-4341-45ea-974c-9b19f72e40af) + (property "Reference" "#PWR0113" (at 93.98 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 95.25 48.26 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 100.33 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 100.33 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 100.33 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f3ad0d39-b1e3-4833-a559-c2584c907698)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "#PWR0113") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "#PWR0121") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "#PWR0129") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "#PWR0137") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "#PWR0145") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 99.06 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid d1047bd5-2093-42a8-afe8-fc34b30bbb00) + (property "Reference" "R51" (at 116.84 96.52 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "150" (at 123.19 96.52 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 97.282 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3de0d773-e780-4fed-beb5-6f94880e0570)) + (pin "2" (uuid c746166a-5a05-4ab1-99fa-31c293c5c843)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R51") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R68") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R84") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R100") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R116") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 100.33 132.08 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid d9aacd01-145a-4da2-9c97-2391f8823a8f) + (property "Reference" "#PWR0119" (at 93.98 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 95.25 132.08 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 100.33 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 100.33 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 100.33 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid adf64952-2e42-4a12-b0cc-9a117ea4f5e8)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "#PWR0119") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "#PWR0127") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "#PWR0135") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "#PWR0143") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "#PWR0151") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_FET:AO3400A") (at 105.41 45.72 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid e285ed3d-9e01-4cfe-8112-4f64533f3398) + (property "Reference" "Q5" (at 102.87 41.91 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "AO3400A" (at 102.87 44.45 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 103.505 50.8 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 105.41 45.72 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 105.41 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 105.41 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 105.41 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid aec61105-bdec-42f9-a441-dcdd2afd8d91)) + (pin "2" (uuid fbb260d5-db2c-499e-8739-93aacb3eda30)) + (pin "3" (uuid 8cf272f1-6bd4-4798-85bb-921e8199368d)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "Q5") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "Q13") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "Q21") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "Q29") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "Q37") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_FET:AO3400A") (at 105.41 87.63 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid e341d3df-7ebc-4f6d-8e27-c56b6cd9ed4c) + (property "Reference" "Q8" (at 102.87 83.82 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "AO3400A" (at 102.87 86.36 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 103.505 92.71 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 105.41 87.63 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 105.41 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 105.41 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 105.41 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 684c0dfa-f9a2-419a-8568-4cab60069b00)) + (pin "2" (uuid 494f4858-25d3-4b18-8e38-964719464c91)) + (pin "3" (uuid b1f07ac4-404a-4847-b640-25b0f71c34a7)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "Q8") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "Q16") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "Q24") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "Q32") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "Q40") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_FET:AO3400A") (at 105.41 101.6 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid e507db81-cd04-4738-8e6b-19c57e889829) + (property "Reference" "Q9" (at 102.87 97.79 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "AO3400A" (at 102.87 100.33 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 103.505 106.68 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 105.41 101.6 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 105.41 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 105.41 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 105.41 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid dd2ab83b-138c-440a-932d-5982fbe2b692)) + (pin "2" (uuid 7c10d6b1-2de6-4fc5-8bec-04975fcb362d)) + (pin "3" (uuid 17bb8905-e3b7-44cc-a0de-213f81aa42af)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "Q9") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "Q17") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "Q25") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "Q33") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "Q41") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_FET:AO3400A") (at 105.41 73.66 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid e9ac03a9-9155-46c6-ac7f-88b56cefc215) + (property "Reference" "Q7" (at 102.87 69.85 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "AO3400A" (at 102.87 72.39 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 103.505 78.74 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 105.41 73.66 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 105.41 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 105.41 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 105.41 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e6e22b45-a2d6-4074-9c3b-7dcd9a20d161)) + (pin "2" (uuid 2998b23b-4826-47f5-bdf1-79c6e65ed636)) + (pin "3" (uuid 06a6a626-7048-457e-bd5c-ca4642380daa)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "Q7") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "Q15") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "Q23") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "Q31") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "Q39") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Heater") (at 116.84 118.11 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid eb76983d-d270-4293-a714-74afd72d32da) + (property "Reference" "R55" (at 116.84 115.57 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100" (at 123.19 115.57 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 116.84 116.332 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Resistive heater" (at 116.84 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f04593ec-2985-416b-b079-0bb86158ea1b)) + (pin "2" (uuid add1dc4e-f1ee-4602-b476-1a8df9131376)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "R55") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "R71") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "R87") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "R103") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "R119") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 100.33 104.14 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid f3e0c577-9500-47bd-913c-09f0a9b005dd) + (property "Reference" "#PWR0117" (at 93.98 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 95.25 104.14 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 100.33 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 100.33 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 100.33 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ef7c5a76-1e7e-4916-80d2-a28b0c1b4bb4)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f" + (reference "#PWR0117") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff" + (reference "#PWR0125") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/9165aeea-e5c9-4847-b386-ddb52c57fdca" + (reference "#PWR0133") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/91df35e2-6076-4ca0-8a79-437a67d41236" + (reference "#PWR0141") (unit 1) + ) + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5/3618f925-efd9-4896-ac69-1f98eb774124" + (reference "#PWR0149") (unit 1) + ) + ) + ) + ) +) diff --git a/self-balancing-test-a.kicad_pcb b/self-balancing-test-a.kicad_pcb new file mode 100644 index 0000000..6a01728 --- /dev/null +++ b/self-balancing-test-a.kicad_pcb @@ -0,0 +1,37992 @@ +(kicad_pcb (version 20230620) (generator pcbnew) + + (general + (thickness 1.6) + ) + + (paper "A4") + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + (50 "User.1" user) + (51 "User.2" user) + (52 "User.3" user) + (53 "User.4" user) + (54 "User.5" user) + (55 "User.6" user) + (56 "User.7" user) + (57 "User.8" user) + (58 "User.9" user) + ) + + (setup + (pad_to_mask_clearance 0) + (aux_axis_origin 150 100) + (grid_origin 150 100) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros false) + (usegerberextensions false) + (usegerberattributes true) + (usegerberadvancedattributes true) + (creategerberjobfile true) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups true) + (pdf_back_fp_property_popups true) + (dxfpolygonmode true) + (dxfimperialunits true) + (dxfusepcbnewfont true) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (sketchpadsonfab false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + + (net 0 "") + (net 1 "Net-(C1-Pad1)") + (net 2 "Net-(D3-A)") + (net 3 "Net-(D1-A)") + (net 4 "GND") + (net 5 "VCC") + (net 6 "+3V3") + (net 7 "/PD_TIA/IN1") + (net 8 "Net-(Q1A-E1)") + (net 9 "/PD1") + (net 10 "/PD_VREF") + (net 11 "/TP_SENS") + (net 12 "Net-(U9A--)") + (net 13 "/PD_TIA2/IN1") + (net 14 "Net-(Q3A-E1)") + (net 15 "/PD3") + (net 16 "Net-(U15-S1A)") + (net 17 "Net-(U15-S2A)") + (net 18 "Net-(U15-S3A)") + (net 19 "Net-(U15-S4A)") + (net 20 "+24V") + (net 21 "/PD_TIA/IN2") + (net 22 "Net-(Q50A-E1)") + (net 23 "/PD2") + (net 24 "/PD_TIA2/IN2") + (net 25 "Net-(Q52A-E1)") + (net 26 "/PD4") + (net 27 "/VREF") + (net 28 "/LED_ALM2") + (net 29 "Net-(D9-A)") + (net 30 "/LED_ALM1") + (net 31 "Net-(D10-A)") + (net 32 "Net-(D11-K)") + (net 33 "/M1SEND") + (net 34 "/M1RETURN") + (net 35 "/M2RETURN") + (net 36 "/M2SEND") + (net 37 "Net-(Q1A-B1)") + (net 38 "Net-(Q1B-C2)") + (net 39 "Net-(Q1A-C1)") + (net 40 "Net-(Q3A-B1)") + (net 41 "Net-(Q3B-C2)") + (net 42 "Net-(Q3A-C1)") + (net 43 "/LG0") + (net 44 "Net-(Q5-D)") + (net 45 "/LG1") + (net 46 "Net-(Q6-D)") + (net 47 "/LG2") + (net 48 "Net-(Q7-D)") + (net 49 "/LG3") + (net 50 "Net-(Q8-D)") + (net 51 "/LG4") + (net 52 "Net-(Q9-D)") + (net 53 "/LG5") + (net 54 "Net-(Q10-D)") + (net 55 "/LG6") + (net 56 "Net-(Q11-D)") + (net 57 "/LG7") + (net 58 "Net-(Q12-D)") + (net 59 "Net-(Q13-D)") + (net 60 "Net-(Q14-D)") + (net 61 "Net-(Q15-D)") + (net 62 "Net-(Q16-D)") + (net 63 "Net-(Q17-D)") + (net 64 "Net-(Q18-D)") + (net 65 "Net-(Q19-D)") + (net 66 "Net-(Q20-D)") + (net 67 "Net-(Q21-D)") + (net 68 "Net-(Q22-D)") + (net 69 "Net-(Q23-D)") + (net 70 "Net-(Q24-D)") + (net 71 "Net-(Q25-D)") + (net 72 "Net-(Q26-D)") + (net 73 "Net-(Q27-D)") + (net 74 "Net-(Q28-D)") + (net 75 "Net-(Q29-D)") + (net 76 "Net-(Q30-D)") + (net 77 "Net-(Q31-D)") + (net 78 "Net-(Q32-D)") + (net 79 "Net-(Q33-D)") + (net 80 "Net-(Q34-D)") + (net 81 "Net-(Q35-D)") + (net 82 "Net-(Q36-D)") + (net 83 "Net-(Q37-D)") + (net 84 "Net-(Q38-D)") + (net 85 "Net-(Q39-D)") + (net 86 "Net-(Q40-D)") + (net 87 "Net-(Q41-D)") + (net 88 "Net-(Q42-D)") + (net 89 "Net-(Q43-D)") + (net 90 "Net-(Q44-D)") + (net 91 "/HG0") + (net 92 "/resistor_bank/V+") + (net 93 "/HG1") + (net 94 "/resistor_bank1/V+") + (net 95 "/HG2") + (net 96 "/resistor_bank2/V+") + (net 97 "/HG3") + (net 98 "/resistor_bank3/V+") + (net 99 "/HG4") + (net 100 "/resistor_bank4/V+") + (net 101 "Net-(Q50A-B1)") + (net 102 "Net-(Q50B-C2)") + (net 103 "Net-(Q50A-C1)") + (net 104 "Net-(Q52A-B1)") + (net 105 "Net-(Q52B-C2)") + (net 106 "Net-(Q52A-C1)") + (net 107 "Net-(U2-PS)") + (net 108 "/DAC2_OUT1_PD_VREF") + (net 109 "/TP_NTC_raw") + (net 110 "/PA2_DAC_OUT") + (net 111 "Net-(R31-Pad2)") + (net 112 "Net-(U15-DA)") + (net 113 "Net-(R33-Pad1)") + (net 114 "Net-(R34-Pad1)") + (net 115 "/MISO") + (net 116 "Net-(U3-FB)") + (net 117 "/VCOIL_MEAS") + (net 118 "unconnected-(U1-NC-Pad2)") + (net 119 "unconnected-(U1-NC-Pad3)") + (net 120 "/SCL{slash}SCK") + (net 121 "/SDA{slash}MOSI") + (net 122 "/CS1") + (net 123 "unconnected-(U1-INT2-Pad9)") + (net 124 "/INT1") + (net 125 "unconnected-(U2-INT2-Pad1)") + (net 126 "unconnected-(U2-NC-Pad2)") + (net 127 "/CS3") + (net 128 "/INT3") + (net 129 "unconnected-(U2-INT4-Pad13)") + (net 130 "/CS2") + (net 131 "/INT2") + (net 132 "/BOOST_EN") + (net 133 "unconnected-(U3-NC-Pad6)") + (net 134 "/INT4") + (net 135 "unconnected-(U5-AH1{slash}QVAR1-Pad6)") + (net 136 "unconnected-(U5-AH2{slash}QVAR2-Pad9)") + (net 137 "unconnected-(U5-INT2-Pad10)") + (net 138 "unconnected-(U5-WCLK-Pad11)") + (net 139 "/CS4") + (net 140 "/TP_SENS_raw") + (net 141 "/TP_NTC") + (net 142 "Net-(D12-K)") + (net 143 "unconnected-(U12-PC15-Pad4)") + (net 144 "unconnected-(U12-PF0-Pad5)") + (net 145 "unconnected-(U12-PF1-Pad6)") + (net 146 "unconnected-(U12-PG10-Pad7)") + (net 147 "/M1S_ADC") + (net 148 "/M2S_ADC") + (net 149 "/M2R_ADC") + (net 150 "/M1R_ADC") + (net 151 "/C_M0") + (net 152 "/C_M1") + (net 153 "unconnected-(U12-VREF+-Pad20)") + (net 154 "/C_TL") + (net 155 "/C_SR0") + (net 156 "/C_SR1") + (net 157 "/C_TR0") + (net 158 "/C_TR1") + (net 159 "/RB_STROBE") + (net 160 "unconnected-(U13-Pad2)") + (net 161 "unconnected-(U13-Pad3)") + (net 162 "unconnected-(U13-Pad5)") + (net 163 "Net-(U15-DB)") + (net 164 "Net-(U17-QH')") + (net 165 "Net-(Q45-G)") + (net 166 "Net-(Q46-G)") + (net 167 "Net-(Q47-G)") + (net 168 "unconnected-(U18-QH'-Pad9)") + (net 169 "Net-(Q48-G)") + (net 170 "Net-(Q49-G)") + (net 171 "Net-(U17-QF)") + (net 172 "Net-(U17-QH)") + (net 173 "Net-(U17-QG)") + (net 174 "/PMOD") + (net 175 "Net-(U1-SDO{slash}SA0)") + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 007db222-1b56-412f-82f9-330214e0293c) + (at 202.05 83.95) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C34" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 42c75eab-ddd1-4051-aa53-3dac6ec71dba) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1n" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 57c6d19e-71d5-4288-99e6-955891396b65) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9e680349-9477-4bd7-9932-268deafb0630) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 13900e5e-4ed8-4c61-b36a-7a11026a2983) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a42c71b6-62f3-44ae-bf76-9191147e5601) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "DNP" "DNP" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 219cf201-fb57-437a-b089-62c705397d61) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/57ed75ae-4730-4e01-81c3-81aee7122643") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a8121e6-9a68-4166-9fd6-03fc27680e4b)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e874e772-4378-4175-b9fa-c03681839f9a)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6882a590-0ce7-4e6a-a123-a3f11ea8d6fd)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45190667-cb5f-4b27-90d3-177b14ff352e)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42317a79-574a-4c9d-8b9a-e5410f79370e)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c2fb21c-1eed-4f11-a43b-6373129954dc)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a85baa40-78eb-46b4-a034-669879707e1c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dda861f5-9b7a-473e-ae8b-3ba7e8176ee6)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b0543032-13df-4d1b-b260-2ddd0b5f52ea)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 316c562b-638e-496a-b0ed-4dad230907d3)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 7197dc3c-1ff0-4221-a644-f8fc794880a1) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 5b2885ec-32d0-4cd9-8163-3c16f02935c7) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 23 "/PD2") (pintype "passive") + (tstamp 42e97adb-dccd-483f-9977-376eeab400b3) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 00b0d87a-8727-4b64-a53b-09dd88c1ed69) + (at 31.199 64.413) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q42" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp f0a3ee44-1588-444f-82ad-4add47447df9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 681cd2e2-7778-4ece-951a-2055c3a42efd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 58e0866d-3dd2-4626-90d3-4870bac03418) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e5e1e266-e34f-47d9-93dd-f64bc1b1549d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d49393e2-01ac-4a0c-9cd0-c86f88db48c1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -31.199 -64.413 0 unlocked) (layer "F.Fab") hide (tstamp 1b995b1b-10c3-46cc-bb2b-51e257cbcc97) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -31.199 -64.413 0 unlocked) (layer "F.Fab") hide (tstamp b8cb4de1-7cf1-4885-bc90-d1d53fcaa4f2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/042bb9a7-dd9c-4bc0-95f1-10bc858ef4ca") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c66c3592-b3d5-4ddc-88f6-e3aa09ff248f)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0223dd23-7edc-44c1-87b0-7efded06aeb7)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38376768-d34d-4cb1-86f7-115b1305b173)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfd4a3e3-4486-4f3a-8743-d208642c229f)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b163cb6-d17e-4002-8078-124d9564c375)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ffaa061-c8ee-40b6-bf4f-8f595d110549)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 423084ee-9f5e-41f2-b2c2-7046ec73f068)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a29cb53-d345-412e-a218-be65d58e0b1a)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04bb2ec2-67a0-4305-b735-9648cc678aba)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d831507-5f4a-4df3-84d7-6da51f4dad3d)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ac2fe46-7223-4ded-899e-437fb850a670)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 27db9642-a2c4-4773-8c33-8b572342991c)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96a6b503-ef21-4564-b942-233137b07651)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8a667db5-66bd-40e4-a167-b4f04bacf421) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 53 "/LG5") (pinfunction "G") (pintype "input") + (tstamp d305f03c-0d92-43f0-ac7f-f283288d4d04) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 290240b7-5bf0-451e-8003-968338e8c687) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 88 "Net-(Q42-D)") (pinfunction "D") (pintype "passive") + (tstamp b4ead573-b041-49a1-b766-4478ffa617f3) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "LED_SMD:LED_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (layer "F.Cu") + (tstamp 01c4a8f6-b19c-415a-85c7-82b9b9da9746) + (at 169.675 80.225 90) + (descr "LED SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "LED handsolder") + (property "Reference" "D9" (at 0 -1.82 90 unlocked) (layer "F.SilkS") (tstamp bb1428ea-6689-4a05-8ce1-701a14352604) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "white" (at 0 1.82 90 unlocked) (layer "F.Fab") (tstamp 803671a5-ff41-4c0b-8643-e9acc49a4430) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "LED_SMD:LED_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp e85bd1f7-16d7-40d8-8039-c5d25a2c68ca) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp f661f3a1-c71c-4175-97d9-87b405689264) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Light emitting diode" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp d276e5ba-4894-4855-af68-29891b6f275d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "20mg" (at 80.225 -169.675 0 unlocked) (layer "F.Fab") hide (tstamp 8eb9d230-28e9-4a42-bedb-9ccc88003177) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "guess" (at 80.225 -169.675 0 unlocked) (layer "F.Fab") hide (tstamp 00ff744c-b5e3-40f4-826e-716487171d24) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/292ee393-82ce-4838-ad0c-60acb95341e6") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 1.6 -1.135) (end -2.46 -1.135) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e17bb0e1-dc84-46ae-853b-d82efc7d1ff4)) + (fp_line (start -2.46 -1.135) (end -2.46 1.135) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 297a5b01-5819-44ea-be08-e71ae1be2d78)) + (fp_line (start -2.46 1.135) (end 1.6 1.135) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6103dfa3-69c6-4bb2-b76e-f5668574e719)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe15e209-8505-49b3-9d1f-1b2d5dbc1da0)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aeaf6727-ba18-4159-83ff-6e2e3729cfff)) + (fp_line (start 2.45 1.12) (end -2.45 1.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ba2ae199-2037-4bf6-bef7-c4fff85d9caa)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9745c7ba-1b5b-4e9d-9a07-174f0673e1a8)) + (fp_line (start 1.6 -0.8) (end -1.2 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3958dc90-75ce-473d-ba51-c75d14738349)) + (fp_line (start -1.2 -0.8) (end -1.6 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d18fc3e3-1e7f-4048-9962-69856021e289)) + (fp_line (start -1.6 -0.4) (end -1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6bfc690-360d-4cbd-a6e5-932a58f2ff0a)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72f5988b-73bd-4027-b793-88bb5ab2c775)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23560201-e967-4315-993c-0bfb72bb7ac4)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp b4815e57-eadc-4de2-94e3-49fca83019f5) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad "1" smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 28 "/LED_ALM2") (pinfunction "K") (pintype "passive") + (tstamp 7f04d05a-8e93-434b-9d6b-eea9958e55d7) + ) + (pad "2" smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 29 "Net-(D9-A)") (pinfunction "A") (pintype "passive") + (tstamp 6c2ad9da-7bbe-4c19-9492-55a3d1da4e24) + ) + (model "${KICAD6_3DMODEL_DIR}/LED_SMD.3dshapes/LED_1206_3216Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 01f28500-425f-4577-93b2-28ec761ec2c4) + (at -29.231 107.343) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R74" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 0a335653-92ed-4f7b-8892-6e82bfa5c8aa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp b07d2040-d849-4b04-a066-62606cb637d2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3e5ed406-7faa-4f86-88a7-f7f1f05abeed) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f29e0b9b-ae44-447b-bfc8-3119c20f5a54) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0152c1b6-ff02-403a-aa67-41c61acceab9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/1d845cd5-251e-4d17-bf81-601736633796") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba276c68-3cb0-4892-b51e-4373b4377923)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd6a98d2-b0c6-47e4-ae1e-0dc4be62dcf4)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de956972-e4bf-44d4-a84c-faff22c0e3c5)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f13dd83-3345-4790-b964-1972a9f92f42)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1608e60e-e5a3-440e-a5ff-8a9aa58dbba9)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d361a52d-bbf4-4e67-ab0c-a606b1f46a8c)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3397046a-3efa-4039-b603-7ee9fbf120a4)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6071f5a-02e8-4770-82ad-35b2504e9ee4)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 026f9b0f-9f7a-4bb7-a24a-62abb09df40d)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72344c4d-c738-4c72-935e-b354f9c64531)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 9f5da55f-4b4c-4cd5-bff9-73cb016aa1f7) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp cdb29019-3ede-4066-ab19-679c0660f78e) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 66 "Net-(Q20-D)") (pintype "passive") + (tstamp 32f08735-88c6-4121-baa6-5b94486e9417) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 027ef3ec-7eb1-4ea7-aea0-0e143596c72d) + (at 21.149 72.913) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R111" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp b2c1945f-3310-49b4-b9e4-5ad791ca2ce8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 1a8f69b7-b16d-4202-a0df-bbd45fb6ab7f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bb6a8a6c-ea24-4a61-a96c-36ec35e58b42) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c74564ea-508b-46d4-83ff-7d43b038ca0a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2b17df89-0af6-41e8-b641-1f09cc984dd8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/bcd5a8af-02e2-442f-9752-0811928c54e1") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b965522-c893-4042-8e3c-cd397739d91d)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c330cc11-1e2e-4f56-ae52-fd2027c5e814)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 95b9d577-7bc6-4d2a-8c56-2c725bfae294)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c800c305-1ecf-4fd1-8cfe-3e05de7dddf0)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de5f02b7-ca7c-4eae-b787-f4a45efba7e1)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 55850e9c-a14f-43c1-80bc-0b8a0b8fb2ec)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94149b00-3a48-443f-bb39-f7584bafdef0)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88e5a0f4-7f78-481e-a58e-e8dcd6fe45fa)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 977fc2f0-0e6b-4483-b591-422df1517f91)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7488f0bd-19ed-4e19-9131-0c383fcca904)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp b7b62a6f-b7cc-4eb6-9f32-51dd43a412f9) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp 52211785-63ca-4ec1-811d-74d848f159e0) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 84 "Net-(Q38-D)") (pintype "passive") + (tstamp d0e332e9-84d9-42e9-831a-bfd42c71af1d) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 028dded5-e960-47f9-8e5d-ef2afe0c6030) + (at 131.0875 67) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R24" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 22991494-bd66-48ed-a78b-0a7476091678) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "0" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 07169320-d876-4a92-8b1b-63efb1c4e58b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1dc2e7a7-6b2c-4951-ba23-e096922d5ba7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2bce4f70-fd2a-4ede-91ea-95c5f353fe86) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 74812e57-b046-4d7c-888d-cacf008034f6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/160b3e67-e6ac-4487-a550-8dd34f0f0cab") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4984388e-fabc-4101-9fcd-441eea47f1b6)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f97ecfe-3f33-4a5d-bb37-bad4053bba00)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84ed9b44-8d24-4385-a857-2712544c5ec1)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d77fa05-2288-48cc-8638-a82f6b1484b6)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bae2758d-5e29-4a0b-a78e-7f91062a3673)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9e61ce1-fc5a-4301-92d0-29e16d9bfb49)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0442c6d5-fbd6-458d-b1f3-98fd8c0f6267)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bfcc540f-1030-41f4-91c7-810aca0ac74e)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 391b7e5e-a174-47bc-846b-a24f13fb1bcf)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7dbf4f3-114f-4bec-ae72-6e4f99ad36bf)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp da988d9f-1fef-44da-be33-6ca08ba8fb5f) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 33 "/M1SEND") (pintype "passive") + (tstamp d9f41fcc-a98a-4d90-833a-c2ea9a19d6f4) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 16 "Net-(U15-S1A)") (pintype "passive") + (tstamp d4eda17c-24ad-4ac0-9eaa-9c6251005fc3) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 02beefca-4ea1-4fbc-9da4-fbf84ab82cd9) + (at 133 85) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C26" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 562799cc-d1f5-4356-9721-8123b15f5937) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "DNP" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 778ced61-66ae-4a6a-bb7e-9bd0d9ea4b31) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp aa0f1314-d5a8-42e6-9fcf-00266f552081) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3b139b70-4d25-43a9-8773-24b7f71addbf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 425e4414-f24d-4f32-a653-0d4ce359d5d6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/f9dec04f-247c-4757-8cc2-68ade13e873a") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd dnp) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00cdfdf3-45cc-419c-b355-f98c6e05d48c)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 132ccaf1-a7bc-4114-9849-d1ddbcfdf8c6)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 410c26eb-cd25-400b-82a4-35e780175553)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c46db58-366d-47da-b19a-650a535c4aa7)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3eb5a8b4-982a-4eda-b522-cf5a5c3a4a2b)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a02e5427-8dd0-4d07-9b17-e5f217504337)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c5b8e9f-2eeb-41cb-8b02-36928efd91da)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f29139c-b1d1-44e3-bb27-cced8241a8d1)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46aad499-dd1d-4522-b703-53dee80ed631)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 321a8a38-9daf-4dc9-a883-285bb3f644c2)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 6f9cbd66-0bc8-457a-97e6-2359c056ef6c) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 9c80e083-072f-433a-a6d8-7bc5f6d8b63a) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 17 "Net-(U15-S2A)") (pintype "passive") + (tstamp 70c3ef10-8a37-4022-aa5c-fc786a217cd7) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 03def1fe-0b0c-4dfc-961f-8beabb7b50de) + (at 206.4 76.42) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R4" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 38a21b01-a4ee-4461-910d-88c6a142e07f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp a106687d-c47e-4c0b-ad90-1ac1552281c6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ef34cb7d-20ae-4f4a-a86f-56535b0c1b64) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ba2fe591-0829-47a0-9ca8-2316c36e68c7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 57087394-30d4-40e1-adf8-66a192dc1f58) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/69fc5db1-3130-4f2a-b7a4-4679c75e663c") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8a68cd7-c536-4da9-9853-5adea3a7918f)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9934924f-c811-42b5-89f7-020822f8141e)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99f275a2-9404-4b9d-9e26-40dd07ea6813)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d191937-76a1-4f87-a67e-11ea1541a327)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87b7c58b-7f05-487c-9db7-53c67e4b3005)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b5b795f6-6eab-4ce3-9bde-116b478c02f9)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 672612ac-2059-4e07-a4e1-2cfc80bbbdc0)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1fbc297-897d-4f87-b46f-0468db6c7c07)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18656ceb-9be8-41af-a24a-673a47cbb894)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb531590-5fcd-4151-8808-2588877a13ac)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 52be7ee1-134f-4d57-9c6b-189d1180d5bc) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 39 "Net-(Q1A-C1)") (pintype "passive") + (tstamp ec970f5c-8685-4be5-9cd6-b38ad4facec5) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp bb717322-bbd7-44ca-b85e-e289e627a08d) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 05651157-f7db-49c1-8c7e-95d14e755097) + (at -16.371 102.323) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R77" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp a1a0eb69-8635-4399-b90a-a39d57b28d08) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp ab229dfe-31b6-4e4a-bdf1-0712936555f7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c4c1747c-f40d-44db-a2ae-9c2f25e574e4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp defd1108-4ce5-424e-a92d-d999cfb15db0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c7f043f8-26fa-4a41-91d7-f0d1e6445c77) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/c072e67d-64d4-42da-9402-d6b0c38e8482") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b937c1ec-4af7-47e4-8ef3-01c5bd65301e)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 614260cc-c654-49a5-9e21-4f4f34688d31)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40f0f38c-da5c-4dca-886f-8e94f4f7c71d)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2feeff0-872b-4195-add0-d8798e4de08f)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp afa806ab-62d8-4fdd-bd2c-0d14938a3b24)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b0c9998-1180-4cb8-9d6a-97a851058409)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ca89230-d7db-402e-83dd-42a40369cfed)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4800d4b1-c4b9-4c1e-8f64-1630173b2986)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9831ef84-c093-468e-85b1-3b32246075e2)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5994caa-8bf3-4f10-a333-48794b26134b)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp f87084d4-beec-4522-b864-3234ef8b61ef) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp 64784b04-8e87-439f-98b1-ab5ed695a17f) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 67 "Net-(Q21-D)") (pintype "passive") + (tstamp 0fd40b1f-8583-4294-b651-9b9472440d8c) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 0619735d-63f7-4287-932c-98e5b5f6c8ad) + (at 29.849 72.913) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R122" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp f83c84d9-5d6e-4082-a44b-1f08042c8c03) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 50591a24-0c83-490b-83c5-226004baffdc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e7deca02-f472-4986-abc1-6545d1584cfb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp be6f61c3-b282-4f72-922c-6e61513bc936) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7f488deb-9b05-4521-be74-985c5459f60f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/1d845cd5-251e-4d17-bf81-601736633796") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 528240df-93b3-4b4d-93b5-ec69dd12398a)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a34d20b-d515-4dcf-b04d-a06e4fc1fe97)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28cb2b50-51e1-47c5-b68f-841df8bd7520)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 387e2097-02ba-42c0-bbfb-4ebeccb5f0e7)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b15baf7-aad6-4ad3-84f8-d364d452a80d)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9cf5e3de-378a-4787-a754-cfab62fbd3ec)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a82de227-a6d9-4bbd-a99c-9b6508dddb96)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67743b18-9c74-471e-a9e1-55e487cbf75d)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec765890-d7b8-43af-8fa0-aede65c7d3b7)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 571984d2-6a8b-445d-a7f5-62bcb9a3d608)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 157d2377-6f58-4eb8-8b80-0e2d51becb7e) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp cac9b1c9-b07a-416b-b93e-4c59a1a484ba) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 90 "Net-(Q44-D)") (pintype "passive") + (tstamp 35a0b344-6258-43f8-a4e6-412496521a93) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 07a3ea92-b56a-4c16-a88d-20a697dc3cb0) + (at 36.089 34.003) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q11" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp a0e0f85c-8f52-4ab7-9e04-78ab538e820e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 66a116c3-e621-4d76-bf00-ece75135c968) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 71d8cfd9-a2ed-4fef-b7ca-cbfc45475b55) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9242afb8-8693-470c-88de-6b071514cb78) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 493db0ae-fdff-43d9-a894-d2ba0be92c1f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -36.089 -34.003 0 unlocked) (layer "F.Fab") hide (tstamp ad2e856c-1eb7-48f1-8266-d18dce513ec0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -36.089 -34.003 0 unlocked) (layer "F.Fab") hide (tstamp ef12951a-0ce2-4b3b-a081-cf852b40413f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/a8a3de54-32dd-45a8-b0ac-79a6af36d591") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4e83629-bf12-4367-9468-02f38952266e)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7e3034b-2a0e-4ad1-9d79-972ca2eff5e3)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ceca173-e06e-44d1-b73c-0a10ea777e7e)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36f78337-245e-4894-a463-fbf0799b63cb)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa67836a-693c-4cfe-b3e0-0a70c5a4d626)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0bccebe0-7187-433e-98dd-1e0597acf0c0)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f1843e5-b128-4c20-9074-8e0e162e77f6)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a61bb881-8fbd-4304-864f-95fe53a5537b)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5647f7a-faed-44ec-8922-d5ef3c0f645e)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa2c96fe-fe46-4f2e-b47d-aff947db5e04)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ccade395-85c0-4578-bb7c-4ce483b6c518)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f766ae8e-a896-414c-9ea2-fe013e516303)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a76d71c-dd49-419d-bf64-4582c06b6d99)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 5a78b7ae-9b02-4ef9-9a1f-814063486f61) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 55 "/LG6") (pinfunction "G") (pintype "input") + (tstamp 6c6f9849-f051-492b-b54c-e378f9773bd9) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 3e71d072-c884-4397-aef2-1194c1d7bd09) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 56 "Net-(Q11-D)") (pinfunction "D") (pintype "passive") + (tstamp cce73446-e950-4ec5-b2e7-cf58ee99f50e) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_LGA:LGA-16_3x3mm_P0.5mm_LayoutBorder3x5y" (layer "F.Cu") + (tstamp 0a94bc99-95aa-42d7-971a-a2ca46363833) + (at 109.275 140) + (descr "LGA, 16 Pin (http://www.st.com/resource/en/datasheet/lis331hh.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "LGA NoLead") + (property "Reference" "U1" (at 0 -2.45 0 unlocked) (layer "F.SilkS") (tstamp 4f1db21b-dee6-4eb0-b513-b8d2972bfc1c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "H3LIS100DL" (at 0 2.45 0 unlocked) (layer "F.Fab") (tstamp ab619df4-5375-44da-8632-1a8e82913452) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_LGA:LGA-16_3x3mm_P0.5mm_LayoutBorder3x5y" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 304731f4-b40d-4593-8ea6-427a29727859) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f1337618-42ca-40b5-b282-e5559c024eb3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 83f98560-17a4-4167-9edf-fe597f1b7449) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2655068" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 00df3eae-a306-44d8-a283-a35d6958620c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "19mg" (at -109.275 -140 0 unlocked) (layer "F.Fab") hide (tstamp a4bd753d-5b36-44ea-be64-a769a047b58b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/c8/b7/07/06/a9/6a/4b/e2/DM00559706/files/MD_3N%20LLGA%203X3X1.0%2016L%20-%20FOR%20SENSOR_C53NMT78ADA%20(H3LIS100DL-H3LIS100DLTR)_A_ver2_signed.pdf/jcr:content/translations/en.MD_3N%20LLGA%203X3X1.0%2016L%20-%20FOR%20SENSOR_C53NMT78ADA%20(H3LIS100DL-H3LIS100DLTR)_A_ver2_signed.pdf" (at -109.275 -140 0 unlocked) (layer "F.Fab") hide (tstamp bed73993-cabb-4ea0-a1df-86988bbef7db) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/90ad544e-2f05-422d-936b-2616b9caf86c") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -1.61 1.61) (end -1.61 1.435) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad6090cc-5a9c-4489-b286-b37d77b7e3fa)) + (fp_line (start -0.935 -1.61) (end -1.61 -1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ed6ffcc-2137-4390-913f-f31663b7205f)) + (fp_line (start -0.935 1.61) (end -1.61 1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2afa2041-d800-4502-b8ba-3e7e04af6efd)) + (fp_line (start 0.935 -1.61) (end 1.61 -1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b35deeb-1b7e-4198-baeb-6c94a9c3a8a9)) + (fp_line (start 0.935 1.61) (end 1.61 1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7336489f-b5b5-4aaf-9943-256af6df31a8)) + (fp_line (start 1.61 -1.61) (end 1.61 -1.435) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3430ae5-b74f-4249-a8c3-48a7025ba8e5)) + (fp_line (start 1.61 1.61) (end 1.61 1.435) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e4d5996-6f19-4d4a-865d-8be00e56a8d6)) + (fp_line (start -1.75 -1.75) (end -1.75 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1cf85cc-0b44-4a59-81eb-461a834dda6c)) + (fp_line (start -1.75 1.75) (end 1.75 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49f86f6a-4d05-4517-8ba1-bff96afe4d43)) + (fp_line (start 1.75 -1.75) (end -1.75 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f9edf53-ca78-4d7b-897c-3628f77a6312)) + (fp_line (start 1.75 1.75) (end 1.75 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e450af3d-e04b-4bae-98d6-0e8ca9e33f67)) + (fp_line (start -1.5 -0.75) (end -0.75 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04fcb36b-73b8-4e48-88de-5a5f15cd39bc)) + (fp_line (start -1.5 1.5) (end -1.5 -0.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0e96499-83f1-4e52-b7ad-c746613ddfd4)) + (fp_line (start -0.75 -1.5) (end 1.5 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed1f6d4c-fd6a-47c4-87d6-f79766045436)) + (fp_line (start 1.5 -1.5) (end 1.5 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40df6b7f-03c3-4516-9884-2f463be51096)) + (fp_line (start 1.5 1.5) (end -1.5 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e37ae103-ac1b-490b-8542-6641df27f775)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 4c266700-147a-4738-bc1c-b6ac59878665) + (effects (font (size 0.75 0.75) (thickness 0.11))) + ) + (pad "1" smd roundrect (at -1.225 -1) (size 0.55 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VDDIO") (pintype "input") + (tstamp 075b54f5-f157-4039-ba8a-f64b9768cf71) + ) + (pad "2" smd roundrect (at -1.225 -0.5) (size 0.55 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 118 "unconnected-(U1-NC-Pad2)") (pinfunction "NC") (pintype "no_connect") + (tstamp 0aca9c22-548a-4ce6-999b-c67045f9aeb2) + ) + (pad "3" smd roundrect (at -1.225 0) (size 0.55 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 119 "unconnected-(U1-NC-Pad3)") (pinfunction "NC") (pintype "no_connect") + (tstamp 051e5c75-9a89-42e7-8020-13ab53dba5da) + ) + (pad "4" smd roundrect (at -1.225 0.5) (size 0.55 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 120 "/SCL{slash}SCK") (pinfunction "SCL/SPC") (pintype "input") + (tstamp 4c336b4d-8d1d-401e-ab2b-cd61fdc0b63d) + ) + (pad "5" smd roundrect (at -1.225 1) (size 0.55 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "GND") (pintype "input") + (tstamp 1bafee7e-a495-4959-95b8-061482022f2c) + ) + (pad "6" smd roundrect (at -0.5 1.225) (size 0.35 0.55) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 121 "/SDA{slash}MOSI") (pinfunction "SDA/SDI/SDIO") (pintype "input") + (tstamp 183bdcd2-9422-46dd-a124-78288e9ed78e) + ) + (pad "7" smd roundrect (at 0 1.225) (size 0.35 0.55) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 175 "Net-(U1-SDO{slash}SA0)") (pinfunction "SDO/SA0") (pintype "input") + (tstamp 6e82059c-eb17-44ca-9221-80e4b0e63d83) + ) + (pad "8" smd roundrect (at 0.5 1.225) (size 0.35 0.55) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 122 "/CS1") (pinfunction "CS") (pintype "input") + (tstamp 1b8c4f1a-e65b-423c-af27-c2627aea7cca) + ) + (pad "9" smd roundrect (at 1.225 1) (size 0.55 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 123 "unconnected-(U1-INT2-Pad9)") (pinfunction "INT2") (pintype "output+no_connect") + (tstamp 2821313b-7312-460a-ab21-97db87ba377c) + ) + (pad "10" smd roundrect (at 1.225 0.5) (size 0.55 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "GND") (pintype "input") + (tstamp f14f0614-1459-44dd-910f-54ebba59bc26) + ) + (pad "11" smd roundrect (at 1.225 0) (size 0.55 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 124 "/INT1") (pinfunction "INT1") (pintype "output") + (tstamp b4a10cf4-20a4-4b0f-94d4-e28c7fbdd8ba) + ) + (pad "12" smd roundrect (at 1.225 -0.5) (size 0.55 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "GND") (pintype "input") + (tstamp ec9f95d3-1e18-4940-861e-b33fc588bf9d) + ) + (pad "13" smd roundrect (at 1.225 -1) (size 0.55 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "GND") (pintype "input") + (tstamp 0778a81f-d829-46fd-b24c-898624d09a91) + ) + (pad "14" smd roundrect (at 0.5 -1.225) (size 0.35 0.55) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VDD") (pintype "input") + (tstamp 74970670-c5ce-4da7-8d66-3b0f93f12e40) + ) + (pad "15" smd roundrect (at 0 -1.225) (size 0.35 0.55) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VDD") (pintype "input") + (tstamp 39013c91-cc83-4d09-a7e6-b276188e9733) + ) + (pad "16" smd roundrect (at -0.5 -1.225) (size 0.35 0.55) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "GND") (pintype "input") + (tstamp 1191b320-d976-492c-b209-b46ddc4ff0d7) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_LGA.3dshapes/LGA-16_3x3mm_P0.5mm_LayoutBorder3x5y.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (layer "F.Cu") + (tstamp 0ad8689b-37d8-458b-b08b-4126f0a3572d) + (at 117.6375 88) + (descr "TSSOP, 14 Pin (JEDEC MO-153 Var AB-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "TSSOP SO") + (property "Reference" "U14" (at 0 -3.45 0 unlocked) (layer "F.SilkS") (tstamp ba2c1bb4-1fc6-4262-9bde-ed233e06c502) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "TS3A4751PWR" (at 0 3.45 0 unlocked) (layer "F.Fab") (tstamp 0793a59f-1f3d-4523-ab88-9a0cc73eddd3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8be01bd7-0957-4d55-b51a-7ef9b69e4d9d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts5a3159a.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ce860e62-9209-4190-a1b4-0e6e6ce85174) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Quad SPST Analog Switch, 1.6V to 3.6V Operation, 0.9Ω Ron, TSSOP-14" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp abc78b1a-3f98-47e2-9c99-8ab53425b0e0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C128399" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 02b8b362-0781-4b47-a749-8704ac8ccfd0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "72mg" (at -117.6375 -88 0 unlocked) (layer "F.Fab") hide (tstamp 284c704e-5999-4fcf-b401-8defc45a34cb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/f5/99/e2/01/eb/25/46/50/DM00945465/files/42YA_466XXXY_signed.pdf/jcr:content/translations/en.42YA_466XXXY_signed.pdf" (at -117.6375 -88 0 unlocked) (layer "F.Fab") hide (tstamp f3919698-c537-4fb7-a9f3-ff610d8dbc8c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/dc4eea6d-9656-4b91-b119-239f5d24b951") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0 -2.61) (end -3.6 -2.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef12badb-b45b-4e83-b38b-136d065b0ea1)) + (fp_line (start 0 -2.61) (end 2.2 -2.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18eaad62-18c2-4b1b-81bc-d6a3dbaa58fe)) + (fp_line (start 0 2.61) (end -2.2 2.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41378a13-6f5f-4c14-a87f-ffc2db5a6bb3)) + (fp_line (start 0 2.61) (end 2.2 2.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74df9cd8-e99b-4ced-96c2-71d77a2897ed)) + (fp_line (start -3.85 -2.75) (end -3.85 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cc3db5c-bd4c-4dad-b37e-c095dbfc8b51)) + (fp_line (start -3.85 2.75) (end 3.85 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 41c14374-fcd5-4aa0-bd8e-85bd3e55f354)) + (fp_line (start 3.85 -2.75) (end -3.85 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f8624bf-06ee-408f-bb53-9c4e7bd749d4)) + (fp_line (start 3.85 2.75) (end 3.85 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7258d9ce-1fc9-4398-bcf1-308850cff608)) + (fp_line (start -2.2 -1.5) (end -1.2 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26f06a55-9256-45f2-8c98-9919c093436e)) + (fp_line (start -2.2 2.5) (end -2.2 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8b9724c-3175-411e-881d-3c4f2acc000b)) + (fp_line (start -1.2 -2.5) (end 2.2 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a6e8762-547c-4caf-a14f-6812b0498b6d)) + (fp_line (start 2.2 -2.5) (end 2.2 2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ac453b1-6647-41b0-b14f-8f7e0f950854)) + (fp_line (start 2.2 2.5) (end -2.2 2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93b8d14c-779f-4a92-9423-d37a2021f02b)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 3e136716-2423-4aaa-93b7-46c665072848) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -2.8625 -1.95) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 113 "Net-(R33-Pad1)") (pintype "input") + (tstamp 803608d4-6767-41b3-a3d2-3e50cc0816e5) + ) + (pad "2" smd roundrect (at -2.8625 -1.3) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 163 "Net-(U15-DB)") (pintype "input") + (tstamp 729dc3a7-7a3d-4c15-9d2c-3640e9f0a542) + ) + (pad "3" smd roundrect (at -2.8625 -0.65) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 114 "Net-(R34-Pad1)") (pintype "input") + (tstamp e913a264-8b59-4aaf-9a1b-48b18437408a) + ) + (pad "4" smd roundrect (at -2.8625 0) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 163 "Net-(U15-DB)") (pintype "input") + (tstamp 997e9be5-84e2-42da-9f05-4a7a4785c476) + ) + (pad "5" smd roundrect (at -2.8625 0.65) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 158 "/C_TR1") (pintype "input") + (tstamp 84a077fd-2cb7-4080-8d61-71ac021c1dab) + ) + (pad "6" smd roundrect (at -2.8625 1.3) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 156 "/C_SR1") (pintype "input") + (tstamp 04795ec9-cffb-432d-b6ec-36be55e7e365) + ) + (pad "7" smd roundrect (at -2.8625 1.95) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "GND") (pintype "power_in") + (tstamp 49cbd555-8cec-4adb-9039-b59095378af3) + ) + (pad "8" smd roundrect (at 2.8625 1.95) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 112 "Net-(U15-DA)") (pintype "input") + (tstamp b6d5a5ae-1c37-4f7c-9977-30369a0d83df) + ) + (pad "9" smd roundrect (at 2.8625 1.3) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 111 "Net-(R31-Pad2)") (pintype "input") + (tstamp 94ba3ea2-94be-40d8-a8c1-f182baaac5f0) + ) + (pad "10" smd roundrect (at 2.8625 0.65) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 111 "Net-(R31-Pad2)") (pintype "input") + (tstamp 0358e9d0-5724-44de-814e-48c53c3df8ad) + ) + (pad "11" smd roundrect (at 2.8625 0) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 110 "/PA2_DAC_OUT") (pintype "input") + (tstamp a66428a2-24f7-425e-99c7-8ed0ee8d34ca) + ) + (pad "12" smd roundrect (at 2.8625 -0.65) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 155 "/C_SR0") (pintype "input") + (tstamp 721df180-bb66-4bd0-8525-939bb50c46a5) + ) + (pad "13" smd roundrect (at 2.8625 -1.3) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 157 "/C_TR0") (pintype "input") + (tstamp 56a95499-67c5-45c2-87d1-6d68e78ab440) + ) + (pad "14" smd roundrect (at 2.8625 -1.95) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "V+") (pintype "power_in") + (tstamp b7174c38-f7c2-483a-b77c-0e9f2f3a10c2) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/TSSOP-14_4.4x5mm_P0.65mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 0c83f574-6380-428b-9047-627970d8810a) + (at 9.539 109.853) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R101" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp b9c14131-6cf5-4ef7-87df-8116a3a306d8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp bdc8c629-bac8-49ac-8072-78955c3b0069) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7c9e5e2f-9001-4ae1-ad66-13ec59318a35) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b2adf8fe-bf7b-4656-8d9e-36e585552f5a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 28630a12-55db-481d-8f84-30a8e56b519a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/31426c08-cbf2-4d41-8c44-effe9169a3a8") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7849e9f5-c649-4c6c-b32e-e24e3af816d6)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a523666e-ca94-451a-9ddf-ae761ccc4489)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6156d17d-eff6-4e66-bb82-75dc32de60a7)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c628635-371c-4687-887c-b9546813cd30)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 299836dc-72e9-44a7-acfb-17ddb1b8ebef)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c40e1e76-51ef-4590-89bf-5007556553bb)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e62d90d-1e09-41c2-a682-b2b53f05d696)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a665a7b-62c7-4f62-abef-1c1d29e22558)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4aef9ea9-d33c-4a6d-a42c-090be3753ea0)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4d4441e-e7c8-4c5d-9fda-43d3f78253e5)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 5c19f017-7c9e-4d3c-ad8f-26f357dec34a) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp a238b21d-4ce9-46f4-b855-9c9171cd91a2) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 79 "Net-(Q33-D)") (pintype "passive") + (tstamp 6cfcd10e-cf3b-47e6-b2e2-f1ada64bf51c) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 0e7b8b31-3a36-48e9-b17f-dc814beadcae) + (at 136 62) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R25" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 72c03f28-0f51-423b-9001-e2a569906eb0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1M" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 7c31b1b7-39d9-4257-9610-d875223026f1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 467536bb-732e-4867-aadb-3b0c0aa1f437) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e3c7beac-44d7-42c1-8d42-26715a0a2a48) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 02611542-6812-4dab-9fe8-554ecc149477) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/b31becaa-35eb-49e0-9e3e-4d4ac4336ec6") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 109c0256-fa74-4888-84a9-4b6268e9a108)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9cfb2d6d-8748-4c44-9782-677ad24d60fd)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4d2f219-8cca-422c-a2d0-2b603e71f830)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3299f1b-d2ef-45bf-9327-e43ea405a5c6)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc4308fb-2f5b-4901-b487-95bab7bb2623)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28f77338-e4fd-43bf-83de-ce6a86d2ba47)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9767f73-3c19-4a0d-ac88-f6cee7bdcc35)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 088d8835-6a2f-42a3-a8a9-8ddefb36a0a8)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 413d7fa4-9505-4902-8db2-67aef20a654f)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a6b38ed-c074-46b9-9675-a4339c752e17)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 56b5f2cb-a65b-49ea-bfd9-7c725bcd3387) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 34 "/M1RETURN") (pintype "passive") + (tstamp cacbfe79-da0b-4f2a-80da-08ad9bd5c643) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 46da3a15-dca6-4536-8c14-9e66866c7457) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "footprints:Bosch_BMI088_LGA" (layer "F.Cu") + (tstamp 0faab22b-f968-4674-a3da-b6947b6f538f) + (at 126.2375 123) + (property "Reference" "U2" (at 0 3.4875 0 unlocked) (layer "F.SilkS") (tstamp 72678f82-7c37-448b-b01d-c72bf02d850b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "BMI088" (at 0 4.9875 0 unlocked) (layer "F.Fab") (tstamp d9810797-afac-4439-aa13-89ff20067f79) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "footprints:Bosch_BMI088_LGA" (at 0 15 0 unlocked) (layer "F.Fab") hide (tstamp 981d0540-9309-4e9d-9137-5778c3ef4523) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 15 0 unlocked) (layer "F.Fab") hide (tstamp 9e594dbd-2925-4793-a08a-1a17de7cb416) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 15 0 unlocked) (layer "F.Fab") hide (tstamp 95704534-cf02-49d7-a1f4-2c3e4ee4d223) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C194919" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 302b3c8c-16b2-4b16-b9b2-dee4ad08dac2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "20mg" (at -126.2375 -123 0 unlocked) (layer "F.Fab") hide (tstamp 2be1280e-4f27-4c73-852a-6e03accb28cc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "guess" (at -126.2375 -123 0 unlocked) (layer "F.Fab") hide (tstamp 63a22073-cc77-4522-afaa-e6fcc4ecd9f8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/898cd25c-8862-40d4-82f7-3d3cac24dde0") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_rect (start -1.5 -2.25) (end 1.5 2.25) + (stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp dcf7fd26-3495-4df9-ba86-09c9f2b114b1)) + (fp_rect (start -1.75 -2.5) (end 1.75 2.5) + (stroke (width 0.05) (type default)) (fill none) (layer "Margin") (tstamp ab5582bb-f546-4b86-a46e-95bdaccb86f8)) + (fp_text user "${REFERENCE}" (at 0 6.4875 0 unlocked) (layer "F.Fab") (tstamp 8f1485ae-e9fc-4cb2-95e7-d0ed808a56ca) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd rect (at 1.2625 -1.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 125 "unconnected-(U2-INT2-Pad1)") (pinfunction "INT2") (pintype "output+no_connect") (thermal_bridge_angle 45) + (tstamp a25b1cae-1036-4814-8b48-bc5e858dd1d9) + ) + (pad "2" smd rect (at 1.2625 -1) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 126 "unconnected-(U2-NC-Pad2)") (pinfunction "NC") (pintype "no_connect") (thermal_bridge_angle 45) + (tstamp e29be707-bbcc-4c1a-8c5a-83825c9a89b3) + ) + (pad "3" smd rect (at 1.2625 -0.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "+3V3") (pinfunction "VDD") (pintype "power_in") (thermal_bridge_angle 45) + (tstamp b81cb1dd-7b3a-42a1-b77e-f92dad15c607) + ) + (pad "4" smd rect (at 1.2625 0) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "GND") (pinfunction "GNDA") (pintype "power_in") (thermal_bridge_angle 45) + (tstamp e8552fc2-08ea-4693-95ba-30149ee98856) + ) + (pad "5" smd rect (at 1.2625 0.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 127 "/CS3") (pinfunction "CSB2") (pintype "input") (thermal_bridge_angle 45) + (tstamp c10e2952-ad03-44ec-b98b-456865d6952f) + ) + (pad "6" smd rect (at 1.2625 1) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "GND") (pinfunction "GNDIO") (pintype "power_in") (thermal_bridge_angle 45) + (tstamp 051e3e8d-b4ed-4a35-a519-3b1d79912c50) + ) + (pad "7" smd rect (at 1.2625 1.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 107 "Net-(U2-PS)") (pinfunction "PS") (pintype "input") (thermal_bridge_angle 45) + (tstamp 2fd0a696-cb12-49a2-a11e-47aa1e0313c3) + ) + (pad "8" smd rect (at 0 2.0125 90) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 120 "/SCL{slash}SCK") (pinfunction "SCL/SCK") (pintype "input") (thermal_bridge_angle 45) + (tstamp 701df93f-2c57-49c2-99b2-63303dea7b52) + ) + (pad "9" smd rect (at -1.2625 1.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 121 "/SDA{slash}MOSI") (pinfunction "SDA/SDI") (pintype "bidirectional") (thermal_bridge_angle 45) + (tstamp b469f35b-b524-42eb-85bc-442c3c0d3e09) + ) + (pad "10" smd rect (at -1.2625 1) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 115 "/MISO") (pinfunction "SDO2") (pintype "output") (thermal_bridge_angle 45) + (tstamp 3bf4208c-7f66-4098-bd36-7c80dd19444a) + ) + (pad "11" smd rect (at -1.2625 0.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "+3V3") (pinfunction "VDDIO") (pintype "power_in") (thermal_bridge_angle 45) + (tstamp 78efb221-cd2c-4d98-b62d-25fd38abe749) + ) + (pad "12" smd rect (at -1.2625 0) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 128 "/INT3") (pinfunction "INT3") (pintype "output") (thermal_bridge_angle 45) + (tstamp 295023ac-7e99-48de-82b4-ad55c0f9b550) + ) + (pad "13" smd rect (at -1.2625 -0.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 129 "unconnected-(U2-INT4-Pad13)") (pinfunction "INT4") (pintype "output+no_connect") (thermal_bridge_angle 45) + (tstamp 4f17e6bb-8370-48d5-b0fd-1c53010d6af6) + ) + (pad "14" smd rect (at -1.2625 -1) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 130 "/CS2") (pinfunction "CSB1") (pintype "input") (thermal_bridge_angle 45) + (tstamp 78ab831e-f322-4618-8833-ab8ab2b85da7) + ) + (pad "15" smd rect (at -1.2625 -1.5) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 115 "/MISO") (pinfunction "SDO1") (pintype "output") (thermal_bridge_angle 45) + (tstamp 21bd3437-e466-424e-8321-3b193862e3d3) + ) + (pad "16" smd rect (at 0 -2.0125 90) (size 0.675 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 131 "/INT2") (pinfunction "INT1") (pintype "output") (thermal_bridge_angle 45) + (tstamp 8c13986f-dc77-42f1-9d92-3e1fdd7dbebd) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 0fe26abb-0e3c-4a4c-b5ba-2c35c0a614e0) + (at 9.539 112.363) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R102" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 1cef277b-e682-4126-ac6b-a4cd49c38665) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 76da5503-c51d-46c7-b0dd-62441dec0f35) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6b522320-e3c0-46b2-9b7d-84de6fd51321) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp aaa6673f-4ca2-4b3f-851d-67de0e4a6739) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 96186cd7-ecf9-44f1-ad71-be2884dac43a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/0cd820fb-53e9-4205-8c9a-62f8a68895db") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 670f6f40-aebb-4d39-9eb9-4f5a7f70c800)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0eae77e2-77ff-4ba3-aae3-c1dfe8dedadc)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 363123b0-fabb-4c09-9a91-bd1fa018a254)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22bf41ea-3719-4221-8811-81fc9056b689)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f04fffd0-81aa-4877-b637-bb178f8a787d)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b637417-9309-4578-a7f5-f8f30e09f6a2)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9fd0b3c-307c-41ea-a801-2b71e8f895cf)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8bff620-657a-4356-9a39-4b90b1bccb44)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5dc9c9d-596f-4593-b3d3-7908dfb989b3)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19ba1851-7bbc-465b-8665-ee8305666517)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp fdf50b8d-aa72-4636-ad8f-a213af9cf006) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp 2c782725-d310-490a-82ec-9a874cc24ecd) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 80 "Net-(Q34-D)") (pintype "passive") + (tstamp 0896cb01-f1af-44b1-9a3b-83d3114a171c) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 116ee3b6-4225-49bd-9953-47987b49a607) + (at 200.5875 89 180) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R13" (at 0 -1.43 180 unlocked) (layer "F.SilkS") (tstamp 1b94748f-abdb-47ca-8257-efb0170912b7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1k" (at 0 1.43 180 unlocked) (layer "F.Fab") (tstamp 52e5eea8-eb2c-444c-9def-9efd1f146006) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 180 unlocked) (layer "F.Fab") hide (tstamp d637aa41-c491-4f85-944b-c9041488395b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 180 unlocked) (layer "F.Fab") hide (tstamp 2baa9e03-68ae-4881-aa80-bfe022b8fba0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 180 unlocked) (layer "F.Fab") hide (tstamp 4eaa51a0-6753-44c8-86b3-6909d0487a6c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9a700ee1-1f2d-440c-b44b-00574d3fcf19") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13584e34-b716-49ee-8e2c-d99363e24069)) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ad64cfd-5394-41bc-9fbf-290b3f75d9d2)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a53649c-d281-4610-883e-651ef753e295)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96b3c9cb-f57e-4dac-988e-46d2014c63f9)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71419ec8-3b57-4745-a8e4-e1ef07ced075)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 56ab6432-3565-415f-adc7-fbd90f9f6827)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ffd79c5-ef04-46ff-ac85-b737c1583a1f)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1420ad62-19b5-40b0-be19-2a8db54be9db)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01214691-a1aa-4899-89bf-46323f9cb22a)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20e7856c-18ec-4035-99bb-ab251c7d2624)) + (fp_text user "${REFERENCE}" (at 0 0 180) (layer "F.Fab") (tstamp f0db30c5-7ff5-44a6-94b8-ef017f758ee3) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0 180) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 10 "/PD_VREF") (pintype "passive") + (tstamp 6ff4e2c2-7c4f-4b13-8f6b-c36f7dd229d4) + ) + (pad "2" smd roundrect (at 0.9125 0 180) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 108 "/DAC2_OUT1_PD_VREF") (pintype "passive") + (tstamp 9efb4c7e-32fd-40ba-8557-1f58f4484113) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 12dd2413-5ef9-4b87-8681-5ce8db86eb75) + (at 5.189 114.873) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R98" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp a821b586-d2cc-43de-a5e1-ecf30c4e6348) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp d15d266a-45ff-4476-bd61-49c3e159ef59) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2142906d-7fe4-4bef-9368-805960acbb0f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8f97afe3-8829-4a26-907d-291db129a6a9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 22f7618f-bd6f-4172-bcc3-8b49dae50389) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/00577053-310e-4120-a4e6-46ae77c10580") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d408de7b-009f-435a-a165-278bf577d0b2)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e74a386-8a27-4c0b-9470-2b08bfc67716)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4d3bbd0-3976-4aff-a9f1-31e138c42faa)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1feab47d-20b6-42f3-aeb3-021f89b6f63d)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70e55ec6-e6ca-4145-a81a-13b362757d1d)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a649578b-e695-4d54-afe5-99938ae25b84)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b75241ed-8877-4555-a6ec-8b2b86938ff1)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b4b34a79-b70f-4057-afc3-54e982886cfb)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b7ade71-4d67-4340-88c8-41241e3c358a)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9676bc8a-83ca-4683-9bc7-abcda35dcbd9)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp d4671ca3-4eb3-4469-8b56-2691bdbe974e) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp b0e988d6-8b4e-4f64-8f3c-4bc085d18e31) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 78 "Net-(Q32-D)") (pintype "passive") + (tstamp f3d15b78-fd1d-430a-8b2f-717913624f98) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 139fbc84-898a-4530-81c6-889856880dc9) + (at 185.5 116.5) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C9" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 8d9c7656-3957-4727-8692-45cff65ec8f1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10u 6V3 X7R" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp cc7a336e-65e6-4d6a-862f-25d256472f0f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a3ef5233-6095-485b-a2d9-60351305621f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 060d311a-45c8-4989-a1f0-90ed451a5d5a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8d073f5e-d153-407e-a280-f03974a0baf4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C342847" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 71c24bb0-8b2a-469c-ae79-8432db929cad) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/7aff8906-941e-42e2-a9cc-389c9a581a7c") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c619726-47d9-458f-88b1-1318d415210c)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f816cd8-a677-4213-ab9e-3d8673858187)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5926c750-0650-4a57-9647-54a3cbf7c1bd)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10906f61-1d11-4569-b7f4-a8554da115ca)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b753fd22-980a-404e-9522-fae063b9b1f0)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7585f766-462c-41b6-8b34-4efbd0bba5f1)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d37bfc2-04c6-4b2b-9085-a073d1b26fcc)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55d3dbdf-4679-4681-aa7b-e7df462f6eff)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 144f483c-b8a5-42ec-aa8b-4506f0c525c0)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fdc5ae40-fdf1-4046-b978-62d682a69647)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 5383de17-b1ab-4a03-a409-b07e3b6f0b6c) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 158445d5-67a0-468c-8dbc-9fd08427dedc) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 921aa9c9-a99e-4fee-8c56-ea9f220c39ad) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 13fbcb64-521d-4254-8f5c-7aa99bd6802f) + (at 21.419 34.003) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q5" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 59485552-6dc1-44d7-90cb-4d449e3d80ba) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 4489ed92-44db-4538-9a8f-a16c1eff3aac) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 75640899-081a-4c52-a6e4-6e88f47f42ce) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7ace00a5-6913-46e7-8710-5cbcc67b3f3a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b1aacc8d-1dc3-4846-831c-5a70c0ae6f01) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -21.419 -34.003 0 unlocked) (layer "F.Fab") hide (tstamp fc6c9a03-caca-4cd7-b6b2-b63656954383) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -21.419 -34.003 0 unlocked) (layer "F.Fab") hide (tstamp 1cebd95a-32c6-4c8d-aa40-355598c4b8da) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/e285ed3d-9e01-4cfe-8112-4f64533f3398") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0921e33f-e7d5-4b64-a13d-8190e0450134)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 953acced-f64d-4622-ad9e-bc3618eacf87)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 863c9e10-0863-446f-9013-98b426510794)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d82a3712-9884-4353-9bf2-bcf6f488b72a)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a720b297-767b-40fc-af16-9bf962394cec)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f46c1d7-4be2-46db-83cd-6c2133714bfa)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 827d32d8-877d-41d3-8e7b-b97f53d50e75)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a775ff8e-3ee9-4ce6-b62a-74d6a1083f87)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a2fcc8f-61a5-466c-9875-3aa7040cf0d6)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c4719e2-24c7-43c6-b912-9c533cd6c6b1)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73ed0c8e-6094-4faa-b730-3d69527ab58f)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3409692c-cfb6-478d-b882-de33518d72ad)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1df575f7-db93-4b51-a8c5-4ee407404761)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp ef868b1e-f9b8-4c4a-bb53-9d3437971d7f) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 43 "/LG0") (pinfunction "G") (pintype "input") + (tstamp 81c90b69-96fc-4c20-bc28-d23c6fd262ee) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 66d18bd5-2edd-4966-b32d-b17298ef6727) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 44 "Net-(Q5-D)") (pinfunction "D") (pintype "passive") + (tstamp 02fd48ac-69f8-4b9e-834f-ce105a73c6cf) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" (layer "F.Cu") + (tstamp 16c96775-493b-4a42-b512-ed86ac921e99) + (at 145.5 126.5) + (descr "TSSOP, 16 Pin (JEDEC MO-153 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "TSSOP SO") + (property "Reference" "U18" (at 0 -3.45 0 unlocked) (layer "F.SilkS") (tstamp f7402ca8-2b42-4eb0-bea3-295da1913058) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "74HC595" (at 0 3.45 0 unlocked) (layer "F.Fab") (tstamp 0778ecd4-ddca-4a9f-80f2-47a3b8c8b9ad) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 329f1f77-d2f6-4bea-bc71-82cfb3b4d23b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/sn74hc595.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp cb4e3e7a-707b-440b-bbf9-a71ea130b0c0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "8-bit serial in/out Shift Register 3-State Outputs" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 47dee2ef-d2cd-4029-ba6a-1171ab369dc4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C148115" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4924349b-11fe-4865-a3ec-92f894f870b8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "85mg" (at -145.5 -126.5 0 unlocked) (layer "F.Fab") hide (tstamp 99727afb-69da-48fe-92d4-d2a7c61234a4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "guess" (at -145.5 -126.5 0 unlocked) (layer "F.Fab") hide (tstamp 7ccaae5d-e7dd-45e0-81fd-699712dc9ab5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/7af6be7b-dce3-46b2-af9e-1845a398acea") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0 -2.735) (end -3.6 -2.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28802063-5ad7-4943-bc49-7b89eac5bba1)) + (fp_line (start 0 -2.735) (end 2.2 -2.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b725a689-ee90-47c1-876f-dc8c6f6761fc)) + (fp_line (start 0 2.735) (end -2.2 2.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8743516d-a361-464d-bd60-2a7a6229f775)) + (fp_line (start 0 2.735) (end 2.2 2.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1815589c-bf56-49c0-8127-da9843282c08)) + (fp_line (start -3.85 -2.75) (end -3.85 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5a339d2-36f1-48ea-af66-47df476ac420)) + (fp_line (start -3.85 2.75) (end 3.85 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8c52424-b6c8-4cad-9343-e47bd8bd029f)) + (fp_line (start 3.85 -2.75) (end -3.85 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d0cc8ef3-5e0b-40e2-a57f-bd16cdd2dfc8)) + (fp_line (start 3.85 2.75) (end 3.85 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3182174b-6094-4bc0-9fc6-8b799282f858)) + (fp_line (start -2.2 -1.5) (end -1.2 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae9f556e-2558-416a-ad49-335af2c40110)) + (fp_line (start -2.2 2.5) (end -2.2 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c93f0186-5c4d-4d61-85e5-b236a1b04223)) + (fp_line (start -1.2 -2.5) (end 2.2 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d265349-e61d-4a6f-ba67-9a5dffbfeced)) + (fp_line (start 2.2 -2.5) (end 2.2 2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c848fcbe-2cd9-4243-a240-a22db618f350)) + (fp_line (start 2.2 2.5) (end -2.2 2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cfa636d0-887c-4e28-80e2-3acb0e3978a5)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 09d666f6-49b0-484a-812d-0dcbb34097cf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -2.8625 -2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 45 "/LG1") (pinfunction "QB") (pintype "tri_state") + (tstamp 19abb2e3-c3ef-4da4-bee5-d1aac3f926e0) + ) + (pad "2" smd roundrect (at -2.8625 -1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 47 "/LG2") (pinfunction "QC") (pintype "tri_state") + (tstamp 0ca92190-d549-42ea-a358-8dd949dbe2a5) + ) + (pad "3" smd roundrect (at -2.8625 -0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 49 "/LG3") (pinfunction "QD") (pintype "tri_state") + (tstamp 2bb4d879-a1e5-4d35-97a8-1cb785bc15b7) + ) + (pad "4" smd roundrect (at -2.8625 -0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 51 "/LG4") (pinfunction "QE") (pintype "tri_state") + (tstamp 0d9e0f24-a84e-4de9-b533-b77c8d842ed8) + ) + (pad "5" smd roundrect (at -2.8625 0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 53 "/LG5") (pinfunction "QF") (pintype "tri_state") + (tstamp ce00fbc0-c358-4bee-97a2-0fbde8b6990f) + ) + (pad "6" smd roundrect (at -2.8625 0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 55 "/LG6") (pinfunction "QG") (pintype "tri_state") + (tstamp 7d94b73a-0e31-47ff-aabe-2a7ecc1a3629) + ) + (pad "7" smd roundrect (at -2.8625 1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 57 "/LG7") (pinfunction "QH") (pintype "tri_state") + (tstamp 3c9576ac-3bde-462e-8935-f59fc43ccc77) + ) + (pad "8" smd roundrect (at -2.8625 2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "GND") (pintype "power_in") + (tstamp b8b0c18c-8a02-4d9a-a913-5bad674bb33f) + ) + (pad "9" smd roundrect (at 2.8625 2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 168 "unconnected-(U18-QH'-Pad9)") (pinfunction "QH'") (pintype "output+no_connect") + (tstamp 2ad01d05-3aa1-49d9-ae8b-599569f70301) + ) + (pad "10" smd roundrect (at 2.8625 1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "~{SRCLR}") (pintype "input") + (tstamp 1f8016bf-2c23-4f88-b7bb-7f9e9256f35c) + ) + (pad "11" smd roundrect (at 2.8625 0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 120 "/SCL{slash}SCK") (pinfunction "SRCLK") (pintype "input") + (tstamp ff7f7755-5784-4431-84f6-983f3733acce) + ) + (pad "12" smd roundrect (at 2.8625 0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 159 "/RB_STROBE") (pinfunction "RCLK") (pintype "input") + (tstamp 7177cf78-da5f-44e0-b663-352a1a83283f) + ) + (pad "13" smd roundrect (at 2.8625 -0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "~{OE}") (pintype "input") + (tstamp ac30a8e9-92fa-4bd2-8947-3d0feb508fa2) + ) + (pad "14" smd roundrect (at 2.8625 -0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 164 "Net-(U17-QH')") (pinfunction "SER") (pintype "input") + (tstamp ba49e7c5-5e15-4357-8927-bc4bd839e8be) + ) + (pad "15" smd roundrect (at 2.8625 -1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 43 "/LG0") (pinfunction "QA") (pintype "tri_state") + (tstamp e29cbdc5-d9d9-46f4-a9e5-09a30b2137a7) + ) + (pad "16" smd roundrect (at 2.8625 -2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VCC") (pintype "power_in") + (tstamp 85400a21-ca8d-4d79-8d4e-e36d37cf600f) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/TSSOP-16_4.4x5mm_P0.65mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 16e39b51-b1e1-4c1e-a6d6-77792bf686ae) + (at -6.321 98.843) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q26" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp ac1b0fbd-fde6-4106-88f5-affc3085fef9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 66dc6a34-c611-429c-9ab3-2b1c519c404b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a5957c87-8739-4385-b5b2-a7cfc7c82bb3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2f6cbea2-ee0b-4316-bad6-cacdf75342fa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 337318ac-de01-4e21-90f9-ded30a4313a1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 6.321 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp 35aaacc7-71de-4828-96f9-f83ef81b6e98) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 6.321 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp 21269f42-7de3-4ceb-8bb4-4fa0046f9068) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/042bb9a7-dd9c-4bc0-95f1-10bc858ef4ca") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9cc913a5-29f8-46e7-a601-24fcd331ec6b)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41841069-df09-4e40-a516-3e0d9d4e742d)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp def89c44-32d1-4759-908b-93b66eab7ad9)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7872342a-3b51-43a3-aedc-1b0b036b08c0)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1ef9a2b7-9cd7-4fcc-bfc0-dc79bbe22ed1)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 235c43b7-c58b-4dc7-af98-f7e03161cbb4)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33449c83-0d83-4342-b4f3-f62b7ed2da42)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99b8d9e6-a39f-4153-b217-bf81628aec06)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57c7bb8d-77f1-47ed-88f4-8e44712547ec)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9168ee5e-2426-47fa-b6fc-936b95775656)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0c9a7bc-0228-4c8a-b261-09283448d3c0)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5cc21362-eacc-4fe5-b26a-e3e7217a3caf)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f292ad53-14fe-460e-b1e2-83fd79e87de9)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp d3e51ca0-62aa-4c7d-bf64-7f920f5de3bb) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 53 "/LG5") (pinfunction "G") (pintype "input") + (tstamp b7f88f16-93a5-4eed-b13a-49803d6eab25) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 34765604-c244-416e-84a6-404e2fc16fd1) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 72 "Net-(Q26-D)") (pinfunction "D") (pintype "passive") + (tstamp 3dc914bc-0cea-4bfb-8610-d930ca4ba5db) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 17ae6259-ca1b-4024-9673-20cd5f60a259) + (at 123.5 90.5) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R32" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 1fe68efc-d9b5-426e-a4e2-8dfc1775578b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 4f380765-e7ad-4fc0-8185-58bfff022b1a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 51d57d09-9cf5-4b90-8acf-9ed532527e21) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 43296b66-1d56-4f74-b5bc-9d9fed3704c4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e906bb87-04bc-4757-bafb-f9fc6344a9cb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/7a3dee9d-0428-4e2c-8178-8c425e792953") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b81303b7-cb9b-4715-8551-d63bc152147c)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 960b4b1f-036e-4391-b366-3b441093a23e)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd35daad-b256-4a25-9655-97642a2de3f0)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5919360a-b91e-4e7f-8004-0714ce64e16b)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b072b34-7ffa-4d65-8a41-7bb87fa22a86)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26627bb2-eb15-4853-8e04-b52c992342ad)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a687644a-2a29-4577-a30c-0bd03eb2293a)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3d1b094-3c73-4aec-8f4f-dfa9404517ba)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f7afe3b-547f-4021-b1e5-f27827d70a68)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee99bd72-b18b-4e6f-9748-0f8ac651fd92)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 61d031cd-fd98-4062-8b4c-6dbca5f6db9c) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 111 "Net-(R31-Pad2)") (pintype "passive") + (tstamp cfb5e36e-c8c0-4768-8bd4-ba5b6557f2d3) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 112 "Net-(U15-DA)") (pintype "passive") + (tstamp a6f0b70d-e418-4e3f-b566-ddb2c143da3b) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 18891e30-1733-4540-8f5f-3da6e8cdbc15) + (at 130 123) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C12" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp c58fc147-c70a-49fc-af00-8b2970a28b14) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100n X7R" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp f0489faf-8d3d-40e8-b14a-4011337e5787) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b6fe2b87-3142-4865-845c-a9eaea7d4e7c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d68dc2d6-f052-410d-aa9a-564cf9673a0d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp de15d6d4-4e3f-4e02-90f8-bca59af6d039) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C1591" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c4827298-8de7-4c4b-a425-de2845c1fb21) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/7823e4c9-ee64-4004-a617-572342eb2b8e") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c03e4a3-572d-4501-8962-8b807f1d35cb)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46717e76-6e72-49a4-85b5-4bb3f7429fe7)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49db3460-c990-48e8-99ff-6a6d45bdb561)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e518fda-9aa2-4729-a0e3-6efc733d478a)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea55ba8b-2848-4296-b16e-116df7c43de4)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 421400c0-172b-47d3-89c1-178587d8a17a)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef0e2e35-1e77-4aae-82e7-0033fa4d3cd6)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0dd0c00-3e7c-429b-a8c2-a256dd80ef1a)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9809948-476f-4b62-9c68-58fbffc2968e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df5fc21a-7b77-4bfd-ac4a-8810e809a159)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 23ec574b-4437-401c-b9c7-a8ecb7a55b60) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp dd7fc218-d1bc-43fb-b2b9-6cde4977e6bb) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 75a714cf-8622-4c78-b201-4ecf1f35d665) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 19d09994-1bf6-4eb1-8c8f-cdab8ccbdbad) + (at -37.931 104.833) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R62" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp efdb5cf3-56a7-4534-ad04-1437ff3fc38a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 6f4c111e-4c19-425a-b64a-88ae58d5c63a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 225ed4ca-4403-4d11-b1b3-6a61a6b6aa81) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9a1fcf63-4c3d-4fab-8745-e4efe78605db) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1f382013-4190-4f85-81e2-af83cbe7493b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/7f1a7b68-e8ed-4194-b499-47d7bae11aad") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44e9c6d3-073d-4678-aa6a-d6ac06246a7d)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56768a76-a2d5-4bdc-816c-ee89d654010b)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5ea3d31-3725-4566-915f-d3e786a800f8)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eae2566b-1836-4d1b-a299-b155480b6055)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 864e15c7-9dbd-4d9c-b6e4-306573115fdd)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58be39f3-5296-4678-af9d-f892e68b013b)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c92b53b-f883-44d0-9837-45a47bdceecd)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f33387c-6581-4674-bce0-a7941527a95d)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9886dae7-5e18-46c6-bf3d-72f7ecf46829)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a87b0d9-6a69-4593-bf18-2d1e8ae6de45)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp d9b4772e-9b66-4a42-ae2e-c8b90dd0c065) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp 32aefd45-1e44-4b36-b626-46b76e623502) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 60 "Net-(Q14-D)") (pintype "passive") + (tstamp 53a5a175-f47f-4174-8ba2-5bc170c476d0) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 1b5320aa-5e4e-406c-8908-f571f7ce3e1c) + (at 36.089 59.963) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q43" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 6cc6de3a-0047-468c-9fe8-4b59908f90ae) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 40f90e7c-bf6d-4b30-9666-c8b1ba531a5e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7b020815-1c2d-47d9-a1c0-44bb2bf11965) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1fd80168-26a4-4bbd-9243-a9c33a90dca8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2166425a-3682-4958-a1a8-4baca9b2a7ca) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -36.089 -59.963 0 unlocked) (layer "F.Fab") hide (tstamp 9fbcf409-05d4-492f-b779-9a99b98837b9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -36.089 -59.963 0 unlocked) (layer "F.Fab") hide (tstamp b02169e9-c792-4e71-8b48-22c70fcfd0af) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/a8a3de54-32dd-45a8-b0ac-79a6af36d591") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 848da381-14b0-4cca-a955-6cfdab7326ad)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d46bb13-b775-4d29-a805-c27df77046a8)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a4adffe-9b4b-4e17-856f-d8ed230a0405)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d39d031c-f098-4c4c-9eb9-5b96ae62c23e)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 798082c9-3db2-4af4-9bee-8d149c541069)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 307f5b8f-b845-49ce-9790-3957ac612f12)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp faa4355a-1960-49cb-8807-22399b88304e)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84dee7f3-2548-47fb-aef6-3bcf0b4f851b)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae44ef2b-6ca8-4771-ab52-3d827f8968c7)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a535c87b-3dc5-4d73-9f15-4bfcbc033e6b)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c81553b-2cdf-4d0b-847c-7176f22385d2)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31855e8d-3b92-4c44-9c61-fcc7d230a242)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 280411e0-20e1-43f9-ac82-40c2890e0ca1)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 456154fe-1a27-4b0e-81e0-9217ae3ae630) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 55 "/LG6") (pinfunction "G") (pintype "input") + (tstamp aa7fe4d0-a6a9-4982-b5e6-10feda48ca43) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 934daa8e-b481-4a79-bb4a-ad573688abfb) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 89 "Net-(Q43-D)") (pinfunction "D") (pintype "passive") + (tstamp cc9e9f3d-6631-4648-a09f-8fc321625aba) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 1c546fde-833a-4e8a-8497-c7f9f9992e81) + (at 9.539 107.343) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R92" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 77927c0f-4ef5-4c58-81f7-283e359663fb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 258bbe73-bdbe-4e68-b823-f297521499d3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e152bd79-9798-48c0-be9f-406c496174fd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2b9ae7d4-40f2-44ce-98b4-16f71b1c28ee) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 189a53be-3dd0-4112-8d77-25338350512e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/71a84fc6-2db1-44d2-9394-3c14ffec2f61") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7cd9403-98d7-4167-8367-6f1065c02b3c)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be3e40a0-9d95-4c12-b8a3-a57c9e6f7c8f)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2e64914-6320-4a27-91e3-9cb8d7f9a549)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ac0337f-77f0-4bf8-acd5-dd85c2800f95)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3634e1c6-9ee7-4820-a775-b983e95f7177)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a4faaf3-edd4-473d-af25-b84ef2d28caa)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22081d86-7a18-4044-84e9-0705eaa0bebe)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8ee9674-6aa0-4c6a-9200-e82826abb289)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc11818e-fa2c-4684-8311-fdf3e6bcbc3d)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 757bc9a8-88a2-4664-9caf-77334b24769f)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 7497c7c9-f3be-4f1c-83d9-cd4989238e19) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp f1935ecb-9a98-4d86-aff5-722a75ace5eb) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 75 "Net-(Q29-D)") (pintype "passive") + (tstamp aa0a715b-f04e-4555-b16b-cf03f273229d) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 1f17a723-880d-4433-a7c1-68c8cadff1d2) + (at 210.75 81.44) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R3" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 86e54d78-d1a5-4dc1-ac56-b5e31fdee563) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1M" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 9edacbe2-74f1-45c0-91d9-2ceb6519b4c4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bf7dc43d-ae85-4767-adf0-feaaf3ff603b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 35df6669-7325-40d3-b34b-81825a33f73f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 85df3ec3-05f6-42b8-b440-50c662d2e535) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/054743f0-0d26-42eb-acbb-ae2cacd708b2") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5425b980-01b0-4459-bd2c-efed873a88ee)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c79db631-6f09-47b5-81e2-e659ebc6faca)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4cc73e4-e45d-4827-851c-fe79cb8d5dc9)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5231d8ca-5856-4062-9628-0f1b8e761c60)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ba5aa44-1b09-43df-a9ce-aff0fae80e53)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee9566ff-93ca-4e14-89c0-d975e2872177)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b326b40f-771f-44b4-a9f0-b3819cffd8ea)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b88f4bbe-0f5d-405f-b547-c04aa333d674)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dcd6f38d-c7c4-478f-aa52-9b9c26d84d6a)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fd81258-4e4b-4cea-b04c-f4830dc9192e)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 27f1c98f-29a3-41a6-ade7-39ec44719da4) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 7 "/PD_TIA/IN1") (pintype "passive") + (tstamp f35987ac-9485-43f4-b7ed-8806fa258704) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 8 "Net-(Q1A-E1)") (pintype "passive") + (tstamp d4b36aeb-1e22-42ab-9d4f-4a69c19c9d17) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 202690fd-1f5f-45a5-947c-34f729539b33) + (at 13.889 104.833) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R105" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp bc574727-5585-496e-b154-f432c4ca78ea) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp f4521e88-788c-454d-adaa-d5895539a0af) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e96c1418-a826-4ec7-ad8b-50076dface21) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b9948f67-041e-4b10-b568-302a6031345d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 77f60ddb-acc6-424a-8b22-76041adafbbe) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/346c6449-47a2-47b3-9610-d379d17bd99d") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9bd2602-9add-4ef5-a9b3-b53e6b706dcd)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb2097b4-dc8e-4a5d-b71f-4e6f7bdacff8)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1699a84b-ff2a-4714-9eb1-e47d5890db58)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d08decf-252b-415f-86b4-f8f6f27af77b)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e129be1e-ebc0-4242-839b-011f10947c0a)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fcd8ea2b-7ada-4d58-b3aa-f34ac913f431)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b8b0292-4d31-4b5e-b59d-218abbb9fe17)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52df17cf-e7d5-4bf9-9c54-5e18d102c123)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9027e62-f39b-4c5f-ad26-9469bb7b606d)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp def51d0e-4473-4e01-89cd-5a4980d46ea5)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8b95f1d2-9490-4978-8187-c7f67662bdb9) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp 8d8b72c2-1722-4b2d-9ec3-9d03371d60c1) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 81 "Net-(Q35-D)") (pintype "passive") + (tstamp ea707eef-b06b-495f-adcc-532ea12153a6) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 23239ad2-3fe1-4739-a61a-84e107701e4a) + (at 21.419 38.453) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q6" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 413c6dfb-9148-4a3e-86da-f9e374df5ac4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp ffdbc487-c54f-4e4c-ba91-5e5835553544) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bf3392f5-cbe8-4aeb-8930-5623cd9cf8cc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0b42d5dd-ea5e-4df8-bb8c-18de406057bf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp da280224-8548-40d3-88e8-7258558d3366) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -21.419 -38.453 0 unlocked) (layer "F.Fab") hide (tstamp 89ab6c7c-847e-4842-ac1c-44e7c639df05) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -21.419 -38.453 0 unlocked) (layer "F.Fab") hide (tstamp 82ca73a3-6593-4e58-bc6b-9fd64b6a7edf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/ab41147b-9b99-4c91-97bc-d6085df60a7a") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81b384fd-afe0-4b3b-9bc5-2b638d030cc5)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68a22585-7fae-4716-b724-4ffd8db5570a)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00346c95-628f-43b0-b255-a8b127a917a6)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2aa5255e-f0f6-4903-ab33-0bfa625b0852)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24992166-b4a2-4739-96b5-73bca44ada64)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 545db9e2-afdc-4c70-9db3-4d3e5eee0aa2)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f369150e-2e74-4b2d-a39d-bf8c121c2162)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21758441-d574-42f3-aa15-cd19c6e27471)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4e10f18-2973-4d26-bf7a-e2d2cb748664)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5bdb387d-299e-46d0-8615-4d93ff134f90)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5691cde9-379f-4d6b-b8ee-f5c8bb19d8c8)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf649d31-7998-42fe-98a2-6ba75c6fd93e)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e496a24-80c4-4a7b-9b7a-332342a57d25)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 085e3682-f982-4663-bd14-1d7336744eaf) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 45 "/LG1") (pinfunction "G") (pintype "input") + (tstamp 50a8bdd8-687d-4aa8-ad9f-3967ca6b47a5) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp a64ebcca-ae87-4ad9-934b-24a57e4854fe) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 46 "Net-(Q6-D)") (pinfunction "D") (pintype "passive") + (tstamp a6681634-0127-487f-9ffa-8bb8a63223f9) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 2364d0c7-a780-4340-acd9-d9a9cfd64f5e) + (at 36.089 64.413) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q44" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 6d1ced54-ff78-4ac0-a871-bc5a4a7cb3ae) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp ac7cd453-a5a6-444a-aecd-78e5e4bee876) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 57229df1-89b1-43d9-b0d2-95ec98af4889) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7bfbaf51-b092-4e84-97a0-99dde7b91084) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3315b5e6-1a40-4556-a1b9-a6e610afb4fc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -36.089 -64.413 0 unlocked) (layer "F.Fab") hide (tstamp e9744f21-ae87-418f-91da-3e7b1ff14c90) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -36.089 -64.413 0 unlocked) (layer "F.Fab") hide (tstamp 7e756bb2-50c1-42b5-8906-d82778ce7716) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/305a18b0-61d4-421d-a82d-dc1cf3f01899") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 555a74c2-def7-4a15-8157-34860f442840)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fda60938-1582-43a0-b685-9574dca66a3e)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b57b5cec-5d6e-40d5-ad25-e1dcdbff9440)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b757eae6-b22f-4211-8d06-fad02181ebdb)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67413aca-d41c-44f5-85ed-1275cf6ddd9d)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d125dba4-82e3-4859-a82a-b9c13f75abad)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30227d2a-1129-43c9-95fc-444344fe0afd)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 93fdcc58-dbf2-4ef5-bfac-625562280b02)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11b708fd-2f43-4cf2-819a-75b3203f3256)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ea0d585-c776-4855-9fc1-768b3edb4aa7)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e753856-8c43-489d-b464-55f9c24649e5)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 584f888c-c75d-4635-8c44-afe5fda722b7)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 097103fe-ea06-4080-963e-d659c30e3db8)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 1cf8cebe-3fad-4359-bcee-115c27146540) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 57 "/LG7") (pinfunction "G") (pintype "input") + (tstamp 30855278-adb9-4a43-8905-0b34418e6b05) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 0ed45ea2-f78e-43e2-a362-76263ddf6b24) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 90 "Net-(Q44-D)") (pinfunction "D") (pintype "passive") + (tstamp f2284dbb-ea30-45e9-8850-2d3d635d0504) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 2378b7e9-3f74-4db3-9ae8-6e4e2cec4e22) + (at 202.05 62.34) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C37" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp e683170a-2445-4857-9d47-8a38f7574d55) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "DNP" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 3d6382d4-02e9-4ef9-825f-c287da996b94) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c0d250a8-dfff-42fe-aaa4-fc43e897a3fe) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 312a850f-aae4-425b-a550-5cf9d28cc04c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp cee83e4c-ce0a-45dc-a1b8-d133fe142738) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/2d80ec4c-02df-424f-9008-59d6c168bd18") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd dnp) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f58c65fe-64b8-4af6-a8ce-dda130826ccb)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 790c9e19-50bf-4fe9-9ed6-eefc8f03cb9a)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 211a9f03-6b7d-4d94-98fe-982af996022b)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33e02f39-50bf-4d13-a649-6e82b2fc9209)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b3ba801-69f0-483b-8ab8-9818bcf4e3c7)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dfe96a06-4375-46bc-858b-ec9a9862c29f)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b0f94a0-f7d1-4dd4-bcf4-5c546041e339)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6466f73f-38f5-47b9-80cc-6cd6a7882472)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f3fd297-3ad0-4f79-b51c-37a04f1d4aa3)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d38a621e-f74e-4a3c-b6f1-0122edffa3bc)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp aa5d9ba8-d735-470a-a371-bf73ba9fec60) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 24 "/PD_TIA2/IN2") (pintype "passive") + (tstamp 9c41b175-593c-4360-bce5-44d08f29a90d) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 25 "Net-(Q52A-E1)") (pintype "passive") + (tstamp 1f88b768-0785-4054-9d1b-19b484400e3c) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 26692edc-28a4-47bc-bb79-c1318d5dbd45) + (at 31.199 34.003) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q9" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp a82056b1-f8cf-4fd9-9bf5-dfa66cdd282d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp a2cff945-7cda-478b-a2b2-66b806b4a70e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp cd8e4a44-1000-480f-93e0-e0885cba3598) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3323e635-3f51-46c2-8194-f6c0416dbf84) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7d1e5b5c-3e7f-4401-92ee-70c9d2dc59dd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -31.199 -34.003 0 unlocked) (layer "F.Fab") hide (tstamp 81825f31-118e-4cd8-adc7-4f24b91b1624) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -31.199 -34.003 0 unlocked) (layer "F.Fab") hide (tstamp 496015d3-ebf5-4001-8a19-566928b180e0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/e507db81-cd04-4738-8e6b-19c57e889829") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 59b211be-7885-4023-afbb-5c976193cb20)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71438805-4207-42e0-9a73-65f8d8771922)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c401a136-a34e-41fc-bd2b-7c23120fddd0)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9aac5cd6-c520-4831-ac7f-e7d2af461634)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea8915ad-09e0-4113-a633-6a434fba0050)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a3db722-94f1-445e-91ae-8def28bf04a6)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a297cee4-6a6f-493d-b461-e8546fe724c0)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69b3d076-9687-4c1f-a308-7f639f9c9a27)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51279832-f332-4d81-b485-0fff99fbc51f)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94a5825a-2a9a-4cab-96b1-bf04513833b0)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a445981-42e8-4be5-869f-f5d5bc2f5d85)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e64f7a1a-2a3f-4fc0-ad21-af73478fca0e)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 431c61b5-ece3-4433-997e-bc027c5fc9c2)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 2da29c9f-b103-4fcf-9a51-77ad6365ea80) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 51 "/LG4") (pinfunction "G") (pintype "input") + (tstamp a261165e-113c-4ac8-9464-f6b53233a8f7) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 7c2ddf0a-6a94-4c19-81aa-967d4fd0039a) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 52 "Net-(Q9-D)") (pinfunction "D") (pintype "passive") + (tstamp c2c4b36a-8ebc-451b-88ca-bbd6d9146e90) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "MountingHole:MountingHole_3.2mm_M3_DIN965" (layer "F.Cu") + (tstamp 2dc419ba-692d-464f-a1d9-78a458eebb68) + (at 150 80) + (descr "Mounting Hole 3.2mm, no annular, M3, DIN965") + (tags "mounting hole 3.2mm no annular m3 din965") + (property "Reference" "H1" (at 0 -3.8 0 unlocked) (layer "F.SilkS") hide (tstamp e58a0f35-8e44-4169-9df0-8cc401de07c7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "M3" (at 0 3.8 0 unlocked) (layer "F.Fab") hide (tstamp 9daa9e45-2c44-4966-ae92-0407111926b2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7d919ab9-1d3e-4ea5-8914-a4757408e189) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8f84588a-a396-4295-9801-d6990b92ceda) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4eaa0c8f-8d5b-4423-8fa1-ee9c24b88d96) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "0mg" (at -150 -80 0 unlocked) (layer "F.Fab") hide (tstamp 6e8549a4-7468-4b65-87dc-e7c96a83f701) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/a064b64e-9397-4ebf-8273-b596e32de41c") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle (center 0 0) (end 2.8 0) + (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp a0725661-8d8d-423c-905a-5669aa51fe2f)) + (fp_circle (center 0 0) (end 3.05 0) + (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 2ab9c732-a7af-43b5-a0e2-fe6d47079454)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 877a0742-c632-411a-a2d5-402d7de7d51c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") + (tstamp b2782da3-f03d-4a97-a626-66234dbcba54) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 2e3e4345-0623-4ec5-8154-079b99835656) + (at 191.5875 88.49) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R15" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp ae14af64-3b2c-4eca-95c1-069c5269c436) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 0c221f0a-aecc-44a7-98c1-f47d8c1903ba) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 851f9712-04bd-4449-8ecb-f8092de9d9ae) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f204178e-6c29-496e-8e7b-a342ccdcdbd9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp eb45aedd-91ba-4a96-bd39-f8018fa61890) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/ed1d0e87-0330-4d17-9a59-cfadbbb3791e") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49f5eeb0-c9fa-4524-b1d5-b3dedc673cbe)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afbfbcaf-96a1-4042-a15a-7436d196eae5)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76de85d0-e8c4-49f7-bf1d-0ddea4918fc8)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3d51e9d-3882-4934-9470-9127a074ba45)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e8d2c36-d65a-4718-924e-60b2219d6e93)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33284b63-f850-4da4-a686-fd3f67b4a942)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1deae020-cfd7-4dd7-8a0a-c37cb3dbe1dc)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2204c8b5-9ad6-4bd2-949e-8439998b9747)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b0ec4c72-e60b-4ed0-b920-0cf2ca7e32b0)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71fa14b1-e836-47ec-9d7d-02141ec695ed)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp e491a1ef-2cd0-4d1b-a9e9-c8608ead1621) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 12 "Net-(U9A--)") (pintype "passive") + (tstamp 110eac7e-9da6-4193-9b1b-3b18420e8cc2) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 27 "/VREF") (pintype "passive") + (tstamp 25310746-8b82-4616-9c8a-7fae6b0ce553) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_THT:TO-18-4_Window" (layer "F.Cu") + (tstamp 2e6e6550-4d92-4b96-b7cd-8e07b7ff31f0) + (at 183.439448 78.865552 90) + (descr "TO-18-4_Window, Window") + (tags "TO-18-4_Window Window") + (property "Reference" "U8" (at 1.27 -4.02 90 unlocked) (layer "F.SilkS") (tstamp 181d8210-12fb-4125-8e15-aafb336c62b2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "HMS K1C1 F5.5" (at 1.27 4.02 90 unlocked) (layer "F.Fab") (tstamp bf888f92-8911-4e3b-bc78-13254c454cdb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-18-4_Window" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 9ab20f32-6081-4a4c-83e4-e3ee67ac582e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/1912111437_Heimann-Sensor-HMS-K1C1-F5-5_C341243.pdf" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp ed059f6f-1f67-412d-930d-c592c9781dc7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 0d001053-4768-4321-bcf1-b60420e0e282) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C341243" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 28bf4d00-5760-4ca1-9047-f14a92f2463d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "100mg" (at 78.865552 -183.439448 0 unlocked) (layer "F.Fab") hide (tstamp f7d9170e-f43a-4f2a-9e75-f8808a2e7532) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "guess" (at 78.865552 -183.439448 0 unlocked) (layer "F.Fab") hide (tstamp 1d7444f5-65ab-4148-a63b-e12ee3948a41) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/7bc0142a-8e45-4827-a1d4-575474772a5c") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr through_hole) + (fp_line (start -1.224499 -3.484448) (end -2.214448 -2.494499) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e255d18-f360-4b8c-bd6b-21f0966aabf3)) + (fp_line (start -0.312331 -2.572281) (end -1.224499 -3.484448) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb12d437-eecb-49ca-81ca-0b95f5389bf7)) + (fp_line (start -2.214448 -2.494499) (end -1.302281 -1.582331) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52997c3f-340f-4578-aa9c-45126c4e805a)) + (fp_arc (start -0.312331 -2.572281) (mid 3.405374 2.135551) (end -1.30215 -1.582544) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04362783-4975-44bf-af6e-6e05d3db9b7a)) + (fp_line (start 4.42 -3.5) (end -2.23 -3.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7f4056f-9e88-4ca4-9167-e10892ac1dc4)) + (fp_line (start -2.23 -3.5) (end -2.23 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34ba1867-74fc-48e7-99b2-0f77d5cf4bca)) + (fp_line (start 4.42 3.15) (end 4.42 -3.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42cbb6e0-d234-4db7-96d3-2343f8d8a5c2)) + (fp_line (start -2.23 3.15) (end 4.42 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0b70d49-e375-4ff8-b646-6b61034ba06f)) + (fp_line (start -1.156372 -3.246616) (end -1.976616 -2.426372) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ba25d1c-f06d-4fb1-9cb6-208fc47a4d06)) + (fp_line (start -1.976616 -2.426372) (end -1.149301 -1.599057) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e04dfd1-33d7-49a7-a80d-4e4ff19fe752)) + (fp_line (start -0.329057 -2.419301) (end -1.156372 -3.246616) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d5a1940-782d-41be-862e-341a276b963e)) + (fp_line (start 1.553 -1.98) (end 3.25 -0.283) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c560c1da-fd0d-44eb-b279-4115bb5e6e1e)) + (fp_line (start 0.987 -1.98) (end 3.25 0.283) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 765232b0-1a24-4aaa-ba5c-342f82374e38)) + (fp_line (start 0.539 -1.862) (end 3.132 0.731) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5a59fe7-8dc9-41e0-a783-0eb25ff01e1d)) + (fp_line (start 0.167 -1.669) (end 2.939 1.103) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4f664ee-eb04-4f3c-903b-da81f39e78aa)) + (fp_line (start -0.145 -1.415) (end 2.685 1.415) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44b17d74-6e00-46ae-889c-f3e60fe47c61)) + (fp_line (start -0.399 -1.103) (end 2.373 1.669) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 290c05c8-e9f6-4dd0-a7f8-338eef869656)) + (fp_line (start -0.592 -0.731) (end 2.001 1.862) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp caf8f769-b7b7-4cc4-94cd-997c15e7b3bb)) + (fp_line (start -0.71 -0.283) (end 1.553 1.98) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3bcc60a8-723e-4731-a3f2-03ce1b9e56eb)) + (fp_line (start -0.71 0.283) (end 0.987 1.98) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 837e4af3-c5a0-47c4-9b7c-dea3469f0d6c)) + (fp_arc (start -0.329057 -2.419301) (mid 3.321076 2.050143) (end -1.150029 -1.597956) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a638464-94e4-4b7b-a3d3-e438a48e2338)) + (fp_circle (center 1.27 0) (end 3.67 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 16bf46c8-3b95-4581-8e58-f69b6777e280)) + (fp_circle (center 1.27 0) (end 3.27 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp f67ff9e3-a838-4308-acee-54499c32c6be)) + (fp_text user "${REFERENCE}" (at 1.27 -4.02 -90) (layer "F.Fab") (tstamp 2e77dd61-329b-4dcf-ae24-dbfeeabc51b3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" thru_hole oval (at 0 0 90) (size 1.6 1.2) (drill 0.7) (layers "*.Cu" "*.Mask") + (net 27 "/VREF") (pinfunction "TP+") (pintype "bidirectional") + (tstamp d28fdfec-5dd8-4ff2-99e5-a2458ab2bf17) + ) + (pad "2" thru_hole oval (at 1.27 1.27 90) (size 1.2 1.2) (drill 0.7) (layers "*.Cu" "*.Mask") + (net 109 "/TP_NTC_raw") (pinfunction "NTC") (pintype "bidirectional") + (tstamp d71db1d3-9e06-4147-af00-1a2d33f764ec) + ) + (pad "3" thru_hole oval (at 2.54 0 90) (size 1.2 1.2) (drill 0.7) (layers "*.Cu" "*.Mask") + (net 140 "/TP_SENS_raw") (pinfunction "TP-") (pintype "bidirectional") + (tstamp 618957fe-bc84-4841-9a73-5b2627fa8512) + ) + (pad "4" thru_hole oval (at 1.27 -1.27 90) (size 1.2 1.2) (drill 0.7) (layers "*.Cu" "*.Mask") + (net 4 "GND") (pinfunction "GND") (pintype "bidirectional") + (tstamp 5536f304-8c4b-4d62-ac45-1097d57c3f8f) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-18-4_Window.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 2e7dfac2-529f-4225-bb94-b2d48193a6d3) + (at 9.539 114.873) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R103" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 3c400de0-50dc-41ac-ba95-81422713a92c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 4080dac3-a899-466a-8b21-5e07c618a9cf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e0520727-654c-460d-a5c0-3bed9f8227ab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5f92a586-2eaf-4288-8df7-057d60830dc1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 84f52823-f39f-4dbf-8a70-c0dd0ff9ca61) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/eb76983d-d270-4293-a714-74afd72d32da") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9f7cc0f-d9b4-4dfe-8817-56ef1493b785)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9dcb85f-99a2-4ef5-a3f0-c1e976c8b32c)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2934a6b-ff54-4a98-9146-673474842024)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 105d5ac7-9d66-4fa2-a1e5-47aea26d0d76)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac12d24e-b26d-421f-b48f-ff1024013576)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3fce63e-0514-43db-b478-3806e8c7bf1b)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc9f0d3a-55e7-41c4-a40a-918efc1445ee)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88317fd7-308f-4547-8684-7e17bbfa7e9c)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9ee4dca-a25e-46a0-b152-0e89f6264c46)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f65481c-c6c6-404a-b8d7-7bdf20ac566d)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 2767779b-d505-4a8a-b9ae-9386431381a8) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp 7b4a1730-a226-41ab-9885-425189d9aa67) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 80 "Net-(Q34-D)") (pintype "passive") + (tstamp 198598a3-7dd0-4c7b-847d-44d93c3a0882) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 319361a9-3391-4eb3-bd91-1b9288c2b341) + (at 202.05 76.42) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C15" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp cab6f1ce-0715-4cc6-a297-01555d385260) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "DNP" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 26352845-3bb3-4300-b8f2-d0c463c1438f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6602952c-0495-473d-b517-51042db23fa7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 155c9f7e-d80d-4bc9-a075-2233d172c93b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 94be3d29-950b-4f87-aaf3-2eeab6675f81) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/ae4994f6-28cf-4df2-a7cb-93d0e91d4e63") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd dnp) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0131f3ee-4e87-4b96-b630-218d27c746bc)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 701afc0b-b67e-4a41-b729-797388fecb5b)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c29eb57-29b9-46db-ad1b-1cb87797b777)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 91cb565b-4605-4cbf-b3e5-b205d05491de)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08916ec6-1d9a-4a76-8df2-442bcec21567)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1b076ae-d3cd-4619-ab78-d3cecf028930)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6d0d229-2642-427e-8a8e-85f6ff6dd333)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d9494dc2-1325-4ec8-b1d3-5a86e70488de)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9e5de1a-8314-45bf-b5da-2d025babb249)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a82dda0d-9124-46b5-a1c0-332c4732bca8)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 043332a4-aa4a-42ab-9d9a-8b1397849035) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 7 "/PD_TIA/IN1") (pintype "passive") + (tstamp 4c1eb2b8-0a93-40f9-b714-8e5e1ea004a7) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 8 "Net-(Q1A-E1)") (pintype "passive") + (tstamp 12c4f74c-58ff-4b0d-8e50-0402f860ce33) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 3268dd57-ea2a-49b5-b5de-6ce66ecbdb3a) + (at 123.3625 75) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C27" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 51ecab90-63b8-475d-a0ec-e5a373534544) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "DNP" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 32070ceb-1384-4d12-be70-69e8802b38fd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0262a31b-c126-493e-be29-05945276cab2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 04551d15-6b99-4a07-b051-8f11aa59696e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3400d0a8-fdd2-4c29-a6f6-c13b8132ca1d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/aa736865-4f7a-4827-b964-34cf4e92caec") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd dnp) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4894157a-7349-4581-9755-ad8fd18f8fea)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 12e01d5b-3154-4312-b485-44e6600cf721)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35c99a9d-d106-498e-99b4-f261acb44ec0)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c422bcae-46a0-4e56-8c2e-612c976f6da2)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6d3aec5-615a-4b01-b322-661a34285922)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a445688f-60b1-477a-8ed6-8229e375cd64)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e0e9dcc-7c93-46bf-bcb3-635a481362df)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6318f065-1152-4ecb-aa42-359e1ee6d9fc)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c871c006-1801-4017-915e-c3db3a36d18a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79a5914c-15df-4001-96a3-fa6a3765459f)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp bb700674-9df1-4d43-ac7f-29b843d2450d) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 7580c97a-67bd-497f-8055-a2f6179b31b4) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 18 "Net-(U15-S3A)") (pintype "passive") + (tstamp fd181ad8-ad71-4f52-8b62-cb5831d97b0a) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 327c9d79-e4eb-433f-8c79-44c0c44b6613) + (at -1.431 98.843) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q28" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp c0f0d770-f005-4035-99bf-ee6486f64986) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 73220a2a-50f5-49c0-8594-8f12ed0f5389) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp abe3379b-b216-482b-9234-fdbf0c926f67) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp cbf6225b-2a37-4dd2-9d2d-e6d7b75f01e4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8c69d687-5564-46b5-9c89-eeff1c749a64) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 1.431 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp ddfd769d-9744-466d-80ab-df82a3ba41d8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 1.431 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp dab350a1-8e9c-4e6f-be80-276fda76e0d2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/305a18b0-61d4-421d-a82d-dc1cf3f01899") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d052a324-33fd-46b5-b8a1-0a446044c57e)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e4ae349-6e79-4fc0-8952-70fa1f568564)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2512948d-6a87-4f4a-b941-6526540b3e9d)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2706e193-909d-4ceb-876b-e9f3f8a81fd1)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3d368fc-ead6-4810-b6a1-6a032c81e6d0)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f28db95-0d90-43c8-a30f-3dbc02fe357c)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6fd5974-cda0-4169-bbe3-4ad8dfb8a146)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b47444f-a968-4912-849c-94e639721bf6)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3163fa5a-42f4-476d-b618-7e024c029e32)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 705ac35d-dac9-4977-82a5-46c508664c0c)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f96fe8ec-891c-401d-a7ef-be7237c67237)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d9cb3ef-5d6d-46fd-9485-a090845ef6ad)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb9ea403-5b8e-48d5-8d69-019865eb230f)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp cff43d4b-79ae-4268-8a8b-86b86c83dd7a) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 57 "/LG7") (pinfunction "G") (pintype "input") + (tstamp 9937f478-83cb-438d-aa28-b3a473f2b629) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 1a338f48-2458-4024-bbe7-6a144870be52) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 74 "Net-(Q28-D)") (pinfunction "D") (pintype "passive") + (tstamp 73a172b7-a426-4ac2-b64d-3d136450553c) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 3295d06d-f6f3-472d-aa8c-f19562cb56e4) + (at 31.199 38.453) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q10" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 8a8e15a0-fd77-4d0b-ad41-b07f7f21fc23) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 1dab1fa9-11c4-467a-828b-3b78c5e0c100) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7a8565a3-61b2-4856-b9b6-3931db5b725b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ae8ae984-bcc1-44e3-8a9b-2686cf8b864d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 676b2963-52db-4918-8db2-432f2d8438ea) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -31.199 -38.453 0 unlocked) (layer "F.Fab") hide (tstamp da38bda2-2d85-4e7d-9831-513c45563363) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -31.199 -38.453 0 unlocked) (layer "F.Fab") hide (tstamp 5cb01692-e4c5-4b48-9bf5-98e71604fd2a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/042bb9a7-dd9c-4bc0-95f1-10bc858ef4ca") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 531bdac4-cf4d-45fe-8547-d4ab62166369)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13b4d5e5-8b67-4950-974c-dd3fa449c3d2)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04678d28-7530-48ba-9344-a7df210dbf1f)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2e6cf69-7e76-421f-9252-ab67102a296d)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7606e2a2-1983-4403-b4db-8363f3c71b49)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a2ab34e-9f04-453a-b82d-af4b6bf80fe0)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8437c547-2f64-4230-871b-02558e0ce06d)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3bc1da36-1c0f-432b-a313-55858299084b)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32a1e2e4-6360-4ee8-8150-8ea1008de333)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aecb1553-c89a-4362-a059-d1ff44efb80a)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77f4dc23-8efa-4057-a6ee-31bc165c93a8)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07827807-b869-477d-b162-cfff99091bf8)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d177ed4-0d3a-43f6-8584-acdc180a8b98)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 1ff7a7d1-8cc6-401d-88d8-49134211418f) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 53 "/LG5") (pinfunction "G") (pintype "input") + (tstamp f20b6f43-51c3-4530-b728-18164c826623) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 3cacf02b-f185-4ba0-8f5f-60cb6dfd3c35) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 54 "Net-(Q10-D)") (pinfunction "D") (pintype "passive") + (tstamp f8c89840-faf7-4b05-92a5-358b46b07359) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 335d9944-3bda-49d2-9656-2ebffad2e5ea) + (at 156.02 142.5875 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R127" (at 0 -1.43 90 unlocked) (layer "F.SilkS") (tstamp 20a9d8e7-aa1d-45cd-8409-e5ee82786ed1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "47k" (at 0 1.43 90 unlocked) (layer "F.Fab") (tstamp e35a32a7-3aeb-4bfd-87ad-dc2b97c5ee0b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 70d5cbb6-da08-4eb9-a29a-20341af42a9d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp e55c59fa-d238-4029-b43e-328a8b2542f7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 6b1a0eb3-964e-42eb-b21e-47fe8db6bbac) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/813d139b-23e2-4427-a4c7-c128ac390fa4") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c106cc3-3a55-4d6d-9cd9-f0033be511a3)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a8e0960-06ad-446a-b2b1-4704d36afcb2)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8eedba9c-0a00-4dd1-acf2-776a978c7df7)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86e999d0-ebad-47b4-928b-3d29d25620b2)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 455db0e4-9076-48d0-a569-9f0c0449fcf6)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9bf89f81-c561-406d-bbac-73b12c3a0181)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b7f22e6-f7b8-42e4-a3c7-bb80a0d41822)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bcd69610-fc07-48c0-b828-a74038e7d53a)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a2f60e5-58e4-4156-b690-f7194e83c252)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1d2eae3-dde8-4581-8e4e-b2ab4f763a2f)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 973eb267-fc1e-421e-9b3c-61387aa7db39) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+24V") (pintype "passive") + (tstamp 6ce8b328-d67f-4a8a-a347-15bfc6270fc8) + ) + (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 170 "Net-(Q49-G)") (pintype "passive") + (tstamp 41541abb-90cd-4155-9867-c5e011319e8d) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 3457c17c-e5e2-482f-8476-45c92589913e) + (at 13.889 107.343) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R106" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 5ea4bbf7-3dd5-4ecf-8bad-e3df86d753d4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp d2980cc5-fd0b-4b81-bc4c-e5fc4a9f4ae2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5f363920-c677-4c04-9ebb-0ec8cc18f4a8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp adcdf19b-507e-4123-a506-bceebafe4954) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a4f78549-cf60-4f2c-b87d-ae5022d30a50) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/1d845cd5-251e-4d17-bf81-601736633796") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a5fa2bc-a809-432b-89cc-a80418d859b2)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9da27bb8-5117-4f58-b38c-fd8dbacef43d)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66cbb008-b075-45d7-a20a-8dfd68efe72e)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d38d112-cd72-4163-927f-305888718943)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7fdec2fb-28a4-425b-be95-48c63b94c2c8)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9366cbc2-f80c-431f-b72d-519d8bdb8bdd)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 482d9dbe-5d84-4803-8850-305c19328d01)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4daf460-8022-4907-bde6-cc730486c5ac)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67d1e88a-8872-4514-b6fa-cedebec12f50)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0704473e-310d-410c-beec-948e827a1a49)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 9f3ac6a5-02fd-4482-8b6d-099b87c70684) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp 65ad0fb8-e5eb-463d-bb2c-cdaf81da4925) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 82 "Net-(Q36-D)") (pintype "passive") + (tstamp f6bcd007-3673-453f-85fc-11487f7ff4d1) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123F" (layer "F.Cu") + (tstamp 34d8e752-4579-404e-8c48-014b13d3f7f8) + (at 179 115.5 90) + (descr "D_SOD-123F") + (tags "D_SOD-123F") + (property "Reference" "D12" (at -0.127 -1.905 90 unlocked) (layer "F.SilkS") (tstamp 556d36cc-1adb-4b43-81b8-65e2ca1bc669) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "K36" (at 0 2.1 90 unlocked) (layer "F.Fab") (tstamp c380e527-55a8-4ea0-aba7-b5d14b1f6bb9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 39a73228-c707-4df6-b011-63b0e98520aa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp b1f37514-4cf1-4069-b15a-9bb689843dab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 0c93f870-d446-4472-93e9-1bfb72d001dc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2922184" (at -0.079 -94.758 90 unlocked) (layer "F.Fab") hide (tstamp d6542d14-4913-41e1-b132-1a58f5782ccd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "17mg" (at 115.5 -179 0 unlocked) (layer "F.Fab") hide (tstamp 3425e8ef-9b62-4760-bae3-3549dfeab1c4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/docs/PDD/SOD-123FPD.PDF" (at 115.5 -179 0 unlocked) (layer "F.Fab") hide (tstamp e8f8f05e-0b6a-4feb-8b7c-8294cfef6757) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/286a33b4-fad9-4a6f-9dd4-633c545f6929") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -2.21 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29d63d77-c855-471b-958c-5410c0c9ab37)) + (fp_line (start -2.21 -1) (end -2.21 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99ea5a9f-30e7-4be9-a3f4-9c6e2dc9c941)) + (fp_line (start -2.21 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37c225db-3068-4fb1-9c9c-384dd7d29f72)) + (fp_line (start 2.2 -1.15) (end 2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c543a878-a54a-44c5-964f-29f4ed16e813)) + (fp_line (start -2.2 -1.15) (end 2.2 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4c5983c-29c2-4fea-876e-aad3cde90901)) + (fp_line (start -2.2 -1.15) (end -2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7cd41144-053a-4e26-b48c-c07341d29aa2)) + (fp_line (start 2.2 1.15) (end -2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c9707826-db80-4da6-9305-8d28a92ba8c1)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e3a2bae-3dfb-496f-bf83-ff03609a1f33)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c431ac6-a7d0-4341-82a1-1ed4b6c7701b)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0193aab3-f5a0-4cc8-8b1c-6e349b504a04)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a70bccd-29b0-44a5-8169-599720fded90)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84e27fb2-7a00-4a2c-886a-b9d13f7f0e37)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe75af53-efa6-43f7-9841-b18a4029425e)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b75fd1e-ce1b-4de7-b693-81f85af33171)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a2797fe-82cd-4312-b8ef-b7f265e1c8e7)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 579efeed-1e24-4140-9d31-cc7c6df95d39)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71bdec57-b3fb-4c80-987e-4739be226dad)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fcc691ef-6f63-42ad-b9b4-0aae11823185)) + (fp_text user "${REFERENCE}" (at -0.127 -1.905 -90) (layer "F.Fab") (tstamp e25ba0d9-9ebc-44d6-9592-8648d2529562) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -1.4 0 90) (size 1.1 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2272727273) + (net 142 "Net-(D12-K)") (pinfunction "K") (pintype "passive") + (tstamp d4670344-ff79-48bd-9381-6901c84bb1c6) + ) + (pad "2" smd roundrect (at 1.4 0 90) (size 1.1 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2272727273) + (net 5 "VCC") (pinfunction "A") (pintype "passive") + (tstamp 0cbb283a-8300-40bc-8c45-c625fc92d4f3) + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123F.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 3558c108-2273-48af-945b-7ea8e9ee2118) + (at 178.5 77.0875 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R14" (at 0 -1.43 90 unlocked) (layer "F.SilkS") (tstamp afea5998-2479-4f2b-9e07-7ce6b229ff0a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1M" (at 0 1.43 90 unlocked) (layer "F.Fab") (tstamp de7cd64a-a5db-46a9-9336-b3488d1767d4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp ebc81429-09d4-4272-9500-1d3a4172f3c8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 0bf41bfa-c73c-4e50-a5d4-85a2185cb6a5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 621f795c-3840-4fc8-b636-5569c99521b9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/fd1d06d1-133f-4f59-be67-d2577d007e4b") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e77cb8d9-a2a0-40e8-90ab-f43f2a5056e9)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39749d0d-3035-481c-98b6-99383b160206)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cf2ea48-9080-42c3-8f40-4348a2cfbe21)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d91936a-d2af-458b-8710-b072461e732b)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a3ac5479-7360-4c52-bbf9-71206fbae1dc)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bae4b2a4-ff81-4685-aaa9-6599f57c4f86)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad71b8f1-b742-4181-98ce-1c36c54116a8)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 560688d5-75b2-4287-a17c-ae8e76c48d4d)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af583429-d6ed-4690-9798-dcde64cff027)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4de03690-c27f-4b26-abc9-4f9382f39782)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 8e7dfc19-55c4-4581-b8da-57d7864fff30) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp e5954f6f-88dd-42a1-b3ba-cb09706a0e09) + ) + (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 109 "/TP_NTC_raw") (pintype "passive") + (tstamp 484686cd-1fe5-4882-91f3-0f6b0327b3ad) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 359eb91d-ab03-4e1a-9e9b-6605fb187487) + (at 151 141.675 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R22" (at 0 -1.43 90 unlocked) (layer "F.SilkS") (tstamp 60c66d41-3b74-47e0-a0bb-5e958681ad74) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "220k" (at 0 1.43 90 unlocked) (layer "F.Fab") (tstamp 8488f4f7-bd56-4eba-bee6-28e8c9f468cb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp c786fd15-0df4-44e3-94da-5d0fd73055c4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp bbf3df86-fcaa-4396-912b-428838502f14) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 0a54481e-bf4f-4c8e-a925-790e905f206b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/30855bbb-90dc-467f-a682-9a5a7d874adf") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07d4123f-cbb5-4734-a688-61efc0708684)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f345fdba-3775-4174-9589-a2bebc59ccca)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6050a98-12c4-4bb9-9d9e-ef3f754cb07d)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47de218d-ef7c-466a-95c2-8cd270f7a192)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ef25225-a6aa-4530-91a2-b1b65f5cc6db)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 065d4a10-0cd5-412d-a0aa-2a2e49539f0a)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf58783c-1492-46c0-b09c-ba894071917c)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b191be78-7a42-45a6-b1e4-2b966cd863fb)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f606ee31-db2a-49d9-976b-710de1f7a0bf)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a895a58-7db6-4477-b456-338e24f83473)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 79581c88-44c4-4113-be7e-4160c84ef60b) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 167 "Net-(Q47-G)") (pintype "passive") + (tstamp 411eeca3-4ef8-4a99-9cff-f1d755aa5c1d) + ) + (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 95 "/HG2") (pintype "passive") + (tstamp 860cccac-dc21-4d0f-956e-b0b00366ef6b) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 375bf34f-c1cf-40c1-ae6c-a4ef1f8625a3) + (at 153.51 142.5875 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R126" (at 0 -1.43 90 unlocked) (layer "F.SilkS") (tstamp 61455db8-b223-4051-a2dc-360ff1a7f96b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "220k" (at 0 1.43 90 unlocked) (layer "F.Fab") (tstamp 9234838b-848e-4760-974f-eeb92a5b31fd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 9d18137b-253d-48a2-bdef-4610b32beba0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 9fcb119c-9fb1-4da7-b1a7-080b589cee0d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 849ff5b5-29b9-4987-8ba7-c1dd6a41efd9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/95617a4c-0e90-4f48-9d93-020057b42597") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72c546a3-4d67-4b50-8f0a-845f417b73d8)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb1e70ac-cc8d-4f26-8f19-61c1032ba9b4)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3526c2a4-e08a-45e8-adcc-db036dedd56c)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb46cadf-7508-4de8-9647-cb9755bb7dde)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d159d3e9-a220-4def-820d-fd809de56bb8)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cfd8851-038b-4034-b616-ebde9f4aa4c9)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa6ae6e7-4154-4e72-b4b3-9ab939c8f5a5)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 608ba893-e376-445d-88d5-77b578494ed2)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5c429d1-d873-4b90-9491-81b7d20750b4)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4af6cff0-6603-421d-9426-b0f6d3d19b15)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 5eb11a6b-3331-4f07-ab6c-efb3bd6c964c) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 169 "Net-(Q48-G)") (pintype "passive") + (tstamp 65f656aa-e391-48c4-9092-53674d604f3a) + ) + (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 97 "/HG3") (pintype "passive") + (tstamp f9e107af-fcaa-4efb-835f-ba7efe6bd6c5) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 3a1bcf6d-551d-44dd-88d4-b9b409096b23) + (at 29.849 75.423) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R123" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 06974ad5-f89a-4d71-a471-5109c3be760d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 3d06ac50-1aa6-41ea-a1b6-95a21091f84a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 31362f0e-1605-43f3-82e8-fc6a4cb20f58) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e62c3dea-d357-4ecd-9287-46b9b756cf75) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 35e3ef5a-fc5c-4f2d-a273-8bcb3ae2c1cd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/8f37daa4-27c9-45db-b349-2f209ba53137") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf09cd00-db9e-4cbe-9de1-d171d3518777)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e59a859-6611-41a8-8569-16bf0dc80b8d)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6432a8cf-eedb-4c40-8889-ac44fb802d5a)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e85589e-5e3e-4963-ae9b-39c5c741398a)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d048cc38-450f-49af-83cd-148b08ab9d57)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45b6c447-f6bb-4a95-b20a-47f4f71c5511)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a84ea5bf-57c1-496e-aeb7-18cc01a4ba69)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e57eaaa-a6b5-4eb8-ba12-563a4381606d)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8c333f5-85a3-44f0-b751-9a43b32b3ca1)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77c7497d-86a0-4b6f-bc95-a8a48f5ee216)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8c1bc6f2-34f7-4c99-82ee-4da4850a7750) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp 4803ed30-f2aa-47b6-9c6c-1c01bb9b62a2) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 90 "Net-(Q44-D)") (pintype "passive") + (tstamp a2a0b217-dde9-4382-bae4-f0ca669251fa) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-363_SC-70-6" (layer "F.Cu") + (tstamp 3a46b580-cc57-417f-8684-f45f44e282f1) + (at 215.05 80.94) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "Q50" (at 0 -2 0 unlocked) (layer "F.SilkS") (tstamp d83590dc-432f-41ee-876d-6f9c603e973b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "UMX4NTR" (at 0 2 180 unlocked) (layer "F.Fab") (tstamp 3a48a84d-97b9-4e58-b296-071d68a441b5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3c98339b-9b32-4a96-b686-a65ec43ff548) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/2203252253_ROHM-Semicon-UMX4NTR_C2986260.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 175118bd-9ef6-496f-aa05-be1ab9a57984) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e6ad434c-be9c-4ffa-83b1-427d04004c1e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2986260" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2800bbb8-c87e-4e37-ac76-5bad6ef466a4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "17.6mg" (at -215.05 -80.94 0 unlocked) (layer "F.Fab") hide (tstamp ee6f8b7f-3a91-4ceb-af9d-2ad05daebe9b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/sot23/sot23%20-%206lds.pdf" (at -215.05 -80.94 0 unlocked) (layer "F.Fab") hide (tstamp b1174dcd-0363-4033-995a-7747bf6c26eb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/ab4e2305-8b0c-40e1-b75d-dc95c5170a91") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.7 1.16) (end 0.7 1.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc5282b1-95ec-445b-b1e0-3d45d24b03a2)) + (fp_line (start 0.7 -1.16) (end -1.2 -1.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34a5a46e-76ef-430f-8e08-c0ef67bb077e)) + (fp_line (start -1.6 -1.4) (end -1.6 1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c748cae-7fa0-48f5-850d-c8ecd818380f)) + (fp_line (start -1.6 -1.4) (end 1.6 -1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ba6910eb-7792-4e67-b994-97629a57ccde)) + (fp_line (start -1.6 1.4) (end 1.6 1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7b6508b-7441-4739-8cb0-f7ea6cdc31f1)) + (fp_line (start 1.6 1.4) (end 1.6 -1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25eafa68-82ee-444d-9fe2-eaaa3a0efd7c)) + (fp_line (start -0.675 -0.6) (end -0.675 1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3203542-9d0f-48d7-acaa-cc8f30519d0d)) + (fp_line (start -0.175 -1.1) (end -0.675 -0.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a0ae6c8-8fb7-4c62-b235-24846e30b895)) + (fp_line (start 0.675 -1.1) (end -0.175 -1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 483c60b5-f379-4c51-ac95-e0fd62adce19)) + (fp_line (start 0.675 -1.1) (end 0.675 1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f78682b9-1f99-4908-b296-b77acc779db1)) + (fp_line (start 0.675 1.1) (end -0.675 1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c2bb515-3c44-4358-a14a-a93702fee8c0)) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") (tstamp 94a08ad2-9e07-4f53-bfbd-85a0e52aee15) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad "1" smd rect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 22 "Net-(Q50A-E1)") (pinfunction "E1") (pintype "passive") + (tstamp 4520500e-78bb-4d65-9d60-eff612d41fc4) + ) + (pad "2" smd rect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 101 "Net-(Q50A-B1)") (pinfunction "B1") (pintype "input") + (tstamp 4e7eb9eb-6386-4761-b493-ca5572cdd2c5) + ) + (pad "3" smd rect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 101 "Net-(Q50A-B1)") (pinfunction "B2") (pintype "input") + (tstamp df4eeadd-92d6-44a4-ad29-dd9330db4e32) + ) + (pad "4" smd rect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 102 "Net-(Q50B-C2)") (pinfunction "C2") (pintype "passive") + (tstamp dd79fa3d-3278-4d44-b9a2-a840a3810cfe) + ) + (pad "5" smd rect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 23 "/PD2") (pinfunction "E2") (pintype "passive") + (tstamp 609781c4-172b-4dbe-a9f4-541bbf2e47cc) + ) + (pad "6" smd rect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 103 "Net-(Q50A-C1)") (pinfunction "C1") (pintype "passive") + (tstamp 299ade53-a78e-4356-a112-ea15da640d2a) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 3dc8b417-2f43-4678-883d-69051baaa8d5) + (at -33.581 107.343) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R60" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp a2cdd83d-9cf3-4e51-877d-6bc23882c150) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp ee81d538-8526-4142-886a-9ef1a2ace305) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 08c44458-86ec-4407-b6da-ee7285eff6c4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9e17d300-7cac-4f4c-87d7-d012915c87b9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8167ab67-a11e-48c2-a94c-d8ae6985e04f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/71a84fc6-2db1-44d2-9394-3c14ffec2f61") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5b58999-66dc-417f-b622-d31359116a01)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bb2cedf-6bc7-4c59-9cbf-91e9238ba462)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc6c984b-fb3b-4d28-bf7f-a09ecc3eeab2)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 78f850b0-5ab3-4253-8633-ef51af615fdb)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7567a01c-d7e6-4e43-865b-c10fd2d30731)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b354b4c3-8a9b-4895-bcb9-84952b7671ed)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9edba90e-5516-4b82-b937-ac39f1c8d44c)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp faee402c-4eea-4efb-a2c2-4963c0092367)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 209b3bf4-963f-42e3-89cf-0e04f8865b4d)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7eea622-5856-4a1e-bbac-9ff8748fa188)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 4e84294b-02ad-4ac2-a007-29fe8d9307d1) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp fe511673-a13f-4bb3-898e-8e8f50839ea3) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 59 "Net-(Q13-D)") (pintype "passive") + (tstamp b262f957-f7aa-4a6e-8aa8-25d87962841d) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 3e0d0424-4b8f-4d7a-bdb9-28773d84e1d7) + (at 210.75 83.95) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R130" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 43c06ebe-7aad-4068-9267-e354b10b50f1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1M" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 7679b098-687c-46d4-91a3-5a03971fb762) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3d81e80a-b5a4-4428-8182-a71f4d7c3b6e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 69e0f8f8-e3bb-48f5-8e2c-b0e3b3afd39a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a0c12286-8d4e-4cf4-b222-ecb85b53a882) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/c7c3120c-b3de-4661-acf0-6faad09cd23b") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 176d48e6-e194-431d-b37f-60b1ded1ecfd)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0a42be7-b5ea-4bef-9529-3c3453ab7798)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 32359a55-b08c-43b1-b256-7129a9c1fe23)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b13c1eb-ad1e-4f2c-a04c-a873ecf55663)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2d7d22d-78d4-4119-98b3-8467a7fd730a)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09f6ab10-92e9-4718-8809-6ce83667af6d)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dcaee083-ae69-45a6-aa9e-f60e36bc4379)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70060819-1759-49b6-b7c5-64e9eab0522f)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0ab4e8f-fd36-4ba8-8756-8db42ff59bdb)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48338520-c3c7-4514-99e8-6d0009796927)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 7e9f59e5-7d68-4e73-b771-11f76771a585) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 21 "/PD_TIA/IN2") (pintype "passive") + (tstamp ebcec977-c3b6-40a7-b9c8-44ec9b9de3bc) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 22 "Net-(Q50A-E1)") (pintype "passive") + (tstamp 9c0d8768-7ae2-435b-bb03-5dc63db43394) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 3f81d05f-170a-4be5-a1f4-844562839ea1) + (at 126 127) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R1" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 61001e52-019f-47e5-bf45-fde9884e0a88) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 083e8d7a-9249-4710-aa59-a59749763e14) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 74b4a87c-8184-44df-9d24-851a843d2a71) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp eea44b82-b081-4bb6-b10b-00a2ceda71c9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f99f392d-beef-4193-a7e5-149b39e4a3f2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d4364db5-7eed-4158-a32f-5c9d8a5833b2") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fade6d4-9542-4a1d-b30d-095f259ba7dd)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db200223-f14e-4df2-8641-05764608b1f3)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d57d920-3180-40d8-aea3-acb7b8aeb397)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4e0c343-fd8c-439b-afa7-d884f99b1605)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df53a45c-2f3e-434f-9f81-5451bfbfd0bf)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c15bffe5-6a54-4e87-aa3b-4217565cdb3e)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9970a156-c522-4824-9bdb-345f356da84e)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03f42422-7495-491d-a45f-c2814bfc3b5e)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20129bd6-adde-4e15-965c-f37fb5f2798c)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90e05033-59d9-4819-a915-70f09c9543ae)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp fc0b2c1f-029b-47f3-81b6-1ac16f648007) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 155229ff-c226-44cd-875f-cd5003776b3d) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 107 "Net-(U2-PS)") (pintype "passive") + (tstamp 9db5b2db-470a-4122-abd2-73a11c31d6b1) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 42babc41-2d1a-49ab-a0db-0781b16b5679) + (at -16.371 114.873) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R82" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp be57f5a4-443e-4f11-8568-a2946614a982) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 8a2a1b8d-f7a4-41e3-a940-063fa4e5b7be) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 18246ffa-cebc-4578-8567-c2e7c66ad39a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b01b51af-e430-4448-91c9-f589dbd7aba7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6ca6bd00-642d-4f50-9e7e-36c8b45b4072) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/00577053-310e-4120-a4e6-46ae77c10580") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89b5db18-8e40-42c6-b327-85f92b53afe7)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6fc0fa6-114d-41a5-87c0-01bb2f316f7b)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35e90791-29e3-4df9-b65c-5bf041136500)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5111ce2-6598-4af4-93ff-d6d14e25da00)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17f306b0-6c7d-41b4-a33b-faa7cfa562ec)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e0892dee-5a19-477b-b390-66274c1de805)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 950c81f3-1bef-4482-9b93-09849f36c711)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c11df6d6-3bb8-4609-97f5-3cd06eaf336f)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71105345-c9ea-4bed-b581-eb475360e3cc)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 202c8a6b-1877-4951-8f63-d9bd19338edd)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 4624f886-629b-4594-9de0-57a4a938db61) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp a11cd4f5-1f4e-4fbb-9703-9c0e06a8397c) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 70 "Net-(Q24-D)") (pintype "passive") + (tstamp 4f964f50-b22a-4588-947c-fc972c6c2850) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" (layer "F.Cu") + (tstamp 431f113d-6541-4d4e-aa67-825b6912dcdf) + (at 155.3625 126.525) + (descr "TSSOP, 16 Pin (JEDEC MO-153 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "TSSOP SO") + (property "Reference" "U17" (at 0 -3.45 0 unlocked) (layer "F.SilkS") (tstamp f0bdfd2a-b796-4af5-9040-9ac2ff43fd1b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "NPIC6C596A" (at 0 3.45 0 unlocked) (layer "F.Fab") (tstamp 12f2180f-5f87-4286-a4ca-4d4ed34b2c04) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6ffd7e79-8cc5-4698-8a1b-e5f34b019fb2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/sn74hc595.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ddb428c8-da24-4ae4-992c-7d99c03795af) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "8-bit serial in/out Shift Register 3-State Outputs" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7b488861-6260-43b1-bea2-cae6a80fc8a7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C551576" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b5305add-e1b7-48f8-a399-c04c936cf5e3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "85mg" (at -155.3625 -126.525 0 unlocked) (layer "F.Fab") hide (tstamp 1d800259-5339-4a4b-82cd-bc85cf66d807) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "guess" (at -155.3625 -126.525 0 unlocked) (layer "F.Fab") hide (tstamp ddd6ed37-37da-4afe-8df8-d3920a2691d3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/ad95161d-5c42-470b-b5de-7869ed29f0e5") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0 -2.735) (end -3.6 -2.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a903f082-c8ae-4ea5-9e4a-98c85981cc31)) + (fp_line (start 0 -2.735) (end 2.2 -2.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25506400-d3e3-4cf9-8b13-b253af021dde)) + (fp_line (start 0 2.735) (end -2.2 2.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b0a538d-7933-431f-beaa-db63b26dfae5)) + (fp_line (start 0 2.735) (end 2.2 2.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50e59bf5-51fc-4635-8743-fef570d24a26)) + (fp_line (start -3.85 -2.75) (end -3.85 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 647bfd7a-e177-40f2-b9ae-993992f28938)) + (fp_line (start -3.85 2.75) (end 3.85 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee562cb0-2f0d-4136-b98f-a74ef789f4a5)) + (fp_line (start 3.85 -2.75) (end -3.85 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 607c307b-4fdd-4bb8-983e-3baa8601e335)) + (fp_line (start 3.85 2.75) (end 3.85 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bc14e09-7032-46eb-b0dd-07c3998bf9df)) + (fp_line (start -2.2 -1.5) (end -1.2 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f609285-650a-49f9-9870-9e0475bafe52)) + (fp_line (start -2.2 2.5) (end -2.2 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c41f7b2d-8ddd-4203-b86a-fb3a2ad36329)) + (fp_line (start -1.2 -2.5) (end 2.2 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1dff8186-da00-4ddf-952f-662b37e17283)) + (fp_line (start 2.2 -2.5) (end 2.2 2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0cf3187e-f62e-484c-950a-196e48e309b0)) + (fp_line (start 2.2 2.5) (end -2.2 2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1240ea8d-0f71-448e-93c9-c9499d75806f)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 4980a847-582d-4fe8-a91e-809a36776153) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -2.8625 -2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VCC") (pintype "power_in") + (tstamp 112e1497-3016-42a9-90fe-d837d0eec938) + ) + (pad "2" smd roundrect (at -2.8625 -1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 121 "/SDA{slash}MOSI") (pinfunction "SER") (pintype "input") + (tstamp b965d10d-9152-4a57-b0b6-cb73536f8be2) + ) + (pad "3" smd roundrect (at -2.8625 -0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 91 "/HG0") (pinfunction "QA") (pintype "tri_state") + (tstamp 5e7796ff-dccd-464a-8fbc-b08dc8546228) + ) + (pad "4" smd roundrect (at -2.8625 -0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 93 "/HG1") (pinfunction "QB") (pintype "tri_state") + (tstamp a360c44a-a64e-40d6-b374-4f72f9389629) + ) + (pad "5" smd roundrect (at -2.8625 0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 95 "/HG2") (pinfunction "QC") (pintype "tri_state") + (tstamp 407cc647-7f10-4418-8bec-29a05f59f778) + ) + (pad "6" smd roundrect (at -2.8625 0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 97 "/HG3") (pinfunction "QD") (pintype "tri_state") + (tstamp 4a95fb5f-7b7d-462c-bbf0-5fee44fa5db0) + ) + (pad "7" smd roundrect (at -2.8625 1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "~{SRCLR}") (pintype "input") + (tstamp 32773b7c-fad0-46b6-93c2-8e8de025158a) + ) + (pad "8" smd roundrect (at -2.8625 2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 174 "/PMOD") (pinfunction "~{OE}") (pintype "input") + (tstamp e8b6459c-cddc-4ccf-b05f-4466ac49bd75) + ) + (pad "9" smd roundrect (at 2.8625 2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 164 "Net-(U17-QH')") (pinfunction "QH'") (pintype "output") + (tstamp 6bfb5bd8-a050-408b-ab8e-5674d37a663e) + ) + (pad "10" smd roundrect (at 2.8625 1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 159 "/RB_STROBE") (pinfunction "RCLK") (pintype "input") + (tstamp 6149e264-7152-4a95-8042-131fe6142383) + ) + (pad "11" smd roundrect (at 2.8625 0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 99 "/HG4") (pinfunction "QE") (pintype "tri_state") + (tstamp 4c3f087e-0130-4b0e-89bd-8bb6d874bdbc) + ) + (pad "12" smd roundrect (at 2.8625 0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 171 "Net-(U17-QF)") (pinfunction "QF") (pintype "tri_state") + (tstamp cdf85c9b-d8da-4bf9-9b2b-e8155d20b1b9) + ) + (pad "13" smd roundrect (at 2.8625 -0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 173 "Net-(U17-QG)") (pinfunction "QG") (pintype "tri_state") + (tstamp bc48c986-b5db-4890-a6b8-93941b9eabdd) + ) + (pad "14" smd roundrect (at 2.8625 -0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 172 "Net-(U17-QH)") (pinfunction "QH") (pintype "tri_state") + (tstamp 316320bb-b2fc-4ba4-a301-2cad97c54d25) + ) + (pad "15" smd roundrect (at 2.8625 -1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 120 "/SCL{slash}SCK") (pinfunction "SRCLK") (pintype "input") + (tstamp 44bbb44c-d472-4fe0-b980-3768cb87ec25) + ) + (pad "16" smd roundrect (at 2.8625 -2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "GND") (pintype "power_in") + (tstamp 68c4f6fb-a5b7-4af1-816d-076185f1fb2a) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/TSSOP-16_4.4x5mm_P0.65mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 44fc8c5e-88e4-487f-b1e8-a2b57373c48b) + (at 21.149 41.933) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R44" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 69d619fd-2823-4a37-8a85-33e34c536898) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 3cc4f92b-0436-41a2-9995-a4eb0481ae4b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3a336192-4901-4afb-a8b9-3da51f52c601) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f0bfb167-4b69-4fb1-9eef-9ae1f43a339c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp cd62ffcc-f087-43c5-8e15-6ef0099c5762) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/c072e67d-64d4-42da-9402-d6b0c38e8482") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e346f318-96b1-475c-a433-65979ceb3381)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4dfddac5-c706-4595-9e05-db715a349d0a)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c79d0ea-6725-4b9f-8dc2-6b26f257a8fb)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e90d5d06-034e-44c4-a45d-8c3cb43dd467)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c14f7c60-5f2b-4b2e-ad22-fc2c9842b34f)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42f18f74-df2a-40af-a8c2-34f47e045696)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d405498-ea55-41eb-9f70-83d3771ee28f)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 026ab472-8db1-4cd4-b1f0-65cad98bb69c)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0acb848f-98f8-4514-aa3e-04b699f862a6)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0a67b59-ed65-4c39-b615-03059774645e)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp d94ab12b-8879-499a-ae46-0e6a33c4830b) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp 3676b2a0-b483-49e6-863a-5d2ffda32b75) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 44 "Net-(Q5-D)") (pintype "passive") + (tstamp 378bc01e-820c-4ce5-8939-18fc1598e4b7) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 45df658f-0189-46b0-9e0c-ae2432b18bcd) + (at 210.75 67.36) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R138" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 1db916f1-f2fa-4ebb-a145-ef541cdc9075) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1M" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 9276ba8e-1476-41cf-9a80-7aee989c8a57) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d63e27b6-457d-4146-b7c8-617fa1a11c26) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 02262842-5b55-47b1-8042-1e83f7bb7b3b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4e4634e3-cbe2-42c6-bcdb-6bb7a76dae7f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/c7c3120c-b3de-4661-acf0-6faad09cd23b") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f858eb3f-c78e-482d-ae1d-da25556fac4c)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90bfdaf0-0fcb-4fb1-8915-0a5ba55d1780)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6fba7b1a-66aa-4275-b4e4-3cc863e5b7c0)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8c0c5ae-8981-4910-b8c6-262829eb3423)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1839f93e-82fb-44a9-adda-1ab78d63291b)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ce2485f-5de4-4625-b810-5b580fd4b12a)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3332674-ac90-48c0-b623-ca4161643c77)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bc9a62d-d54e-416a-ad6e-f0ee72d7c045)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d624a58-0089-41cf-9f32-1f5ed142e88b)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5382540-7d11-461f-8870-8473e9e6dcb4)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp d7ee7bbf-d148-4a19-b4d1-9602b4c120d1) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 24 "/PD_TIA2/IN2") (pintype "passive") + (tstamp 760da025-ae78-4f4d-be1f-4fb363e0c8ea) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 25 "Net-(Q52A-E1)") (pintype "passive") + (tstamp d6e4296a-2a85-43be-958a-80bd148510db) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 4790c628-07bf-49b9-8e70-ffe475aa57d1) + (at 210.75 64.85) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R12" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 8b103ac1-ff36-49a3-ae33-cd832fa900d8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1M" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 501612cf-dbdf-4db6-9efe-e5646aa3e04d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 055ec4bb-dad5-4e06-bc2c-c97101e7f56a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2b9c1b15-463d-4660-8143-d059080b48a6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 89cd67d2-1044-4ce9-b165-6837d3d6e30b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/054743f0-0d26-42eb-acbb-ae2cacd708b2") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de29cea4-7f41-4886-a7a5-904eeae51c9c)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa4573e2-75ca-469e-a61e-1407c69cbe10)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b625e5b4-4628-4f3b-8e24-a170609bfbcc)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db2d1664-53e8-4939-a8ba-491ef9139964)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 92dd41e8-64e6-46bf-bffa-00d768e9ff2a)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc5f3e15-3a62-4416-84cb-734a28646735)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c11ee980-8afa-4af5-b1bd-2d519f564907)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b62d6e6-db03-40b5-9ea9-1ba205220f4e)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fddeaf1d-bd3e-4dac-a4fd-04ddbd28f793)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a35418a-3e1a-4a07-a795-ff1282ca86fd)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8c47e424-031b-46fb-893d-051630c71a74) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "/PD_TIA2/IN1") (pintype "passive") + (tstamp 48c1cd7e-61c8-4c4a-af14-44a6a398ad80) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 14 "Net-(Q3A-E1)") (pintype "passive") + (tstamp 3ebb12ac-ed0b-467d-92f9-5bf4aadcbf3a) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 4859ae11-2fe8-4c9f-96b8-b42828b02993) + (at 210.75 78.93) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R132" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp a3618ba1-d990-4274-8820-d41ea4bd63db) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1Meg" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp e5e13cd1-9e98-465c-b76c-0f3c8423fa24) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e807fdf7-3d73-42ab-b824-96f8cb6ca560) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f364dea9-065b-4806-8b5c-dc4fca866ba8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4bfdca0f-beb6-4d24-b133-c83cda59f956) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/a5b4ea5b-6efb-42d7-be2b-6390e29234f1") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3107bf8a-2f70-4d4a-9497-6b9fda9ac613)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 052323ef-dec7-4ebb-b94f-31b097f88470)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f4f5ef0-d2ee-43a0-ba4c-f0f9abd12bf3)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2264137a-89de-457a-a8bd-d7e1d9bb9946)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 016b8c61-aa84-4cc0-afa2-cab06c7a03f1)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d563aae8-9fdc-4652-87fc-ccb57fb007bd)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1985320-721b-4fb1-9696-2abd19b9b09f)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52af059e-4dd8-4042-bf7c-02b43487a07b)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e5b1ee0-1355-44ef-a6ff-c02e9080ee55)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2574aa69-ef1f-4847-96de-611e4039192a)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp edd98c0b-ab89-4e07-8a0f-d8508c955855) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp bc6948bf-bf8c-43df-b9e5-f18e16296b61) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 23 "/PD2") (pintype "passive") + (tstamp 30eea93e-c8fb-495e-95f8-2d1afbcc96df) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 48eeba04-11e0-4ae3-9c85-45aa391b2eac) + (at 130.3625 128.5) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "R2" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 4aa02acd-84a0-485e-922f-735ede53ef3b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "DNP" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 0f882243-6a44-4b72-8ced-fc368b1e1d25) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 37238367-ffba-4fdd-9dc4-11ffe1ae1039) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f6148f34-d22f-4875-a202-750f5b06cc3f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 654f7c42-5129-44f1-a29d-0263db33ef62) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/f7f2e4ec-4393-4b84-814e-66b050248a81") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd dnp) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98b4a923-63bb-4ea0-ac49-712a924dfff2)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2f49d6b-66d7-4387-b1ef-d5e955cefb27)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02f07a14-19f9-4f78-b477-3fa2b9875395)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a0600f8-1524-4e94-af2b-0d99df256ab8)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2be8f6a6-d33d-48a3-b250-7537b8268e13)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57165fee-fec1-45ad-9c3b-84812b9c28d1)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e11ddac2-e860-4dde-b799-f6ad135d9df0)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf57f7ac-5d59-4fb2-9118-2f53dd4e3272)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b7268e9-5201-4492-96f0-f7b821c278e3)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b128fab-9469-421f-b864-bc7b99c70e3b)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp fa35edc4-818a-4099-928b-c821d54bd587) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 107 "Net-(U2-PS)") (pintype "passive") + (tstamp c665f7fd-827c-4ca3-a353-703b28e8b768) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 0896ac3a-26bc-433c-9c4f-33f265f12737) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 49bd3794-2085-4ba8-b779-9a1948774b0c) + (at 130.5 64) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R26" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp dfeecd0f-7842-48e6-9a81-0478c784d3d8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "0" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp ec40a0d2-28b9-498e-b591-4ce375d4ae52) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a9a18f7a-2c61-4d2e-b16e-fdaf930dfff1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 58509434-4062-4b65-aec2-b4a4fe96ccf5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 930a1871-d4dd-4c79-9c28-88f2e8452dc7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/c2cf5361-21b0-4d45-b1aa-09002c392d01") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dccbd4fc-86eb-47ca-be30-eaae73f77d45)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01b754a0-c9d0-4941-bcac-825fea065fcb)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 41b4b5ac-05a5-4a1b-8041-7f3c1db500a8)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f2e5743-5ef9-465a-9c8a-e66b3dfe8e5d)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 32495ea2-57f9-4d28-87f6-4b8a53bb0ed1)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c74422b9-ef58-45a1-ad53-11ba6273f32f)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7e4379e-09b4-4aa3-b367-535e8bbef5e7)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d24d1ee-7cf7-4bd7-a5e0-524334ed68a5)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be9f5844-09dc-4ff8-9bed-ad71dcbaf83b)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ed32439-8ae6-451b-b54c-4ef0238ef4e3)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp b817d96f-024d-46fc-ba29-0005a8213fab) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 34 "/M1RETURN") (pintype "passive") + (tstamp c4c54574-7230-4efe-b71c-99445d90e86f) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 17 "Net-(U15-S2A)") (pintype "passive") + (tstamp 63f500e6-6b8e-4251-91df-8b65964adde0) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_LGA:LGA-14_3x2.5mm_P0.5mm_LayoutBorder3x4y" (layer "F.Cu") + (tstamp 4a3b9deb-3819-4619-a8b8-5e5c1a01dea6) + (at 133.8375 113.75) + (descr "LGA, 14 Pin (https://www.st.com/resource/en/datasheet/lsm6ds3tr-c.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "LGA NoLead") + (property "Reference" "U5" (at 0 -2.2 0 unlocked) (layer "F.SilkS") (tstamp 05f99241-ea60-40d1-bdc9-dc25668f707e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "LSM6DSV16BX" (at 0 2.2 0 unlocked) (layer "F.Fab") (tstamp a0b9274b-ebac-4bf7-b291-12c7a945b1d6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_LGA:LGA-14_3x2.5mm_P0.5mm_LayoutBorder3x4y" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2e8b3a08-ced8-43c9-86d2-7b2935e62736) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/lsm6dsv16bx.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b34520d5-5860-4896-afde-c08342dc7480) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 871a08d3-fd01-40e8-9ccd-2b3dadcb8bfc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "12.0mg" (at -133.8375 -113.75 0 unlocked) (layer "F.Fab") hide (tstamp 6705f71e-6eed-4245-bfb9-de39dd51dfec) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/e9/61/2f/8d/a5/61/40/e9/DM00917966/files/MD_B0G2%20VLGA%202.5X3X0.74MAX%2014L%20PITCH%200.5_77AAMY2UACB%20(LSM6DSV16BXTR)_A_ver2_signed.pdf/jcr:content/translations/en.MD_B0G2%20VLGA%202.5X3X0.74MAX%2014L%20PITCH%200.5_77AAMY2UACB%20(LSM6DSV16BXTR)_A_ver2_signed.pdf" (at -133.8375 -113.75 0 unlocked) (layer "F.Fab") hide (tstamp 663e7444-7cb8-47bc-adb4-8e209ef11e23) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/1b0dfc71-84ac-4a18-97c7-25083f1c648c") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -1.61 1.36) (end -1.61 1.185) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 211ac299-650d-4cd4-b22d-a501a5a7e3c9)) + (fp_line (start -0.935 -1.36) (end -1.61 -1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 407d8b6d-dc2e-4e4c-b832-d282b0564aed)) + (fp_line (start -0.935 1.36) (end -1.61 1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d8deb7a-8589-4f81-b904-86d4dc1ea74f)) + (fp_line (start 0.935 -1.36) (end 1.61 -1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df2da83b-69f4-44ca-8c20-5c72dbc210a7)) + (fp_line (start 0.935 1.36) (end 1.61 1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d30d6c02-ffa7-4b44-81fc-a831cfc5064a)) + (fp_line (start 1.61 -1.36) (end 1.61 -1.185) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb0e0389-6ccc-4f14-aaa5-554c664f5afa)) + (fp_line (start 1.61 1.36) (end 1.61 1.185) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bd66fae-d42f-4563-a147-87293b9f29f7)) + (fp_line (start -1.75 -1.5) (end -1.75 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 59b4dab9-363d-4618-8df3-be976af35f0a)) + (fp_line (start -1.75 1.5) (end 1.75 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 464a1ed8-f950-4307-94e9-f256d0d313e7)) + (fp_line (start 1.75 -1.5) (end -1.75 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 068f7fa6-f762-4533-8d4d-9a7df4696a24)) + (fp_line (start 1.75 1.5) (end 1.75 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab383ed4-987c-44c2-98c6-978dd41749b7)) + (fp_line (start -1.5 -0.625) (end -0.875 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d75b997-8899-4e9c-a00d-44ec6d0ca3d7)) + (fp_line (start -1.5 1.25) (end -1.5 -0.625) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45437c31-ea80-4ae5-99b4-86fffe92273d)) + (fp_line (start -0.875 -1.25) (end 1.5 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0cee8ba3-27b0-4269-a739-82539ba0cf2b)) + (fp_line (start 1.5 -1.25) (end 1.5 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e477fb16-6819-4e48-ad2d-1d45b3a12fcf)) + (fp_line (start 1.5 1.25) (end -1.5 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7cf05a0-e0e5-409c-a1d9-3fb094730e45)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp e84fda4a-678c-404f-beed-9bb27630a207) + (effects (font (size 0.75 0.75) (thickness 0.11))) + ) + (pad "1" smd roundrect (at -1.1625 -0.75) (size 0.625 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 115 "/MISO") (pinfunction "SA0/SDO") (pintype "bidirectional") + (tstamp dd9f9ff7-e005-4498-b959-d841a4763590) + ) + (pad "2" smd roundrect (at -1.1625 -0.25) (size 0.625 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "TDMout") (pintype "output") + (tstamp ff227195-4c20-4a52-840c-99ef7f86c7d8) + ) + (pad "3" smd roundrect (at -1.1625 0.25) (size 0.625 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "BCLK") (pintype "input") + (tstamp 25a90f6c-5de6-4685-8fc9-277c591e5316) + ) + (pad "4" smd roundrect (at -1.1625 0.75) (size 0.625 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 134 "/INT4") (pinfunction "INT1") (pintype "output") + (tstamp 80d5275c-f212-4762-8d35-e5b7b0651354) + ) + (pad "5" smd roundrect (at -0.5 0.9125) (size 0.35 0.625) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VDDIO") (pintype "input") + (tstamp ac2b8511-9dac-4f2b-9fb7-f620a20d76b5) + ) + (pad "6" smd roundrect (at 0 0.9125) (size 0.35 0.625) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 135 "unconnected-(U5-AH1{slash}QVAR1-Pad6)") (pinfunction "AH1/QVAR1") (pintype "passive") + (tstamp 719d733f-9290-4a0f-9bef-7a2eab1411ab) + ) + (pad "7" smd roundrect (at 0.5 0.9125) (size 0.35 0.625) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "GND") (pintype "power_in") + (tstamp 7c2659c4-5f93-4caf-876a-b4c8abc2b715) + ) + (pad "8" smd roundrect (at 1.1625 0.75) (size 0.625 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VDD") (pintype "power_in") + (tstamp 9fbe933e-fc2f-4036-aaad-753671a321d2) + ) + (pad "9" smd roundrect (at 1.1625 0.25) (size 0.625 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 136 "unconnected-(U5-AH2{slash}QVAR2-Pad9)") (pinfunction "AH2/QVAR2") (pintype "passive") + (tstamp e62198bc-73ee-482b-8b83-283752fdad93) + ) + (pad "10" smd roundrect (at 1.1625 -0.25) (size 0.625 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 137 "unconnected-(U5-INT2-Pad10)") (pinfunction "INT2") (pintype "output+no_connect") + (tstamp 7c4a4490-977f-4e7c-ac72-8cd8319db0d4) + ) + (pad "11" smd roundrect (at 1.1625 -0.75) (size 0.625 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 138 "unconnected-(U5-WCLK-Pad11)") (pinfunction "WCLK") (pintype "input+no_connect") + (tstamp c1c7aace-70cf-4a8d-92cf-7ee69e36a19e) + ) + (pad "12" smd roundrect (at 0.5 -0.9125) (size 0.35 0.625) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 139 "/CS4") (pinfunction "CS") (pintype "input") + (tstamp 35a3a879-a182-4fad-93c2-9ff088cd94ef) + ) + (pad "13" smd roundrect (at 0 -0.9125) (size 0.35 0.625) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 120 "/SCL{slash}SCK") (pinfunction "SCL/SCK") (pintype "input") + (tstamp cae4c6a1-32b9-4d85-962e-d35930a0a11c) + ) + (pad "14" smd roundrect (at -0.5 -0.9125) (size 0.35 0.625) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 121 "/SDA{slash}MOSI") (pinfunction "SDA/SDIO") (pintype "bidirectional") + (tstamp 59460efd-2ed6-46b6-9fbc-f19b3a5c8348) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_LGA.3dshapes/LGA-14_3x2.5mm_P0.5mm_LayoutBorder3x4y.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 4be69c6e-ba4d-466c-9ee9-2900bfe5b741) + (at 149 137.0625 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q47" (at 0 -2.4 90 unlocked) (layer "F.SilkS") (tstamp 64d9ba0b-c02b-4f48-8452-b22ddf9c0aca) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3401A" (at 0 2.4 90 unlocked) (layer "F.Fab") (tstamp 5fb0d991-fa9e-460b-b559-3651089eb908) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 22bc0d09-d799-4a27-8ab9-f394ce7567ba) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 24c306bc-02bd-412b-a947-6fbff2e2d402) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp ec408713-a575-48b1-87d2-d446d8dc424b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 137.0625 -149 0 unlocked) (layer "F.Fab") hide (tstamp d154f5f4-760d-45d9-9f78-edf23cdc1cd0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 137.0625 -149 0 unlocked) (layer "F.Fab") hide (tstamp d82df856-03e2-4186-acc4-b24bfced785c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/71f31850-f7d5-4793-b08c-80f96e2a6ad9") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b922774e-3f1c-42ed-952d-12ec97be3865)) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b16ae778-7207-4cce-b89f-694763d3d348)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15b1bbaf-5ac3-4a45-b361-5eb6b8b07568)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe962f46-24d2-46d0-b87c-9e05b4c91dda)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffe2d8d1-f890-405b-9f54-7742e93ffcdd)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fcee67ea-2f71-4b64-b074-c54b74fdc64a)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d10d8a77-2b51-43c1-8dc4-5884d84a02b4)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3fec58fa-fca9-4f54-805a-043ec0a1dd18)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eefbe516-b8d3-4952-bc32-f7fb82d4aae6)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47f5ee23-5969-4251-a193-0a43ad3d2986)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12995a63-c035-48e0-86ed-9d829215fc76)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 614fcc5a-2568-4045-8b1e-7e3bdf704b74)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89044290-4955-4761-a1e9-aba349a872d7)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 501f8fe0-c3ca-46ac-8778-f3316320b002) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 167 "Net-(Q47-G)") (pinfunction "G") (pintype "input") + (tstamp 362507b7-198f-4240-884a-31d84aef89a1) + ) + (pad "2" smd roundrect (at -0.9375 0.95 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+24V") (pinfunction "S") (pintype "passive") + (tstamp 5c51610f-7242-4a74-88aa-9e1e6b733f58) + ) + (pad "3" smd roundrect (at 0.9375 0 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pinfunction "D") (pintype "passive") + (tstamp 0773ed7e-c859-44db-b7b5-496ceca2c712) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123F" (layer "F.Cu") + (tstamp 4c939266-3b18-42dd-badd-81de6583e851) + (at 193.85 100.1 90) + (descr "D_SOD-123F") + (tags "D_SOD-123F") + (property "Reference" "D11" (at -0.127 -1.905 90 unlocked) (layer "F.SilkS") (tstamp e6b536e7-1d8e-43ef-901f-7019c277877e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "K36" (at 0 2.1 90 unlocked) (layer "F.Fab") (tstamp 94ef81b2-0f80-4f94-8ac2-86bc4cd9099e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123F" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 5fb39a88-49a8-4cbf-86bf-623a3726cda8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 7a2b185a-3a2c-422d-ab17-3b9d811a5161) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp ebb1236d-0a57-4a45-8d55-9be2b95969a7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2922184" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 2d23e4c0-1deb-4c36-860d-62abefa11cb8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "17mg" (at 100.1 -193.85 0 unlocked) (layer "F.Fab") hide (tstamp 0694c3ec-ff5c-4e49-a870-f7fd4850ff15) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/docs/PDD/SOD-123FPD.PDF" (at 100.1 -193.85 0 unlocked) (layer "F.Fab") hide (tstamp 8b683d89-5bcf-4a40-8e6c-4bd209dca2d5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/4e43376b-ce71-4521-a8a7-1645430bbf43") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -2.21 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ac4e848-5e6b-4938-a1b6-026a45f3fd9a)) + (fp_line (start -2.21 -1) (end -2.21 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a35fc80f-a6ad-467e-9653-64b4c272aa2d)) + (fp_line (start -2.21 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9ee64a4-5c9a-4c46-aef1-dbf265ef0d1c)) + (fp_line (start 2.2 -1.15) (end 2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8d24598-bac7-4c5c-8ad1-8bdcecb1d3b3)) + (fp_line (start -2.2 -1.15) (end 2.2 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb8856bc-c2f3-4d94-9f3e-81dd3c9332e9)) + (fp_line (start -2.2 -1.15) (end -2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ffd6750-abbd-4c98-9fcd-280d0fe10084)) + (fp_line (start 2.2 1.15) (end -2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f37191bf-0e14-4385-9c51-e59426aaf3ee)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe0e003f-8891-4a09-9265-7e94e0f8ff20)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2547bdb1-574a-48f5-980e-0c98683da383)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ddf3009e-3228-4988-936b-b1444e3a0ec1)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a1ed8ce-c767-4cbe-a03e-15740e2773ee)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ef3138c-e54d-4966-9664-ff74f16dd0fd)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be353d7a-dac7-4e21-bc73-366863f0f460)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9faa4c89-7e84-47bc-882c-4ec850258aaa)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 092b1ad8-4495-45f9-96bb-3daf01caa94b)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba0d4eac-9071-4f68-91a2-08961db8c751)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44157be5-6b0b-46f9-92f3-9ffcfcad9c6a)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed7370ff-6c9a-4cc4-948b-1557931c0e0c)) + (fp_text user "${REFERENCE}" (at -0.127 -1.905 -90) (layer "F.Fab") (tstamp 479e7e51-57f6-4999-8161-cde657772fec) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -1.4 0 90) (size 1.1 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2272727273) + (net 32 "Net-(D11-K)") (pinfunction "K") (pintype "passive") + (tstamp 089dd553-b9a8-4541-961c-bc473e2ecf4f) + ) + (pad "2" smd roundrect (at 1.4 0 90) (size 1.1 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2272727273) + (net 20 "+24V") (pinfunction "A") (pintype "passive") + (tstamp 742cf2a4-1b27-4812-8a8e-eff61de95d62) + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123F.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 4e1745f9-fa86-4ebe-aa90-182ee9c1cbc8) + (at -16.371 112.363) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R81" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp d0d8e93a-dcde-4e0d-a67b-b123ec33cd03) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp b6fd1e48-530e-4839-99c9-f9d76c90d39f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8b3c8fe0-1a59-41d2-a95b-204f084db87c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp fe22a74d-e187-4295-89e9-9b3900136f9c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ac9f2ec9-3fa9-4614-beae-887958da9e57) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/ad7973af-b34a-4c25-bc3f-b85129d6a98c") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87b66b3b-5203-4f25-a46c-4a8c779b0ccd)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f57caefd-0dbc-484f-9d8e-5a4b1dfbdcfc)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e656072f-5a8a-4155-b605-ee268852204b)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 654b822b-c505-47f7-af91-2edc28a163c6)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab06c8d4-3ea6-471c-9c28-eeda6e76644b)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87819ea4-e5a6-4743-8b99-b998994f9fc0)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3fef87e1-d96a-4ab6-afbb-9fcc98b9fef1)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f8e57a5-4005-48e3-9423-b66f920563e1)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6cecba3e-26e5-4ce5-94df-c46d985d0c0f)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 560dc53e-f712-4e5b-8332-16bece70bd25)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp b70d02a2-27b2-4d85-b2f3-4ac24eccbef9) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp dd6df53d-9087-4fe9-8276-acb648546247) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 69 "Net-(Q23-D)") (pintype "passive") + (tstamp 72c378fa-5dec-47e3-a647-230ea1c3f7b6) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123F" (layer "F.Cu") + (tstamp 4e587fe6-8431-42a8-9237-7b576e393ae6) + (at 183.8 100.1 90) + (descr "D_SOD-123F") + (tags "D_SOD-123F") + (property "Reference" "D2" (at -0.127 -1.905 90 unlocked) (layer "F.SilkS") (tstamp bc3ea8f6-61b3-4359-a881-cdbdd3c1a3bd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "K36" (at 0 2.1 90 unlocked) (layer "F.Fab") (tstamp ce24105d-c73b-40ad-bb21-d58492263a5f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123F" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 58f5422b-7d48-460f-a035-f5b1d8ab447e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 92226dc2-ef70-4312-8420-6c2a97afeb54) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 9363004a-e7d7-4f92-bb8d-7caf0ba4dfb7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2922184" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 88152c86-49f8-4806-97a4-8d320c7f7fea) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "17mg" (at 100.1 -183.8 0 unlocked) (layer "F.Fab") hide (tstamp daf53b04-7800-46cf-87ab-bc446a42dfe8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/docs/PDD/SOD-123FPD.PDF" (at 100.1 -183.8 0 unlocked) (layer "F.Fab") hide (tstamp 7723882d-48f0-4577-8844-e0825390187c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/93b77a62-3937-4a6d-82a5-b4a314927588") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -2.21 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6032d7f1-88ea-46a8-bed5-0c5cc95598f6)) + (fp_line (start -2.21 -1) (end -2.21 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21885e70-2a79-4172-85ad-1c0b089e5c1e)) + (fp_line (start -2.21 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 606efd63-3825-4b2d-8cf4-e3210968343d)) + (fp_line (start 2.2 -1.15) (end 2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7b71c1f-ce90-4f7c-97b2-5972732b300b)) + (fp_line (start -2.2 -1.15) (end 2.2 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85f00de5-ee72-4f45-b031-fe1e6058e2f4)) + (fp_line (start -2.2 -1.15) (end -2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc32b172-9e52-4e3a-b5bf-09ce8aca2755)) + (fp_line (start 2.2 1.15) (end -2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 562daafe-d9a9-4023-b5b1-3b4a97d697c6)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e81708a-2495-4465-b52d-8ad91fd6f49c)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84bd4a49-b96b-4a51-8637-58c09f1478b0)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4212a2f9-3c13-4928-b4b4-95990724e01a)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1333dae5-aec1-4cd3-b8df-5a73706d7ca8)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40875607-99f2-46ce-a725-0bf146ac0bc7)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e35e517-19df-4aa1-90fe-c9aea461893e)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 049b805a-9bbf-4085-9dd4-3d6e3d4b6f24)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 718c85c9-c479-4f2e-acc9-74b24c59a809)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24853fab-86c1-4f43-a8be-a2bbb8060906)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86f254cd-4e7e-49f7-9ace-523c4ea146b3)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23f7f4ca-b510-4fe6-bc19-af1ad2298848)) + (fp_text user "${REFERENCE}" (at -0.127 -1.905 -90) (layer "F.Fab") (tstamp a874a4f1-8fe0-4623-b4b1-41645bc6f786) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -1.4 0 90) (size 1.1 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2272727273) + (net 3 "Net-(D1-A)") (pinfunction "K") (pintype "passive") + (tstamp b5555b45-47ac-4b1d-9140-c7c14e52bf6f) + ) + (pad "2" smd roundrect (at 1.4 0 90) (size 1.1 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2272727273) + (net 4 "GND") (pinfunction "A") (pintype "passive") + (tstamp 92d281aa-968d-430f-8c21-d8ca08a2fb31) + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123F.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 4ec7dc04-5157-4126-81f4-c8714797abb4) + (at 184.5 84.5 -90) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C20" (at 0 -1.43 -90 unlocked) (layer "F.SilkS") (tstamp 648d7145-5079-4cd6-8f5f-7aa17781240b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100n" (at 0 1.43 -90 unlocked) (layer "F.Fab") (tstamp 7883be9b-5821-411a-8c09-c623c6212a7e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 -90 unlocked) (layer "F.Fab") hide (tstamp c67cb09c-7f2a-439e-aa25-ca34a8c11f76) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 -90 unlocked) (layer "F.Fab") hide (tstamp e32cd503-f91f-43e6-8667-1e8af7850652) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 -90 unlocked) (layer "F.Fab") hide (tstamp feaf95fe-706b-40e9-ab48-e31f7ef620c0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "DNP" "DNP" (at 0 0 -90 unlocked) (layer "F.Fab") hide (tstamp 55d06048-a929-4bed-b5ac-d88b5483135a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/68eb673e-44ee-452c-bfbb-745117a5b606") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0798476b-0be5-4781-b613-332a273c061e)) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a794e85-be81-4c22-b637-c586bd633f5d)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbb1cd15-210f-4836-98b3-ba5de6fbc10b)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e988e9d-2400-4125-bac6-a339c317fcfe)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 98ff11ab-06b1-4e0a-b52f-9bd8da2d1fcb)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5635de8b-a077-4f05-90a6-47788c2c2cdc)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0abe4544-6ccc-4c12-a1c8-9111b28b7d79)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0d27a87-8000-4596-927a-30bc9fbd95f1)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 585ecd49-8e99-4bb7-9e82-43225fc086ab)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1041072-8515-4887-9967-2b952a2439be)) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") (tstamp 5055d73d-19f5-46bf-9db2-a0b1153c9bee) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0 270) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 11 "/TP_SENS") (pintype "passive") + (tstamp 64d2c32e-7a9b-4182-b9d0-c6adca661e20) + ) + (pad "2" smd roundrect (at 0.8625 0 270) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 12 "Net-(U9A--)") (pintype "passive") + (tstamp 68366b70-7a67-416e-ab22-3f1d66c01c79) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-363_SC-70-6" (layer "F.Cu") + (tstamp 4f8024ca-22bc-4c3d-8e5a-e617a6fa2b99) + (at 215.05 77.09) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "Q1" (at 0 -2 0 unlocked) (layer "F.SilkS") (tstamp e2ad6f46-aa79-4187-9bf4-46ecf3bb7183) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "UMX4NTR" (at 0 2 180 unlocked) (layer "F.Fab") (tstamp 215d0c24-4354-416e-aa32-5ec55a10418a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 365b1bdf-cca6-4b7b-828a-9daf9a2f0f55) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/2203252253_ROHM-Semicon-UMX4NTR_C2986260.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp cd61a9bc-2bfa-4384-8a36-abadedd9056a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bcf47aed-985c-4553-add7-17953f0ff4d8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2986260" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 945abf82-b379-4c7d-a516-9f5eb0690d92) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "17.6mg" (at -215.05 -77.09 0 unlocked) (layer "F.Fab") hide (tstamp 53a61ee1-6d35-4004-9edb-72f8e15112cd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/sot23/sot23%20-%206lds.pdf" (at -215.05 -77.09 0 unlocked) (layer "F.Fab") hide (tstamp ded43830-b122-4d55-8894-65b3ddcf82df) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/dc9184e5-8045-4569-864e-cdaf181fe1a3") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.7 1.16) (end 0.7 1.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6cca2622-abb5-4c67-83f4-9e154546c28e)) + (fp_line (start 0.7 -1.16) (end -1.2 -1.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6baf5cc-5142-4f9a-b2f1-61612c69dc82)) + (fp_line (start -1.6 -1.4) (end -1.6 1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73ac7b8a-4c77-4fad-89ea-9e5e2ef3d6d6)) + (fp_line (start -1.6 -1.4) (end 1.6 -1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28562bde-3f11-4063-8dad-c6a08eea16b6)) + (fp_line (start -1.6 1.4) (end 1.6 1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1cbcab7f-8e17-40da-86df-57ad98fe64f9)) + (fp_line (start 1.6 1.4) (end 1.6 -1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2789a52f-659c-407b-84ec-e8f1ed7711a0)) + (fp_line (start -0.675 -0.6) (end -0.675 1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1ebbf00-1976-4d16-b8fa-e2c7a1b4d1f8)) + (fp_line (start -0.175 -1.1) (end -0.675 -0.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e51d6a7-dd14-4bb8-80b7-8d42749b030d)) + (fp_line (start 0.675 -1.1) (end -0.175 -1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9dca988e-7460-47c2-99f0-8a08ce59922a)) + (fp_line (start 0.675 -1.1) (end 0.675 1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12296b0b-8066-4354-a12c-7f9cd8b5d669)) + (fp_line (start 0.675 1.1) (end -0.675 1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1328cdd3-e562-4e2b-ae4b-8bb119a780da)) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") (tstamp 59d9e391-2d78-4429-9720-99691f127483) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad "1" smd rect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 8 "Net-(Q1A-E1)") (pinfunction "E1") (pintype "passive") + (tstamp 9dde57e0-83b0-4a53-889d-b99e2466f95e) + ) + (pad "2" smd rect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 37 "Net-(Q1A-B1)") (pinfunction "B1") (pintype "input") + (tstamp baef0638-f0fe-47d5-b38f-b07f80413a17) + ) + (pad "3" smd rect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 37 "Net-(Q1A-B1)") (pinfunction "B2") (pintype "input") + (tstamp e1c8cca7-09a1-4ac2-a765-e17e80bb83ab) + ) + (pad "4" smd rect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 38 "Net-(Q1B-C2)") (pinfunction "C2") (pintype "passive") + (tstamp 4d5bf292-7ab5-4519-b161-2afd5a3927e5) + ) + (pad "5" smd rect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 9 "/PD1") (pinfunction "E2") (pintype "passive") + (tstamp a7545198-5931-4097-aa31-226125bf71ec) + ) + (pad "6" smd rect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 39 "Net-(Q1A-C1)") (pinfunction "C1") (pintype "passive") + (tstamp dae992aa-ae58-4c95-9346-81d4905a3322) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 5104471c-14ca-4738-b11d-59554f5b8f6a) + (at 113.5 138) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C14" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 7da178b1-58d3-4e1a-93e2-7eb6b1eba5e9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100n X7R" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp ae92150f-7e8c-4aa9-8268-3b1b20ddfb96) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp fb2ad3c8-5f56-4d81-a252-e16b0c432423) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 478be9cc-8bdc-4365-b6c1-7313c70bad75) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1dacc4e8-1c6c-49c9-96ab-aadfdec97a93) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C1591" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b73b9b7d-065e-44da-8fce-aa5615a80dd5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/fcbeeb9e-af4c-4602-8ae6-f281b689b7af") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f897d35e-660f-4d26-9016-17d5dd0d4005)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ab1a6ef-937b-4aff-871c-7e6fa4ffacc6)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26363e35-650a-4b64-bec0-ba40bdd22e19)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83c32158-c4b2-4acd-b8ec-7babfaf10522)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a73dda09-5da5-48e7-aac2-687b1cc5f9c9)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e76230cf-ae41-42dc-88a9-1189033e9466)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7cee38a-40b4-4845-a366-ba52301ab7be)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e19ca08d-d5ca-4c81-935b-f81cb2584c10)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1864199-e2f0-48f8-aa62-45d996eca3cf)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b3b8b98-0b13-4514-a2b3-33ec7a01f8c8)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 456bde4e-d9e7-4b10-802a-5e54e9e8eba3) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp e71482b6-8a9b-45c7-933b-40724c340934) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 282f28c3-21cc-4055-bd23-73ed4ce5708c) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 51efae10-16e2-45be-815b-99b6a18ec390) + (at -12.021 114.873) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R87" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp ed828971-5786-4d9e-aede-39173daba3c8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 8112e929-1482-4314-b9b3-3445d9dbfb57) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp aad6f61a-c3a5-42e3-a6c1-cfa06d2406b0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 314f191b-601f-4a06-88d3-249d4e4d79e6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 91e6fdc0-20f7-49a9-be98-482d9fec7d10) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/eb76983d-d270-4293-a714-74afd72d32da") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18740df4-28e9-4409-b7ca-1d56d16a13ad)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e897a02-429b-49bf-acec-1f2848aef53c)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7470cd6d-687c-46be-9438-1b8f6821e484)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac4f9dd9-ae58-45d0-a4e1-cc590b4a00cf)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9caae883-5ef6-488f-83fd-3bbfa30af7a9)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57a8123b-2ac6-49a0-9f1e-68619862a557)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df2b45ab-27be-4e4c-8ab8-4d0526ebe1d8)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2818b44-eb5f-4759-93b0-a8be699c4c6b)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab8987ea-fe4a-4fab-a2d7-137cb80416e9)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bcbd543-6d2b-41d1-ab3f-fce350a76572)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8dba3ff6-32a3-47b5-9664-e0d8d9c7d377) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp 3f04d506-d017-42c3-a741-5579470e7d4b) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 72 "Net-(Q26-D)") (pintype "passive") + (tstamp 0e6e2a05-6508-4feb-ab02-a2b9921ea1e3) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 52e7e280-f327-471b-af47-f7f57faf716a) + (at -22.991 94.393) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q19" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp e462e9d5-f84b-4eb7-8ce6-ee99b820a2e0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 1658b955-f499-4eee-b5fe-fab9a64a0997) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b10dd444-639a-40cb-adef-e594bfc1018a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 93ec35b6-1fc1-40b1-b0e7-9076d5fc3cf9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3a5c4a0e-37d1-4e25-a6a1-f46b9b066211) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 22.991 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 7b0e2160-3d6a-4a7d-bb19-ba5ecbcb87fc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 22.991 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 8eef3b3d-2dfa-4c9d-93d7-05fc6f0edcc9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/a8a3de54-32dd-45a8-b0ac-79a6af36d591") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 095ed0e9-59b5-4996-866d-697c7e0fa59b)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9318ac1f-78f0-4dfa-a652-d587ce8a73c3)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d3013b6-f48b-4855-8db9-a8443aae08c7)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30138d02-60d7-4c9c-ac99-59844c12aa8f)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7bf3c586-2b63-4b9b-b0af-720dab16912f)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 12da3b91-5c24-44e8-a562-24dfc0dcef0b)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 386d5bfa-72c2-4787-a56b-39383ff8c548)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp baf362e6-b69b-480c-828a-73aec7b1ae49)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0fa5bdb-3c43-4e08-9b60-466a0c0380a5)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d32ceb4d-aa87-4c9e-9dda-9bf688e9fafd)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa2a8869-5a52-4faa-a598-559b84a9eaf5)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87463c3c-1b2a-4d9f-b99b-f0d4066c78cb)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ae7443b-29ee-4375-b888-6424c65e61ba)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp e877dcc9-4149-4a1e-ae06-4964f68b1770) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 55 "/LG6") (pinfunction "G") (pintype "input") + (tstamp 26c63f70-e2f7-4f18-9038-218e87bc79ec) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 0d09fce6-c204-45e2-83b2-feab1d379776) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 65 "Net-(Q19-D)") (pinfunction "D") (pintype "passive") + (tstamp daa67550-b6b6-4549-b8a6-e9c10cc3757a) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (layer "F.Cu") + (tstamp 5353ef6b-d0a7-431c-b503-b3624b270b8c) + (at 127.5 80.5) + (descr "TSSOP, 14 Pin (JEDEC MO-153 Var AB-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "TSSOP SO") + (property "Reference" "U16" (at 0 -3.45 0 unlocked) (layer "F.SilkS") (tstamp 1a932305-fdd5-4bf8-ad8d-2bbb1c94fbff) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AD8648ARUZ" (at 0 3.45 0 unlocked) (layer "F.Fab") (tstamp 5d33f8a5-4375-408b-b267-876b4a7aa1c3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 61abe7f3-b876-4fed-bd9b-72ffa2250a82) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/devicedoc/22140b.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b99d5af5-e0c6-4e1e-a336-5e4769f2edf9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Quad, 1 MHz, 85µA, Rail-to-Rail input and output, TSSOP-14" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9aa6ab3e-1e6e-4724-947e-4df380478e24) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C147925" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f475fb23-cba8-4608-8cd0-264b2b1cbbc4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "72mg" (at -127.5 -80.5 0 unlocked) (layer "F.Fab") hide (tstamp 9130c0c9-57f0-46ae-92a0-74d8d946c228) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/f5/99/e2/01/eb/25/46/50/DM00945465/files/42YA_466XXXY_signed.pdf/jcr:content/translations/en.42YA_466XXXY_signed.pdf" (at -127.5 -80.5 0 unlocked) (layer "F.Fab") hide (tstamp f97dac50-594f-4b75-b3c8-07d4c9931149) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/8806949e-49a7-4e6a-9b17-ec89b1325a18") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0 -2.61) (end -3.6 -2.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7618c844-31ef-49ff-b3b7-c2bd7ee25376)) + (fp_line (start 0 -2.61) (end 2.2 -2.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ebcd4f8-dfc3-4942-a645-31858033c0e1)) + (fp_line (start 0 2.61) (end -2.2 2.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 152e221e-0ac4-4c65-aa1b-85d8c71f0bec)) + (fp_line (start 0 2.61) (end 2.2 2.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fe99a8c-b918-44e0-9cf4-a78a74e174ff)) + (fp_line (start -3.85 -2.75) (end -3.85 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 931bd36a-6573-48e3-a274-25b45c2f0d1d)) + (fp_line (start -3.85 2.75) (end 3.85 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp acdbe8f6-5e8e-42b2-8057-b71a3733457c)) + (fp_line (start 3.85 -2.75) (end -3.85 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 654c6161-e73a-4440-bfa1-f25018134661)) + (fp_line (start 3.85 2.75) (end 3.85 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 737c48e4-f9bd-4784-ad22-bdd7a9f6c6c9)) + (fp_line (start -2.2 -1.5) (end -1.2 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3866bf6f-c73d-4396-8790-55fdd3c48884)) + (fp_line (start -2.2 2.5) (end -2.2 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 045c9f7b-fc09-4d39-b394-e59932ffc60c)) + (fp_line (start -1.2 -2.5) (end 2.2 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3eddde78-e224-4adb-8352-241762af5288)) + (fp_line (start 2.2 -2.5) (end 2.2 2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12f82a00-b3c0-4290-9c08-7868e51446f6)) + (fp_line (start 2.2 2.5) (end -2.2 2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28b5d9dc-0638-448a-b46f-10a3824726be)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 93131f05-401a-458d-8f02-6376b8715490) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -2.8625 -1.95) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 148 "/M2S_ADC") (pintype "output") + (tstamp c2d0014e-db7b-4303-b74d-511bd7e392ae) + ) + (pad "2" smd roundrect (at -2.8625 -1.3) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 148 "/M2S_ADC") (pinfunction "-") (pintype "input") + (tstamp 2f128899-a6c4-4235-b7e4-bc7f6c8f9c5b) + ) + (pad "3" smd roundrect (at -2.8625 -0.65) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 19 "Net-(U15-S4A)") (pinfunction "+") (pintype "input") + (tstamp a2dd2000-7cd8-4780-a2d6-1bc5202fd4f5) + ) + (pad "4" smd roundrect (at -2.8625 0) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "V+") (pintype "power_in") + (tstamp 77dac1d8-c96e-464a-9705-925e0a81e330) + ) + (pad "5" smd roundrect (at -2.8625 0.65) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 18 "Net-(U15-S3A)") (pinfunction "+") (pintype "input") + (tstamp ff228362-3bfb-4b0d-ac1c-5800a280382f) + ) + (pad "6" smd roundrect (at -2.8625 1.3) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 149 "/M2R_ADC") (pinfunction "-") (pintype "input") + (tstamp 5fe1bbbc-9284-46a5-9222-d0d2628be3f3) + ) + (pad "7" smd roundrect (at -2.8625 1.95) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 149 "/M2R_ADC") (pintype "output") + (tstamp 71a686ca-7f7e-4535-b0c2-0d68ad7cfae4) + ) + (pad "8" smd roundrect (at 2.8625 1.95) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 150 "/M1R_ADC") (pintype "output") + (tstamp c4c3f6ff-1cea-4611-bb82-bee3c1db9bef) + ) + (pad "9" smd roundrect (at 2.8625 1.3) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 150 "/M1R_ADC") (pinfunction "-") (pintype "input") + (tstamp a02f29d9-aee2-4095-8048-1ca182dad9a0) + ) + (pad "10" smd roundrect (at 2.8625 0.65) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 17 "Net-(U15-S2A)") (pinfunction "+") (pintype "input") + (tstamp 5cbe0895-a8f6-4aee-a9f5-bbe4330be5dd) + ) + (pad "11" smd roundrect (at 2.8625 0) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "V-") (pintype "power_in") + (tstamp 525cee9d-39e8-4940-801b-f309a0771ae7) + ) + (pad "12" smd roundrect (at 2.8625 -0.65) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 16 "Net-(U15-S1A)") (pinfunction "+") (pintype "input") + (tstamp e6f7d332-4720-4855-837d-90120d0d0932) + ) + (pad "13" smd roundrect (at 2.8625 -1.3) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 147 "/M1S_ADC") (pinfunction "-") (pintype "input") + (tstamp ee2a4460-1923-4bcc-90d5-3b0e3115e6f2) + ) + (pad "14" smd roundrect (at 2.8625 -1.95) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 147 "/M1S_ADC") (pintype "output") + (tstamp cf8c28fc-4c2d-4cf4-b9e1-5f33c4b82388) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/TSSOP-14_4.4x5mm_P0.65mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 538034cb-dbe9-4d0d-83a4-4cf33457220a) + (at 196 85.5) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C31" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 2bf84f1d-c0c3-4986-8632-58a880a7d641) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100n X7R" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 7ca9161f-8d23-43d7-b3aa-62efaf804da2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5d0a0701-e671-4b79-b458-9388ec0cd8d6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7ca2b3dc-ac5a-4d73-9fa1-b782706bea35) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp dcf53f3c-3d6d-46f7-aa5e-5fddea18a1e7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C1591" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e23c5afb-983d-43b5-9bf6-d64ba2578c1b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/328e0a90-1ba6-4c3b-90e5-458afaa6dfdb") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3cffedfb-2280-4cee-9f89-32440d5cc9bc)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6492e9e-a91f-4aad-80dc-d96cf82b2e53)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eabaf721-4e95-4809-a053-11b7790f7959)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b46cbaeb-8f40-4e59-9d16-8fa02e61ddf1)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7f4b30b-230e-422f-ad4a-3b50faec3eba)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0becc2f-3cac-47d3-9d0b-7dbff81d7471)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 371267e3-8b67-4dc8-87e8-a729fbe9c50c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1dfdf0cf-4635-45eb-ac1d-a2608ca5484f)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4e18b24-7a18-4832-bf46-a15f4a443ec8)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbbf252f-808c-41c0-8275-b13c38f60f09)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 6aaf8ccd-44e9-4eb3-9eaa-81e9f5eecd2a) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 60fc2a5f-a704-4af5-a618-1fd9825287a8) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 23bf2bba-e282-4885-9e9b-4a56d205513d) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 541b40ba-5cc6-41a3-89f8-11c7507cc46a) + (at 9.539 102.323) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R99" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 896bf9ce-32b3-4c8b-85fc-ae4740899b81) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp d806da26-8f9e-47bd-b830-8123acd7e89d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5b30a0d8-a074-428d-9d8c-afd932c51c57) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d0d72dd0-abc9-41f3-b802-30c1593d8b94) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 486027d4-b2dc-4ae4-bb20-c2e1324aeb67) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/011271d7-5bf8-4907-b693-38b6f627dd3d") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d193591c-50d4-4be9-9a65-e4b4f18ee3ca)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a608da0-2713-4d2b-a366-63baef1966ff)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c6ffac5-3d88-45f9-866e-71e0e983a7ea)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6762bb52-b723-4347-a618-f4da07971d90)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 93d30293-39ac-4810-a491-65f9b712d0dd)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3032a3af-9f43-469f-8e44-e0701bbaaa99)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73ba7cbc-dceb-4246-aa75-bc5aa8f97183)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 451b48cc-e2ae-44cb-b77b-e02c0d2227a0)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1b7130b-f414-4c75-87f5-6df450b2859b)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39489cf7-bb72-47c6-b4ab-5c9546f34f68)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp d76968ee-5854-4eaa-976d-08779e433de6) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp 0f579260-c2ea-4a21-b584-4917b9b8c079) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 78 "Net-(Q32-D)") (pintype "passive") + (tstamp e895eecf-97f9-4198-941d-d4e560d2f573) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 54c2d488-76de-4291-a6b9-3f4a7e58ef80) + (at 21.149 70.403) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R110" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp ef5b7dd1-2e7b-4e5a-94c0-31a0bb50ba19) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 4db1958f-cf1b-4cb2-97ca-bda5e2a30efb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f1bcb1b3-84fd-4692-a9da-7e8136cad93e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f7801636-fbe8-47ac-a785-0fb7de9e8eea) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3e28761c-d9c2-4dd9-b3ce-1f1f52b7444f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/7f1a7b68-e8ed-4194-b499-47d7bae11aad") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20707a4a-580b-4bc5-8061-74a84e0646ee)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dcc5673f-9d12-4fd8-82e3-e8dddf34f71b)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf0757df-2768-4582-afaf-731333e990aa)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11e6f6fc-a526-4b68-b491-a975c7ee9569)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11d75e0a-29d6-4076-91ff-da59cd5e9da9)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e2d02d5-8ab5-47c4-abe6-21b1e9bfcdbe)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77ab8b6a-a4b3-4ccd-9e0b-e80a713d567d)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f7af259-93ec-4613-befa-5894f761d1ad)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47bb153b-4abc-4a93-953c-1313778910f0)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aaadd595-5c79-4fa1-991d-c9d3e223175f)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp ae47256d-6793-4597-9eb6-00cdbf7a5230) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp f4558c6e-de81-4c4e-8dd1-80090a0a3699) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 84 "Net-(Q38-D)") (pintype "passive") + (tstamp 161907b3-8da4-42d8-a855-bdabbc6af5a6) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 555f8474-9688-48e0-8155-db40703ab42d) + (at -33.581 102.323) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R67" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 51eb2a8b-46b4-4516-9cf7-b06f36cb1e58) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 8368acdd-816b-4dd6-9a84-7b3db8ec9715) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp fbe19c68-c7ae-4db5-a663-80e57a2b93f4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2be297db-3ca8-47e4-b821-e94862d48c64) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2860d9a7-8f0d-490b-8e1c-7ec94a7a1ebc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/011271d7-5bf8-4907-b693-38b6f627dd3d") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fd34037-2511-4904-bd03-2a9911c4b099)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfd3078b-41fc-438e-b454-4f9db2c2090a)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 688f4124-1024-4f4b-b205-3db3cd74fea2)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e8e0256-2822-43b6-a1f9-f2fbc175dbf6)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c7d6df9-b195-42a7-824d-e430e15b457c)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0ed84e6-a5cd-473a-89e1-71ddd0bf2154)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 516c7b93-ad1e-438a-ba8b-879482dad424)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bedc50c8-4f7b-495a-89d3-5b63195590c8)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62ea7e35-88f0-449b-a10e-177f1b6ad30f)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61d71867-44d5-47ee-b5c6-72e0bfd38d3b)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 155f6793-6a75-4fdf-bf4a-290e569b8ae9) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp 8fb17df3-084c-4320-a83f-abe2f38eda6b) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 62 "Net-(Q16-D)") (pintype "passive") + (tstamp 98140803-e6a1-4f64-aa89-c114b25fa762) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "footprints:coil_rx" (layer "F.Cu") + (tstamp 557cbd2f-7dbf-47c3-8251-52383aa6d303) + (at 150 100) + (property "Reference" "L1" (at 0 -0.5 0 unlocked) (layer "F.SilkS") (tstamp 27940c67-770c-4de2-b17a-ffda788ac005) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "L" (at 0 1 0 unlocked) (layer "F.Fab") (tstamp ec26f583-1f8a-4081-a46c-adc95acb5d76) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "footprints:coil_rx" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f3684cd8-6624-4668-93c7-7cfa06875806) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d507d336-f6a1-482e-8b0a-a4941205e997) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 60f233ad-7f24-4212-8ff0-456c318bb00a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "0mg" (at -150 -100 0 unlocked) (layer "F.Fab") hide (tstamp 02f6631d-d632-46d1-ae7c-f3cc7d128af6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/0e0a4624-d769-4944-9252-d7e513980af7") + (attr smd) + (fp_line (start -11.871582 -3.404121) (end -12.015771 -3.445467) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp cb5cac80-6414-4e4a-b2a4-01c3dd64e3d1)) + (fp_line (start -11.282286 5.023198) (end -11.419318 5.084208) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 490dd51d-7db2-4e75-bb6b-f07659810c3d)) + (fp_line (start -7.545904 2.163753) (end -7.401715 2.122408) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 9bd06fc7-9a69-4b94-a53a-5fa6e0814a6d)) + (fp_line (start -7.171332 -3.192883) (end -7.0343 -3.131872) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ae06f1cb-da8c-4074-85d3-e919ed43f10a)) + (fp_line (start -6.906032 -10.238614) (end -6.989911 -10.36297) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 39834444-1e34-4d7f-9939-1b0461ebc838)) + (fp_line (start -5.413884 11.100106) (end -5.479639 11.234926) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 16400fec-b7d0-4227-a6fe-c19fdf310504)) + (fp_line (start -4.389664 6.507945) (end -4.305785 6.383589) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp f78c7b74-9499-4723-a25f-857a66e0744d)) + (fp_line (start -3.441214 -7.055533) (end -3.375458 -6.920714) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c6631ce8-3ca1-4539-b04f-82a9a0e4c5a1)) + (fp_line (start 0.820548 7.806997) (end 0.804869 7.657819) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 50a6f5d2-1d60-4f8d-898c-5ec89f62cf86)) + (fp_line (start 1.290927 -12.282345) (end 1.306606 -12.431524) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp bda04c8a-b6ed-4e1b-a477-55dfcbf72a93)) + (fp_line (start 1.899087 -7.616821) (end 1.862799 -7.471277) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ef1125bc-9110-48bb-a407-8a4855830adc)) + (fp_line (start 2.987735 11.983152) (end 3.024024 12.128697) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 7c92a273-8da7-42ad-929f-892e88e5026d)) + (fp_line (start 5.646817 5.453068) (end 5.538916 5.348869) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e666ffd6-fe4f-4395-8e47-8d5a6d08eb8b)) + (fp_line (start 6.350783 -4.614114) (end 6.229431 -4.525946) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 2dd0cb06-a2f7-4fb9-972a-2502f3e90772)) + (fp_line (start 7.830878 0.547588) (end 7.681243 0.537125) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 39e619de-8e4b-43b5-bd41-3ceb506680d5)) + (fp_line (start 8.883847 -8.579031) (end 8.991748 -8.68323) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 0a4197c9-284c-4322-b7d9-75eb577dd73c)) + (fp_line (start 9.99136 7.259148) (end 10.112712 7.347316) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp cdf457be-2212-4a0a-8902-c435e200a7ea)) + (fp_line (start 12.319916 -0.861492) (end 12.469551 -0.871956) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 9426228b-7a45-4aa2-936d-72710abda390)) + (fp_arc (start -11.871582 3.404121) (mid -12.35 0) (end -11.871582 -3.404121) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 397da3cd-6ffe-4600-a6a2-373e44d75242)) + (fp_arc (start -11.390951 -3.266303) (mid -11.36977 -4.146801) (end -11.282286 -5.023198) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 9fa249ac-8f3d-485e-b9ea-c4a95ef9bde1)) + (fp_arc (start -11.390951 3.266303) (mid -11.85 0) (end -11.390951 -3.266303) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 7353810a-e737-49bf-9c67-711712513634)) + (fp_arc (start -11.282286 -5.023198) (mid -9.460649 -7.938427) (end -6.906032 -10.238614) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 31f461ef-6fca-43c9-a157-d82e958db750)) + (fp_arc (start -10.91032 -3.128484) (mid -10.900017 -3.975766) (end -10.825514 -4.819829) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 813b8b1e-6409-4915-a425-c5ac448dad32)) + (fp_arc (start -10.91032 3.128484) (mid -11.35 0) (end -10.91032 -3.128484) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 1f7cf928-0fb7-4149-bce7-280f05708974)) + (fp_arc (start -10.825514 -4.819829) (mid -9.077627 -7.617033) (end -6.626436 -9.824095) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c604dfcf-c409-486e-a7af-c256d7828641)) + (fp_arc (start -10.825514 4.819829) (mid -11.375259 4.131712) (end -11.871582 3.404121) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp d899ecd0-7ca5-49d9-8ebd-96258f5970bb)) + (fp_arc (start -10.429689 -2.990665) (mid -10.430278 -3.804727) (end -10.368741 -4.616461) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ac6d0f2f-1b9d-4834-8d90-f56cf53642c5)) + (fp_arc (start -10.429689 2.990665) (mid -10.85 0) (end -10.429689 -2.990665) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e1a17901-bdfa-42a6-9f5e-35c3b831d361)) + (fp_arc (start -10.368741 -4.616461) (mid -8.694604 -7.295639) (end -6.346839 -9.409576) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b3430c63-64ec-4463-8fec-358427507f19)) + (fp_arc (start -10.368741 4.616461) (mid -10.905473 3.960784) (end -11.390951 3.266303) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c05b89dc-0474-476d-8e69-88982f3d1b29)) + (fp_arc (start -9.949059 -2.852847) (mid -9.960551 -3.633684) (end -9.911968 -4.413093) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 542302df-0c60-4f27-9e0c-6c713cd1de54)) + (fp_arc (start -9.949059 2.852847) (mid -10.350001 0) (end -9.949059 -2.852847) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 44a07bec-e0d9-481f-b774-837c33bb7bbf)) + (fp_arc (start -9.911968 -4.413093) (mid -8.311582 -6.974246) (end -6.067243 -8.995058) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp cf13e211-5dd7-4961-af3a-686ba31de60c)) + (fp_arc (start -9.911968 4.413093) (mid -10.43569 3.789865) (end -10.91032 3.128484) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b9b978ad-f82f-4ee5-99dc-e18123fc17f6)) + (fp_arc (start -9.468428 -2.715028) (mid -9.490827 -3.462633) (end -9.455195 -4.209724) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c6801a25-c4ce-4d52-ab54-dff90c1cf904)) + (fp_arc (start -9.468428 2.715028) (mid -9.85 0) (end -9.468428 -2.715028) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 0df1f57e-426b-44f3-977c-d25f46723565)) + (fp_arc (start -9.455195 -4.209724) (mid -7.92856 -6.652852) (end -5.787647 -8.580539) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e9a9f47e-8651-4760-8299-5199b0b094e8)) + (fp_arc (start -9.455195 4.209724) (mid -9.96591 3.618954) (end -10.429689 2.990665) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 326b41c9-8999-4f2c-ac55-6b1395c22e0f)) + (fp_arc (start -8.998423 -4.006356) (mid -7.545538 -6.331458) (end -5.50805 -8.16602) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4d15aec1-32b7-41c2-976d-626f63d165d1)) + (fp_arc (start -8.998423 4.006356) (mid -9.496132 3.448054) (end -9.949059 2.852847) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 54aad612-fc3a-48e6-91b7-3abce0453186)) + (fp_arc (start -8.987797 -2.577209) (mid -9.021114 -3.291574) (end -8.998423 -4.006356) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e4aa95e7-3086-43e5-8036-7ca1705be2bc)) + (fp_arc (start -8.987797 2.577209) (mid -9.35 0) (end -8.987797 -2.577209) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 77e6e778-573e-4027-9e34-c12a132e2e17)) + (fp_arc (start -8.54165 -3.802988) (mid -7.162516 -6.010064) (end -5.228454 -7.751501) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4691316b-3f50-4eea-8716-3d24b01b27b5)) + (fp_arc (start -8.54165 3.802988) (mid -9.026357 3.277168) (end -9.468428 2.715028) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 302d61b1-ded3-477e-9c09-c6b945d56e07)) + (fp_arc (start -8.507166 -2.439391) (mid -8.551411 -3.120507) (end -8.54165 -3.802988) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 55c9972a-81f8-463d-aabb-cf4797a26bdc)) + (fp_arc (start -8.507166 2.439391) (mid -8.85 0) (end -8.507166 -2.439391) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e123b0ad-29a1-4f7e-b561-4c0f44e67d3a)) + (fp_arc (start -8.084877 -3.599619) (mid -6.779492 -5.688669) (end -4.948857 -7.336983) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e1d5f674-71ac-4d78-8147-2fb08ff8df3c)) + (fp_arc (start -8.084877 3.599619) (mid -8.556585 3.106295) (end -8.987797 2.577209) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp af4baca3-9192-4faf-ae25-e99e31f62adc)) + (fp_arc (start -8.026535 -2.301572) (mid -8.081726 -2.949426) (end -8.084877 -3.599619) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ac6d4963-b4bb-4fd3-bbf6-58aadd1595d8)) + (fp_arc (start -8.026535 2.301572) (mid -8.35 0) (end -8.026535 -2.301572) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 40ad3073-5c0b-4669-a259-ae657d50fc08)) + (fp_arc (start -7.628105 -3.396251) (mid -6.396471 -5.367277) (end -4.669261 -6.922464) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e471fe51-c07d-4772-b0b6-36d82c92af66)) + (fp_arc (start -7.628105 3.396251) (mid -8.086813 2.93544) (end -8.507166 2.439391) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp df25a7d1-b71a-43d6-b3dd-0cffbaa4bdb9)) + (fp_arc (start -7.545904 -2.163753) (mid -7.612046 -2.778332) (end -7.628105 -3.396251) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 84782593-fb51-44b1-bb63-b5c07a844176)) + (fp_arc (start -7.545904 2.163753) (mid -7.85 0) (end -7.545904 -2.163753) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 15f9122e-09ca-42b9-9128-fb29b8824b34)) + (fp_arc (start -7.171332 -3.192883) (mid -6.013449 -5.045883) (end -4.389664 -6.507945) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 791bec29-6684-4696-9d69-8b63d7447cfc)) + (fp_arc (start -7.171332 3.192883) (mid -7.617043 2.764603) (end -8.026535 2.301572) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 8f533c71-174f-45cf-94ee-14214b6fdf19)) + (fp_arc (start -6.906032 10.238614) (mid -9.460649 7.938427) (end -11.282286 5.023198) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 30769595-212d-4917-aaed-a115568b944e)) + (fp_arc (start -6.626436 -9.824095) (mid -6.044231 -10.484974) (end -5.413884 -11.100106) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp f503ff07-a2f1-4018-9506-687c935bbf0d)) + (fp_arc (start -6.626436 9.824095) (mid -9.077627 7.617033) (end -10.825514 4.819829) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 2af0f84c-4999-493a-ad10-e58d2d07fe61)) + (fp_arc (start -6.346839 -9.409576) (mid -5.794324 -10.052009) (end -5.194698 -10.650709) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 16fc1dcf-0be6-452e-be1e-1be70a2c0349)) + (fp_arc (start -6.346839 9.409576) (mid -8.694604 7.295639) (end -10.368741 4.616461) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp a8c6a4d2-5b34-48e5-84a5-4787ebe89317)) + (fp_arc (start -6.067243 -8.995058) (mid -5.544428 -9.619046) (end -4.975513 -10.201312) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 70c15509-c331-4e2b-ae3e-07531be837f8)) + (fp_arc (start -6.067243 8.995058) (mid -8.311582 6.974246) (end -9.911968 4.413093) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 93a9633f-486c-4856-a06d-728983f82f28)) + (fp_arc (start -5.787647 -8.580539) (mid -5.294536 -9.18608) (end -4.756327 -9.751915) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b4e9b86a-571b-46aa-af9c-684622d276c7)) + (fp_arc (start -5.787647 8.580539) (mid -7.92856 6.652852) (end -9.455195 4.209724) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 47fabb6a-35d5-4799-a7b4-bd9d752a7141)) + (fp_arc (start -5.50805 -8.16602) (mid -5.044655 -8.753115) (end -4.537141 -9.302518) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 15bf6e76-78ba-4ed0-b4cc-717f9739ca82)) + (fp_arc (start -5.50805 8.16602) (mid -7.545538 6.331458) (end -8.998423 4.006356) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b6c5dff6-42fc-4e05-b433-dba40bdf98f6)) + (fp_arc (start -5.413884 -11.100106) (mid -2.144555 -12.162376) (end 1.290927 -12.282345) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp def54391-897d-4da6-80be-02680a7043d9)) + (fp_arc (start -5.228454 -7.751501) (mid -4.794794 -8.320155) (end -4.317956 -8.853121) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 38b99991-f894-444e-a492-a14a0ed08cd2)) + (fp_arc (start -5.228454 7.751501) (mid -7.162516 6.010064) (end -8.54165 3.802988) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp bca6f164-bde7-43a9-8353-cea992f3bf4d)) + (fp_arc (start -5.194698 -10.650709) (mid -2.057731 -11.669972) (end 1.238662 -11.785084) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 5d572ab4-48da-42db-a70a-505ef6d68f53)) + (fp_arc (start -5.194698 10.650709) (mid -6.05814 10.47695) (end -6.906032 10.238614) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp a88682b2-af9a-4a9d-a4e6-0f66bee9dc20)) + (fp_arc (start -4.975513 -10.201312) (mid -1.970907 -11.177568) (end 1.186398 -11.287824) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 648c0668-663a-42fc-986b-feaacabb206c)) + (fp_arc (start -4.975513 10.201312) (mid -5.808135 10.04404) (end -6.626436 9.824095) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4d05d31c-5d0c-4d9d-a167-aa62ee6e37e7)) + (fp_arc (start -4.948857 -7.336983) (mid -4.54494 -7.88719) (end -4.09877 -8.403724) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4effe270-78c0-457f-b21f-1662ed302509)) + (fp_arc (start -4.948857 7.336983) (mid -6.779493 5.68867) (end -8.084877 3.599619) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp caa21aa3-2e74-4de8-9a48-863bf2d643d9)) + (fp_arc (start -4.756327 -9.751915) (mid -1.884083 -10.685164) (end 1.134134 -10.790563) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 8e4c734f-e962-4a84-a934-078bec8b11d9)) + (fp_arc (start -4.756327 9.751915) (mid -5.558124 9.611137) (end -6.346839 9.409576) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp dfe12671-5441-45a6-b705-0e31050f73bc)) + (fp_arc (start -4.669261 -6.922464) (mid -4.295104 -7.454222) (end -3.879585 -7.954327) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4cb9bb1f-8f06-48f8-8a1e-590d19ffea54)) + (fp_arc (start -4.669261 6.922464) (mid -6.396471 5.367277) (end -7.628105 3.396251) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 6f7a42df-e3c0-4538-a3d5-7fa2c8d1449c)) + (fp_arc (start -4.537141 -9.302518) (mid -1.797258 -10.19276) (end 1.08187 -10.293302) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ee0685df-4fc7-4005-bc19-3ecb9558a56b)) + (fp_arc (start -4.537141 9.302518) (mid -5.308111 9.178243) (end -6.067243 8.995058) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 74befd64-6d84-41d3-aaf4-8a075b66df2d)) + (fp_arc (start -4.389664 -6.507945) (mid -4.045292 -7.021258) (end -3.660399 -7.50493) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 69d0541b-765b-42cd-b5fe-2be9aa08fd9a)) + (fp_arc (start -4.389664 6.507945) (mid -6.013449 5.045883) (end -7.171332 3.192883) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 89bbc364-402a-4620-a2ef-c7b79612218f)) + (fp_arc (start -4.317956 -8.853121) (mid -1.710435 -9.700356) (end 1.029605 -9.796041) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 9f821c3c-36cb-4bb5-bb4a-31f5a16bb1b3)) + (fp_arc (start -4.317956 8.853121) (mid -5.058093 8.74536) (end -5.787647 8.580539) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 847deecc-0c81-438f-a213-d181921bb486)) + (fp_arc (start -4.09877 -8.403724) (mid -1.62361 -9.207952) (end 0.977341 -9.29878) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp a6594952-0830-41b2-9c77-5ef8f248b2b9)) + (fp_arc (start -4.09877 8.403724) (mid -4.808068 8.312487) (end -5.50805 8.16602) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b9126c1e-24c2-479d-8515-cd94276ec30e)) + (fp_arc (start -3.879585 -7.954327) (mid -1.536787 -8.715549) (end 0.925077 -8.801519) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 9c72b2bd-f64b-41fd-b466-0666c0b0fb4d)) + (fp_arc (start -3.879585 7.954327) (mid -4.558036 7.879627) (end -5.228454 7.751501) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b9c00288-4ed7-481f-9c43-b6951c2aeb34)) + (fp_arc (start -3.660399 -7.50493) (mid -1.449962 -8.223145) (end 0.872813 -8.304258) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp eefa3b6c-3805-44c0-b448-6e83669bd530)) + (fp_arc (start -3.660399 7.50493) (mid -4.307994 7.44678) (end -4.948857 7.336983) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 58a92575-22cc-41fa-8fb5-d9586fd31c3d)) + (fp_arc (start -3.441214 -7.055533) (mid -1.363139 -7.730741) (end 0.820548 -7.806997) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 1f25c5a4-1d93-4960-bd24-e55a7a91bb0c)) + (fp_arc (start -3.441214 7.055533) (mid -4.057941 7.01395) (end -4.669261 6.922464) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp f5051abd-64cb-4f9b-963b-73e61d60bd7a)) + (fp_arc (start 0.820548 -7.806997) (mid 1.414305 -7.978852) (end 2.020048 -8.101969) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 13044f59-2686-4104-a7a0-396d572575da)) + (fp_arc (start 0.820548 7.806997) (mid -1.363139 7.730741) (end -3.441214 7.055533) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 75ecfa86-2750-40ef-942e-c4c16ef16e74)) + (fp_arc (start 0.872813 -8.304258) (mid 1.50124 -8.471111) (end 2.141009 -8.587117) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 09d5732e-908f-48e4-9787-c60b30d3f014)) + (fp_arc (start 0.872813 8.304258) (mid -1.449962 8.223145) (end -3.660399 7.50493) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 9b513da6-87de-441b-ae98-2325bb220398)) + (fp_arc (start 0.925077 -8.801519) (mid 1.588161 -8.96337) (end 2.26197 -9.072265) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 2a87b59d-0140-458a-bdf6-daaed071f059)) + (fp_arc (start 0.925077 8.801519) (mid -1.536787 8.715549) (end -3.879585 7.954327) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ef18eaf6-5117-4f32-b716-a0a9466b6a00)) + (fp_arc (start 0.977341 -9.29878) (mid 1.675069 -9.455634) (end 2.382931 -9.557413) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 389938f7-d6d2-46d7-aad5-6678f04c277d)) + (fp_arc (start 0.977341 9.29878) (mid -1.62361 9.207952) (end -4.09877 8.403724) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 1ca79b16-e23e-461d-90da-9a6630c8b9ca)) + (fp_arc (start 1.029605 -9.796041) (mid 1.761964 -9.947915) (end 2.503892 -10.042561) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp f9b12229-efc3-4cb7-a275-a27caf5b6f44)) + (fp_arc (start 1.029605 9.796041) (mid -1.710435 9.700356) (end -4.317956 8.853121) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 54afcab1-0037-4fd3-bf92-e4f7a8b12985)) + (fp_arc (start 1.08187 -10.293302) (mid 1.84885 -10.440205) (end 2.624853 -10.527709) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ad7e119b-6787-4d52-9180-47839edcf62b)) + (fp_arc (start 1.08187 10.293302) (mid -1.797258 10.19276) (end -4.537141 9.302518) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 92b7ed38-a2d1-4356-a8be-279188365d88)) + (fp_arc (start 1.134134 -10.790563) (mid 1.935726 -10.932506) (end 2.745814 -11.012856) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 85341d42-9a4d-4a25-a518-d724dc66e8d6)) + (fp_arc (start 1.134134 10.790563) (mid -1.884083 10.685164) (end -4.756327 9.751915) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 550a3e23-f3d0-4ce9-a836-1f4ffcaea75a)) + (fp_arc (start 1.186398 -11.287824) (mid 2.022597 -11.424809) (end 2.866774 -11.498004) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4c9bee3c-88bf-4cb2-b366-b8dcd7576e41)) + (fp_arc (start 1.186398 11.287824) (mid -1.970907 11.177568) (end -4.975513 10.201312) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 8d23566a-a5c9-4c1e-986e-86b72b888096)) + (fp_arc (start 1.238662 -11.785084) (mid 2.109461 -11.917119) (end 2.987735 -11.983152) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 03af6378-d079-4574-9084-a7d689ccc498)) + (fp_arc (start 1.238662 11.785084) (mid -2.057731 11.669972) (end -5.194698 10.650709) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 38e2dad9-0864-481e-92b8-25bff9e92aa7)) + (fp_arc (start 1.290927 12.282345) (mid -2.144555 12.162376) (end -5.413884 11.100106) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b8158da9-f508-4507-89ea-ecb8cc467712)) + (fp_arc (start 1.899087 -7.616821) (mid 3.925 -6.798299) (end 5.646817 -5.453068) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 67a432f9-c72c-4f07-a84b-641d5f35fc8d)) + (fp_arc (start 1.899087 7.616821) (mid 1.399917 7.981391) (end 0.872813 8.304258) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp fcbed58e-4268-4365-93c3-7731f268834b)) + (fp_arc (start 2.020048 -8.101969) (mid 4.174999 -7.231311) (end 6.006487 -5.800397) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 037f87cf-fd2b-40e7-8c52-f483e5119d4b)) + (fp_arc (start 2.020048 8.101969) (mid 1.486583 8.47369) (end 0.925077 8.801519) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp cc506477-0f6b-4228-b384-2e373a0c9d6f)) + (fp_arc (start 2.141009 -8.587117) (mid 4.425 -7.664325) (end 6.366157 -6.147727) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 2684ac42-2b22-4d46-b9b7-c48444850f00)) + (fp_arc (start 2.141009 8.587117) (mid 1.573268 8.965993) (end 0.977341 9.29878) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 5b5e2f15-0fbd-41b8-a47e-a491fa25cb88)) + (fp_arc (start 2.26197 -9.072265) (mid 4.675 -8.097338) (end 6.725827 -6.495056) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 29b984a0-a383-4afa-9509-3ac6abd78de4)) + (fp_arc (start 2.26197 9.072265) (mid 1.65997 9.458301) (end 1.029605 9.796041) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4341654b-53c0-4695-a9b0-4b979864a790)) + (fp_arc (start 2.382931 -9.557413) (mid 4.925 -8.53035) (end 7.085497 -6.842385) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 39674ea1-658a-465a-a6d3-80557f8ecd63)) + (fp_arc (start 2.382931 9.557413) (mid 1.746685 9.950613) (end 1.08187 10.293302) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 5ebcdca9-027a-496c-9556-77607675f14b)) + (fp_arc (start 2.503892 -10.042561) (mid 5.175 -8.963363) (end 7.445167 -7.189714) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b4be78c7-f3cb-41ad-b418-a66f3789ac71)) + (fp_arc (start 2.503892 10.042561) (mid 1.833412 10.44293) (end 1.134134 10.790563) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp a875cdf0-ae4e-4e63-aaae-d762cef57d08)) + (fp_arc (start 2.624853 -10.527709) (mid 5.425001 -9.396377) (end 7.804837 -7.537043) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e04f469d-95f7-4030-b070-1a5925a28bef)) + (fp_arc (start 2.624853 10.527709) (mid 1.920149 10.935251) (end 1.186398 11.287824) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c66504fb-154d-47f2-9a70-925c4d596be1)) + (fp_arc (start 2.745814 -11.012856) (mid 5.675 -9.829388) (end 8.164507 -7.884373) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp bfeee07d-3607-4c24-a7e7-b32f7c57ab04)) + (fp_arc (start 2.745814 11.012856) (mid 2.006896 11.427577) (end 1.238662 11.785084) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp bc871cef-5c06-45c5-b75a-a04bf8c7262d)) + (fp_arc (start 2.866774 -11.498004) (mid 5.925 -10.262401) (end 8.524177 -8.231702) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 87b75082-2ba7-44c7-9ae1-5c6b58084ed7)) + (fp_arc (start 2.866774 11.498004) (mid 2.093649 11.919907) (end 1.290927 12.282345) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 28baebed-8ddb-460c-9a67-f5d5bd4c0c22)) + (fp_arc (start 2.987735 -11.983152) (mid 6.175 -10.695413) (end 8.883847 -8.579031) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 6aa07b78-b052-44b9-a808-8d54d56281ab)) + (fp_arc (start 5.646817 -5.453068) (mid 6.212128 -5.203057) (end 6.755292 -4.908007) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c4950eb1-ff73-4b63-b6b0-73de2c1a1fb5)) + (fp_arc (start 5.646817 5.453068) (mid 3.925 6.798299) (end 1.899087 7.616821) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 75f5cfab-7077-477b-a911-d5132fa69bad)) + (fp_arc (start 6.006487 -5.800397) (mid 6.595142 -5.524269) (end 7.1598 -5.201899) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 12730179-cd4d-4c06-b0f9-bb35d6aee6c1)) + (fp_arc (start 6.006487 5.800397) (mid 4.175001 7.231313) (end 2.020048 8.101969) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 5423edd4-2c4b-490e-b50e-2fffcdced737)) + (fp_arc (start 6.350783 -4.614114) (mid 7.376587 -2.684858) (end 7.830878 -0.547588) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp f8e22eb8-d348-4a41-adf1-4d7606fe3e02)) + (fp_arc (start 6.350783 4.614114) (mid 6.202738 5.214251) (end 6.006487 5.800397) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 40da0eb4-9b69-48f9-a4c8-e909db5c4fa9)) + (fp_arc (start 6.366157 -6.147727) (mid 6.978144 -5.845488) (end 7.564309 -5.495792) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 3558933b-b029-4f33-815f-a61f223348fa)) + (fp_arc (start 6.366157 6.147727) (mid 4.425 7.664325) (end 2.141009 8.587117) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4a9ef21a-0fcf-46fb-ac75-f7b1b33aec73)) + (fp_arc (start 6.725827 -6.495056) (mid 7.361144 -6.166727) (end 7.968817 -5.789685) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 3423a5a2-7659-4b00-b8ed-9715cda58b22)) + (fp_arc (start 6.725827 6.495056) (mid 4.675 8.097338) (end 2.26197 9.072265) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 1dff7adf-6cfc-4cbe-ae2b-ee0fb9bd0fcd)) + (fp_arc (start 6.755292 -4.908007) (mid 7.846433 -2.855868) (end 8.32966 -0.582467) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4bb42beb-b338-42db-8c81-d622a73e2172)) + (fp_arc (start 6.755292 4.908007) (mid 6.585571 5.535666) (end 6.366157 6.147727) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 3af13d49-5128-46a1-a89f-44a297d56dc2)) + (fp_arc (start 7.085497 -6.842385) (mid 7.744139 -6.487976) (end 8.373326 -6.083577) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b66cde3d-2124-4796-a03f-9dd9946a3708)) + (fp_arc (start 7.085497 6.842385) (mid 4.925 8.53035) (end 2.382931 9.557413) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 498bd1ba-c38b-470c-89c4-9e163aad395d)) + (fp_arc (start 7.1598 -5.201899) (mid 8.316279 -3.026878) (end 8.828442 -0.617345) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c111ac94-3e8a-4a79-8d65-0aae55409fb9)) + (fp_arc (start 7.1598 5.201899) (mid 6.968422 5.857072) (end 6.725827 6.495056) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 93c1c53f-a3dd-43ae-9d38-9cffca141f31)) + (fp_arc (start 7.445167 -7.189714) (mid 8.127139 -6.80925) (end 8.777834 -6.37747) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp cfedcc98-4590-48a0-8f21-c53abf712c02)) + (fp_arc (start 7.445167 7.189714) (mid 5.175 8.963363) (end 2.503892 10.042561) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 68125009-60cb-4f8b-85ee-bc90d5e136f7)) + (fp_arc (start 7.564309 -5.495792) (mid 8.786126 -3.197888) (end 9.327224 -0.652223) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4d69bec1-ae38-4340-a044-856b2b068330)) + (fp_arc (start 7.564309 5.495792) (mid 7.351289 6.178471) (end 7.085497 6.842385) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 0384f63f-7f96-44bc-8f77-bb43a7ea6b7a)) + (fp_arc (start 7.804837 -7.537043) (mid 8.510129 -7.13052) (end 9.182343 -6.671363) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 341e3445-a5b1-4e35-af81-1a85e68d0066)) + (fp_arc (start 7.804837 7.537043) (mid 5.425 9.396375) (end 2.624853 10.527709) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 0e57fc28-03a6-46f4-99f5-770270ad1889)) + (fp_arc (start 7.830878 -0.547588) (mid 8.103227 0.007306) (end 8.32966 0.582467) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4bdc9215-10e1-4f26-a903-79ef037e1545)) + (fp_arc (start 7.830878 0.547588) (mid 7.376587 2.684858) (end 6.350783 4.614114) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp cc2561cb-ebc4-4a5b-bb57-9743023e9e74)) + (fp_arc (start 7.968817 -5.789685) (mid 9.255972 -3.368898) (end 9.826006 -0.687101) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 193ae8c9-d5c8-4cca-a82f-bdc2df36dd68)) + (fp_arc (start 7.968817 5.789685) (mid 7.734169 6.499865) (end 7.445167 7.189714) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp fd2e783e-a7f2-4f8d-a9c2-501c53fd03a8)) + (fp_arc (start 8.164507 -7.884373) (mid 8.893124 -7.45181) (end 9.586851 -6.965255) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 69450ebf-1dfd-4eba-9b6e-5583d1d801e2)) + (fp_arc (start 8.164507 7.884373) (mid 5.675 9.829388) (end 2.745814 11.012856) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 54e7c4e4-3b27-4cff-98a4-13eb2c195f39)) + (fp_arc (start 8.32966 -0.582467) (mid 8.603094 0.007444) (end 8.828442 0.617345) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp c5d5fb4e-e4e7-4111-8189-297d47b491d3)) + (fp_arc (start 8.32966 0.582467) (mid 7.846433 2.855868) (end 6.755292 4.908007) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 45ad1bbf-bd23-48a9-82af-1e07a5f8c713)) + (fp_arc (start 8.373326 -6.083577) (mid 9.725818 -3.539908) (end 10.324788 -0.72198) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 445b41ba-477a-4d41-a230-83c4c4a4bea4)) + (fp_arc (start 8.373326 6.083577) (mid 8.117061 6.821254) (end 7.804837 7.537043) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 49e82f19-98aa-45e0-89b6-1c5cd338dafc)) + (fp_arc (start 8.524177 -8.231702) (mid 9.276119 -7.773108) (end 9.99136 -7.259148) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e5d88d7c-979f-4816-b994-ce47662d3e93)) + (fp_arc (start 8.524177 8.231702) (mid 5.925001 10.262403) (end 2.866774 11.498004) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 554b0e23-40c0-4676-b4ab-c4c2e4973f20)) + (fp_arc (start 8.777834 -6.37747) (mid 10.195665 -3.710919) (end 10.82357 -0.756858) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp bac46f81-daca-45dd-9027-e7c0dad62d16)) + (fp_arc (start 8.777834 6.37747) (mid 8.499963 7.14264) (end 8.164507 7.884373) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 7704a3ee-928b-4867-af9e-cfeca83e29dc)) + (fp_arc (start 8.828442 -0.617345) (mid 9.10297 0.007563) (end 9.327224 0.652223) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp e32e5437-db5a-4ab0-b44a-306b756fa2a3)) + (fp_arc (start 8.828442 0.617345) (mid 8.31628 3.026878) (end 7.1598 5.201899) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ae72ef49-bf83-4e08-88c2-8098ec1263b7)) + (fp_arc (start 8.883847 8.579031) (mid 6.175 10.695414) (end 2.987735 11.983152) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp d64a39e5-2d3e-44cc-b247-28d165914864)) + (fp_arc (start 9.182343 -6.671363) (mid 10.665511 -3.881929) (end 11.322352 -0.791736) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp d234554b-fab4-421c-8114-af6a0aca12fd)) + (fp_arc (start 9.182343 6.671363) (mid 8.882876 7.464025) (end 8.524177 8.231702) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4127e860-a932-402c-a2a1-143d67447079)) + (fp_arc (start 9.327224 -0.652223) (mid 9.602856 0.007666) (end 9.826006 0.687101) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 590c499e-6a04-41c6-ab49-b93c1b18fb7f)) + (fp_arc (start 9.327224 0.652223) (mid 8.786126 3.197888) (end 7.564309 5.495792) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp a378e186-56f8-4ad6-87b4-a29bd6e700e5)) + (fp_arc (start 9.586851 -6.965255) (mid 11.135357 -4.052939) (end 11.821134 -0.826614) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4eb1a75c-7a3c-4ed9-b253-ae354d6eb00d)) + (fp_arc (start 9.586851 6.965255) (mid 9.265797 7.785407) (end 8.883847 8.579031) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b9ebe78e-9172-4dbb-91ef-592b9fecc702)) + (fp_arc (start 9.826006 -0.687101) (mid 10.10275 0.007757) (end 10.324788 0.72198) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp b3c0a680-66bb-4817-b5e2-620bcfe1d161)) + (fp_arc (start 9.826006 0.687101) (mid 9.255972 3.368898) (end 7.968817 5.789685) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 8417dd03-bf89-4aa3-8d0e-da069319a873)) + (fp_arc (start 9.99136 -7.259148) (mid 11.605204 -4.223949) (end 12.319916 -0.861492) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 58c00c38-b6c2-415b-a6bb-fe0cf27e0319)) + (fp_arc (start 10.324788 -0.72198) (mid 10.602644 0.007838) (end 10.82357 0.756858) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ac07eebf-54a4-4f6b-871b-25fc9459f978)) + (fp_arc (start 10.324788 0.72198) (mid 9.725819 3.539909) (end 8.373326 6.083577) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 89e83feb-7dee-4c28-98b4-8131282f9f60)) + (fp_arc (start 10.82357 -0.756858) (mid 11.102549 0.007909) (end 11.322352 0.791736) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp fb6fdf95-7f35-41fd-9922-1491c93962aa)) + (fp_arc (start 10.82357 0.756858) (mid 10.195665 3.710919) (end 8.777834 6.37747) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 4ebbcd69-cc26-499d-9342-ae4f8f56e70e)) + (fp_arc (start 11.322352 -0.791736) (mid 11.602457 0.007973) (end 11.821134 0.826614) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 407bd61d-f294-446f-a61a-17ba86333204)) + (fp_arc (start 11.322352 0.791736) (mid 10.665511 3.881929) (end 9.182343 6.671363) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 7cd08482-3ac3-4881-a7c3-ace4ec7df343)) + (fp_arc (start 11.821134 -0.826614) (mid 12.102377 0.008028) (end 12.319916 0.861492) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp ff946fc9-31e2-4bc2-bc41-c9fb31013865)) + (fp_arc (start 11.821134 0.826614) (mid 11.135359 4.052939) (end 9.586851 6.965255) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 8f70766f-f0b7-43d4-aa60-af881a36f06c)) + (fp_arc (start 12.319916 0.861492) (mid 11.605204 4.223949) (end 9.99136 7.259148) + (stroke (width 0.3) (type default)) (layer "F.Cu") (tstamp 28033597-7a3c-4c33-95a2-9352a40964d7)) + (fp_line (start -12.015771 -3.445467) (end -7.0343 -3.131872) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp ba7df844-bebe-46e9-a35f-4ad3f2f9d00a)) + (fp_line (start -11.419318 5.084208) (end -7.401715 2.122408) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp a77cf866-5bae-456e-ba58-a95e794beaa0)) + (fp_line (start -6.989911 -10.36297) (end -3.375458 -6.920714) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp 72210618-a590-4865-a779-36ca05bd25c0)) + (fp_line (start -5.479639 11.234926) (end -4.305785 6.383589) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp bf710721-4d54-4768-b85d-0d2fb514dcb1)) + (fp_line (start 1.306606 -12.431524) (end 1.862799 -7.471277) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp 628009d4-e01a-45cf-b3e5-54b916b3187d)) + (fp_line (start 3.024024 12.128697) (end 0.804869 7.657819) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp 79388356-ffcc-4971-9b38-1e97ff257af0)) + (fp_line (start 8.991748 -8.68323) (end 6.229431 -4.525946) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp 9d73b62b-d4ef-4bad-94bd-496e5af89770)) + (fp_line (start 10.112712 7.347316) (end 5.538916 5.348869) + (stroke (width 0.3) (type default)) (layer "B.Cu") (tstamp d09b37d7-f569-4eaa-81fd-929073d025d9)) + (fp_text user "${REFERENCE}" (at 0 2.5 0 unlocked) (layer "F.Fab") (tstamp 69fe8485-6748-44d8-abda-a2582a7bb05a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd circle (at 12.469551 -0.871956) (size 0.3 0.3) (layers "F.Cu") + (net 3 "Net-(D1-A)") (pinfunction "1") (pintype "passive") (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 7594f1f9-298b-40b1-8b56-5a5d8407b02e) + ) + (pad "2" smd circle (at 7.681243 0.537125) (size 0.3 0.3) (layers "F.Cu") + (net 1 "Net-(C1-Pad1)") (pinfunction "2") (pintype "passive") (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 740aed53-fad4-4deb-9c42-df60ee04804a) + ) + (pad "NC" thru_hole circle (at -12.015771 -3.445467) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp d02a71df-a856-4bdf-ab94-31d526038bc5) + ) + (pad "NC" thru_hole circle (at -11.419318 5.084208) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 058b4022-17c9-4659-94d7-69d6691f86d7) + ) + (pad "NC" thru_hole circle (at -7.401715 2.122408) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 01a26570-cc77-4a76-98ff-4e52852c300e) + ) + (pad "NC" thru_hole circle (at -7.0343 -3.131872) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 3a132c23-37bb-4ac0-a202-dc55ad9bafae) + ) + (pad "NC" thru_hole circle (at -6.989911 -10.36297) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 237d7bb3-463b-4f79-b3ef-4f5a50d8867b) + ) + (pad "NC" thru_hole circle (at -5.479639 11.234926) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp a530f44a-a7a0-44a4-a7b0-39427438e771) + ) + (pad "NC" thru_hole circle (at -4.305785 6.383589) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 47278d07-cebf-4165-861f-89d5efa3c800) + ) + (pad "NC" thru_hole circle (at -3.375458 -6.920714) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 7d83caa8-ccf4-4c0b-aacd-71fdac937fa2) + ) + (pad "NC" thru_hole circle (at 0.804869 7.657819) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 55c55594-2517-4454-bf6f-ce2474b31d11) + ) + (pad "NC" thru_hole circle (at 1.306606 -12.431524) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 4f9e1d15-c5ac-433a-8675-fe8ddd2f3e50) + ) + (pad "NC" thru_hole circle (at 1.862799 -7.471277) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 18bcb848-fb35-4182-82d4-0409ba6ae805) + ) + (pad "NC" thru_hole circle (at 3.024024 12.128697) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 3bda0d6c-e95e-4f77-83ae-fc0e599bd1bd) + ) + (pad "NC" thru_hole circle (at 5.538916 5.348869) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 5efca871-f1dd-462d-a029-f0fded134060) + ) + (pad "NC" thru_hole circle (at 6.229431 -4.525946) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 84af042b-bf73-472e-afed-7c003c822549) + ) + (pad "NC" thru_hole circle (at 7.681243 0.537125) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp ad98a100-3785-411f-af0c-cf277159d1e6) + ) + (pad "NC" thru_hole circle (at 8.991748 -8.68323) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp 07c3e785-4706-451a-9b2c-d7692f621702) + ) + (pad "NC" thru_hole circle (at 10.112712 7.347316) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp c1aad3bc-47ea-4718-ab6c-c860b32fc508) + ) + (pad "NC" thru_hole circle (at 12.469551 -0.871956) (size 0.6 0.6) (drill 0.3) (layers "F&B.Cu") + (clearance 0.2) (zone_connect 0) (thermal_bridge_width 0.5) + (tstamp e495cae8-b9ef-4cf0-aec6-7f9c802d2bf8) + ) + (zone (net 0) (net_name "") (layers "*.Cu") (tstamp 7708d55d-2d3f-4b5d-adf4-8624da34fc1a) (hatch edge 0.5) + (connect_pads (clearance 0)) + (min_thickness 0.254) (filled_areas_thickness no) + (keepout (tracks allowed) (vias allowed) (pads allowed) (copperpour not_allowed) (footprints allowed)) + (fill (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 167.5 100) + (xy 167.304539 102.60824) + (xy 166.722524 105.158216) + (xy 165.766955 107.592965) + (xy 164.459179 109.858101) + (xy 162.828408 111.903023) + (xy 160.911072 113.682051) + (xy 158.75 115.155445) + (xy 156.393468 116.290291) + (xy 153.894116 117.061238) + (xy 151.307777 117.451066) + (xy 148.692223 117.451066) + (xy 146.105884 117.061238) + (xy 143.606532 116.290291) + (xy 141.25 115.155445) + (xy 139.088928 113.682051) + (xy 137.171592 111.903023) + (xy 135.540821 109.858101) + (xy 134.233045 107.592965) + (xy 133.277476 105.158216) + (xy 132.695461 102.60824) + (xy 132.5 100) + (xy 132.695461 97.39176) + (xy 133.277476 94.841784) + (xy 134.233045 92.407035) + (xy 135.540821 90.141899) + (xy 137.171592 88.096977) + (xy 139.088928 86.317949) + (xy 141.25 84.844555) + (xy 143.606532 83.709709) + (xy 146.105884 82.938762) + (xy 148.692223 82.548934) + (xy 151.307777 82.548934) + (xy 153.894116 82.938762) + (xy 156.393468 83.709709) + (xy 158.75 84.844555) + (xy 160.911072 86.317949) + (xy 162.828408 88.096977) + (xy 164.459179 90.141899) + (xy 165.766955 92.407035) + (xy 166.722524 94.841784) + (xy 167.304539 97.39176) + ) + ) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 55b9d4a4-6462-47b0-a3f3-de14c955ed4e) + (at -37.931 109.853) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R64" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 0f01bd1c-6272-47d5-af0d-bf8c4b974fd3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 16421427-4168-4c19-b0f6-e7f4b7c043a8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp eb3f65cd-48d0-4e83-8b3e-2ff090b38b67) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0ccc8426-b6ca-404c-ae9c-923d8c48df4f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5003f5b1-5334-47d5-9294-e15a66550337) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/16ee29c0-840e-44e9-b5d9-206014569540") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28e2d0e5-31fb-409b-b276-ad0e601df9da)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 375418d2-8c3c-4846-841c-51f45d986f63)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9c1c239-e115-4180-b40a-48ad589791be)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c85bf03-2c63-4226-84a7-691272615196)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f828a08-9eb0-4bbd-be9c-30d2c1a81442)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68897ed3-42dd-4f26-8b5a-b7a81e7c57e0)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7b8f099-b518-4ede-bc09-7e4c4648f46d)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc36eaee-f09b-4f71-ba64-9a610883be1f)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4321cdca-5c00-47ab-8106-c974b134aa89)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79908799-ce1b-4cf7-9272-bfcf27765387)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 60e6a1ad-9c3f-4107-ae00-119749aa5686) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp 8fef8970-bd21-4a7f-9583-2cd792bd3f57) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 61 "Net-(Q15-D)") (pintype "passive") + (tstamp 87dbac07-0f28-4568-b3c6-8a7cb9f57448) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "MountingHole:MountingHole_3.2mm_M3_DIN965" (layer "F.Cu") + (tstamp 58f22276-ab1e-43b3-b2ae-9487d9c76bc8) + (at 167.320508 110 -120) + (descr "Mounting Hole 3.2mm, no annular, M3, DIN965") + (tags "mounting hole 3.2mm no annular m3 din965") + (property "Reference" "H3" (at 0 -1.8 -120 unlocked) (layer "F.SilkS") hide (tstamp 75aec6c6-5c46-4938-9032-b87f4e0f84d4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "M3" (at 0 3.8 -120 unlocked) (layer "F.Fab") hide (tstamp 5df43538-09a5-407f-bed3-b29e49590289) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 -120 unlocked) (layer "F.Fab") hide (tstamp 2d02d1b0-10cd-42aa-8ec2-806a574a974a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 -120 unlocked) (layer "F.Fab") hide (tstamp b7f41fd9-6a74-4061-adb1-f93de36bdccb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 -120 unlocked) (layer "F.Fab") hide (tstamp ca4485c5-545b-4d6b-b07f-a5759082f8d9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "0mg" (at -11.60254 199.903811 0 unlocked) (layer "F.Fab") hide (tstamp b2e62344-a042-47b8-ac8c-0d435021bf82) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/391a6b7f-5715-455a-9db3-38ffae716356") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle (center 0 0) (end 2.8 0) + (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 40b85fc0-b55f-401d-8eae-5e9859157be8)) + (fp_circle (center 0 0) (end 3.05 0) + (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 9c9dda09-418a-4a08-930d-3ea19d3f54a2)) + (fp_text user "${REFERENCE}" (at 0 2 -120) (layer "F.Fab") (tstamp d745e69e-f698-4238-850c-f61ec2570655) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "" np_thru_hole circle (at 0 0 240) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") + (tstamp 9e33c021-6585-47ad-bdcf-759af3cb83bb) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 5a3c0f58-d8c1-47e9-b50a-f268601c5eb1) + (at 13.889 102.323) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R104" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp bf83e668-c5de-4d63-ba66-62421ef72b87) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 26152760-68a9-4e0c-b917-c52af56cbaeb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5ea0e84a-2688-4308-b9ec-48055960d1ea) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 57431333-33d9-489e-a84f-ad8dd988d399) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp fdd06e7d-aa47-4821-9186-661aa190f646) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/beb8f1b6-538e-4c79-9631-b0441be3fdb2") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 329940cd-3349-4a4a-b5f5-2f81edbcfc2a)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d33dba87-8a4b-47cd-a7d1-677d456c30bd)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3903dd0-c01f-4c54-8a0b-14c61fcb2f6e)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac000aa3-aef3-4ba0-abc3-aba98a71ac0e)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd92c0d1-78ac-429b-a0ea-787d622bad1f)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80254090-f303-4f36-adc9-01b521e8d6af)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a0c4433-f090-4f4f-ac5f-fc699714dc32)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 700acb1e-0255-4481-ab07-5fb1dd8f4f1f)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2209da4d-d00a-4deb-8abf-c98adfcd33f2)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e355ab1a-ced5-4d06-80fb-07b0da8c67d0)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp a55f3cb3-3fc1-4552-a32a-311ce8c79365) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp c2c5690c-daef-4c4d-8165-26c262b549ef) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 81 "Net-(Q35-D)") (pintype "passive") + (tstamp 638173d8-5c74-46b7-a2be-1eadbd19d6e9) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 5c086a15-13e7-446c-9196-c0637b9fbcbf) + (at 206.4 78.93) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R129" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 0576397e-729b-4f18-98e9-c08bba0afadf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp d51c6fbf-8136-4a0c-b2ae-68ef35013adf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 97129f0f-08ee-47fa-a844-bd2bfeb23798) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1d0e2df4-1194-4196-ab9a-b013207e59f6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5225cd6d-e527-450e-81a6-fbf21df746f1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/8dec4a8b-5491-4053-a438-70db613808a5") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53b121f5-c3ae-423f-940c-15dd35105d44)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a94fe913-1123-4d23-a208-8526d8b6bf8f)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1e03f10-ba99-4947-8a50-088161b7fa86)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e96f1854-2751-4291-b85f-725a7945add5)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13d3002b-974f-4616-9e56-fa566d6dbeb1)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfc62615-5017-4f54-a3e0-1ea6bdb5e54a)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc9c33dc-83e8-45b8-8028-0ac980097834)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ca52634-977c-4df4-8cfb-cf71b3f78746)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0c3824a-656f-4273-a8d3-08c388b44bb6)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7abcef3a-1534-4741-ba31-618f7255e223)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp f8b105eb-9a9d-4e25-a716-ef57e387a57a) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 103 "Net-(Q50A-C1)") (pintype "passive") + (tstamp b4a4c475-1578-4f17-936d-78dbc099209f) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 4e74823c-0da4-4d7c-a6b1-c60a0aed9d39) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 5c229b65-e5e3-4662-ac32-e62c8e9facf3) + (at -37.661 94.393) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q13" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 432f6782-033d-4442-965f-07058e3ee3be) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 9f8a99d2-0275-41d6-9e8a-b1e9c4df6301) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e2567eb9-d2a2-40e8-8c26-9e640ecd05c5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1b1c39d5-0183-4ae2-80ff-e597e6ef42b6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a5465bf1-59a9-4c20-99c8-50cc9f078823) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 37.661 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 46478ba6-def8-4d0c-a604-4f55b9550409) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 37.661 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp abc6ce5d-7c23-4f42-bcc0-1753c70d1d50) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/e285ed3d-9e01-4cfe-8112-4f64533f3398") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04e75fea-9baf-4ad1-9779-69d165476a41)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80014963-1c8a-4266-888f-3f2a7b1f2cc9)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1c4d9fd-e8c7-469a-b80c-d905ebfb91ef)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ce43dd8-206a-4c8c-9615-916fa06db594)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e635e834-18e6-490e-be48-562a8e3aafd6)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8cc68a90-8209-46d2-8c4d-89be4d9364af)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3603948d-74be-4776-9a4a-5e3cc15679e5)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2325e1ab-628f-4653-84f0-342832954f7a)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6ed3be8-93ad-4998-a92a-0d5aa58b9765)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 578a636b-110c-46f2-b42d-3e9c5abf1d72)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 800e4f0d-a2ea-4570-a2b9-612f508813e1)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d41da768-dffb-4f27-98bf-85db9d5bc97a)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df1465b1-f2c0-4afa-ab34-d69f1b258ae1)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp d75da307-5af3-439e-ac06-e2f06d0cdb56) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 43 "/LG0") (pinfunction "G") (pintype "input") + (tstamp 75d18bea-a90f-414f-a840-67dc2866be7d) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 8ddee1a8-5998-405a-9ba0-d5435cd6f987) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 59 "Net-(Q13-D)") (pinfunction "D") (pintype "passive") + (tstamp 3ae9cc00-50b4-4daf-9f68-c4b5d795c6b9) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 5f023b5f-bca3-42aa-bdb7-90502723fa46) + (at 25.499 54.483) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R55" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 4fd091f8-43d7-4c33-84d4-5d3a07c94301) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp b7e7c6fb-204a-4d00-b06c-3be1e0442e22) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d7d5be11-bd8f-4e51-b289-6889b423e48a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp dfce7ed8-0011-46f7-925a-d99dc3156f83) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp be7f6dfb-e714-4418-9684-997811b33044) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/eb76983d-d270-4293-a714-74afd72d32da") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 472aa82f-bf2b-4e65-acbc-33e5b8378757)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7cbf870-4b0b-43e2-acd8-ea0b0d6740b7)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b765681b-33d0-45ed-919c-cc5451ebbcda)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d13bbb4e-5e90-4577-ab0b-e1f9654ce30a)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2dea759-b25b-4bb5-a59c-2cec83d9d3fe)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb1b8205-5cde-4cd0-ba36-9c62aefc67ed)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe34c401-3b15-4903-ac3a-012ebce9440c)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0f85f1c-482a-4098-8cd7-563e4fb0ff3b)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86dbf7d2-2ccf-4eaf-898b-dc698b3ca05c)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2fd55b7e-6ca9-4abd-9f25-8dafc91f42ca)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 02d5134d-cb67-49af-89a5-929218d9a5fe) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp 87149432-f93e-47c7-83a7-f76287b54939) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 54 "Net-(Q10-D)") (pintype "passive") + (tstamp 11e19c9f-5f95-45a2-af36-f697e3516fe2) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 5f22ea32-01ce-42c5-83c3-42bc446da449) + (at 29.849 41.933) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R56" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 971349ac-6296-4771-b082-376a3d21afed) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 408dee99-e2c5-4ff1-b936-be549eee854d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bac9fc2e-aeb1-49d5-9b96-ee2f784c137f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 67c86b4e-cafe-4850-a5b5-253ea5ff9d68) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a14dc4b8-9b4b-45a5-86ed-6b0437f41c70) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/beb8f1b6-538e-4c79-9631-b0441be3fdb2") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80cc69b5-34e9-4a78-959d-d5229a2f4082)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1dd6f6da-b319-45a7-acfd-31635c9f8953)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e3186e0-fca1-4b9e-848f-d58e2b570621)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c318b5df-db1c-41c0-8fc2-877d7dee386e)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2729213e-36ff-43d8-9e7a-d5a47626372c)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 542c16b3-3437-43c8-809b-2d8b240fbea3)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec07691b-37f1-460b-9500-5090029d3725)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e2a3b689-e808-4c8f-b3ea-7c9a7be45c27)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e1ac99d-5235-490e-8362-520b3a34db2d)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f682d821-9c21-4f06-a613-7573a747a0e7)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp d3158c45-0bec-4848-98c7-4b8ab12df8f5) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp cd26624c-1861-4247-8a51-a7f0bb838482) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 56 "Net-(Q11-D)") (pintype "passive") + (tstamp 26885daf-bc97-4c75-ba94-27bdc0db5b25) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 5fb54fc1-ce4d-4356-b24e-7e020c72e728) + (at 26.309 64.413) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q40" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 8b6ab699-6a96-4e12-bc0b-fbe7bb4fd0e3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp c4d86b37-5118-4249-8837-3a2f1cebb6c0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9df09155-f83e-4577-a0fa-07369979b9c3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c416bbfb-b725-4b16-862f-0f9991b200a9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6f036c38-57d5-4691-9c2a-9b87d0a0d216) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -26.309 -64.413 0 unlocked) (layer "F.Fab") hide (tstamp 7997a497-d3b8-405b-921c-f78cba67f152) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -26.309 -64.413 0 unlocked) (layer "F.Fab") hide (tstamp 5bb866a1-4e7f-40bd-b4fe-1e82285c87b3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/e341d3df-7ebc-4f6d-8e27-c56b6cd9ed4c") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9df80a5b-2835-4e20-b911-34087e4ad3e7)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41dd70be-4640-4cc6-9a65-57611f05a89c)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f55608a-f9e5-4df7-ac13-a8761f10e668)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3b674a6-ad67-4b4d-bfff-22b9509d779b)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af123ff5-1cd7-4f12-aa83-ce37ac7cf3d6)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 06b5ae89-c675-4d91-80cd-b1c6b11ac2c7)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bf7f5e3b-4cb1-4813-900a-0caaaea6d023)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e29905b-7f1b-4ab3-9328-37b19039f7fe)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34acdad1-cdc2-473e-8b90-069f5fcf1a33)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 705423bb-d502-4756-b8c9-ee08652710f5)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5edcb775-b6d9-4ad0-b359-4f53f8ae4a53)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8782bd94-caa5-41f0-9087-6fa0b04af837)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23ac6860-dbcf-4e77-801a-f18a06413525)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 1d42b15a-9943-4723-b9d8-d58a0be337e4) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 49 "/LG3") (pinfunction "G") (pintype "input") + (tstamp f0a90fb5-a865-4bd5-b009-95867f9bb473) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 912009fa-a2db-4193-a757-a29b6fe1d45f) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 86 "Net-(Q40-D)") (pinfunction "D") (pintype "passive") + (tstamp 0f7fc089-66e6-4f43-a965-b70de3fc68d4) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_1206_3216Metric" (layer "F.Cu") + (tstamp 6043cf84-15bf-4993-9922-89ae797f020d) + (at 190.5 105.695 90) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C6" (at 0 -1.85 90 unlocked) (layer "F.SilkS") (tstamp 97687e0a-a23d-4d5f-84b4-fcc8f13addac) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10u 35V X7R" (at 0 1.85 90 unlocked) (layer "F.Fab") (tstamp 553fc514-7181-424f-8f85-6c2174bce0b7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 7e3c99f8-f41b-48c3-9aef-f8c89c39b293) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 23a5821e-6478-4807-9dff-0f859f77fcd7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 7074c919-1539-486c-a4f5-0d6fd21e2a7c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C89632" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp f534c6de-cbdb-4967-a16f-44f018f9c664) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/e4a7a21e-cfba-4cc1-ba80-205bc10e6c76") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.711252 -0.91) (end 0.711252 -0.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33095b12-9fee-413d-b31e-cb2e928c73c7)) + (fp_line (start -0.711252 0.91) (end 0.711252 0.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f348d980-1359-40b5-85d0-8449607246d3)) + (fp_line (start 2.3 -1.15) (end 2.3 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c94f4b94-9138-486d-8267-7875c554aeb6)) + (fp_line (start -2.3 -1.15) (end 2.3 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 669f5169-3b2f-429f-95a1-d82da7c77ead)) + (fp_line (start 2.3 1.15) (end -2.3 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ab7e6c9-f886-43a1-84dc-bece63727591)) + (fp_line (start -2.3 1.15) (end -2.3 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a9cb38d-2c72-4f5f-a507-2241081d1190)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 185238bd-ed93-4da1-a896-43fea2fbe56b)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e446e0a-b462-49b9-ba24-3847524734cb)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff2a4284-ed55-4b37-a355-4795e8d33806)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99e265a3-ec9e-4e11-85d4-8570eaf38c8b)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp d4add1ba-0369-4319-aa51-1f689f5bf18c) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad "1" smd roundrect (at -1.475 0 90) (size 1.15 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) + (net 4 "GND") (pintype "passive") + (tstamp 6557647c-871c-47c2-b3f5-6e21d1aca9c5) + ) + (pad "2" smd roundrect (at 1.475 0 90) (size 1.15 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) + (net 142 "Net-(D12-K)") (pintype "passive") + (tstamp fef39990-3848-4571-8559-91908f110bf7) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 6065fa89-84d7-42b1-b0f1-96e2ecf30eaf) + (at 174.5 100 90) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C1" (at 0 -1.43 90 unlocked) (layer "F.SilkS") (tstamp c7771c32-4536-4e6d-93c1-df014356b47c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "C_Small" (at 0 1.43 90 unlocked) (layer "F.Fab") (tstamp 3d7b2fff-cf4b-4fb4-b1f5-a257113152f3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 8b599bfd-c16f-4a77-9710-0edf4313fb89) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp b865f9c5-0ab2-412f-9c2b-d81d564ee4e7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 1c24a824-1093-4723-a03d-c5c6432d6e4b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/54d49cca-99f6-42d9-b1df-bb4cdee1bdbd") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61f71c1f-3adc-4e77-bb6b-35e172086e54)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b2846dd-1df3-4dd8-b57f-b40bd3862700)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4bc287fe-69f8-4485-b97d-afdca08b6f1d)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d79e5be-7449-490c-bbf3-2b408158742d)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5338e32-b5b8-4b56-b126-04d93e21609c)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08330269-de3a-4ffe-bc82-40761df9c7c1)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cde3f975-6f54-464e-a4ce-d7a34b84fb09)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6abafbcc-416a-4994-8c19-d098e97d0d2e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f75c7e8d-a5ea-48c9-b801-8bdeddd946cd)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3de056df-6691-4898-b36b-895829b0e546)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp b069e0f6-c503-454e-ab38-b5a54a5174e1) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0 90) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "Net-(C1-Pad1)") (pintype "passive") + (tstamp 19804c14-7c85-4f8b-99a1-9c884822b7c1) + ) + (pad "2" smd roundrect (at 0.8625 0 90) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 2 "Net-(D3-A)") (pintype "passive") + (tstamp d5501521-9de4-4b50-96f6-0c27367edcdc) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_1206_3216Metric" (layer "F.Cu") + (tstamp 61239516-a5c8-496d-b114-4f926078360c) + (at 180.45 105.695 90) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C3" (at 0 -1.85 90 unlocked) (layer "F.SilkS") (tstamp 11e74a13-c066-4050-a9d5-f73b85f0c4ee) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10u 35V X7R" (at 0 1.85 90 unlocked) (layer "F.Fab") (tstamp 480f4347-398b-4c9c-84a9-5f99665f65cd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 0b612ecf-2afc-4f0b-b68d-1fb0fa3d37a9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp e5b75ef5-5379-4465-ae46-bb12c9a0c211) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 1d7cfb03-4e4d-44a1-b47d-a9f452c70969) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C89632" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 3ad5057a-0268-4277-9d49-a047c78ebec1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/dd726bca-a1e8-41e6-abf3-8c21d7a2efa7") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.711252 -0.91) (end 0.711252 -0.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 894d1870-0d16-4906-942f-657ffdc3d76f)) + (fp_line (start -0.711252 0.91) (end 0.711252 0.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01b18c3e-b337-46a6-8094-54e09e2bd717)) + (fp_line (start 2.3 -1.15) (end 2.3 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9654389c-7003-4f03-a473-4ebe17b0a369)) + (fp_line (start -2.3 -1.15) (end 2.3 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 203ddf08-4d00-4556-9988-d96e394e0dcb)) + (fp_line (start 2.3 1.15) (end -2.3 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c1b0bd5-48cb-40d8-ad47-8d6f54e3d136)) + (fp_line (start -2.3 1.15) (end -2.3 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8f2a1acb-5b2b-402b-a364-59915bb20186)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4676c2ee-548e-4190-8465-9e5383fa8bde)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2363fb22-13e2-4b82-a584-8555b017a6c3)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd17487f-e90e-414a-b2e0-fef763ef5b2f)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f8ad428-57d1-4df4-a760-cd0845910dc8)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 195e45e4-708c-4ee0-b643-beff30f5f013) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad "1" smd roundrect (at -1.475 0 90) (size 1.15 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) + (net 4 "GND") (pintype "passive") + (tstamp 8fd8a915-ffd4-4d09-969e-fa656b11f1d6) + ) + (pad "2" smd roundrect (at 1.475 0 90) (size 1.15 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) + (net 142 "Net-(D12-K)") (pintype "passive") + (tstamp a749c730-d74f-4a32-895d-ea8b3fad0808) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-363_SC-70-6" (layer "F.Cu") + (tstamp 62072cf5-69f7-4ec8-bbb8-348591639460) + (at 215.05 64.35) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "Q52" (at 0 -2 0 unlocked) (layer "F.SilkS") (tstamp 9785f15f-4a68-4cd3-9c9e-2070ad1fd859) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "UMX4NTR" (at 0 2 180 unlocked) (layer "F.Fab") (tstamp 64f76924-5f21-4026-87a4-e277bb37147c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1119cb9f-241c-48fa-b6f0-0584b90447d4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/2203252253_ROHM-Semicon-UMX4NTR_C2986260.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 00ac7ddf-a276-4a5a-9685-4b30c469014c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c86d4142-371a-40f5-837d-7b89708b7a31) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2986260" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 25c81662-2482-4de7-a8e4-f8134ea4ac29) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "17.6mg" (at -215.05 -64.35 0 unlocked) (layer "F.Fab") hide (tstamp 0e5ed824-3880-42eb-9a15-35753060481c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/sot23/sot23%20-%206lds.pdf" (at -215.05 -64.35 0 unlocked) (layer "F.Fab") hide (tstamp 64ca401a-6c50-4cde-9760-0b1a997325da) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/ab4e2305-8b0c-40e1-b75d-dc95c5170a91") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.7 1.16) (end 0.7 1.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2904430-7bb6-44c4-826e-48173b465bb5)) + (fp_line (start 0.7 -1.16) (end -1.2 -1.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f24d7d5-6d29-4dc9-bee2-9a276551f8f1)) + (fp_line (start -1.6 -1.4) (end -1.6 1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01501f6f-1232-4dd6-bbb6-be0a1665c86c)) + (fp_line (start -1.6 -1.4) (end 1.6 -1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2122fe3-6957-4336-838b-3b0cb56b94e5)) + (fp_line (start -1.6 1.4) (end 1.6 1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1598f21-a507-4bb4-941a-00328839a22b)) + (fp_line (start 1.6 1.4) (end 1.6 -1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4776a8a-bc74-47cd-be7a-3413387ff9bf)) + (fp_line (start -0.675 -0.6) (end -0.675 1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cdeb60e7-ec6c-4611-8c38-556fc9843ddd)) + (fp_line (start -0.175 -1.1) (end -0.675 -0.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 421d3830-ea4d-45fe-a91b-d40838821f27)) + (fp_line (start 0.675 -1.1) (end -0.175 -1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17b551d7-6176-4e06-af3a-c823a924b89f)) + (fp_line (start 0.675 -1.1) (end 0.675 1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25cf6249-37d9-497e-9180-277f36bec2ef)) + (fp_line (start 0.675 1.1) (end -0.675 1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21b5ecfc-b0c6-455c-9d78-9274bd0f1d2b)) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") (tstamp 7c66436b-5e20-4409-b737-af00ae6f266c) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad "1" smd rect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 25 "Net-(Q52A-E1)") (pinfunction "E1") (pintype "passive") + (tstamp c1747f9d-8f1a-4994-b757-ba6c216bb97c) + ) + (pad "2" smd rect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 104 "Net-(Q52A-B1)") (pinfunction "B1") (pintype "input") + (tstamp cdab3837-0bdf-42e0-abb0-70370dee7d97) + ) + (pad "3" smd rect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 104 "Net-(Q52A-B1)") (pinfunction "B2") (pintype "input") + (tstamp daa71638-32d0-4f2c-a3ca-f8e34e3f155a) + ) + (pad "4" smd rect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 105 "Net-(Q52B-C2)") (pinfunction "C2") (pintype "passive") + (tstamp 25b14828-7604-42ab-a868-517fdf960135) + ) + (pad "5" smd rect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 26 "/PD4") (pinfunction "E2") (pintype "passive") + (tstamp fe4eb318-fbeb-4501-907c-b7f2cada867e) + ) + (pad "6" smd rect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 106 "Net-(Q52A-C1)") (pinfunction "C1") (pintype "passive") + (tstamp 5939fe98-cd3b-4474-87a1-efc47c5ab216) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 62723907-7b01-48fd-8b8b-f8a9171c393d) + (at 36.089 38.453) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q12" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 2cb153ca-8469-4846-9638-57eab500b70c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 6f19348d-7a50-4ce7-8611-d34ac242d624) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ae5eec3c-f8cf-45f1-8d90-90b86e1f6315) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4f6fef03-f753-4255-bae3-7f2464c1a8c1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 427fb210-1cc1-4127-938c-100ddb2ee04a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -36.089 -38.453 0 unlocked) (layer "F.Fab") hide (tstamp e15d1e2d-51d2-4ea5-8777-219e2ac89d8c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -36.089 -38.453 0 unlocked) (layer "F.Fab") hide (tstamp 45352d39-3789-477b-81da-764b5d66b798) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/305a18b0-61d4-421d-a82d-dc1cf3f01899") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e282591b-7bc3-4315-a182-18fefe829167)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89a61565-52d3-4517-bacc-053212f7ec77)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c601e539-70a0-47a9-b1ca-1e303c442306)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43146a3e-928e-47e9-b2fa-f5f086d82bdd)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb909321-18a7-4b03-ad7b-6fcf06b4793b)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74338810-66fb-46ba-83ee-f1fdb2100767)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1c1cb59-3bff-40ce-b60a-aa3e431edae2)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 324f2fcb-b7f4-4ebb-bef3-c8ac7425ff61)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c3c8425-fe37-46d3-ad27-9d6617e22870)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bdb3c508-9e6a-4243-884d-d4395d3b5935)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac6b2975-d751-4b5f-a006-4f75122dd455)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06bd10ee-6d1a-4000-84bf-2a81e69384b0)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 463274ec-d7eb-4bbb-97b5-476cae939bb6)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 64b88aa0-0109-45b6-a590-733ed41cc719) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 57 "/LG7") (pinfunction "G") (pintype "input") + (tstamp ac3c2c32-ac8f-47a9-a593-759279d74ac6) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 51456909-d876-49f0-b163-acb4254b44fe) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 58 "Net-(Q12-D)") (pinfunction "D") (pintype "passive") + (tstamp e73380a1-aecd-4065-b6f0-e59a2cece4cd) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "MountingHole:MountingHole_3.2mm_M3_DIN965" (layer "F.Cu") + (tstamp 6282d89f-ac86-4af2-9c89-c0149b87ee62) + (at 132.679492 110 120) + (descr "Mounting Hole 3.2mm, no annular, M3, DIN965") + (tags "mounting hole 3.2mm no annular m3 din965") + (property "Reference" "H2" (at 0 -3.8 120 unlocked) (layer "F.SilkS") hide (tstamp b701d8f6-165e-43fe-8541-f5c21f0c7f2f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "M3" (at 0 3.8 120 unlocked) (layer "F.Fab") hide (tstamp b02ab06b-06c8-455e-9147-62b4c520b685) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 120 unlocked) (layer "F.Fab") hide (tstamp 78ede8fb-9e8b-4ec5-baeb-260052a86e3d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 120 unlocked) (layer "F.Fab") hide (tstamp 0dbfd729-caac-4fb4-b01f-3e6eabccd69b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 120 unlocked) (layer "F.Fab") hide (tstamp 7dca4b94-cb4a-4b3a-a32b-4705685ef4b4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "0mg" (at 161.60254 -59.903811 0 unlocked) (layer "F.Fab") hide (tstamp 7361f612-21b4-4de5-94a1-dda5ddf25bdc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/faa2bdb9-5f28-426c-bc4e-3b7bd7ebf5b7") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle (center 0 0) (end 2.8 0) + (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp efff8128-23da-4e16-8cc7-c90ad1de1f9a)) + (fp_circle (center 0 0) (end 3.05 0) + (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 13c4ebb0-4f5e-4e8a-9ba7-cc514c58020f)) + (fp_text user "${REFERENCE}" (at 0 0 -60) (layer "F.Fab") (tstamp 667012af-aed5-44b8-a7f4-56a46fdd53ee) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "" np_thru_hole circle (at 0 0 120) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") + (tstamp dfceeadb-8472-44f2-937f-693f0daef628) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 64957e06-f47f-49ad-82ee-dd57756b8a18) + (at 21.149 75.423) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R112" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 44ca4984-fc38-4e65-b292-280e50fcf36d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp d19a3ac2-e6c1-443d-94cb-05790826e43c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b15c00e1-f3a3-48a3-8818-448878c1b589) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b24f51a0-c3f9-4692-b7f1-bc64b70c57f3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2005564c-dead-4836-ad47-327f5fa66526) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/16ee29c0-840e-44e9-b5d9-206014569540") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f978e12-7889-40d1-ab89-45149b226fe3)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f09863b1-8bef-49ee-b88c-9796c98d27f3)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60bb15cc-aef7-40ef-8ed9-e795b67bbe15)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 363327a9-3be9-4632-8445-fccbc1fceeba)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 989c06ad-9f24-4307-bec7-e09973e1b8db)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b68de3dc-0187-47d0-8f96-00d35aec17d3)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7514bcc-e914-405a-bd6d-1bd1c6474fbd)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4574dfee-f49b-4d65-abbd-efcfdb118ef9)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a9bd27f-54fb-4b2b-824b-31453fb0a39d)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b94908b2-3d3f-4086-ab3c-34ca9d52ba45)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 0519596f-06ea-4d4f-ada6-cf7ad9810a19) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp 86d1ec79-5f8d-46e1-a6af-7de3bfa7fc12) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 85 "Net-(Q39-D)") (pintype "passive") + (tstamp 3ee1cb62-253e-49bb-8a91-bee68c5c1068) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123F" (layer "F.Cu") + (tstamp 66564508-3d9c-4617-913e-02bd4fed2105) + (at 187.15 100.1 90) + (descr "D_SOD-123F") + (tags "D_SOD-123F") + (property "Reference" "D3" (at -0.127 -1.905 90 unlocked) (layer "F.SilkS") (tstamp 8f821781-4160-4988-b7c1-aaada6ff4205) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "K36" (at 0 2.1 90 unlocked) (layer "F.Fab") (tstamp c531d182-f65a-4359-94fa-961e0f159993) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123F" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp a9e256c2-582f-440c-8ce7-a83aeaf1d9b0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 336d1c05-9c93-43e8-b905-b479eeb356e1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 4f7ddf71-aca4-45d3-afc4-3f66cdcecfd0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2922184" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp c7e0cfd5-a8e1-4e5e-9525-1d45f2f71645) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "17mg" (at 100.1 -187.15 0 unlocked) (layer "F.Fab") hide (tstamp 2017e5e9-25fa-474d-b4d5-6d5b46faa8f5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/docs/PDD/SOD-123FPD.PDF" (at 100.1 -187.15 0 unlocked) (layer "F.Fab") hide (tstamp bafb0c5f-16ba-4b76-adaa-108c5fd0f3ef) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/f896bc74-1b68-4c98-b90c-2c50f6a64e8b") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -2.21 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1134910-e805-487f-b308-b1280742bc95)) + (fp_line (start -2.21 -1) (end -2.21 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 313752e8-3c5b-4b36-93d4-2038ce57615b)) + (fp_line (start -2.21 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0a137c1-2227-400f-a940-be35b4e986d8)) + (fp_line (start 2.2 -1.15) (end 2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e911d9e3-cf64-4f63-9932-7cc540d6a75b)) + (fp_line (start -2.2 -1.15) (end 2.2 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be57bf1a-82eb-4e32-b57b-acae8530d89e)) + (fp_line (start -2.2 -1.15) (end -2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 168a6b4d-d773-4376-9b19-f51aecac92bf)) + (fp_line (start 2.2 1.15) (end -2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33dee23b-2332-4db9-89d9-069b968eb384)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4033d95-5c8e-41cf-9012-dd73ceb27b86)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 836a35f0-1a9b-4c05-8d57-34bbdb5e8b27)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30d8261d-dfce-4710-9eff-52ef17f4f29e)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 530811eb-09f1-4999-a57e-d32d7ffc124f)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5bf90698-e4a4-4b95-9d89-38dadee42f55)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa580119-c52c-4dc3-a79e-8c2d432303e6)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c8976b2-ab2f-415d-947c-d8ea5cf9dc77)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 410301ba-8529-4682-b53b-cfeb0634134b)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91437787-90b7-4a19-92a0-3e02f286d28a)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3aa36c3e-f398-4b94-86da-59b12e966382)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de7c8c4a-9765-4f43-bd9c-9ad9e14c9945)) + (fp_text user "${REFERENCE}" (at -0.127 -1.905 -90) (layer "F.Fab") (tstamp 0e3ccd6d-ecc7-472f-9169-505711c2f30d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -1.4 0 90) (size 1.1 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2272727273) + (net 5 "VCC") (pinfunction "K") (pintype "passive") + (tstamp a20a14c4-147a-4313-ac5a-c364ea1ebc55) + ) + (pad "2" smd roundrect (at 1.4 0 90) (size 1.1 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2272727273) + (net 2 "Net-(D3-A)") (pinfunction "A") (pintype "passive") + (tstamp 14eef737-0920-4a44-9000-9ac75c36bef9) + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123F.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 675fc60f-9bc5-40a1-8f95-3a5dda4acb35) + (at 25.499 77.933) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R118" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 383f6929-a70a-44d2-acdc-e2bca121a909) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp e8bde8ee-d7e0-49e9-b99f-0048ba8c2ed0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp da8afae2-2d48-4624-a658-a29c5a059686) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8765a1e1-36ad-496f-85dd-0379ba7f29c2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 63dd24b4-066e-4d59-a8a4-0e9b27123fc5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/0cd820fb-53e9-4205-8c9a-62f8a68895db") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d011012-aafc-4a30-8d35-6c5788831cb8)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ebeac64-1ab0-4a75-b1e6-7f3070862c06)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 230241b3-f529-4c50-82f9-126d3798e041)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 754d3ef0-2799-46c9-9bb2-301201aa0441)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7a8d1b1-cf74-4c8a-9b72-b99bce009dcc)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc3b8327-03e0-43e5-80b5-05a54935be71)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 990d45e0-9ce3-4b0e-a0ed-576c74eea49c)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32779c8d-c4a0-4dce-92cc-222bdfd01b97)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af6ac152-068a-4572-b3da-771ed4cded01)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ead63aca-3a4c-47d3-a437-4c262876a960)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp b3c90239-0222-4ed9-aa62-00aae4e3f892) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp 96ff1c8e-36c1-49d7-8bb9-a51c1dce2ba2) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 88 "Net-(Q42-D)") (pintype "passive") + (tstamp 93cd3ba2-b304-426a-b025-066df37a1971) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 67812480-237d-4403-9079-3c5e70f89e0c) + (at 21.149 44.443) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R45" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp e33f49b7-0299-4e8a-b1f6-aed078d17408) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 023770c3-775c-4c2a-bcdb-88c265462444) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 72ac7533-86f8-4833-ba45-7d0cc490cf56) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bb8cc929-05eb-4993-9c83-300a5dd84fca) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d9d4b603-b62f-43f4-8ca3-0d7efd778663) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/7f1a7b68-e8ed-4194-b499-47d7bae11aad") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4cbf701f-ba6d-4da4-b2fc-fadf2d2f10af)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26af39ac-5f20-47eb-895c-b53c34bfe77d)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4281e6ce-8501-4af5-9a48-f12bba2fc850)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c83dfc9-672c-4399-b0e2-36ad5e24f31e)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dee7474d-6f77-4e14-9c9e-c3a02e479708)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7b5ea27-df0c-4273-abd5-8cfeebfef548)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 288cd41d-f56f-4b2a-9eb5-d39acf9db9b6)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aec8a9cf-df99-482f-a619-f298eb602015)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88d00540-8feb-4e89-94a1-a496858eed50)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e9cb710-3f42-472e-bd4e-e40cbffac6bf)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp c9fba8d9-477c-409d-a12a-9432c8690f80) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp 2fcd0404-efd0-4711-a69e-fac53dff8b54) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 46 "Net-(Q6-D)") (pintype "passive") + (tstamp e3206565-91e8-4b44-982a-9b399f86a644) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_1206_3216Metric" (layer "F.Cu") + (tstamp 67fd7c47-18bf-44c6-974d-a6ba2a9dade6) + (at 193.85 105.695 90) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C29" (at 0 -1.85 90 unlocked) (layer "F.SilkS") (tstamp 0ff06d62-9573-422d-bc05-ba1023bbe18f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10u 35V X7R" (at 0 1.85 90 unlocked) (layer "F.Fab") (tstamp 030c6852-5412-4993-9dba-5335a92b0cc5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 33af3a67-7d2c-4dc6-988e-3c556fffe11e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 79d3f9ea-ee8d-43af-aef3-37fda219f2dd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 63be198d-e464-4fc4-93e4-3dae7a629daf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C89632" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp cbbf757d-0603-45c9-b3ce-d6b77e8d0451) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/617b2425-e04e-4465-8aab-74857e28681e") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.711252 -0.91) (end 0.711252 -0.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5bf91aac-6b57-4a1a-b2d9-df04bceb4c0e)) + (fp_line (start -0.711252 0.91) (end 0.711252 0.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3bd592f-8a4e-4181-be7f-3d53e7def7bc)) + (fp_line (start 2.3 -1.15) (end 2.3 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70b57340-43df-43b8-b31d-35142c541673)) + (fp_line (start -2.3 -1.15) (end 2.3 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d54ad601-46b9-4bca-84c0-b893e2e66256)) + (fp_line (start 2.3 1.15) (end -2.3 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e00aa9c0-008d-4453-be6f-130c829ee32b)) + (fp_line (start -2.3 1.15) (end -2.3 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea422534-ef2f-4111-b9ee-83896086b819)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1aa48b7d-054c-4023-a4d6-e35b099c3f8a)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e42df1c-e33a-45bc-9bcd-cd5c9e85a68d)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 531d14a1-1ab3-407f-a257-bcb9a0f821e1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 776226e4-2487-4399-bf43-2345a2aed64c)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 60f25e70-c335-45ba-acd6-b7c9899cf004) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad "1" smd roundrect (at -1.475 0 90) (size 1.15 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) + (net 4 "GND") (pintype "passive") + (tstamp b9d0199e-b886-4f54-951a-b6f4fa302a57) + ) + (pad "2" smd roundrect (at 1.475 0 90) (size 1.15 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) + (net 20 "+24V") (pintype "passive") + (tstamp f683afec-0d5e-40ed-a944-9b27a614f192) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 6866fb5c-b8f3-4b00-bf1c-158ab7c45c9d) + (at 29.849 44.443) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R57" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp f11ae87a-32be-4ff2-905b-5ec818ad3730) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 88008dc9-0da9-45f7-bcd5-a3bbbacf0a8f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3442796e-e2a0-467e-aced-097ac8850863) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 929de2ae-140c-4238-a9b4-222d57c5c49a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7a1648c9-de06-40c6-b89b-db04cd91d0f4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/346c6449-47a2-47b3-9610-d379d17bd99d") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a76450de-2f64-4823-87fe-6c843bc499b7)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c27283e2-6284-4a5b-989c-2286a75f2aed)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0767bdd5-0772-4f13-8c7a-a2f2abb0c3d5)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 598652a4-0eed-40d4-bc11-d756faeb04b7)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed75d900-d428-4106-9efd-6970d383fa04)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1943524-7d02-4071-a6ed-1b4257e8f862)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 402bd608-6e66-4f8e-8033-11e565024acc)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 619735f6-b8be-4eb8-aec1-05c7364de274)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d0bbaa1-2602-4610-8e2d-5056f03b1198)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46938808-aa3b-4db0-903b-ab409305d215)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp b9004663-d562-4024-8fab-5064c2a5b2ab) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp d1214e23-0d9f-49e7-bc53-32926b45084f) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 56 "Net-(Q11-D)") (pintype "passive") + (tstamp 9b40377a-6da7-47ca-b09d-83109ef5c7e9) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 69db73cd-7f89-4964-a3af-d3247b89ee06) + (at 198 99.97) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R41" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp b7f465ab-2f23-487e-92d5-f101d9cb8494) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "120k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp bd0eb473-f15c-4da0-b8d7-5cb1a5bc7a47) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 78dc1557-0abc-442e-ac05-787496db895a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 05276cd0-3796-45a0-80d0-00ceeead0890) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3ec4784c-8bfe-4d68-b0eb-2203a262f3cc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/cc47db61-6647-44f8-838e-70fbaa362cd3") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp faab3375-ebfe-4a97-9df5-79d2aa29fbb6)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c80fbcc1-19c0-4991-8ca8-6cd3cf4bc780)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8456862-103f-4d60-8bb7-c1f6378cba1c)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b31f05b3-6910-4823-8775-d580afd0aa73)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85cc289b-4a42-46c9-a913-b73a101f3334)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1a5948e-c2f6-449a-a699-b3fd60e7ef04)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f549ad81-647e-4b5a-9868-8d5cdd972977)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c54997f-2e46-488b-93a1-4c5d16eaa08b)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp beab44cb-c94b-483a-8a05-c29e62fba870)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5604fd1-100f-4612-a12b-bf0b6cb49a38)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp e79161b4-f468-4a72-9bb3-b3bd75483696) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 117 "/VCOIL_MEAS") (pintype "passive") + (tstamp 6a27f444-8c0d-487b-8594-1dc26f42b83c) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 5 "VCC") (pintype "passive") + (tstamp 961bfaf1-8570-406d-a98e-7023e641e8fd) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DFN_QFN:QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm" (layer "F.Cu") + (tstamp 69df7601-3e79-4969-946c-8590abe6705e) + (at 120.3 102.9) + (descr "QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "QFN NoLead") + (property "Reference" "U12" (at 0 -4.82 0 unlocked) (layer "F.SilkS") (tstamp 8001338c-d328-4355-903a-e0829de6cc71) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "STM32G431CBUx" (at 0 4.82 0 unlocked) (layer "F.Fab") (tstamp 3739bad8-56d9-49e7-a8df-6e4c06c3f14d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_DFN_QFN:QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp da943953-0ef6-49f7-90fc-0f5785a0c633) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/stm32g431cb.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2ee0202f-fa5f-40e4-9293-073394261ffb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1428dda7-2a54-46ee-9c32-1baa566a6156) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C529356" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6428c7fa-3c8b-4eab-b1b8-409f6e11f245) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "141mg" (at -120.3 -102.9 0 unlocked) (layer "F.Fab") hide (tstamp 623870a9-4518-4b32-95b2-897326433de6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.irf.com/ehs/compliance/cr-qfn_7x7.pdf" (at -120.3 -102.9 0 unlocked) (layer "F.Fab") hide (tstamp 2e747b87-ca0d-4bae-8bf9-c234c52c5f56) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/1db54a70-b56e-473e-b465-f1b3736a258c") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -3.61 3.61) (end -3.61 3.135) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b276d05-da1e-4296-bd4b-bbe5c9f4240e)) + (fp_line (start -3.135 -3.61) (end -3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18c886ec-5b1c-4f76-a41d-45e92f57131d)) + (fp_line (start -3.135 3.61) (end -3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7abd196-9a0a-4db7-81b6-62072732edc5)) + (fp_line (start 3.135 -3.61) (end 3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9e4aed7b-a9b6-4504-a119-d66203c0beff)) + (fp_line (start 3.135 3.61) (end 3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a16ea16d-ba69-46b0-941e-da7b30ce3d5d)) + (fp_line (start 3.61 -3.61) (end 3.61 -3.135) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76990377-0eed-44bd-a36c-47514289563a)) + (fp_line (start 3.61 3.61) (end 3.61 3.135) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2739259f-8815-4af3-9fdd-0072840c301b)) + (fp_line (start -4.12 -4.12) (end -4.12 4.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30a16a69-4c07-4e5e-9fe1-4b2c70937114)) + (fp_line (start -4.12 4.12) (end 4.12 4.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0723e154-3294-4bd9-ac0f-f33a7adafd71)) + (fp_line (start 4.12 -4.12) (end -4.12 -4.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 20c0c244-42a8-40a2-b464-931dbeb07bca)) + (fp_line (start 4.12 4.12) (end 4.12 -4.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2002b14-7208-421b-aafd-b5c340a9156d)) + (fp_line (start -3.5 -2.5) (end -2.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28e69967-4730-4671-af2c-da6b1e9d520e)) + (fp_line (start -3.5 3.5) (end -3.5 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8fd3a4d3-7ff0-4bf5-9780-0ecd806a1d27)) + (fp_line (start -2.5 -3.5) (end 3.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7bcc963b-4fbe-4dad-8534-d632293219a5)) + (fp_line (start 3.5 -3.5) (end 3.5 3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e2b913ef-cb6e-4026-90b4-1231cfbee31f)) + (fp_line (start 3.5 3.5) (end -3.5 3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b70f0fc6-cdd8-4844-943b-ffd33a26b42d)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp c84d18f4-305b-4c0f-935f-9fa8dfbe7112) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "" smd roundrect (at -2.1 -2.1) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp 8425ed05-db8e-4765-9153-de990002a599) + ) + (pad "" smd roundrect (at -2.1 -0.7) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp 388e33d9-5364-4845-a3f8-053f80b37229) + ) + (pad "" smd roundrect (at -2.1 0.7) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp 4f2329b3-1a76-401f-b64e-e691c167d298) + ) + (pad "" smd roundrect (at -2.1 2.1) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp b6d4412c-a2d3-4006-95b8-42cf16ed563a) + ) + (pad "" smd roundrect (at -0.7 -2.1) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp 1c16eee9-e972-4ef1-bf92-1a66e4b51d0b) + ) + (pad "" smd roundrect (at -0.7 -0.7) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp ca569d1c-702d-4088-a219-e4d98d8bdf63) + ) + (pad "" smd roundrect (at -0.7 0.7) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp 547872e5-04b8-4d4b-a017-c8133989e24d) + ) + (pad "" smd roundrect (at -0.7 2.1) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp 74e98414-e039-4f4a-8c3f-6d1f2190dfc3) + ) + (pad "" smd roundrect (at 0.7 -2.1) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp c5982f11-6b4a-4f76-be4f-df1fc5070b86) + ) + (pad "" smd roundrect (at 0.7 -0.7) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp bf5efa47-64ef-4f0e-ab6f-05f830ade9d0) + ) + (pad "" smd roundrect (at 0.7 0.7) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp 5fce2d9b-d42c-4990-979b-3311eefd6946) + ) + (pad "" smd roundrect (at 0.7 2.1) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp 3091ac48-a1a0-40a0-9c79-49cd1f5de224) + ) + (pad "" smd roundrect (at 2.1 -2.1) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp 33571da7-a33a-4614-aaff-22ad70802bdb) + ) + (pad "" smd roundrect (at 2.1 -0.7) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp 2dfb2f91-3135-4d2d-ac48-683cfcce65e5) + ) + (pad "" smd roundrect (at 2.1 0.7) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp 93a4b8fe-3082-42d6-a034-46cd416a6ddc) + ) + (pad "" smd roundrect (at 2.1 2.1) (size 1.13 1.13) (layers "F.Paste") (roundrect_rratio 0.221239) + (tstamp 8c24fc56-1cb2-42b3-8f6a-ea15fcc64d63) + ) + (pad "1" smd roundrect (at -3.4375 -2.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VBAT") (pintype "power_in") + (tstamp aa8c3480-3d76-4b6e-a1ce-48c846cfc444) + ) + (pad "2" smd roundrect (at -3.4375 -2.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 131 "/INT2") (pinfunction "PC13") (pintype "bidirectional") + (tstamp a6bd8dd4-effe-43c4-a288-babac6215c54) + ) + (pad "3" smd roundrect (at -3.4375 -1.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 128 "/INT3") (pinfunction "PC14") (pintype "bidirectional") + (tstamp a40d1b71-b0a1-46ec-996a-4ef659c1a478) + ) + (pad "4" smd roundrect (at -3.4375 -1.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 143 "unconnected-(U12-PC15-Pad4)") (pinfunction "PC15") (pintype "bidirectional") + (tstamp ed8d5afc-e6cc-4ab4-a3da-5d0aff0d95c2) + ) + (pad "5" smd roundrect (at -3.4375 -0.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 144 "unconnected-(U12-PF0-Pad5)") (pinfunction "PF0") (pintype "bidirectional") + (tstamp 4edc2919-bd35-4601-8ce0-a1e279787e70) + ) + (pad "6" smd roundrect (at -3.4375 -0.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 145 "unconnected-(U12-PF1-Pad6)") (pinfunction "PF1") (pintype "bidirectional") + (tstamp d31ea167-5bf9-49f4-b8a1-2f9f38c193ef) + ) + (pad "7" smd roundrect (at -3.4375 0.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 146 "unconnected-(U12-PG10-Pad7)") (pinfunction "PG10") (pintype "bidirectional") + (tstamp d2e82ffe-ea2c-4976-87c3-fc3bb842d2e0) + ) + (pad "8" smd roundrect (at -3.4375 0.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 11 "/TP_SENS") (pinfunction "ADC1_IN1") (pintype "bidirectional") + (tstamp 47560701-efbf-48ac-a205-cf307b592cee) + ) + (pad "9" smd roundrect (at -3.4375 1.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 141 "/TP_NTC") (pinfunction "ADC1_IN2") (pintype "bidirectional") + (tstamp a66f8ca7-79a7-41e3-beb6-e043c315eb71) + ) + (pad "10" smd roundrect (at -3.4375 1.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 110 "/PA2_DAC_OUT") (pinfunction "OPAMP1_VOUT") (pintype "bidirectional") + (tstamp f20aa631-3513-4341-a878-bd37bdefd7b9) + ) + (pad "11" smd roundrect (at -3.4375 2.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 9 "/PD1") (pinfunction "ADC1_IN4") (pintype "bidirectional") + (tstamp 29503c9c-f2d3-445f-8676-69be8a10593d) + ) + (pad "12" smd roundrect (at -3.4375 2.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 108 "/DAC2_OUT1_PD_VREF") (pinfunction "DAC1_OUT1") (pintype "bidirectional") + (tstamp 3869f8c0-14aa-4950-8f92-0a3d17a04711) + ) + (pad "13" smd roundrect (at -2.75 3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 147 "/M1S_ADC") (pinfunction "ADC2_IN13") (pintype "bidirectional") + (tstamp e25db2b5-0524-4883-ae51-7f704fd7c752) + ) + (pad "14" smd roundrect (at -2.25 3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 148 "/M2S_ADC") (pinfunction "ADC2_IN3") (pintype "bidirectional") + (tstamp 8a6d5ed0-1c7c-4d08-9357-38bfc0725635) + ) + (pad "15" smd roundrect (at -1.75 3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 149 "/M2R_ADC") (pinfunction "ADC2_IN4") (pintype "bidirectional") + (tstamp 65b6f225-8189-4f1e-b1da-529013bb2f68) + ) + (pad "16" smd roundrect (at -1.25 3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 150 "/M1R_ADC") (pinfunction "ADC2_IN5") (pintype "bidirectional") + (tstamp 56d4d2d6-0a80-4440-863d-5b6a834516e3) + ) + (pad "17" smd roundrect (at -0.75 3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 117 "/VCOIL_MEAS") (pinfunction "OPAMP3_VINP") (pintype "bidirectional") + (tstamp 4fc934f6-fb79-440b-ba2b-610597dbc42e) + ) + (pad "18" smd roundrect (at -0.25 3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 151 "/C_M0") (pinfunction "PB1") (pintype "bidirectional") + (tstamp c0c9f688-63ee-4c42-8177-0a1082154e11) + ) + (pad "19" smd roundrect (at 0.25 3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 152 "/C_M1") (pinfunction "OPAMP3_VINM") (pintype "bidirectional") + (tstamp 977de8d2-6b9b-4cf2-9bd8-b8004b0e4ca1) + ) + (pad "20" smd roundrect (at 0.75 3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 153 "unconnected-(U12-VREF+-Pad20)") (pinfunction "VREF+") (pintype "input") + (tstamp 12c19d4b-03f9-46b3-beb0-7f5886041c71) + ) + (pad "21" smd roundrect (at 1.25 3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VDDA") (pintype "power_in") + (tstamp e3ec783b-f4e1-4470-994a-7856f91ae272) + ) + (pad "22" smd roundrect (at 1.75 3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 28 "/LED_ALM2") (pinfunction "PB10") (pintype "bidirectional") + (tstamp 36f943e4-d42e-4ef8-8b76-7832248d75fe) + ) + (pad "23" smd roundrect (at 2.25 3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VDD") (pintype "power_in") + (tstamp 5a3898c4-3b83-4673-b023-0d510657ce6b) + ) + (pad "24" smd roundrect (at 2.75 3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 26 "/PD4") (pinfunction "ADC1_IN14") (pintype "bidirectional") + (tstamp 569d1a3d-c3c0-4262-9e49-8e46c783529a) + ) + (pad "25" smd roundrect (at 3.4375 2.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 15 "/PD3") (pinfunction "ADC1_IN11") (pintype "bidirectional") + (tstamp 688a54ad-2e78-42a0-a4ef-61de74c17f13) + ) + (pad "26" smd roundrect (at 3.4375 2.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 120 "/SCL{slash}SCK") (pinfunction "SPI2_SCK") (pintype "bidirectional") + (tstamp 0808fc90-0ad8-494a-98b0-5ebb05a753b9) + ) + (pad "27" smd roundrect (at 3.4375 1.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 23 "/PD2") (pinfunction "ADC1_IN5") (pintype "bidirectional") + (tstamp a93a2484-403c-410e-a6fe-e04ca983657e) + ) + (pad "28" smd roundrect (at 3.4375 1.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 132 "/BOOST_EN") (pinfunction "PB15") (pintype "bidirectional") + (tstamp 505b1d6e-5de2-4fe5-b495-9c7c1a0368d7) + ) + (pad "29" smd roundrect (at 3.4375 0.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 174 "/PMOD") (pinfunction "TIM8_CH1") (pintype "bidirectional") + (tstamp be0d8bd0-a163-4d01-842b-06c036debee4) + ) + (pad "30" smd roundrect (at 3.4375 0.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 121 "/SDA{slash}MOSI") (pinfunction "I2C2_SDA") (pintype "bidirectional") + (tstamp 67721558-c7c7-48b1-ad88-8ea72af1a945) + ) + (pad "31" smd roundrect (at 3.4375 -0.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 120 "/SCL{slash}SCK") (pinfunction "I2C2_SCL") (pintype "bidirectional") + (tstamp df3d2096-c03f-4b3a-aa98-5e3df8eeee75) + ) + (pad "32" smd roundrect (at 3.4375 -0.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 115 "/MISO") (pinfunction "SPI2_MISO") (pintype "bidirectional") + (tstamp dbc1f54d-d625-45f3-8ed5-424c40dda26e) + ) + (pad "33" smd roundrect (at 3.4375 -1.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 121 "/SDA{slash}MOSI") (pinfunction "SPI2_MOSI") (pintype "bidirectional") + (tstamp dc7ac478-4ebc-4e99-ba79-7993898873fa) + ) + (pad "34" smd roundrect (at 3.4375 -1.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 139 "/CS4") (pinfunction "PA12") (pintype "bidirectional") + (tstamp 30c2c7b7-f1e3-4928-9e04-5c286b3c1b35) + ) + (pad "35" smd roundrect (at 3.4375 -2.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VDD") (pintype "power_in") + (tstamp 2a948c20-1dc2-4985-b62a-c5ce9d6eac72) + ) + (pad "36" smd roundrect (at 3.4375 -2.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 122 "/CS1") (pinfunction "PA13") (pintype "bidirectional") + (tstamp 1ddad07a-8912-4b0e-9f95-7cc2db128cab) + ) + (pad "37" smd roundrect (at 2.75 -3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 130 "/CS2") (pinfunction "PA14") (pintype "bidirectional") + (tstamp 14225ff9-21da-4f88-b577-ef7377f78a70) + ) + (pad "38" smd roundrect (at 2.25 -3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 127 "/CS3") (pinfunction "PA15") (pintype "bidirectional") + (tstamp 333b7408-2359-4c38-8ad3-03339a7adcf7) + ) + (pad "39" smd roundrect (at 1.75 -3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 124 "/INT1") (pinfunction "PC10") (pintype "bidirectional") + (tstamp a55b821a-32a1-41a0-a7ca-f7d61609a703) + ) + (pad "40" smd roundrect (at 1.25 -3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 134 "/INT4") (pinfunction "PC11") (pintype "bidirectional") + (tstamp fdb3e402-ac61-4562-8bc5-5d05cf4aacda) + ) + (pad "41" smd roundrect (at 0.75 -3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 154 "/C_TL") (pinfunction "PB3") (pintype "bidirectional") + (tstamp 34614611-0160-45ff-98a2-797ef60619ac) + ) + (pad "42" smd roundrect (at 0.25 -3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 155 "/C_SR0") (pinfunction "PB4") (pintype "bidirectional") + (tstamp 6772da0c-9874-4693-9ba4-06d60b2dabdd) + ) + (pad "43" smd roundrect (at -0.25 -3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 156 "/C_SR1") (pinfunction "PB5") (pintype "bidirectional") + (tstamp 2a705217-4310-418e-bf84-660a64725dc8) + ) + (pad "44" smd roundrect (at -0.75 -3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 157 "/C_TR0") (pinfunction "PB6") (pintype "bidirectional") + (tstamp 4e76efb9-720d-42a4-aac2-3c3cfdedb74c) + ) + (pad "45" smd roundrect (at -1.25 -3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 158 "/C_TR1") (pinfunction "PB7") (pintype "bidirectional") + (tstamp 5a92b715-a951-482b-a731-c3b776ac60d5) + ) + (pad "46" smd roundrect (at -1.75 -3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 159 "/RB_STROBE") (pinfunction "PB8") (pintype "bidirectional") + (tstamp 7505fc60-2d89-4d06-b649-df7492d2fb7f) + ) + (pad "47" smd roundrect (at -2.25 -3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 30 "/LED_ALM1") (pinfunction "PB9") (pintype "bidirectional") + (tstamp bbf2aae2-0c22-4a09-b9bc-70bdae4a584c) + ) + (pad "48" smd roundrect (at -2.75 -3.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VDD") (pintype "power_in") + (tstamp 93aca4d6-c31b-4dd4-8567-aa8b4c49bce3) + ) + (pad "49" smd rect (at 0 0) (size 5.6 5.6) (layers "F.Cu" "F.Mask") + (net 4 "GND") (pinfunction "VSS") (pintype "power_in") + (tstamp 865fd36e-08f2-4257-ad21-860d3b7a0296) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DFN_QFN.3dshapes/QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 6aa12410-24c4-4645-b2d3-f778eefe1c40) + (at 144.55 137.0625 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q46" (at 0 -2.4 90 unlocked) (layer "F.SilkS") (tstamp 92b3056b-a89c-47b1-9ae6-570639f87496) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3401A" (at 0 2.4 90 unlocked) (layer "F.Fab") (tstamp 7b7bef81-9df8-4221-aaec-6631c7472bea) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 1dcff27d-8aac-44dc-b40f-a2a002178a5f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp a4f6e7c1-a1d6-404b-945b-ff8c9a6964ae) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp a9fd2f51-db30-4b9d-b21a-86b6a3106d6b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 137.0625 -144.55 0 unlocked) (layer "F.Fab") hide (tstamp 807b80aa-b59b-49ca-9073-e2f72565a1ab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 137.0625 -144.55 0 unlocked) (layer "F.Fab") hide (tstamp 833a0a6d-304c-4067-95d3-6ef824eb108a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/7e6e0b0c-62ae-4501-803b-0095b1c72cac") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff016a6d-4042-44a5-8638-b35354abb23c)) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 684c401b-c6d1-43dc-a0cd-eea216b7db4a)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ecc1808-76ce-4f00-b9f9-fe1454c01281)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da8ab436-bb3e-4c6a-94df-6a164df435d6)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6a99eee-e0b5-428f-af90-5dddfb237e81)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e40913a-226b-4d02-b6ab-afff0c6ac4ea)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 663e84c6-09ca-44df-b6d4-db484b291b55)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8e6b901-7c4e-4009-8fad-a91793924616)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c34fb47-e2e4-49d1-9771-23f2949a9aba)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18a330d5-c097-4f4b-a142-a45820ebbbc1)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b9c2e1b-58f8-422b-8273-ef21dca1b55c)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4968d1d-193a-44b4-a52a-523c07dbb5ab)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97926aa5-d9aa-43aa-8550-e41151bb40f2)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp c5ae981d-83fc-4b7b-a15c-2a371c09e0b4) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 166 "Net-(Q46-G)") (pinfunction "G") (pintype "input") + (tstamp 664f15c6-63c0-4120-b5a5-f93eecb45153) + ) + (pad "2" smd roundrect (at -0.9375 0.95 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+24V") (pinfunction "S") (pintype "passive") + (tstamp 3e10e653-7c8c-4a65-b5f5-7a18ee644d52) + ) + (pad "3" smd roundrect (at 0.9375 0 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pinfunction "D") (pintype "passive") + (tstamp aa766f40-09d6-4262-b2ca-d50b64ac6e8b) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 6d4cb4d3-ebd8-464f-85d0-7c93789c3817) + (at 135.5875 69.5) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R27" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 38dfc4d6-3515-48db-836d-1ba930aaccc4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1M" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 3502781a-66c9-4488-b389-288a4656de39) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8a86db84-eb0e-4e3e-aafb-05b099b19022) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 75969c1a-b925-456b-9ab3-e165ed9f7491) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b8ac403d-5bf7-48ae-a34d-d67c0ba8309c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/16d58e1d-b5a6-457f-aa52-fa26d182742b") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f9895c4-60e7-4180-8788-0eec618e1d5d)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc84919a-ad38-4011-bdd2-ae1185d8a97e)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e7a253b-30ef-4aef-b2fe-0a5bcd37ea34)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4563139-445e-43ad-b7d1-040dd59f40fd)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 259eb5eb-bc3a-48f2-9bbb-9dfb87fc80b1)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8caa873c-25f1-4e9c-89c5-f4ed43cbdbfc)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b15a891a-2e9f-4c42-a92c-fbfd28caf23f)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d8f07e4-2278-4adc-9075-409315dbca08)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0dc3965f-d5d9-40eb-bc65-7723f6dba304)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a794e2f-64ff-46a3-ad31-a0e53f6f31a2)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp e6bac3b2-02eb-4c54-b6b9-1149ba031e7f) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 35 "/M2RETURN") (pintype "passive") + (tstamp 0e8f2d5a-043c-406e-a324-a9fe585ebd25) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 851025bd-49c4-4c8d-b17c-48e062b15a9b) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 6ef622b8-1aa6-4ab4-a934-631708938ab1) + (at 202.05 81.44) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C16" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp a54dad25-6014-44f1-9989-f0afeb4297eb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1n" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp d831ff81-098c-428d-929b-c6bd4e446d06) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 32c6eccf-8d1d-4872-bf06-375933c89476) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp da36c93d-cfc6-4247-8619-3282e07b1807) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7824be96-eed0-405f-bcc5-480a4ff9b198) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "DNP" "DNP" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp eabb8f37-9ac7-40dc-825f-766565b47bae) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/63a0ee48-4d41-4a21-9f2f-c6b1b13a9799") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d9c9ee7-2840-462e-bfc2-b8f2e128e511)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05a24689-5b83-44e4-a993-0a291e767dc4)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 41589d52-03b9-4d22-a222-001188bd2d2b)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0bdccf54-49ca-4532-a648-f5c8ad54db69)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e38fae99-0fb5-4a3a-bc4e-1c1a9709832f)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a803987e-1bcc-44c5-a0b8-ca6c44448e2f)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55999f43-5a03-4e6b-8076-889a79d03b26)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56cad142-22d6-4b82-9b19-4a9181cdb8d3)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88c96387-03c9-4bc3-8f35-203f3581a7b0)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5add3ea-553e-401c-901c-e1257c8a1517)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8ffbb417-81ed-49d5-bbb1-879267fe545c) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 05700651-3723-4809-9130-454f220519c0) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 9 "/PD1") (pintype "passive") + (tstamp 8f77e12f-c478-4890-9bab-205e76151a66) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 72645021-933e-48c7-93aa-160b08f04b99) + (at -7.671 109.853) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R91" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp d932a533-0793-4d1e-81d6-f15aab5132aa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 7eea90e3-8562-40e0-926b-6244c732db2a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 05bfd451-f820-4370-83be-52f4331b9399) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 886d508e-2e4c-4685-913a-9601c425d769) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 87c28889-d849-47b4-94aa-0804020f7284) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/8f37daa4-27c9-45db-b349-2f209ba53137") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82d1a2be-a2d0-48b9-9427-90482e21799e)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c4f219c-8fe0-468f-96ab-086bfc25be8f)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45d36b8f-f070-4cd8-91e9-8593ea0c61e8)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5ab13e0-054a-4631-8465-1e68cd029f86)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cada76a0-ebb4-4cd9-b5ac-d535f14fcc6c)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec786333-337e-49ab-82cb-29fbdc482c52)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c769867-b781-4e9c-a4f6-aa47b45521fd)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4ff38c1-ac16-4694-ac1b-a5a57c628601)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5a16346-6cbf-4c93-b84f-e7a48824a876)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc9a9a8f-9031-4cf6-9854-772fe05dceed)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 9c2eb8d3-9e0f-46f2-8dac-6456ccb4e9ae) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp 4b15ee7c-3283-42b1-a813-7c35a8dffc6b) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 74 "Net-(Q28-D)") (pintype "passive") + (tstamp 17240e7e-df56-429b-bf11-76417c6a8683) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 73b1427a-6a58-41a3-b02c-d5054b1763b1) + (at 29.849 70.403) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R121" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 34b29f67-db96-4c67-82d6-d4c4ff4a3b42) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 89e9d3a5-d4e9-4133-a767-1dd9fb36e3fe) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c6df3816-2cdd-481a-9238-cfc1c716daad) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 05d9448c-990c-47fe-9e9c-be4b6ad8f678) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2eb840cc-9f6f-424b-ad3f-0fb939774cb5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/346c6449-47a2-47b3-9610-d379d17bd99d") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 239d11bb-c5e2-4506-86b9-36ff1ec0f252)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb418748-fe48-4a28-b9d1-2fd0f1c7b8c3)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d48f5aa-ab0f-4e38-9a0e-e3394aebfbaf)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5913e5f6-cf8c-4ae8-be9b-a9a016aad1f4)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ebe55f4-46e4-45cb-b3be-24b079566d4d)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84b88529-9e96-4edc-a080-d62cf7f23b25)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a227777f-7234-47d7-a63b-11ec1e77a482)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6faedc0b-1c75-4f48-ae3f-4a28fc9f173c)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b902ea4-bbd1-4fa1-ad37-95028be0d8c1)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85439eb6-629b-4027-9f16-abc4e0822cc1)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 90c694b3-cb83-4e66-8127-c5f79fe32d98) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp a909d40b-b070-403f-840e-e6e69cc9f0f7) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 89 "Net-(Q43-D)") (pintype "passive") + (tstamp d15ee211-3c73-4849-8db2-41e788982439) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 74bf168c-d4f7-40e4-a072-e7168af043af) + (at 5.189 104.833) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R94" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp ed17872e-2453-40ee-90bc-995b7e3f55ce) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 800e06d8-0da3-4fe4-99ed-8e2ba64673a5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b30fccab-d766-4f1b-ade1-c2535c2d81b8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0b152132-5101-41cb-b52d-165624a5e068) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5955e4a3-6304-4511-89bc-d381d581f653) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/7f1a7b68-e8ed-4194-b499-47d7bae11aad") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57e16789-a518-4eb0-acd6-b5cda4b9f3db)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 192184a4-14ac-4a25-a921-da18e89695df)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 554b3555-4518-4f29-a93f-927e3a999b9c)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b68cf7d5-d1be-436f-88bb-48d82ff439c8)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bbe324ae-c812-42f6-96bc-2a19818e9d80)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fab1c7d0-0d08-4c33-bfe1-5b86985d55fc)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e27787c8-4c7a-48e4-9880-e23343aa1089)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5de57c6c-a23b-42c5-b1a7-1034f714f8e1)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fabfe572-b98d-4310-a5d0-7aaf31f4d538)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ac2d134-933d-4194-a7a2-fcec77092a65)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8ab8d133-cade-493f-bc2a-91dd01d60128) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp 5e30932e-1a1d-4da2-8ccb-de8ced7e5c30) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 76 "Net-(Q30-D)") (pintype "passive") + (tstamp 6332c66f-0353-4255-a91e-0b9a471522e2) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 769944a7-d4d7-41fb-b4a0-abd46dbaf2e0) + (at 5.189 107.343) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R95" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 03683b6e-91c4-4e27-aab4-82db59897033) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 5c9d63a2-1275-42e2-9cf7-f4af17d1b9e8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6374ab4b-0b78-4f03-8bfb-6e1c14395810) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 900c1f93-538a-42b5-b293-56ccdbf4a9b8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f9aab020-8870-4b78-bdc5-528de687c3eb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/bcd5a8af-02e2-442f-9752-0811928c54e1") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24001390-2869-40dd-8201-62b5f4e9a2de)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef4b575f-0612-4aa1-b5c1-a4ee92af731b)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 63769057-f2c7-4f88-9b65-674fe8758f3a)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6026a845-c2a7-4986-972c-d186f8274da3)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 382762b5-7367-4f63-8384-62d8501295a0)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e225a4b0-27af-4a60-b422-7ec3b41652f1)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1be627cf-cb21-4eb8-a3c4-e8d51c8eccf3)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1753be38-58a9-45e4-a3a6-fd370477b549)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82995bb5-7078-4466-a2ce-4713f91b87e1)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bf63c4c-55b3-49a4-aea6-84d0c6f90e9a)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp ef12a8dd-35d6-4847-ae7a-3bc256bec31e) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp 3f51afec-d05f-4964-86d3-b35f1a792c60) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 76 "Net-(Q30-D)") (pintype "passive") + (tstamp 5be69636-39f0-438a-89fb-075dc7bfd4ac) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 77622cd9-4f73-4421-a4e1-2b0a9a26d580) + (at -37.931 112.363) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R65" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 8d7f5441-8d04-42a6-8021-684e287b84d1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 7dc7cb97-9526-4a08-800e-3d78abfbde9f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6a0b4718-cb41-4e22-be8d-847d5340ddbd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7d1f7500-2a99-45bf-bbb8-536414b3b3bb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 73a2647f-eb2c-4fc9-bb86-29213218fb55) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/ad7973af-b34a-4c25-bc3f-b85129d6a98c") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5097e6c0-dc5b-4cb2-b020-4f8a33c663e1)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17841e66-1363-4e2a-8d43-f66e03cfd045)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4808c1a6-11ac-4e40-afb8-4c34eb73b95a)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abaaa90a-45e9-4473-a784-339b9220a967)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97c810a6-ad29-47a7-b7cd-b228dc3644af)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9f25950-30bc-447b-a1d9-50ff1c1f6739)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bfae8aab-1249-4623-9adf-a20f54492b2b)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6307f65d-d673-4b80-b32f-549a52fafe21)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb78305f-ea0a-45db-8548-e3bb97b2794e)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75829f76-4071-4fd6-9834-ae5d7f233a19)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 98747484-c765-4220-a756-96a700000aee) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp adf8bc85-0747-4709-a5e9-53d7cead3447) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 61 "Net-(Q15-D)") (pintype "passive") + (tstamp 38d65c9d-3ad6-4af3-bf9f-02c56125fb0f) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 7a74e4d6-a959-4188-80a1-1994ba660326) + (at 202.05 78.93) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C32" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 8b52c715-db1b-4feb-9492-61872a2cae14) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "DNP" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp de9cce39-66cf-41a6-ab36-13345fb081f0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 44252ea0-23e7-4e59-ae62-9ce1fdd8bbb4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2be41ec3-32b0-4b40-a87f-cd5b2f1d3566) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7d27eb77-6a11-4755-8fbb-5547bcdbe935) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/2d80ec4c-02df-424f-9008-59d6c168bd18") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd dnp) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b44c85f-1c11-4444-a382-a123f0687844)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45af9222-a28f-47a8-9938-11d4b8e5cf39)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2fdaa5bd-2497-4acb-8579-b0a6daad854c)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09816bf3-155d-46b3-8ebf-80986b00e571)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69518e32-3e34-490a-8e67-e829f7a8df4b)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7bc37922-796d-4a1f-a948-2684265ec4ae)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b824a90-1250-4c6f-9a92-1f0301864c6f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4fe7376-a52b-4263-ae57-b01654f13185)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3fed3ab-2aaf-4765-af53-6bc48f2faa4a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 779f42e1-8051-485d-99c1-bf9781c3d4ed)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 61c7ec4e-c29d-4c53-bbf2-5a215ef9a517) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 21 "/PD_TIA/IN2") (pintype "passive") + (tstamp 5ee3d943-0d2e-45f6-a650-c454ab85863e) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 22 "Net-(Q50A-E1)") (pintype "passive") + (tstamp f6692aee-9c22-40e9-b8f6-23d12819b739) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 7b1dd6fa-9fc9-439e-b444-8b8098df2ac4) + (at 128.0875 102.49) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R133" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 4bfc737d-4611-49e6-83e1-ac8a8372a600) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "3k3" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 2462e552-fb5f-447a-bb03-10127b4b3664) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 65f84b5c-2255-45a1-8ca3-53e9e30f00e4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp dd97cb0b-bc8f-42e1-b103-ba35d980e868) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c3485268-fb83-4c82-85de-9467e1e555e7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/fb929c2f-415d-4012-a0db-79b3575d4979") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f261361a-7088-4bae-9224-be37947d2ddd)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c92776a-dae0-4aca-93af-6e9a2856cd44)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a29911de-cea8-460d-9d9a-b152c6808f6e)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cfdd27b-073b-4ebd-ba5f-02cfbf1561a5)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c17a9139-f626-42bb-be24-6553135088cd)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec5a7e5c-b72c-4fea-89a8-6fc79a688d3d)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0aadca6c-0c29-40a8-8c66-cb2a62e9b8c2)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 382cbfd9-931f-4bad-a79f-ef82a73c8605)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84cf0186-39a1-4b56-a86c-0db07b451e9f)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf184c88-4a51-4a8f-b2e3-33950a50b944)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 84be226a-ab3f-488e-b12e-c1b74edc1afb) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 24251bb0-7fbb-4af7-a641-3a71d5339703) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 120 "/SCL{slash}SCK") (pintype "passive") + (tstamp a0c5bc08-3665-4d68-9439-62413f639e14) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 7c87adc6-3cbc-4285-801e-2eae6a638bed) + (at 206.4 62.34) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R137" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp d23702a6-3fc7-40dc-92c5-896a8f485cda) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 7c8bc1b5-5935-4921-ac6d-12daf63ce819) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a164467b-2cb1-4472-bec1-51c54b89a32a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 213df599-9965-4e28-a4ec-f063372c66af) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4f42f175-a40f-4621-8737-41d4099c31ee) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/8dec4a8b-5491-4053-a438-70db613808a5") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e680097-4cbc-4088-9559-8bafe3b162f0)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de35d679-987e-4b2d-8c79-11f26a45e74a)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b09a617f-ffc1-41d5-8ae1-c69939933b75)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e26b3a0b-8beb-43f2-8e8d-dd49a749bb88)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4dd1dfe4-4dfc-4668-97e3-8f3699a5c1ee)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27efed46-d3cf-47eb-8aa3-ddebe06f43c3)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7eeec2fd-3ca9-4e8e-aa9b-f67aee3d1533)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a9c4597-ef38-489c-8ee6-c6356d5dc88c)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0980fb75-dc61-4182-8fc9-9001466e1581)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08c38c00-7a5b-4c00-832c-34c0cf8a9685)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 2db3623f-e048-4261-9804-16548af3f92f) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 106 "Net-(Q52A-C1)") (pintype "passive") + (tstamp 5676cc1b-bb43-4e5b-9be0-34619c40e3f6) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 403936e5-36b2-4889-9a08-6d0fcf99b84b) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 7ccdba61-ed23-452f-a91a-c85720f2a009) + (at -33.581 114.873) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R71" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp af3a2c98-f43e-40ba-b1af-96ad6ff40f56) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 07bef625-2a4a-4703-8f23-c50bb74c4309) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp db8b5129-b318-4146-92dc-46dff7a37983) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 88105ede-e33e-4ee5-a0c0-863c6e4c97c6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0ed8d8b7-e8ea-406b-bc1b-42ede8664a94) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/eb76983d-d270-4293-a714-74afd72d32da") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53f4b73e-5465-4957-9a7d-fb6bdf1bc22a)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b43086e-2d23-42ea-a8d5-8fe95281891c)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52a19749-ff0a-4c7c-a97b-c46471cf3a64)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 793d4a2c-48f5-49da-a9da-0212ea88faca)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc221bc3-0a03-4820-94fe-146d24c4c531)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df74eb0d-e21b-4554-92ee-49fcbab35ea9)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c6661bd-2aeb-445e-909a-29e4f113430e)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86fc0c16-3fd7-4dd9-ad76-d6a4289a27ea)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6741eb1b-5cd7-4336-8402-e7eb113f4ac8)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3f47760-bf33-4b9f-9e37-d466522d0314)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 4dd450c0-7eda-423c-bf8c-6ea352392358) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp 9a9331e0-4d9d-4563-b822-798f782a335e) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 64 "Net-(Q18-D)") (pintype "passive") + (tstamp 8a175157-aae2-45a4-842b-dcfe18542508) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 7ccf8299-36b6-4ebd-88a7-bdb3ec8cdf6e) + (at 123.5 87.99) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R31" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 6bcfd6f8-ee1a-4a8a-bedc-9148d70a4d63) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp b94fba63-85c6-4f9a-bb14-241c7fd20ece) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 221ea4ec-1c77-4128-98f1-090734f98263) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 05935e52-ed1d-4ad8-9970-f9370759b83f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp fecda268-2c9a-4531-aeaa-4082d2f78b37) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/548f5ce4-3be9-40a0-bf0b-92613fcb36d7") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bb2a3e5-231e-41b1-a1ad-4a6405eb3712)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb5832d7-6cfd-419a-81a8-874b4186f393)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 56630022-2c5e-4ac9-97c6-d0415d734412)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85dcd4e7-59cc-405c-b0d3-277843c49bac)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c9f669e-8c8d-4bff-9796-ba5d02fea139)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3565efe-ccbe-4f4d-a728-c0ef25e64b86)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8b37693-dc4a-4a50-99dc-f86165de6178)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67d399ed-6a1e-49d2-9bb5-73587aef78e1)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9435adf7-d50b-41e6-81d7-cf080fcdadbc)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d79615e0-9900-45f0-af5c-7532758e3e98)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 82878ff1-8fea-4d80-a6fb-425685ef6551) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 110 "/PA2_DAC_OUT") (pintype "passive") + (tstamp 43d2246a-e782-4daa-8d1d-d76c03770342) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 111 "Net-(R31-Pad2)") (pintype "passive") + (tstamp e0b2125f-e5e9-4d62-9767-4a1a24afd474) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "footprints:MTSM1346SMF1-100" (layer "F.Cu") + (tstamp 7d79bb8a-fedd-46e1-bd40-6dfd948d8d3b) + (at 189.5 65 90) + (property "Reference" "D7" (at 0 -3.5 90 unlocked) (layer "F.SilkS") (tstamp 7797e394-8f9c-4b91-821e-73c57e9c6ff6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "MTSM1346SMF1-100" (at 0 1 90 unlocked) (layer "F.Fab") (tstamp a827f1a4-4af4-4c4f-ba3f-e6955d016e2a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "footprints:MTSM1346SMF1-100" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 9c9996e8-bd7e-4e50-abe5-6080337a470c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "https://marktechopto.com/pdf/products/datasheet/MTSM1346SMF1-100.pdf" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp bcc71924-fd60-40bc-a3e1-b74d5db5784a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 7d9cd86d-6fa2-41fb-84c8-1a3ff266e4e6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "digikey" "1125-MTSM1346SMF1-100-ND" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 6c70e2f6-d022-4847-8916-f224dfe87c08) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Field-1" "guess" (at 65 -189.5 0 unlocked) (layer "F.Fab") hide (tstamp 09043e6f-d4a7-4dff-a256-f8ffa4dbb367) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/404fd165-7a31-4306-adb0-cc6f26b92f9c") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 1.45 0.6) (end 0 0.6) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp f582d817-d1b5-484d-9d22-38552b9e10b9)) + (fp_line (start 0 0.6) (end -0.25 0.6) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp cf7abdd7-a346-45ec-bc8d-d77d04d2a2ee)) + (fp_line (start -0.25 0.6) (end -0.25 1.5) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 4766bd77-489f-4840-ae51-eaada45c8447)) + (fp_rect (start -1.5 -1.5) (end 1.5 1.5) + (stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp 79721da1-dbfd-4aea-8cfa-1609624ac47a)) + (fp_rect (start -1.7 -1.7) (end 1.7 1.7) + (stroke (width 0.05) (type default)) (fill none) (layer "F.CrtYd") (tstamp bf19816f-56e5-43c8-a6bd-8278afe58a51)) + (fp_text user "${REFERENCE}" (at 0 2.5 90 unlocked) (layer "F.Fab") (tstamp 0886b286-6a7f-46e4-84ba-75bf45b4b531) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at 1.25 1.15 270) (size 2.5 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.4285714286) + (thermal_bridge_angle 45) + (tstamp cb365948-8e1a-467b-9d4c-143c2dff2419) + ) + (pad "2" smd rect (at 1.575 0 270) (size 1.85 0.7) (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "GND") (pinfunction "A") (pintype "passive") (thermal_bridge_angle 45) + (tstamp 2e99a7f1-2115-40a2-8a60-ebe70d083f4a) + ) + (pad "3" smd rect (at 1.575 -1.15 270) (size 1.85 0.7) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp 6d184971-d927-4ea6-9c58-d67b0c46b4b0) + ) + (pad "4" smd rect (at -1.575 -1.15 270) (size 1.85 0.7) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp b757d056-b130-4325-83c2-5c01cfbdc03d) + ) + (pad "5" smd rect (at -1.575 0 270) (size 1.85 0.7) (layers "F.Cu" "F.Paste" "F.Mask") + (net 21 "/PD_TIA/IN2") (pinfunction "K") (pintype "passive") (thermal_bridge_angle 45) + (tstamp 58305d3d-ef58-4458-a8df-0b18cb90a553) + ) + (pad "6" smd rect (at -1.575 1.15 270) (size 1.85 0.7) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (tstamp b70f7650-b0a1-429d-9a53-ea4081958493) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 7dce992b-9f9a-4e7a-a0f8-2d817fee3fc2) + (at 138.5 116.5) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C10" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp c93f7d69-8847-43e6-acb0-263e1c43b0c3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100n X7R" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp e0b35eec-92af-49d9-a185-9d84fe656e8b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3dbcb27e-f06b-45cc-b786-98a874d88c04) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 64939850-51d2-4b46-983c-258725de3ac1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ac2c6068-0d7c-48d0-be3a-09d766f83e38) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C1591" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c9eff809-dd93-4ebb-92e1-eb0d587796c6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5cbd6646-55bb-4b10-8505-325e9e24a56b") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b59b314-2c48-4396-bb3c-f7feb7a1edeb)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b6373cd-e80f-41d3-815f-35105cb9c965)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0929a013-648d-4cda-a221-aca89b89d2ee)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 536e17a5-33a0-4a02-af19-f35db73ce4d7)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7dbe3746-aeeb-482a-996f-f6b3b78679c2)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 611cf050-49d1-4f9d-a2d3-b702ad8aade8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98611c26-fe22-4e97-bcdd-def02345f4e7)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b334bea4-3eb2-46ba-8118-3cb10205b742)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18b00387-645c-482c-90e1-5e2d0677d6d6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30551a46-d5f9-4bb7-96cc-f4351188437d)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 52ee5548-dffb-466c-83fe-2d6318033714) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp dc244c9d-6a39-4e95-80a0-f140335e8708) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 453f0457-d77b-4931-8325-7858a42017c8) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:TSSOP-10_3x3mm_P0.5mm" (layer "F.Cu") + (tstamp 7f67b942-2e28-430a-bc7b-8dee5c039ced) + (at 128.5 89) + (descr "TSSOP10: plastic thin shrink small outline package; 10 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot552-1_po.pdf)") + (tags "SSOP 0.5") + (property "Reference" "U13" (at 0 -2.55 0 unlocked) (layer "F.SilkS") (tstamp 9fea0d1e-bea1-4ce9-9f27-b9b5dee58682) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "TS3A24159DGSR" (at 0 2.55 0 unlocked) (layer "F.Fab") (tstamp 8a69e5ed-17c8-4489-b7b4-c29f0b6602f5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_SO:TSSOP-10_3x3mm_P0.5mm" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 00536be6-c9d6-45a8-8ed8-1ff4ceb9d227) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts3a24159.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 79279a88-99ca-4cf9-bf69-a12adbcbdf2d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Dual SPDT 0.3Ω Bidirectional Analog Switch, TSSOP-10" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 47af264a-7cd9-460e-b8dc-4743c0888290) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C129329" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 228e485d-9f8a-400e-a9e8-4830eb449225) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "50mg" (at -128.5 -89 0 unlocked) (layer "F.Fab") hide (tstamp 8c2f2538-2172-4c4e-aa6c-b6a779691cce) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "guess" (at -128.5 -89 0 unlocked) (layer "F.Fab") hide (tstamp a34d7067-d1db-4a8d-93e7-bece3a8a965d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/8a2d6790-daac-40af-8622-8b14b2df6c2d") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -1.625 -1.625) (end -1.625 -1.45) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 632736f0-595e-4c24-a150-e22331eb307b)) + (fp_line (start -1.625 -1.625) (end 1.625 -1.625) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp b0e22058-ed8c-4580-8e2c-f4a1db1f0b16)) + (fp_line (start -1.625 -1.45) (end -2.7 -1.45) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp c36ee2d4-ed8c-4f7f-810c-c849f7e054c8)) + (fp_line (start -1.625 1.625) (end -1.625 1.35) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp bc586ba2-f1c0-48e9-b8a1-d175b741b88b)) + (fp_line (start -1.625 1.625) (end 1.625 1.625) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp c0f5a671-0655-4a30-99d0-dcda881497c1)) + (fp_line (start 1.625 -1.625) (end 1.625 -1.35) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 6870802e-22f1-4f2e-b706-89967461ca0b)) + (fp_line (start 1.625 1.625) (end 1.625 1.35) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp aa87675a-1e51-4e18-b479-70bfa3487def)) + (fp_line (start -2.95 -1.8) (end -2.95 1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30c90e5e-db8c-49ea-9b5f-0214f71f9544)) + (fp_line (start -2.95 -1.8) (end 2.95 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c95f14c3-9d6b-42e3-a874-adbbb64c2b39)) + (fp_line (start -2.95 1.8) (end 2.95 1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0def2188-fce2-4661-9a9e-9bf77d46bdad)) + (fp_line (start 2.95 -1.8) (end 2.95 1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 684dd43d-7d34-4dd9-85b5-6b255f26df35)) + (fp_line (start -1.5 -0.5) (end -0.5 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b37bcea-c956-45ad-b39b-cf018e240a0d)) + (fp_line (start -1.5 1.5) (end -1.5 -0.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9de44e87-6125-4d31-8e0f-b9ae0dea1944)) + (fp_line (start -0.5 -1.5) (end 1.5 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5311a252-690d-4dc3-9c9d-5f272e528ece)) + (fp_line (start 1.5 -1.5) (end 1.5 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f8cfe9e-1297-4ece-8e28-aef3d13a161c)) + (fp_line (start 1.5 1.5) (end -1.5 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98fb6358-8380-4b7e-abb3-0403fa81932d)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 0f69b857-c75e-45fe-90c9-a012ccffca45) + (effects (font (size 0.6 0.6) (thickness 0.1))) + ) + (pad "1" smd rect (at -2.15 -1) (size 1.1 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "+3V3") (pinfunction "VCC") (pintype "power_in") + (tstamp ab8d6bae-f985-4548-b1d5-95c6b6dca500) + ) + (pad "2" smd rect (at -2.15 -0.5) (size 1.1 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 160 "unconnected-(U13-Pad2)") (pintype "passive+no_connect") + (tstamp d2d6d346-5443-459b-a8fb-7645f4c6cc97) + ) + (pad "3" smd rect (at -2.15 0) (size 1.1 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 161 "unconnected-(U13-Pad3)") (pintype "passive+no_connect") + (tstamp 8726915f-bcc0-4af6-b3dd-a4a864937e85) + ) + (pad "4" smd rect (at -2.15 0.5) (size 1.1 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "GND") (pintype "input") + (tstamp f649a7e4-8caf-4991-ba8a-b8a2b02cac12) + ) + (pad "5" smd rect (at -2.15 1) (size 1.1 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 162 "unconnected-(U13-Pad5)") (pintype "passive+no_connect") + (tstamp ef359f27-3618-449c-8fc8-f52e1b85e58b) + ) + (pad "6" smd rect (at 2.15 1) (size 1.1 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "GND") (pinfunction "GND") (pintype "power_in") + (tstamp 83e7a8db-98df-4b74-ad71-1c595128dd4e) + ) + (pad "7" smd rect (at 2.15 0.5) (size 1.1 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 17 "Net-(U15-S2A)") (pintype "passive") + (tstamp ee980380-0ce2-419e-916d-ab84399df03b) + ) + (pad "8" smd rect (at 2.15 0) (size 1.1 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 154 "/C_TL") (pintype "input") + (tstamp f5730990-b7f9-46f1-8131-46f7e1cd69a6) + ) + (pad "9" smd rect (at 2.15 -0.5) (size 1.1 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "GND") (pintype "passive") + (tstamp afc79bc1-27f4-4ac8-be1f-d166e872dbfc) + ) + (pad "10" smd rect (at 2.15 -1) (size 1.1 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 16 "Net-(U15-S1A)") (pintype "passive") + (tstamp 48cdb72d-a40e-4b0a-9e06-a402c51ee013) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/TSSOP-10_3x3mm_P0.5mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 80096102-1bbb-4b20-b246-fe72af305ad9) + (at 26.309 34.003) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q7" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp f65783e4-231a-4a5e-92da-0a4bd05840f6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 43c369ba-2e62-4f0c-9fd4-8b16b63c28aa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 63c4cb87-025a-4096-bf77-f2adc27e0c63) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3a035647-3571-4417-a694-d8acffae1daf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 88bafe45-800f-4446-84b1-d6e8f8a82e2c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -26.309 -34.003 0 unlocked) (layer "F.Fab") hide (tstamp e444f633-70a5-4a5f-9608-7526fc032b32) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -26.309 -34.003 0 unlocked) (layer "F.Fab") hide (tstamp 7f0b9bd1-420a-4a7c-96d3-37b7006f4ee8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/e9ac03a9-9155-46c6-ac7f-88b56cefc215") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ded72a40-0f97-4bb2-951d-a780b1b390bc)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd5fd383-0322-4a30-b932-15ad167ff9fb)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4375f87e-d2eb-4581-bad2-bd08724d5946)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d3b046e-ee48-4e11-95ab-9545b4488b3f)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4688de09-6ab3-419c-9cc3-236de0554ff2)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 109b23ca-8994-412f-ad55-141bb3ab7981)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e568ca1-511b-49f7-bbef-d0cba6c4e43d)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30302489-fdfd-41b3-85d6-83a01a2bed97)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4892cafe-f49e-4059-85b2-ef0c2442d211)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 27e8e1b2-1923-4151-973f-21da2cc85be5)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b19f215-d125-4550-b35c-52b17c7a3aa8)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c4d1317-3819-4345-9b2b-e2ef9d750871)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85ce3925-c5e9-416c-b1bb-e2d7fc41928f)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp a3ecc6b5-738a-4553-b29b-eec444bcdb28) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 47 "/LG2") (pinfunction "G") (pintype "input") + (tstamp d4e38ebd-dfe2-4fb3-a264-22a9d6c31056) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp b8c57ef5-34b6-4b58-8d30-71a9331fa3e5) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 48 "Net-(Q7-D)") (pinfunction "D") (pintype "passive") + (tstamp b866c30e-f42e-4726-916f-af606180af11) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 80884dbc-c01c-48e2-b79e-9be9576a7c91) + (at 126.9125 70) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R23" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 883a3b37-5508-4b36-a9e9-f5a57a6b61d7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1M" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 7b2b3df3-74e4-4fa0-96f3-42d4e369ea89) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ff8843f0-1c05-4791-96d3-72b3bef59bae) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d4b25c22-8c31-4c71-93cb-0e7662c0246e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b35103fd-6ecc-4b30-8688-b3e33bdec3c0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3f9aa614-6e0e-4ab0-8434-144853646a28") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e116a4a-995a-40fe-bee7-2d8f77299ec8)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13a1820e-7d9a-459b-8634-614efceb0814)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 617ab50a-4a6b-42ad-aed9-e57e3d2f5164)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef8a18ae-bb99-406b-a8c2-35e94a153c92)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0b29226-5d1d-40b1-9cee-ce56f306278a)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26d9cd2c-345d-4d60-8bff-cc196aad705d)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a4c1aad-4e19-4cff-b49d-ff44f859f1fd)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efe66895-fad2-41bf-8852-23f93fd8f388)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c5b0872-56d5-4acf-ad17-bb9214898f3a)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca496c1b-ef4d-4dc3-8f03-23d60c12254c)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8ebea5ec-6642-40c0-a854-cd6ded983313) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 33 "/M1SEND") (pintype "passive") + (tstamp cdd90df7-41e2-4666-a805-7f63848462c7) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 8e820cd2-1f2a-4362-a377-1e1cfafe8d56) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 8309b61f-f9fc-4618-b57e-ea67c4a8b0c0) + (at 143.47 141.675 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R19" (at 0 -1.43 90 unlocked) (layer "F.SilkS") (tstamp 802b3ef9-ab34-4e15-b839-106d7ae1d56a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "47k" (at 0 1.43 90 unlocked) (layer "F.Fab") (tstamp d60d4a37-e234-40e1-a7a0-104e37a1d7fe) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp cf9aada2-98cc-423d-99c9-d309888d91ca) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 13766077-e609-4c34-ba0d-b8070bb18375) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp b3448795-7c63-4068-a089-13af53128034) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/8a78570f-5606-4cde-a033-c6046a71d3b9") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2a5261f-adf9-4e80-91ec-c300b4dd958a)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a530ac6d-fb90-4ec7-bc8c-873df3007df3)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3d64eba-e199-45d1-87e7-f0626918edff)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b603f98-a780-4796-852f-e50f861dc6fd)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c76155da-17bb-497e-895e-dec05c7e3789)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53d0a167-e389-458d-b007-e4b3a5c973e5)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3eb7a206-6453-41c5-9dfc-cab4b9546230)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f46c8556-1082-4f52-9c56-8c2a77f060fa)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5326600-4ba8-4c89-8e7f-64c53d487f22)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cafa7fd3-53b6-423a-b3a5-8ca947e90d54)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp c74a8ab4-166a-48aa-badb-692a8ee02e94) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+24V") (pintype "passive") + (tstamp b326dbf3-c85c-4340-bb52-60f5ecc20977) + ) + (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 166 "Net-(Q46-G)") (pintype "passive") + (tstamp a5f7ca2d-e706-48f9-ae2c-43162adc382f) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 86ec1a64-0281-4dce-a060-b14d2bf7382d) + (at 26.309 38.453) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q8" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 77949536-e060-4a5d-922e-2d8120bd4639) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 7815daeb-f182-4db4-bc7a-e60a3b66c391) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2afc62b5-68bd-41c5-8923-0b741c3a5ce5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d442b573-1a80-4048-a605-6be022099674) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d87e83a5-4ec0-49eb-8036-f9a2300e0c67) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -26.309 -38.453 0 unlocked) (layer "F.Fab") hide (tstamp 63e64d17-2651-49ed-a20a-ce7d9f085389) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -26.309 -38.453 0 unlocked) (layer "F.Fab") hide (tstamp 4e0fddbb-5865-4abc-a526-d6563ab9dc92) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/e341d3df-7ebc-4f6d-8e27-c56b6cd9ed4c") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47bf0e6c-7bc7-4c9c-b87f-1b45444b054a)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69194ff8-c581-4c91-88c4-616f8afe4b47)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a72bf25-498a-4e98-b163-8e26990cd995)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1b782e7-7013-47e3-b971-dccae27ea73d)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ed9c3bf-a0a5-4b16-b8fc-ece5b0d22ccc)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3b65ac7-2dfd-421f-8305-e3a0b33a069f)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6cde97b-052b-4b64-a77b-3ffc64191567)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 89fcf30f-73d3-4640-ad07-cad06a000246)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79a99c92-ad6d-4723-8e07-5d669f965d34)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee1867f9-fca6-43c8-98a7-fa711795d42d)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94d37cac-b452-44ae-81c0-72aebd3699e2)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6175d97-97b4-43d4-a921-e2d2b6d365e5)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 739ddb50-b93a-4df9-b730-b0171d811e04)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp e104970e-ffac-453d-bb83-131e6b44205e) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 49 "/LG3") (pinfunction "G") (pintype "input") + (tstamp 6cf55b46-786a-4c6e-86e3-6fb1e68ef685) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 61689f66-453f-406a-ab7b-13af66869dae) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 50 "Net-(Q8-D)") (pinfunction "D") (pintype "passive") + (tstamp 97ca3fdb-8fe6-4a2b-bd9c-567f42a2fa75) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "footprints:P16612-011CA" (layer "F.Cu") + (tstamp 8783665c-9862-40e9-9059-b59db8305fa9) + (at 184.5 89.5) + (property "Reference" "D8" (at 0 -2.55 0 unlocked) (layer "F.SilkS") (tstamp 428a2044-adaa-462a-b948-aacbb957eedf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "P16612-011CA" (at 0 1 0 unlocked) (layer "F.Fab") (tstamp 7b81094e-4f32-47c7-bb2c-ca04eb9755c0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "footprints:P16612-011CA" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4e9329f1-6284-42c3-9562-dfab07e7b5ac) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "https://www.hamamatsu.com/content/dam/hamamatsu-photonics/sites/documents/99_SALES_LIBRARY/ssd/p16612-011ca_kird1145e.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d76ef7f1-ca19-41e3-bfa5-440bd1494584) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 157def51-2997-4d33-833a-7282d92e6aa8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Field-1" "guess" (at -184.5 -89.5 0 unlocked) (layer "F.Fab") hide (tstamp afdaa402-8ca8-4c6a-953a-9bf4d9547e1e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/318a8c59-5a98-4092-af81-aaca2c902cc8") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0.75 -1.75) (end 1.8 -1.75) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 9e910303-a150-423c-b957-3ce4ce12dc13)) + (fp_line (start 1.8 -1.75) (end 1.8 -0.8) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 10ada039-3797-45ee-9507-6d51640c1c1a)) + (fp_rect (start -1.3 -1.3) (end 1.3 1.3) + (stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp 5ac8b1f9-8fda-4c65-829d-ad006933946b)) + (fp_rect (start -1.5 -1.5) (end 1.5 1.5) + (stroke (width 0.05) (type default)) (fill none) (layer "F.CrtYd") (tstamp 529eb9e7-163e-4dc3-8f55-55322b9ba156)) + (fp_text user "${REFERENCE}" (at 0 2.5 0 unlocked) (layer "F.Fab") (tstamp 713fcc4f-45ab-4906-801e-248189fffa11) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd rect (at 0.9 0 180) (size 1.3 3.1) (layers "F.Cu" "F.Paste" "F.Mask") + (net 7 "/PD_TIA/IN1") (pinfunction "K") (pintype "passive") (thermal_bridge_angle 45) + (tstamp cc307135-e7b3-4274-86ea-76fcef6d0deb) + ) + (pad "2" smd rect (at -0.9 0 180) (size 1.3 3.1) (layers "F.Cu" "F.Paste" "F.Mask") + (net 27 "/VREF") (pinfunction "A") (pintype "passive") (thermal_bridge_angle 45) + (tstamp d01a782c-2a17-4649-b1c3-e29ef636441a) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 88d4c551-53cd-4535-99bc-7b407e8a4b38) + (at 15.239 98.843) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q34" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp a781fcc2-20d4-49cf-b9ac-ba9f8f970720) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 8ee55d77-04ad-4a58-bb1b-7825e8511b9f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bde973c8-f717-4412-8b69-6ef84e78aa88) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1525902b-1602-43c9-aac1-4b8f5bac9954) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5cdbd7da-cbc2-4fd9-991d-85496c03c8a8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -15.239 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp 09b530ea-ccdb-457d-ad87-2516d4e7f455) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -15.239 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp 38c63923-1602-4260-bfa6-53a6c1193665) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/042bb9a7-dd9c-4bc0-95f1-10bc858ef4ca") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49961d69-dc57-4b1c-815a-1ae4a2d95628)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2bc13274-ee21-4d87-9d60-cde75691486d)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a62dce0-9a8e-408c-8abc-abdec84c3ac1)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e905dd53-0edc-4ef4-bb61-7242534a44fe)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe31e3cd-aee5-4962-b8f3-2f8970f7e625)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7556779-f329-423e-98da-0128b995c723)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffe1e3ec-52a2-4bfa-acde-bccdd4541539)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7ad5ef7f-537f-4b46-91c8-ad92e718560b)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c295825-681a-48b9-a714-a05dab4e4817)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d33c40c-94b4-4657-a052-e9aa59f975a8)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a531cad-ae12-4578-86d4-fa22b26014e4)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7d482a8-60b3-4340-bfce-a05d3692112d)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6514b9f0-aaa2-40b3-864b-5c5ec3813232)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 308d06b2-d00e-44e6-8ba9-5c56d14cfb6a) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 53 "/LG5") (pinfunction "G") (pintype "input") + (tstamp bdfab72d-f9ff-4ef6-a219-786a301c2fa4) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 595dad95-da6c-4325-a5c1-4faa8fef69c3) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 80 "Net-(Q34-D)") (pinfunction "D") (pintype "passive") + (tstamp e6a50772-4259-4b80-a10e-cf9c647ad30d) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 8988218b-c3f3-4b18-acb2-14204239551b) + (at -33.581 109.853) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R69" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp af8b828b-f9e7-4c1f-b9a0-5a692961f719) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 3bbb7961-2fd6-4dba-aa8f-62bfff899df3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 07b668a9-0feb-487d-b45c-422c02bd5176) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 06e125cc-a6da-4e73-bbc6-a0beaf441ce7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c44d7562-18f4-40a1-b12c-ce45718218fb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/31426c08-cbf2-4d41-8c44-effe9169a3a8") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c02c0b42-01be-440a-9d9f-5595b13d9836)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb1d8c4a-864b-483c-8ad1-fc8a73b782f5)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7439079a-b035-4b2d-845d-52d2474a8c9c)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bfd2cf26-491d-449f-89b0-7af904ef745c)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50d93165-ca1a-4d2f-9d6e-ffe321ed7fd9)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d8c9577-63bd-4f34-88d0-5a5c7b48cd52)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35b223a0-a72c-4fe8-83d0-720ba571d0ee)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb8e71b6-c8ee-40bf-ae2c-61485c66d7a6)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de582dea-ce9a-41df-8f76-2abd0fdf2a5b)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f92b5ca0-9db2-4fad-9fd8-29eaea3a5c39)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp ba11a574-fdd9-450d-8cb3-6033e329f1da) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp fd46fd06-9c59-4684-92f7-8d0df883756c) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 63 "Net-(Q17-D)") (pintype "passive") + (tstamp 2c6fdb1a-6460-472d-b2e8-2f27119cba32) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 89e5383b-1106-48f5-8f08-869e988a8235) + (at 5.459 94.393) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q29" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp ca57ffd6-78e1-4e26-ac2c-c90fe3dfb687) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 4815f127-8f87-4e0e-94d1-47c9369980c1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 92255301-fe50-450d-ac66-d8df094feb72) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2a78c7eb-791a-48d1-b38d-9694f6559679) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 366561c8-eb53-4d91-9a82-88446b01f814) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -5.459 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp c60a31bc-2f84-407c-8285-0a6ad20a08b6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -5.459 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp d9df9c40-b1b0-4986-9ada-b2365fc838cf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/e285ed3d-9e01-4cfe-8112-4f64533f3398") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e79fe363-8da1-489d-b71f-988c42e23803)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d78e40ae-aaa2-49cd-b517-1fedaddaee24)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d48880f-d35b-42ad-b810-368e7705864b)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10eb6c1b-0283-4b66-b910-1072409dedd4)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb0eac3c-bc8d-4fcf-b9d8-fcfea3339c78)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b40e813e-6bd4-43fc-b580-0715f230d304)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24f0a4f3-39ee-47bd-812a-d74e3a9d7f1d)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a8cd411-fff5-41df-8f96-4745f6225010)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp faff7e2f-7123-4ad8-9857-9c31213ab70e)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 313da116-70cf-4ff4-8a19-4ee6b60b16d5)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97f327b7-173f-4d53-9d43-d04abf36e2d8)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b4401756-7d11-45f6-a7af-c3a971fda7dc)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2169ab85-a4d4-458f-aa2e-d0a9529f77f2)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp e3e20c7f-dfcf-4153-bcf5-1085a88a14a9) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 43 "/LG0") (pinfunction "G") (pintype "input") + (tstamp 55dff509-f799-4bc8-b18c-55e4487bbd3d) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 9f5e80b4-a75d-4fac-9867-3e34f8d46b86) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 75 "Net-(Q29-D)") (pinfunction "D") (pintype "passive") + (tstamp 2c460e81-8e3a-4ac9-9d9a-7f11c5e9e1e3) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 8af09a53-bee6-4e4f-90c5-aafad3fca202) + (at -37.931 107.343) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R63" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 8fb179b0-51c0-4d55-9c62-6881bb644e53) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp bec2bd97-a91e-4f93-ae6f-3baf72eebb5c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a8b2f2c3-4b65-4063-aa0a-fe2b0b07cefd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4c3bdb91-8b74-455e-9b28-55242233f74c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c500cf26-43a9-4348-a9ca-b413e3790cbd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/bcd5a8af-02e2-442f-9752-0811928c54e1") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db4ff7b2-9975-4e23-a004-bc4c16c27104)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bab58bcd-4ec8-425d-9faa-6452ac94247e)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ae82c07-1aad-4cf7-b7c4-bccd6a294673)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24093d89-d956-45a5-a8e3-e861fe919c71)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d99be35-9b2c-499c-9be6-f06abb5da4d4)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 133f6a82-6bcd-4233-9898-bb0873189cf1)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp edc8c2bf-52c0-490c-8859-6047734c4b18)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16da2ae7-2f22-42a8-aefe-39fba55002ee)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09205b6e-ef6d-43ba-9284-977f2dc634b0)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42fb7618-4ac7-460b-baa1-656e273a7a62)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 28ee17cb-57d0-4fc7-8427-0588e2809c00) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp ff387db5-cd5b-4eb6-98d0-30e939d67d97) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 60 "Net-(Q14-D)") (pintype "passive") + (tstamp 01a7b8a6-07c1-4b24-820c-f4d11b6a4b54) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 8b52185f-e625-40b3-96bf-2897e26a7882) + (at 206.4 83.95) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R131" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 6088dafc-c484-4dae-a817-4678181b4988) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 430b1857-7051-4ab4-ab72-3b3b6a2db717) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6f2a18de-7754-4fc5-8cc6-64c334da1203) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 589a90dc-a5e4-46d4-9a79-28b563c6bf0e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f87f836f-030b-46ac-800c-370eca83d6a1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/3df844c9-c190-4281-99d3-bc3c3818532f") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c279ccb-4a9d-4053-af6b-08c933fb4bc9)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab7daddc-05e8-4dac-a31b-c4a1f7186b2f)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf4967dc-24fa-41c4-a073-c11b3427d98d)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d6a7f8f-4ca3-4bc3-a4a3-3ce1f3e4275a)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 585712cd-c73e-4b46-b17f-8badc292e940)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c13ee66-2166-4292-a3ba-f0e710c2dec7)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47b625ab-7184-4d77-8271-0be601b32469)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa60ca9b-7916-42e6-ad7c-e51738e8117d)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 778d618b-a410-45da-915c-5756803640da)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d129b56b-ba14-4f48-bd4a-5122a01c62f7)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 99d14ca1-0634-418b-b265-1690e017e4b1) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 102 "Net-(Q50B-C2)") (pintype "passive") + (tstamp c573c7d3-1205-4deb-8af8-901631620d6e) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp f5d2a610-6de0-4c9b-b10c-654a1027aa7b) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 8b79a8ed-d10c-40c4-a6d9-bddc552129a2) + (at -33.581 112.363) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R70" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 20e52b6d-781e-432f-822e-128043fb3558) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 271ed088-4bcd-4940-9f03-41758448b659) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bdbf060f-ffc5-444f-877e-8985c6fd67d2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8f95f36a-d2ad-48d6-b920-a6501dfda6fc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e6174f03-b297-491a-8761-2c97761b335b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/0cd820fb-53e9-4205-8c9a-62f8a68895db") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c6dbf58a-60b1-427b-81ef-ecd89a14af66)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 526e5998-a638-49e8-a5bf-efae738aec08)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 846368b8-5f64-45d1-993d-77932be52f8c)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6308263-feb3-4f3d-8428-f1366b35171a)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f61538d0-a115-46a8-9365-421e36af29f0)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14bfd1e1-647c-4460-97df-230cc92bd3bf)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a41fd26-7e12-4249-9060-1b1d50589203)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf6859a6-e11a-4573-8338-6f459d9bfac1)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb06e254-a71d-4645-9a3c-f644811cc4eb)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1e1c4f4-69fb-4c1d-9a58-c6f3adf63b6e)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 9f6b2e97-e461-437e-95cb-6fb0edf9f3aa) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp bacaa714-c4d6-4eb0-9b78-23433118de98) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 64 "Net-(Q18-D)") (pintype "passive") + (tstamp 555c7e99-37a5-411c-8eb5-e2280d11de75) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 8cb66ed3-3c81-439e-9463-3804adabb5c5) + (at 181.5 121.5 180) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R40" (at 0 -1.43 180 unlocked) (layer "F.SilkS") (tstamp 5eb33b53-4825-4f7c-95e4-3052e2739c39) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10k" (at 0 1.43 180 unlocked) (layer "F.Fab") (tstamp ec221307-6074-4823-8e91-7dfd2e656d60) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 180 unlocked) (layer "F.Fab") hide (tstamp 16d8e0fd-cf8c-4a01-9af4-6333c1e2a649) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 180 unlocked) (layer "F.Fab") hide (tstamp 6c0205d4-e7ec-494d-8108-792c7951e5d0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 180 unlocked) (layer "F.Fab") hide (tstamp ad782b18-59c7-47d4-9e3a-54f8349c89b8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/60f3d6ee-5037-489e-b7eb-ff7310f5fb67") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 764a5c3d-3088-4dda-99f4-cfb5bc07ea8a)) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8801615d-0ae8-4f29-abfe-78bd86ff235c)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 932f46ec-2adf-40da-960e-9eac50644994)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9888af36-5791-43e9-b5c7-e3f650c666bd)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af9c5017-1b74-47f4-a81a-db8c04c7c973)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c1d5698-bd5f-4795-92bb-8092412e5ce9)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c5031d2-44e5-4d08-88cc-6a792913b2f5)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b05379ff-cf39-48dc-b0f0-d746695d00c6)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57379217-132c-42de-a619-594315e331bf)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7d648dc-07b1-462f-82cb-ba7c2f401074)) + (fp_text user "${REFERENCE}" (at 0 0 180) (layer "F.Fab") (tstamp 1cbe1445-a359-41b4-bf45-b2ec9be55dff) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0 180) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 1783ae11-04f8-4310-8532-d9d7e5c2c3a3) + ) + (pad "2" smd roundrect (at 0.9125 0 180) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 116 "Net-(U3-FB)") (pintype "passive") + (tstamp e85ee1b3-c7d8-47f0-a1ec-397af7777e41) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 8edac360-b823-4bba-8e63-ee7aae004b1f) + (at 25.499 46.953) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R52" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 765d99d8-87e0-4146-93d2-adc31463fa50) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 5b843e65-ff85-4c72-bedf-37a0dc939025) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d281b167-d703-4110-b64b-1c8e5054b2b3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0d45df5e-a7dc-47fb-9854-aeb398661e34) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3ce86bbc-80b2-4597-af8f-0c9a453b0169) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/71a84fc6-2db1-44d2-9394-3c14ffec2f61") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66503f13-13da-4fe8-8666-e9bb86f4c131)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ea0aa9d-ea6b-44f5-aff7-4baaba45226d)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3cfbc2d-ae2c-49da-b950-ac6684039dff)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b058b66e-c42d-45f3-aefd-2205ad86e90d)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34fadd8c-5f14-4554-8224-734bceeee789)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 258c9612-179b-44d2-9c5c-017bf436eaba)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp faee4b02-4b0d-40ea-b50b-8f7fece35109)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 050f5431-0a9e-45cc-8b91-8d90cc0a66c6)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c4fcab8-cf80-4b27-9069-d580b62f86af)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35265373-7022-411f-82c6-3a2c92b707ec)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 309a0384-fa56-4d6e-a1b7-cd30f349a999) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp 993915b1-9537-446e-81e1-237a0abe387d) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 44 "Net-(Q5-D)") (pintype "passive") + (tstamp f189167b-7488-49a0-b153-df8ed066014b) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 8f90738a-b72c-4743-b25d-d88ae6d47e13) + (at -6.321 94.393) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q25" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp de8d44eb-1161-4943-a8da-51b31d336c07) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp aa2ef3ad-861d-475a-a62e-6271c52a19a7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6491c30f-38ee-4152-94a7-2dd2f992ac02) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7edef9da-df6d-48d8-9dca-e4522857be2e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 588b492e-645d-4ebe-92f3-d0cb36585d6f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 6.321 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp def46f3a-f142-46b4-bd0f-b727dc33d213) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 6.321 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 74518007-1b29-4ac9-9be1-767c4f6e62c6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/e507db81-cd04-4738-8e6b-19c57e889829") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 158324bc-fc82-4cc9-8555-6db5b9beb6af)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 262b774a-f7a3-4ddf-a65f-1b130c113ec7)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a22bb3b1-5dd4-4704-8f73-06f78b881fb5)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 812cb5b7-93b9-4eba-81e1-44de05265b0d)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c289f00-c417-4c5d-a271-b281d2cdf3d0)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0cd0a6e7-6e43-4e3a-ac0e-8f5c9f434421)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bdd44b5-d9cf-434e-9f35-3139fa99bc5c)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 98cdff4b-867c-4761-ae4c-b415fd7b720e)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 880d2cd7-415d-4d34-be02-812b557ba3fd)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18e66bee-74a5-4ae8-91cd-74f1fb1deade)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4097eb1-bf82-4503-be1a-798bc7bf54b0)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0cdc85c8-9ad0-42e2-961b-7375c0f78dbb)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c661d76-de0a-463b-b49f-88d62ece5d7c)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 32a94eca-9999-4dc8-95f9-8d62e2fe64be) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 51 "/LG4") (pinfunction "G") (pintype "input") + (tstamp 8fee12fb-8611-49bc-bda2-0d9d88ce985f) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 1ff22815-0804-429e-bb82-3f7b119d71b7) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 71 "Net-(Q25-D)") (pinfunction "D") (pintype "passive") + (tstamp 94830dd5-59a7-4ec3-928d-d65651f692ff) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_1206_3216Metric" (layer "F.Cu") + (tstamp 8ff9d5b4-4acd-4baf-90f1-5ac4a13c0f53) + (at 183.8 105.695 90) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C4" (at 0 -1.85 90 unlocked) (layer "F.SilkS") (tstamp 8ae99c4a-479b-4c12-aea9-e47bcdb11f2f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10u 35V X7R" (at 0 1.85 90 unlocked) (layer "F.Fab") (tstamp 36cbef87-2245-473b-ab63-cf582aad5668) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 10f56dbc-1638-419b-8126-ca705a47cbc4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 0e961029-7de0-45ae-91e3-8832608108d9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 0e0f9ad8-a116-460a-ae67-a62d6e391ea4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C89632" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 58e0335d-0459-4e13-b597-aa234e54c3f0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/82ca1357-f50d-4a60-87a6-424403ff1879") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.711252 -0.91) (end 0.711252 -0.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b8d8a81-65c3-4b20-875c-68fff7c76a66)) + (fp_line (start -0.711252 0.91) (end 0.711252 0.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1939541-58fe-474e-ab5e-92a9ac15c486)) + (fp_line (start 2.3 -1.15) (end 2.3 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 858c6345-3277-48c1-9007-8781002921f6)) + (fp_line (start -2.3 -1.15) (end 2.3 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43c3ca06-fa48-47e4-ae54-d4d76c33c433)) + (fp_line (start 2.3 1.15) (end -2.3 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b748b4f-546a-4fbd-870a-e31cbafbd01d)) + (fp_line (start -2.3 1.15) (end -2.3 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e0d83bbd-7dd6-4677-9ae5-d6e1b5e41717)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04a79e6f-4a34-46a1-8e8d-6f7cd46c43ca)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed592fd7-c98c-4689-9e47-cdd240647fb7)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64b0c438-376f-42b0-90ff-139ca7cd2367)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 449b4a80-d9ad-42a8-85dd-862020728ea8)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 4998410b-6988-4e73-a1c9-56ccd86a0964) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad "1" smd roundrect (at -1.475 0 90) (size 1.15 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) + (net 4 "GND") (pintype "passive") + (tstamp 02ef3802-d2f6-4349-a474-1fa7b63e611a) + ) + (pad "2" smd roundrect (at 1.475 0 90) (size 1.15 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) + (net 142 "Net-(D12-K)") (pintype "passive") + (tstamp 81faab8c-2702-46fd-a76d-fc3879636fab) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 9043ce8a-bf89-44c9-b11d-1f0e2596ba32) + (at 198 107.5) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R124" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 1e4932c0-b3ac-4379-8e75-625afbd8558a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "47k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 88401987-c9ee-4159-a9ad-fd83a7917cd1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp fdf7816e-4b5c-4397-9b81-5ae58bee45ff) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5fa8f042-d8a2-4217-80a0-28e0c3dcd607) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7b8fc75a-870b-41c1-b6e1-74a254d814ee) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/36ff4ba0-7589-420d-b2dd-51e911ccfa73") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 118b8538-6632-498c-9eee-4644cbadb3e0)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4b993df-294e-4a59-addc-2def36f6e5a2)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 20918d35-ccb5-4895-8ff6-00bdd000beb2)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f2937f0a-953c-4849-a181-af1a9dcae0c0)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2171c664-34c8-4673-84c1-024f2f590743)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5958ed7a-0356-4cd9-8515-5fd03ab850e2)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20af5c7d-bab2-4d56-bc02-e6f79a6336ba)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7769fb89-fba9-4a17-b72e-741e258a82e9)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 481882c1-a4ed-4817-aaa5-4b45784e8701)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d350fc8-8687-4889-be0e-0bdb7c9aadb8)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp cf04183c-64c5-41dc-9db6-52d51cd9cfe8) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+24V") (pintype "passive") + (tstamp 85d77324-4b84-4af9-a25c-ad4287cf082b) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 165 "Net-(Q45-G)") (pintype "passive") + (tstamp e69742aa-fcbf-418d-8961-252a47bfbdd5) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 9081222e-3100-4360-ad27-79570ef43b4f) + (at 21.149 67.893) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R109" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 9303c99a-07e1-4730-b85f-d85944b9920c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 542876ce-0110-4ecf-a441-79ba38edcd5a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3d64df99-61d3-4787-af6d-6dc4e2f82987) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ce7e351f-e419-4b78-bbdf-fb6df8791932) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a4f82783-6ab6-4c6c-b60a-a1a8414c9deb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/c072e67d-64d4-42da-9402-d6b0c38e8482") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23a36239-189c-47c1-9814-8643fc6f1568)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e211d2ba-d21f-4b47-9aad-6a8e0efd754c)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c7eaf46-8934-45c1-a380-22e812c2a4f2)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bfd44e4c-83f4-4ce7-be2d-12c196e44120)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09227678-037c-4451-abd4-3ef548d7bf9b)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a5d53dc-e467-4537-8d9b-b9b599a39380)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a117a536-e33a-483e-853b-3527f0ea6468)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b88088a-e9dd-4adf-acb2-400e8c36b3d2)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab8be0c2-86a7-4ad0-9f50-cfd2e70b42c3)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14e9db06-7757-4660-a885-3a753c67697d)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8046de37-1c2e-45bb-9998-8fa059070b1d) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp e19bd6ae-9f8d-4fdc-b6c9-64da447bdae8) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 83 "Net-(Q37-D)") (pintype "passive") + (tstamp 17ad85a1-788b-432e-b7a1-60ce2ef971bd) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 91c1e5bc-8f63-49d6-9a23-7b317336ed52) + (at -37.661 98.843) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q14" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp d130fe76-2561-4a37-bad4-56ed4d40f5c6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp cf5a4e61-92c9-4aef-9137-5eaec741f58c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4a14ae15-a104-4084-8946-c890b425aeaa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5a2f4709-3a6f-4cb8-93b5-43031e10d65f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 05a2e5c8-7686-4ee4-9290-f23f21259e4d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 37.661 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp 75a22c6b-89ad-4bbb-839f-4f1b8c82d00f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 37.661 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp 6169010b-9ddc-4434-afe2-c805bb8bc277) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/ab41147b-9b99-4c91-97bc-d6085df60a7a") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c935083-0c75-4849-a027-2d89bb3fe9ac)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad223c4c-be3b-4bf0-b681-25ec26fc6250)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95eaa813-f2e7-4dce-9427-ce02ca0cecd2)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6588305-9326-4fc0-bd26-5a74d1aacda2)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 392a3c5f-5ac0-4b0b-81ef-495089594562)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1da758d-c1a9-4caa-839c-9d1cb4f821d5)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 005ecfca-c78d-4dd3-a0d5-f6265b4b1ec4)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff79578e-f9a5-4e48-8e56-ec049db2fb0d)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8802adf4-3ba2-4b6a-87f9-efbda8e77d27)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbd29a76-6278-46e2-8cd2-813b7f2bb1f6)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2af8afb1-130c-4013-8714-184c2bd54d0e)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7dc3d08e-e2fa-4364-b2b8-66d3395d40ae)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc7760d9-e4d4-40ce-becf-6a9f29803e99)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 5711cd23-47ce-4add-b4e6-63f2f51ceec4) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 45 "/LG1") (pinfunction "G") (pintype "input") + (tstamp 7ae0f9f7-49e9-4267-8faa-28e15066797d) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 26af8407-a2f0-40f4-8902-8e70c657233c) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 60 "Net-(Q14-D)") (pinfunction "D") (pintype "passive") + (tstamp e28aae3b-c815-4200-af14-9c12bf0780e7) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 91c2d761-97da-4d62-83a7-fdd1cf07f1d5) + (at 131.2625 59.96) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R30" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 53816d87-faa1-433d-8972-63f5a12ad872) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "0" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp af129576-68fe-4495-a033-4ebb7a6ed307) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp dbc4ad52-7efd-448e-8ab9-9e7cea68050f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c5aeab20-4c61-4351-89d3-03490488cae8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b90798e0-2e66-49a6-99cc-ec8a30df8554) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/58e1f2e0-45ae-48ce-9448-d1d0d48ae543") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35cb7b05-3e0b-4de4-9e7d-9ae5f66f4393)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1275ac7a-0a40-44ac-86ec-e2f728f49276)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf8db7e1-8508-4354-a9a3-6bedf6951404)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9261a66-59e7-4994-8bbe-d242bb8ebc50)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5703767-d9e9-4832-a4c8-1a74a2a7174c)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 39c1f032-60e2-47cc-a331-c3ef46a096ce)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0ee0483-ecad-4d23-9db0-bc81ee9e9758)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 946471c4-d753-4f3f-a678-76c5053002b8)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cfb1d57-a71c-48ff-9f1a-94cced6ee4cf)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ecd5799-6ed1-4089-8bd0-7f42a0572ad3)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp cfbb51a5-5f6e-4764-903a-41e456e32941) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 36 "/M2SEND") (pintype "passive") + (tstamp 798ba67b-6bab-4ce7-b497-eec2878c7e9a) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 19 "Net-(U15-S4A)") (pintype "passive") + (tstamp 23c27705-a767-49fd-bdfc-bf929544f805) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_1206_3216Metric" (layer "F.Cu") + (tstamp 91c3b5fb-bddd-4c99-a076-b2639b490316) + (at 187.15 105.695 90) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C5" (at 0 -1.85 90 unlocked) (layer "F.SilkS") (tstamp 0277eb3b-851e-41f9-bd77-74f6b281b054) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10u 35V X7R" (at 0 1.85 90 unlocked) (layer "F.Fab") (tstamp c18eb61f-583e-4934-9fc2-83328987d40d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 6456607c-a81c-4aa0-b38f-6fbdcae6c46f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 55f5c855-c5fc-4491-b5a8-1e2d5d5a67c1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 3f5bb0f5-83b2-4198-b838-555e24fec3f4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C89632" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 2a329bc2-f76a-45fe-826f-205e45a0a8bb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/73ac8bf2-f5fa-4841-9184-518b09925041") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.711252 -0.91) (end 0.711252 -0.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34959da7-e737-451f-9d5e-9cba0dbf8b2a)) + (fp_line (start -0.711252 0.91) (end 0.711252 0.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 684e7163-9f3b-45c0-85fe-8ade0d06235b)) + (fp_line (start 2.3 -1.15) (end 2.3 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0bdb6eed-8729-4fea-a4f9-549484159b8c)) + (fp_line (start -2.3 -1.15) (end 2.3 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1d8232a-1767-401e-81b3-7df0e7a5a6d4)) + (fp_line (start 2.3 1.15) (end -2.3 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7550a29-af36-4b38-bb4e-95f0dac6ceab)) + (fp_line (start -2.3 1.15) (end -2.3 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1e5a7cf-27bd-4ebe-a69c-16ef48ee77c0)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6e46126-0975-4824-85eb-20522ce9e602)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2576aea-93e7-4a35-9b96-1a9b2a91c337)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 453f00a1-1192-4b1f-b48c-1d6cf1ac58ae)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71c47870-b964-4976-8784-fe4c3aaac69e)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 7e89611f-d3a1-4036-abe2-e4450121c7a8) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad "1" smd roundrect (at -1.475 0 90) (size 1.15 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) + (net 4 "GND") (pintype "passive") + (tstamp 881b5356-7498-4b8d-ad4e-9e70a3e0f732) + ) + (pad "2" smd roundrect (at 1.475 0 90) (size 1.15 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) + (net 142 "Net-(D12-K)") (pintype "passive") + (tstamp 8d0a1d82-3e80-4aa1-8d6a-3ca0e525bd5f) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 921262ac-683f-4b7f-8fb0-de71481e614f) + (at 29.849 49.463) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R59" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 5116bb70-3a79-4247-9525-d3f0faf52ac1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp bfbe879e-4e23-4225-b37e-b9ab4420d350) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 816384ae-2494-48d6-b497-8c5aa9dc12b5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6e316504-4778-400a-968e-e66a391e01b1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c605d76f-0499-4adf-b703-49ffcb185b5e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/8f37daa4-27c9-45db-b349-2f209ba53137") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bbcb15b6-77ae-464e-ad3c-ab58206a56fa)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3dcf05f7-d015-4c47-93bd-ddb235a29556)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 39d6fa17-f6ba-4193-93d5-99ab20a6c63c)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 41aeba16-58a7-4ab3-a17d-c0e0c7683123)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c352c1cd-59e7-43ea-9090-89b1dd9fc4f2)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2721ecd4-ac86-4bda-9305-923867d2bbf4)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3844dc1b-7c5b-42b2-8d5a-59527e9677fe)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f0de9b3-e88c-4c91-81f5-9e04ee996346)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1af8252-105b-451a-9a4a-2cf3a016e996)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a6e6b79-59a3-497c-91b9-2c5f182ceab2)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8fd6decf-3946-4715-b6d3-e1fffd074701) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp 1e01ce43-dbcd-439c-b8c1-c76a10749ad9) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 58 "Net-(Q12-D)") (pintype "passive") + (tstamp 1d877738-128f-48dd-b019-dd0bcdbf9653) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 93badf54-eef3-4275-bd00-58ecbecaf780) + (at -16.101 98.843) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q22" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 4cbf25cd-be14-49a5-b29a-3dbf34aa876d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp f7291da4-3532-49ac-9d1a-84a97de9a445) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a462f95d-7f19-4fc4-9651-2ab6df278ca5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1062dbcc-1fd6-4d83-9e61-9300c39eceaa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c42410a8-2513-4915-813b-0fb7bf8ce9c5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 16.101 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp b05acc1f-a22d-44cf-9076-cec3e0ac2d0b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 16.101 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp fdb45aca-fa63-4e4a-93d1-fadb1e16ff63) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/ab41147b-9b99-4c91-97bc-d6085df60a7a") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c492965e-8c0e-41ca-9af4-7ec5048548b2)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b03742db-9c6e-4156-8735-0779fa1bd541)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp daae07de-d778-44f9-9a4c-b15e7e9ebc00)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0068ad29-4e90-47f1-b2a8-02488ee13fd5)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09cd9ce9-7736-40c7-b8e4-0ab8d361495b)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04cb8453-6241-4434-b888-43b215221e73)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6aa3876d-b930-4cd0-a4ca-1c037f1ed4fc)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83282977-6f72-44c1-b073-02937474d41a)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38f0d256-91fe-4b02-b6b0-80d9b6eefaf2)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f152856-6b23-4777-b2cc-dbce266362e3)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f673ebed-d8d1-424a-9240-c0088ce820d5)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e90094a-9cbc-43f9-a8bf-c2f3dabf2c8f)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d9a42f7d-5da2-42b4-be85-dc7f7deffcd3)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 47383801-1261-46e4-a245-20be77bab625) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 45 "/LG1") (pinfunction "G") (pintype "input") + (tstamp 259c1325-e6ba-4882-a59b-39df192a5649) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 6d987a3c-7397-4990-9cc7-e89cd223cb4b) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 68 "Net-(Q22-D)") (pinfunction "D") (pintype "passive") + (tstamp 98b9ea6c-8dd9-4072-be49-019cf775a54c) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 94cf5a87-747f-44bd-a8c8-be40224e10e3) + (at 191.5875 91) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R16" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 393a1fb0-f5cd-459f-8447-785d9c07b409) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "47k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 4bfcdfe3-4ed5-416c-bb30-cea2a10ac713) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a85d5764-e413-4ee1-a914-010874df383d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 720c2415-f142-470f-a2f5-e44686b7f372) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a2b60640-c4b2-4028-a740-001dc554a1fa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/8c5d7d59-198a-4924-a296-f5aa045a04a2") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c71707b4-23de-4670-8a1b-a688255692d5)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa7640e7-3285-4164-8537-37af62dd86ed)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13e0ca70-f436-4d50-a368-bcf9945a4954)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4759a5ca-ad16-414b-ada8-369d48d856ec)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b69a12b-ea43-4a9f-aac2-2dbbd76aa263)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a7e25c3-552a-4652-be5d-a582fb8998c3)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 867c62b3-91c6-48e7-9a0f-88c70faf324d)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71d5c850-b0d7-43f5-8ed9-f01ce1c5a0fc)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62e48f56-b840-4006-b6d3-4f8af266772e)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0824fbe6-2fae-415f-a799-3386bfef333a)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp f0db58b3-eff2-4029-86e4-22e6bc9cb5c6) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 12 "Net-(U9A--)") (pintype "passive") + (tstamp c33eb5db-0039-4c9a-9726-f1ad7d21f6bb) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 11 "/TP_SENS") (pintype "passive") + (tstamp 63e8ccd9-43f0-43ad-bad3-fb358a8fad52) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 952bcceb-06f3-4e76-a337-bb34843dd5ee) + (at 131.2625 57.45) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R29" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 659e5edf-f4e5-4b30-a653-c1c730f92636) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "0" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp feec947d-a05a-45d6-985c-1880c40a4dda) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d2f24adb-d643-46c9-8d2b-679778e6bce3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2f16bc19-328c-46ba-9c72-4b563ed44d8c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b4312b70-ff82-4500-b4ab-9755d9ec7531) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/7a3c99f8-6fbd-401d-bfa3-a2c434404290") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67b32e96-5ce0-4d5e-86e9-35798039842e)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9dafaa1-f6ec-4dcc-a21e-0e0fe316183e)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33fc8329-a748-4eda-a46c-d54072644be4)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6ccb1c5-f753-4d17-acc2-910724a619c8)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e9bdd9e-0c4b-476f-a9ec-d2779eb2230e)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfaa1a12-c876-4b32-b199-41ee69b25cb4)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 849d4213-8577-4bb6-b440-aba5c9f6be86)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fbb54fc-a9a5-4fa9-b62f-0ca096273e2a)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70cd7fca-c4a8-4b5d-b731-ffd75ab12964)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2331a2b0-a0e7-41d6-b364-7fc6576491ca)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp f6d10cfe-314c-4a91-842d-5c59e41d3f38) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 35 "/M2RETURN") (pintype "passive") + (tstamp 64fab114-ebc5-4f08-99d3-6c33e0d27019) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 18 "Net-(U15-S3A)") (pintype "passive") + (tstamp 3826c081-7df7-43eb-a72e-bd31bd03d154) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 987504f2-f599-4583-ab05-ff958137b7cf) + (at 20.129 94.393) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q35" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 16339972-fc2a-4f68-9409-7551670a3915) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp e52b2546-7bcb-4296-aea5-a606053085d1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bf3d5570-fdd0-4aab-92bc-de0893de9dcf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 75af9b95-8648-404d-a64c-34670c6b7ce6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6a131bcc-b578-4324-9665-5761c97a2730) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -20.129 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 12e442cf-81c7-4235-ac09-c1f9776c8d73) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -20.129 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 37c7ef26-89c3-4340-81b4-efc7ffabd026) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/a8a3de54-32dd-45a8-b0ac-79a6af36d591") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae089592-4f20-4a5a-b86a-a962850e1dc6)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64ac976a-e741-4123-9d10-9e94aac22a87)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ffa87be-59a9-4875-8b7e-6aebeb0cedfe)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24adf5ac-6999-499a-a65f-97a44743f09b)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa7e3d6f-d6c8-4437-ace6-006d93b99f9d)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5999a85f-9dc6-42f5-8c18-917b22afaa93)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4ec8fc5-28fb-4574-b41f-6a74f69ed617)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa5a3bad-30e3-421e-8a22-5ec2104004d9)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03010b85-d224-4f4d-bdf0-c1cdbfc22dcb)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b211676c-976d-4353-9270-116dba83a4c2)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06b0732d-ce0a-44d3-965a-a072b8b557c2)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee8a9892-e445-4d5a-9c9f-b0623148762c)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47f1d9c1-986a-4e95-a7cc-6643a035504a)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp c01a8a36-82fb-4f25-bc67-df6fafb30cf2) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 55 "/LG6") (pinfunction "G") (pintype "input") + (tstamp 27abb2fc-68d8-4440-ad52-ed7280b2220b) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp c90b54ec-58d5-4635-8d17-7996943b77f5) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 81 "Net-(Q35-D)") (pinfunction "D") (pintype "passive") + (tstamp 4b010c9e-f11c-4d3c-ac11-628c27e4a37b) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "footprints:VBPW34S" (layer "F.Cu") + (tstamp 991db070-78c8-47b6-86b2-bc2ddbeb40cd) + (at 179.1 63.025 90) + (property "Reference" "D5" (at -1.6 -3 90 unlocked) (layer "F.SilkS") hide (tstamp c01a9b66-6408-4bfc-b8f2-7c0121745be3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "VBPW34S" (at 0 1 90 unlocked) (layer "F.Fab") (tstamp b0e4857b-b61a-448d-89ca-d9871d95ac8e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "footprints:VBPW34S" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 9ab03657-6228-4cf4-896e-2ea7e6d92051) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 28f9ae6d-de28-4125-a97f-1e2e47d790d3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp d49863c7-09be-4ba4-a677-47cd8edb7498) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C145262" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 362b7d63-0c87-498e-aec3-452ae8ff779a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Field-1" "guess" (at 63.025 -179.1 0 unlocked) (layer "F.Fab") hide (tstamp f667a5ab-baf2-4f70-a9df-acb3817fcb9b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/774cb21d-01c0-46b9-9960-9a9256a765ca") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -1.6 -1.95) (end -1.6 1.95) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp d060da03-83a4-4d9b-ab56-2d8f15db54c7)) + (fp_rect (start -2.2 -1.95) (end 2.2 1.95) + (stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp 3387f995-edef-405c-b0ae-6724615b68af)) + (fp_rect (start -1 -1) (end 1 1) + (stroke (width 0.1) (type dot)) (fill none) (layer "F.SilkS") (tstamp d6ba445d-48bd-4d3c-9c7b-c4c2ef278898)) + (fp_rect (start -3.4 -2.2) (end 3.4 2.2) + (stroke (width 0.05) (type default)) (fill none) (layer "Margin") (tstamp 19fcd688-a04e-4cbe-9197-06357fac0590)) + (fp_text user "${REFERENCE}" (at 0 2.5 90 unlocked) (layer "F.Fab") (tstamp 3c698eda-132c-4d26-81fc-718ddc44ce4d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd rect (at -3.575 0 180) (size 1.75 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (net 24 "/PD_TIA2/IN2") (pinfunction "K") (pintype "passive") (thermal_bridge_angle 45) + (tstamp 5f48f267-d5dc-42af-a864-54894ee4f891) + ) + (pad "2" smd rect (at 3.575 0 180) (size 1.75 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "GND") (pinfunction "A") (pintype "passive") (thermal_bridge_angle 45) + (tstamp 26d44cdf-3cca-470a-8773-f250a5664f03) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 9a3cb5bd-1c00-4cf1-a5cf-5a67a604999d) + (at 145.98 142.5875 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R21" (at 0 -1.43 90 unlocked) (layer "F.SilkS") (tstamp f7446477-2499-41e1-9b93-1efe217b1237) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "47k" (at 0 1.43 90 unlocked) (layer "F.Fab") (tstamp 0e1892d8-c67d-4d46-91bb-46ef89a5d2e7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 322afd5e-4084-4343-81fa-f4e1101997c9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 8d05482c-a69e-4636-8a4e-4fbf85d72862) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 27c7584b-ecdb-4b20-9b84-77ff6c3e4fdf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/166706ac-330a-4e4e-a438-491e7438d81a") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9cf6a77-db73-4831-870e-9f0c8ed3e36e)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4201d72-6f53-4c5f-81a1-513a8c5f08fe)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4c8be9e-5d7b-46ef-89cf-be49adb52eed)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e750f69d-f99b-4a1e-a8a1-90b848f1dfc5)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2114a78a-91d8-4f1d-af62-22d94de6317e)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8539b1ce-424e-4ee9-a07c-39a71bec0747)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84935406-9d9b-45e1-8b8a-9ef32e275949)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d44dc9c-c710-4451-a027-06107cb32225)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e26896a-fd4b-48dd-8703-dd50bbb22ee5)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e0b84ba-b938-41cb-af0a-426af1a68d5a)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 4688da82-efd9-4c9f-bc61-4c08ccfc6e69) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+24V") (pintype "passive") + (tstamp 1c029d44-9c3f-4d0f-bc0f-59a8d79f8e99) + ) + (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 167 "Net-(Q47-G)") (pintype "passive") + (tstamp b547d341-8ec5-4f89-b0b0-6eae913f29be) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 9ab5d1ab-9295-4142-80d8-ca86ba8ef359) + (at 174.5 89.5) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C28" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 68089561-ea80-439c-9785-d0e4dfcf00b2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "DNP" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp cbefeb14-a28c-430a-9cd7-b0da76f0ad9b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 84212100-ee7e-4919-892a-ae5a448b272f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b63c0529-dc7f-45ad-8a9d-24d5ee0e61d2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e4add1f0-92c9-4406-a4b4-33ad99a59d82) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/976f5657-5fad-4f5b-8b62-93c85c61f90c") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd dnp) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bbbe1c4-ac1e-4f6e-a8d0-d87ffb5c3abd)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07dab688-92e2-43ef-be8d-87329dc66a49)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f69c0f4-e12a-4c7c-9cc7-5597d885237a)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 846746b6-05f2-42d3-a956-98a1c672519c)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25505a50-2e5f-4228-8edd-c49ec1e901bc)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ef7db01-0aad-420d-a2b6-ce9d02fd0dc0)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd7e63eb-e714-4b92-a815-9a51a1b7146f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0bca759-47d8-4403-8ea2-dc5765ccd2e5)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7937fe1f-83fe-426b-b7d1-85744f555e64)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af2be335-7036-47e9-9a14-5a1612764a8b)) + (fp_text user "${REFERENCE}" (at 0.8 0.4 0) (layer "F.Fab") (tstamp dcb31cc3-5913-4a4d-8ed7-f11f3815536c) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 530fb07a-26e5-497b-92e4-706554faa178) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 19 "Net-(U15-S4A)") (pintype "passive") + (tstamp 5246a36f-fbff-4a4a-8955-312fee15d433) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 9c77ac14-4e8a-4c6a-a0da-74ee8133c8f8) + (at 130.1375 125.5) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C13" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 80fd9358-4f3c-4646-9484-f2aaef472f0d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10u 6V3 X7R" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 55f2af49-771d-4b4b-bc28-afb3ab6585ef) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9315a7fe-cd20-4bc2-b7ed-8c8344b5e937) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8845e40e-2f4c-4f42-b1fe-3f442bc2c19c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e97ea1de-10da-47cd-a93c-586fa0ee1293) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C342847" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d239d52c-a4f3-4728-870a-dfbbd06dfba0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/c51297e8-1264-4c86-bafe-e5f9bcf31acb") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11c3d354-1bc9-4619-82d0-2610065b8919)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0dc2937a-fcac-4342-a823-7c2ddfadcc57)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3fb08cf5-84a4-4b9a-890a-a9a06bed3abb)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27787d0d-e5ed-4096-aaa8-48ab3ce17706)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0af865e1-2013-4042-8155-e6fb2579fe3d)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc2668c7-a612-4154-bf7c-7406085e6dd8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 023f6445-3dad-4cad-9970-5f944c27fe02)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b31a0fa8-4321-4c05-83ac-e89db6448dfc)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 243ae1a1-bf39-4d21-b99b-22bd82ecd06c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 233218d1-7f41-4847-9e5e-bffeeed8b6df)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 107b4e6a-1d1f-4545-a801-a55c979b6c0b) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp bb381337-e666-4983-8b4b-68ff58d1fb5a) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 6b88525d-0ada-4edf-9038-ee36ee5d3c58) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23-6" (layer "F.Cu") + (tstamp 9cbb7264-9093-4fcc-af37-6206d347611c) + (at 174.5 111.5) + (descr "SOT, 6 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "U3" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp efaf178a-49e2-4874-ae26-97e105665316) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "MT3608" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp fc4b1e86-07e7-45c5-9133-86fa67553786) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a3e199e2-80c2-4848-aea4-e8019692a141) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "https://www.olimex.com/Products/Breadboarding/BB-PWR-3608/resources/MT3608.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 96c4c11c-565d-4f52-ab48-4ecf1167656f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "High Efficiency 1.2MHz 2A Step Up Converter, 2-24V Vin, 28V Vout, 4A current limit, 1.2MHz, SOT23-6" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c8d51bdf-569b-45f9-bb9c-d088ef6aa822) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "17.6mg" (at -174.5 -111.5 0 unlocked) (layer "F.Fab") hide (tstamp a81ae631-7752-4b3c-b135-7a4a3e737d26) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/sot23/sot23%20-%206lds.pdf" (at -174.5 -111.5 0 unlocked) (layer "F.Fab") hide (tstamp cd850919-33ec-4205-aa07-96edc074e8c5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3d306104-c7f3-4927-a68e-d42724a608d3") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03239e48-9277-49eb-ab8b-04191a9df021)) + (fp_line (start 0 -1.56) (end 0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee4356bc-76a3-4243-80d2-b3bc2e74526a)) + (fp_line (start 0 1.56) (end -0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf54ac00-3a3b-4fa3-9265-7c2f36f9948f)) + (fp_line (start 0 1.56) (end 0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5550dc9-debf-461b-a17e-6b9cd2259ae4)) + (fp_line (start -2.05 -1.7) (end -2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a065f033-296d-4e85-ba19-0db74eab1037)) + (fp_line (start -2.05 1.7) (end 2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ac61741-abee-4ab2-9943-2b0cef6689a2)) + (fp_line (start 2.05 -1.7) (end -2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a41f635-f718-452a-adc5-7932c62d9a65)) + (fp_line (start 2.05 1.7) (end 2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9aa504c1-3743-4c5a-9364-510c576d99e8)) + (fp_line (start -0.8 -1.05) (end -0.4 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22e1f270-21ac-4f8d-95b4-d92a2acf8026)) + (fp_line (start -0.8 1.45) (end -0.8 -1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8026c5f4-f51c-4fbf-89b7-412bdfd98131)) + (fp_line (start -0.4 -1.45) (end 0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2196b35b-4b52-4e0e-94e1-6dba18873a47)) + (fp_line (start 0.8 -1.45) (end 0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6206d48f-02fc-44f7-ba08-fa5c4988ec35)) + (fp_line (start 0.8 1.45) (end -0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b054c239-793e-4a00-9517-a40cee87074a)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 551d545d-7710-416e-9c26-e7c3e2999616) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -1.1375 -0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 32 "Net-(D11-K)") (pinfunction "SW") (pintype "passive") + (tstamp 5a98c54f-ddb9-4245-9de6-13da868239cb) + ) + (pad "2" smd roundrect (at -1.1375 0) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "GND") (pintype "power_in") + (tstamp d4f6d846-a324-48ed-934f-9c27ac4ae76f) + ) + (pad "3" smd roundrect (at -1.1375 0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 116 "Net-(U3-FB)") (pinfunction "FB") (pintype "input") + (tstamp a8637b90-de03-4749-8890-6748b6fdd213) + ) + (pad "4" smd roundrect (at 1.1375 0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 132 "/BOOST_EN") (pinfunction "EN") (pintype "input") + (tstamp c835f2fc-78e5-4a21-b504-c58bdd1c40a4) + ) + (pad "5" smd roundrect (at 1.1375 0) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 142 "Net-(D12-K)") (pinfunction "IN") (pintype "power_in") + (tstamp 667df800-d146-4ff8-8567-b24d36a2a1aa) + ) + (pad "6" smd roundrect (at 1.1375 -0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 133 "unconnected-(U3-NC-Pad6)") (pinfunction "NC") (pintype "no_connect") + (tstamp 31deb12c-e830-47cc-b13c-dca2bc7c2a05) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 9e3b8cc9-d72c-4ce5-92e9-5ee77574a9d6) + (at 202.05 59.83) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C21" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 55aa5caf-5c24-4da2-8fcf-641afa195d51) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "DNP" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 1662c1b4-6d2a-46da-9487-323b35f45a70) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ba42caa1-8615-4794-8363-4f84034ee166) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4795c78c-7790-4515-a76b-68056460ef6e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d31b1b35-5919-4c48-a2df-38a7530139c6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/ae4994f6-28cf-4df2-a7cb-93d0e91d4e63") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd dnp) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4054611-522a-484a-b1f8-c44aaae3ba64)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b56d413-fb43-44b7-87bd-dd2b904ee0a0)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a906482-16e7-4ac5-b8e6-ada584b446e3)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9b46da1-ec00-4da3-b07e-b2acb57c832b)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4cf753d0-5060-4197-b945-7df9f1c9e3b9)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4f22e85-2551-4d95-b301-682a549fbc0b)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a30649dc-6c51-4188-8bef-48902101e9f6)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp edbe42bd-6066-4f36-9511-8f09a3c33e60)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1966ad6-a7f7-4a96-9998-1f58fd279a0c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a28403b4-bb2e-43d5-9f8a-a8ddd5418323)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 6181c994-ef8f-494a-95e1-9dd4a480c78e) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "/PD_TIA2/IN1") (pintype "passive") + (tstamp 6999a008-3ccc-49a7-b4f4-687b03acc830) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 14 "Net-(Q3A-E1)") (pintype "passive") + (tstamp 10a07af1-915d-439e-8bcb-24b0833ad396) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp 9fcbd381-79b8-427e-b042-ccb5d0fd7d08) + (at 173.5875 78) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R37" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 12bd4c13-f282-4db8-a82a-efa86bbf1faf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "47" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 0cc96c3a-9908-4ed2-b301-3000515518b0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0446fb78-d78e-4686-a778-d295310d9fd5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8de03dc7-d727-4503-8401-1042dca25720) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e09ef619-9c7d-4ccb-9824-98ad9ccfc044) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/acf6ba3c-a2ef-4637-bbf0-b1d647beba07") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81ec653e-8542-4d0f-a6e5-1c7d9309531f)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c3f8ae8-74fe-426c-9e57-8bbf1bcd299d)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34d8bba8-c5df-4a0a-8ee3-1d6db698fe61)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d56b569-e056-4fc9-831d-b5750dd62836)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2195e3e5-5dfd-4575-985a-e7892cecc208)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bf8a4d80-5fc9-422e-9ee5-29d46c0a963e)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e1d299c-8020-4073-b462-f636710c8c2d)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11b3cfb5-c071-49e3-8554-7c6a8caa4954)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8459593c-2bcf-493b-864f-57636ac81752)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a98736d8-ec76-459f-ba76-156312cf44c2)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 7f9722fa-2f50-4de4-9dbb-586b644e4564) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 29 "Net-(D9-A)") (pintype "passive") + (tstamp 4f73a0ec-e5b4-43c1-9172-ec679497d400) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp fc729d45-db00-434f-bed2-5a398edeb5cb) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp a0e3611a-f7fe-4cf8-9927-f6dedc28243b) + (at 210.75 59.83) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R18" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 4471d611-77c9-490a-b0b0-b48f842c422c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1Meg" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp d4233b28-a3bb-4833-ab63-f5193c223834) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e4cd982d-ba3c-4063-919c-fa09226c8238) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9c4aa306-3cae-4ecf-b3dd-39237fa91c8f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 92eea7a6-6a9f-4957-a621-540770249188) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/8e6d516f-ef2e-4a4a-8e58-49bac5efe6a6") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c50b5c9-ad7e-40ae-b6b8-ee00f28e9d20)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3dad28d7-c400-421e-b726-55870c147714)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f95d5c2e-50c5-46c3-bc14-418a8531ab75)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8337a81b-02bd-49c7-b1b8-85268cc5da18)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 553a2b4d-20b8-42d6-9a34-2b9a9e7d9c51)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 93fd10ad-58b2-4af1-a151-6b304367b52d)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1b3fbfb-1abe-4f63-82dc-d09044941f76)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ed3a0b7-3348-48c5-bfdd-68b38a4076ea)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52068e26-21c5-4773-8785-7d5d853bdfb8)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fcb1af87-e460-4192-bb77-68360ab40534)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp edfc9e12-c39b-42f7-b245-65a3258fa024) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp da5da772-2f06-4452-8117-183b60b52640) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 15 "/PD3") (pintype "passive") + (tstamp 5dfc367e-ab9f-4602-8be6-a9e7a5d37c2f) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp a1b440f5-3a7b-4907-9947-02cace0ccc8f) + (at 21.419 59.963) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q37" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 432b2838-05c2-43c0-bba3-90767173c58c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 6b73cbf5-85ac-4ed7-9233-18509b749a45) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d8a042bc-a720-417d-a907-fb781196cbd4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6ae587ff-380c-4295-b692-fa19e2805daa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6393ed64-773b-4d96-9d12-d37221798ca3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -21.419 -59.963 0 unlocked) (layer "F.Fab") hide (tstamp 5c61209f-15a1-46b0-8d5b-ea8d2cce707f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -21.419 -59.963 0 unlocked) (layer "F.Fab") hide (tstamp 7c0a65c2-f83d-42de-855a-5b2e6a25510a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/e285ed3d-9e01-4cfe-8112-4f64533f3398") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 368ffe16-d09b-46c9-a39e-6832338cf566)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44c829ae-b9d9-45c5-ad93-19ef9062fdb5)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36b0c5b7-7788-4dee-add9-174254d1994a)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4c109dd-c36a-4bba-ae66-04f6d11a82a8)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58174127-839d-4848-a984-11d33460de6a)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4fae9576-6128-478b-8a84-c03cee790384)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 818e73fd-d333-46f4-ad91-6f70833a48c1)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1fb7f191-179d-4d03-9dee-ea23f56c25fa)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43a2d908-73a8-4fed-95cb-daa46f6267c8)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b2aacc0-729b-4d8c-b068-aef321939a09)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8cea97b9-3811-44bc-a7a4-38c795d20ad6)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f6c51d7-d238-4583-b85c-e59630538720)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5924d710-ff91-4464-ad8a-7588c806b4de)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 617f8040-83e6-4ef5-b6d5-f572ca648953) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 43 "/LG0") (pinfunction "G") (pintype "input") + (tstamp 5cfcee3d-7b79-4b41-89f3-888975ec083d) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp d98275ee-5e13-4c3a-bdc3-d3d5aa4e37dc) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 83 "Net-(Q37-D)") (pinfunction "D") (pintype "passive") + (tstamp eba7055b-0820-4b17-bfb8-24e5cdd2fa04) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp a22639d4-6cd6-484a-94e2-362c8e9c4223) + (at 25.499 44.443) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R51" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp d8c091ae-cce0-4deb-8ac1-8fea725adfb5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 166260de-9fa7-4b7d-9623-5a844db4325a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 720f920d-df74-4e3c-82e9-21cc1fade4a6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c0e7592a-121e-404a-8344-fb1e5918180e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 100bdf38-9179-4e9c-963a-32d714d3b9ce) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/d1047bd5-2093-42a8-afe8-fc34b30bbb00") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9a814ba-0f3e-464a-9c7f-dc55f0b82e63)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8dd549b3-5f8b-4c73-b69c-632cbd35cbac)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ed2a9dd-3d99-4a88-8801-a78c0a60b3ea)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9eff69df-a309-4e5d-91b9-3808cb2c65da)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cabc44a0-4a2b-4c17-ae44-d213a83bf27d)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b46f5c6-ac6a-4035-8eea-9a81a0b4c648)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18ae9a31-b5db-4cd0-823d-9ccf99d36fa0)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21c3753b-19b6-43a3-bc07-92ff8b4ca016)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 506e98ef-5ebb-4c06-be13-06857a64724f)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e299dcb3-1757-4459-be35-8e28e4458d60)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp d99033ac-1bdf-4e2b-9b36-ad47b600948a) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp 140cd0cd-cfa7-4cb6-82b6-eb465032b4db) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 52 "Net-(Q9-D)") (pintype "passive") + (tstamp afe8e92b-739e-4db9-ad93-9dfbf70c303e) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp a26001c8-4a47-4183-b0f9-573cd88454bc) + (at 198 102.48) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R42" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 272d0cf9-60aa-4a06-bd67-651816722aa6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "15k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp c68da6e0-4568-4474-a3d6-09dda92c7b1e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4cc82c92-1966-41fd-88ce-4566053b4328) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 292e67a2-5864-448a-9842-2b024ca08934) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ebd032e5-7c41-42b4-bcd5-6fe3761a0164) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/621350fc-0154-4c45-aa1d-d1d7428072ee") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37a8e5e0-2307-4b89-bd13-78ec4765d8d7)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16a842eb-4c87-45d1-a891-25039c0bf103)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76e0f703-643d-493f-86e0-4b86269edfa4)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7b933a2-1de1-49c8-acb8-fbccd6841f72)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a26e21d7-1d09-4036-bc6e-a5dd2d229044)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94ee5dc3-5354-4502-9cd5-3e0c9f67e599)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0055b70b-e1fa-4a96-88ad-8a0497271c3c)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 272e5e32-4490-4a8c-a52b-298fbd8d73e1)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef4776b6-f806-4cef-9cad-1901b35cba16)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 024a4e1b-6155-4bfe-b89b-ad4e4ea2b310)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp b060530e-5f00-4062-96e1-057021ad73f5) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 47d75577-7d5b-465f-aa0d-fb91d2fba169) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 117 "/VCOIL_MEAS") (pintype "passive") + (tstamp 3767c445-f5fd-46a7-a6db-8f8b543109b6) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp a2e3f1f9-fe88-47f7-8fb0-bea22a71b0ef) + (at -29.231 102.323) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R72" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp af4bd296-4761-4f4c-8aab-d68248118ca6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp ad996538-4ad8-4666-be3b-10246c01861a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ec26bee0-3718-455e-af2b-0d83d9ed6c4c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7824bc05-f1cc-42fb-bc95-2c58bcd553ea) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 886c8414-d30b-4805-8e1f-8aeb45d26c18) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/beb8f1b6-538e-4c79-9631-b0441be3fdb2") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b725c95-c15c-4347-820e-571ed04950e5)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0ffa626-ab54-4269-9c5f-b8f4725c7946)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f9f1458-4f1b-429c-ae35-1db4fc27dd46)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 615d65f8-56e1-46a2-8c2e-e3c704e9c1e2)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8eab57ad-5b5f-4f7f-a91b-173ffed8b642)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38d82ccd-d000-4777-a52c-9a5ee2b9fc5f)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp feea1355-66f9-40cf-b19d-3f8356320e94)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61fd0d1f-6c84-4223-ab70-38642a7a909d)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b52f751-899a-435c-8250-498c800e6aeb)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7291cec-5e02-4781-a046-f334436afd5c)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp fd0283c7-bbe0-46f0-a713-3f8b7389e448) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp 5a6ad5e0-feaf-4645-87a1-1b9edf815a02) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 65 "Net-(Q19-D)") (pintype "passive") + (tstamp 1731d4ed-7f64-4fcc-b42d-5ccf3d98ed9c) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_2512_6332Metric_Pad1.40x3.35mm_HandSolder" (layer "F.Cu") + (tstamp a438e053-7391-44b5-ba45-0cd68b39f216) + (at 171.5 119.22) + (descr "Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R5" (at 0 -2.62 0 unlocked) (layer "F.SilkS") (tstamp 41f8d481-1029-49ec-9d90-a0d444c49a00) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "220" (at 0 2.62 0 unlocked) (layer "F.Fab") (tstamp 8309d003-1235-4632-a64e-484251984b37) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 08dedf1c-3378-48af-b123-86416c8ebf69) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp df4a0cce-2994-4b23-8c91-3c82d34308ca) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4eba596a-33b8-4e40-b5d2-1a43a487ff8c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2934060" (at -0.079 -94.758 0 unlocked) (layer "F.Fab") hide (tstamp 98a3303d-5a5f-4cf0-a6e6-d3aa23287620) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/78669404-4efb-42cc-add1-2bd9f35835cd") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -2.177064 -1.71) (end 2.177064 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f110de2b-b266-42e8-b59f-72ba8b75af13)) + (fp_line (start -2.177064 1.71) (end 2.177064 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83ecaf5f-39c3-4be2-b1cc-6a40191b83c2)) + (fp_line (start -4 -1.92) (end 4 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 858cce19-3161-4fcc-a322-566a7a7ebc23)) + (fp_line (start -4 1.92) (end -4 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 530bf822-2c35-484a-abf4-6e8a0ce551a4)) + (fp_line (start 4 -1.92) (end 4 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp edc9f0af-db34-4c9c-9e88-a5a65ebb93be)) + (fp_line (start 4 1.92) (end -4 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d259f2f-e4c4-4fd3-865c-0521cf59ebde)) + (fp_line (start -3.15 -1.6) (end 3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c9168ea-6170-466b-9334-f00ec7125ad9)) + (fp_line (start -3.15 1.6) (end -3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7034e17-40d5-428b-9807-2f4ac55989b3)) + (fp_line (start 3.15 -1.6) (end 3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c43e0324-f303-44ef-b821-5c592ff3d749)) + (fp_line (start 3.15 1.6) (end -3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 992f1183-3f45-4fa8-a187-2e68a6c43756)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp ce79d54d-9cf6-41db-8cd5-83ae089e7be7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -3.05 0) (size 1.4 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.178571) + (net 5 "VCC") (pintype "passive") + (tstamp 9bb3cbe2-70ac-402c-a7ad-6aca431ac9c8) + ) + (pad "2" smd roundrect (at 3.05 0) (size 1.4 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.178571) + (net 171 "Net-(U17-QF)") (pintype "passive") + (tstamp e1c13c16-b3e6-4035-89d1-3ac8919f0214) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_2512_6332Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp a71fe3a7-8b80-46ae-b386-cba6e0473ccf) + (at 25.499 70.403) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R116" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 52fce60a-07bc-4509-b9bf-f31acec486db) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp c7c5c86b-4c50-4ad3-a480-cd0ba9258dd8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 326bfde6-eb03-42a8-a520-3a5349add6a5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4a1ca25c-ad83-428e-93e2-45280642591c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 84511c67-ecb0-42b4-846e-16bfa002099e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/d1047bd5-2093-42a8-afe8-fc34b30bbb00") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3bf4b89-f1bc-49c1-a498-b97981561ec7)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6f95eee-7c5a-40e4-9b17-d39f5682b001)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e0858ba9-f4c7-4ae8-aa1d-444f154d80f9)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60905d75-78db-48e1-8dcd-5145d952842f)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4eb2b48-ec36-4b55-8ac3-23b1c7ab5342)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a46f4ba-f2d6-4398-8d03-57316a385e0c)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f44797a5-62aa-4106-8dc3-ef645233b0c2)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8796ccb1-51df-4857-a60c-af854e618b04)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0c42792-c647-43d8-abb6-d804ea5fbf83)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9712a24-4e6f-4ec9-9b26-837e9d52faf3)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8fd226ee-b4f9-4a17-8a6d-07217f67665e) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp f0b5f6e3-3887-4b57-b504-74daa3a04790) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 87 "Net-(Q41-D)") (pintype "passive") + (tstamp 66dc943c-fe29-4fa8-8137-1fe955451341) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp a74181c5-0a7a-4e90-99e3-f0d6414c04af) + (at 29.849 46.953) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R58" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 5a167309-b110-47eb-a144-8d16c658d238) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 54808dd7-327a-461b-834c-6f6c76506adc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4fc9e3de-956d-46ce-b51a-011e8257ead2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b1625a8c-6cd4-4bd7-a313-7a7394173626) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1be60025-7458-4ec8-9a86-f82e104b088a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/1d845cd5-251e-4d17-bf81-601736633796") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8bdd7b51-6c9f-4520-be42-9f00faccddcd)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f804829-ec0a-4035-83ca-c2353502c4fa)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d00b482-579f-413b-add9-66f8bd8f768e)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 20f428ec-0da2-4e8b-bbd4-16bde229f5d8)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bddb925d-f5ff-40aa-a297-d73c436169fd)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 000949a7-4bb4-49b9-b36d-fca9e4950f22)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3416c0e3-8023-4afa-b2b1-442ff26e4056)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9496a601-dd2c-4a27-a5ed-378afec5f2d1)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af502a78-f55a-44db-8145-5fc719cfb8ac)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dfdfe340-0eeb-4a14-a84b-f9bce24b0d08)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 4b897231-2a97-4854-ae81-00c2e0f41510) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp d5656f61-5fc1-454f-90a2-be09b80b413f) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 58 "Net-(Q12-D)") (pintype "passive") + (tstamp dff72e67-7fdc-43f8-be30-274aaa9ab58b) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp a87df6f3-d1f2-4898-b8a4-ac9e592353dd) + (at 108.5 85.5) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R33" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp b4fdd529-49b3-4743-9e08-b14b15310549) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp d27a10b8-2420-4599-8750-591683871afc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 792f3291-a4cc-4724-9d67-c742ceecbc71) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d80f2b22-e2ed-4ada-a508-a54931b44c62) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp abe300c1-9a65-43ec-bb28-b5eae965c101) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/e0d2810b-932c-4f7c-bcc0-779eb06a50a4") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a641971-0d4b-42be-8a72-6bbbfabc6458)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b7a01e9-b5ea-429a-adaa-e05e1a042b52)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af679f69-6803-4b6d-b14a-cc523d3f787b)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1738d8e7-123d-4948-9812-34955381ab76)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e0977fd-7bb5-48f2-830a-17cacb600334)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1ccfbe00-bb80-495e-b20e-a16f79b6a5fe)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26e17c90-adc5-4b6b-b47f-d9b635c2e198)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d574492-7ecf-42fd-94f8-dc04be67c076)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4ae9378-d653-4a07-abe0-59a73d0ff16c)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16635317-ee0c-428b-884e-80ce8c156a7b)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 7c51d563-a3eb-4dd1-816e-30c6f3586651) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 113 "Net-(R33-Pad1)") (pintype "passive") + (tstamp a5fa1ec9-4253-45b1-85df-5ecd73c3d16f) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp db1204e2-5dde-466d-b59d-af3b29cfaa4a) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp a8c1dc73-61f3-4f4e-a269-a2bfd647874b) + (at 210.75 62.34) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R140" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 9361602c-3015-4649-ba4f-b27cecf21fc2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1Meg" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 28a140a8-80a0-4ce3-ad04-678b97d41c2d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2abe3ca6-6ab6-4f08-9d36-3d99d660d312) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1c7534a1-73ab-4959-8660-ca32651e9c8a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ed1b9556-b145-4ab5-9566-16b9573adf95) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/a5b4ea5b-6efb-42d7-be2b-6390e29234f1") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e339d689-e49b-40ca-8f74-6d611ab6081a)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1b7213b-8698-4265-b7bf-a473dea7afe7)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bca65039-8b13-4382-91ce-33b1adf615f3)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9b12a62-1fed-4d97-9f07-a43b6659d324)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c76e14f-70bb-444d-a483-5c17d6825298)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 107c322d-318d-4445-abf5-e56272d020f9)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa657079-96d5-476b-9aef-6d560c640075)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd1172fa-41c1-4e48-9a37-ff668071cdfe)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7884267-7285-442c-a1ea-1b89f10240a0)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5bd98f0e-6002-4fc6-b13d-082226d366b4)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 330a231f-eb8d-4928-a9e8-ed73037acf69) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp de38429d-4abe-48e4-8444-d78c88e69867) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 26 "/PD4") (pintype "passive") + (tstamp 8101f06e-9e34-4ab4-a44e-05d0e0a6a44b) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp aa5674db-8dbc-4a6c-bcf5-15845787b03d) + (at 21.149 51.973) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R48" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp ecd2ebc0-6589-49b0-8322-9d8ec5512756) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp b6ed1368-61d7-405a-9756-8c9bb8843497) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 90559f58-a106-4eb7-aa1b-2123ebd2dd7d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9fef9b9b-f7e9-4c82-b453-173aa366ab2d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2e8a2e9f-b08b-4373-9d57-80bc0374246a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/ad7973af-b34a-4c25-bc3f-b85129d6a98c") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97b1a8a8-0cbd-42a1-9ced-045cd02ae486)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf2fe820-967f-4f63-bf06-cd2769cd0338)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a9e5540-8f45-4bc0-a28d-3e0cf557d076)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bf82c512-2182-4141-9be8-a3a93363e5c1)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ae15067-4d6d-4ced-b589-c15941e39725)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a319d598-77e8-466b-ac07-8bd8dd76d758)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd74b744-0f10-4012-b3e9-0cc9d06337aa)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5dd2880-db47-4482-9fd6-3b297836685a)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cfc02f40-dcf3-43ee-9f07-920f8c7823c8)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 273b4c36-d7dd-4624-8f90-ddf717594c32)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 10d99fae-ff88-48b3-bd88-648b8a59a345) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp 39bfed83-065e-4b69-9533-52acaaf22273) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 48 "Net-(Q7-D)") (pintype "passive") + (tstamp 76541073-ce78-4ab8-b2f1-b3f50ba4ecd2) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp ab6d0203-125e-4cbc-b2d4-d5fb9470b45b) + (at 151 142.5875 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R125" (at 0 -1.43 90 unlocked) (layer "F.SilkS") (tstamp c40bcbfd-9a2b-43d7-aaae-838536533c1b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "47k" (at 0 1.43 90 unlocked) (layer "F.Fab") (tstamp 5fdf308b-4b85-4ceb-8237-5208458ae45b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp b59e7c83-7cc8-45f3-a01a-43346bf7f052) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp d80cbbfc-88c8-449a-855f-1cb8571196ae) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 6f89694a-8b13-4100-8404-35382e695d52) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/c5449fff-85f6-463e-b87d-949da305e7df") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75da0baf-fee7-46b6-a479-9926d5423014)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26f170e9-9768-467a-a06d-479b545c08b2)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b5e6e1bb-28c6-4a16-b4cc-ac7483784b3d)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 926c37fa-36a2-48e0-b7f6-d61a2c2a54ab)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29f4d4af-3441-4633-9721-0d8624dcfa76)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b8ac500-36c1-4e0a-af11-4769545881df)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5298a3a-83f4-4450-af7a-6c1f35c4021f)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64b1f44a-d7c1-4e3f-a414-938d23b1b0a4)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a558c7de-a3a2-4d47-aa1b-51d830be9c68)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa5c7ece-a133-45fb-b07a-8861e57bda77)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp c9229f06-54f8-438a-bb9f-8504265cb742) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+24V") (pintype "passive") + (tstamp f8803437-3c8e-48f0-8f33-8b464d4cc42a) + ) + (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 169 "Net-(Q48-G)") (pintype "passive") + (tstamp 7ff30396-3c00-4eca-9b80-6c1a78f1e6d4) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp abfc4f2b-19a4-48f8-9eba-3ab6211887d6) + (at 21.149 77.933) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R113" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 96f17d6c-fc4b-4380-91b5-1f09138c2c64) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 8f7f1aa9-4ced-4392-a139-d8e5449e499b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 66dbd070-fd3c-4edd-9b47-200ad71ae918) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e1e1e505-a87c-42a0-87ec-24fdbb59549d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 84fc8f74-11cc-4250-8ea4-54001bfd9485) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/ad7973af-b34a-4c25-bc3f-b85129d6a98c") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8cdc56aa-f43c-455d-985b-f671417dce8d)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c129c33a-9f6f-4e27-a6d1-2897ca882256)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 417bae74-959b-4df2-8d06-1d8a2fc94774)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c9f247ad-f549-409b-88ba-b7531b7b71b8)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c229f920-fa69-4096-9ed4-e47cd50d27f4)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26c3f1a9-2106-4afb-a146-856ac1af4e2e)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2de7c123-c971-4b54-b61c-cf5580a0ea13)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22d34279-272e-4edd-9935-e429f3cc2101)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db437f48-722d-4306-9498-1a7b17612fad)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97f2d12f-90bc-445e-8f7a-3fefded82536)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp c28a78d7-4d15-46a5-8c2d-be3f56ab0912) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp 5332cd81-b773-45d1-9350-a6b39108c67a) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 85 "Net-(Q39-D)") (pintype "passive") + (tstamp 6ab7eccd-5a96-4d2d-88b4-ada827ff1c2c) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp ae055cf8-6f8f-4e80-b633-5c082a4ed0f7) + (at 123 111) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C33" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp bf1e009c-2afe-4f49-bb07-bc58a232ee62) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100n X7R" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp aa37442e-986d-464d-8f89-4d166525968f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 31b2a8ae-66d7-46f3-a8ac-e91b26536d63) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 23e1c674-ab37-4701-b622-1b3e70037cf4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 04cde51d-2348-4b72-8495-d99c62d469c8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C1591" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b9a851b8-f533-4743-a0b2-99041a3e7f77) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3b4d9df5-1e2d-40fc-ac13-f3ffd57b8a5d") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8f4cc7b-4b09-4820-86df-a19ce988fdd1)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d9e867e-efb4-48b8-9fce-ef967f37e4eb)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6aa72924-f120-4aa8-b5d7-73601388e47d)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c91d8fd-95a3-490f-adec-136fbb42fe72)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d458c7b9-2bb9-4905-ac6d-22b2130da5fa)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c30e4de7-5b96-4a21-9370-f45e70db3862)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24f90212-053a-4618-8737-bff7abbd438f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 702fa1a0-8c32-485a-96ec-660870539068)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3761905-d9d8-4b4c-a4b9-3a303524f780)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a1c2d92-4586-43ef-915c-bcea5407b332)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 55a1bbde-0500-4f12-8406-0bbe5e1b7b4e) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp a73ce434-efa8-46d4-9757-39b74037da59) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 6dbb3e9d-e728-4659-b7ed-3b5d7ccafd1b) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp aeb26dc9-cb50-439f-a40f-b5729fd3ee94) + (at 25.499 80.443) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R119" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 4dc81a18-56fc-42d6-a1ca-75a94d1befdc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 944cc7ea-2caa-4510-9c21-0a4467deaf59) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 77a0d012-fde1-407d-825f-812ff5c9b790) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b1512605-0277-4650-b4d9-77b7e3e897fc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 75f0c389-0505-485a-9eeb-3b4708a1630e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/eb76983d-d270-4293-a714-74afd72d32da") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a3a5c01-e44c-4439-b0e7-0fc9a799fab9)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ceb62332-49ec-442a-9dc2-dc1be92347d0)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc414e4c-298d-4469-9d5e-1991dbcb7d26)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44eadea4-d11b-4804-b1af-0b2eb5a007f8)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1884e04-f291-4b73-aac4-1139d58b7ffd)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c2cb971-fcfe-4fcd-b814-e139aa09d970)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b52df016-7cb1-4273-9b73-43d6d58a5f68)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 947f18a5-d78a-425c-bb47-1c97e41bc434)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e31b7055-6c91-41bc-adaa-8ddb58b2e3c8)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 898b6d55-31dd-4c72-8e9c-ae2b51b599b8)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 45d7df0f-3ab9-4d8c-b5b7-424ca512eed2) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp 9054aaea-c169-4b01-9823-0e61e7cf9127) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 88 "Net-(Q42-D)") (pintype "passive") + (tstamp e03d6b00-5daa-4326-bd2e-498ac1bc2df2) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp aeb6935e-4038-44ad-a953-119cbe88d4bb) + (at 15.239 94.393) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q33" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp bcd07c68-e8b4-4f0b-aa6e-5c3deb553e62) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp ff91d3df-0ca1-4ad0-9c36-26768fa645e6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp fc749be4-fd96-4115-b4dc-36c5c35464a9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f2ff8173-2603-4043-b996-7b4249032227) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp dc703756-7bf9-4579-8489-1f4c1665973d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -15.239 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp d3853882-6ea7-4ff0-9420-6446f61aae62) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -15.239 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 8fa5509d-aec7-427d-8a7f-1fcd12e94450) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/e507db81-cd04-4738-8e6b-19c57e889829") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2b78b30-de6a-48b1-ae36-3b07a7d5596c)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ee11b54-0e6b-4581-8014-703bee0a89a5)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10296ac6-277c-49ee-a264-21b2397c9f90)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26958f8f-3f28-4e2c-8aaa-b3cbcd7e5024)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bf2bbf4c-45d8-419e-b640-34c2b59c6d00)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0737a839-c7ce-46eb-a8fc-a7d0a639f7eb)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ba5e9e6c-4610-449e-a134-a53a6ffcbe0f)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 242ce334-9ea2-42d2-adf3-7e3fd4afbaad)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9d49a71-bafc-4c97-a441-bc407d90fad2)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6dd541f-0aa5-436c-a65f-2224743d5d36)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd9693b8-5bf1-4ae2-93b4-77f98e893890)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06d9dbb0-a4ca-4a87-941c-bc9da6c522dd)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5497f826-e10d-4abb-b54c-795ad8e8d146)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 77a2f70a-0db9-4dd9-8933-e9ab54f19142) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 51 "/LG4") (pinfunction "G") (pintype "input") + (tstamp bdf5c322-8bcd-42d6-b826-82bc41f18b54) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp c16f69e9-eaac-43a0-8c67-24d192c38230) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 79 "Net-(Q33-D)") (pinfunction "D") (pintype "passive") + (tstamp c557bce7-346f-4fbb-a804-9dd0cb2bba08) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp aecb891d-1de6-4977-b881-1ebce48ffbd8) + (at 10.349 98.843) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q32" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 9a86e7ea-0ac5-4b65-9501-958e0e409459) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 138337f5-da1f-4471-8217-d1197bd141be) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f97e60b9-7c7d-4c50-b4d4-fe2fe7c6266c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 74f1b7b8-e892-4789-b60e-e4db60164b98) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a1623ac5-1907-432a-98d9-d35ba19ca0b0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -10.349 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp 9116dada-3f94-4704-94b6-083afd0fe6fe) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -10.349 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp f9a404d7-1fc1-4ca8-a0d8-15b91973d58f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/e341d3df-7ebc-4f6d-8e27-c56b6cd9ed4c") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7c5aa8c-6ef7-4f58-a2b2-8ca61dd7b671)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a8398b4-1d81-4d65-82b1-f0c2699b4b23)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d60061a-3700-4b9d-a784-dea6425a7620)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b960e535-a2fa-48e2-ae47-35edf0c1318a)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f59bbe4f-2544-4e86-8233-b14191049024)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7567acd2-d905-41a7-bbdd-f70e73503d13)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a4be257-278a-44a3-8a1f-737e5615674f)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1bfa4a7-f66c-4f0f-8b08-e29d9960906b)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a47b6ec-5bf7-4303-8cb5-d8b83668350c)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ddadf579-9502-4340-a47c-84a50da80a7d)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e2292911-b5b6-459e-bc4f-89e98bd1ee1a)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43584989-6fef-43ed-9bcd-6ec3774ff71d)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 270ef297-53ee-4b6c-b26b-e9c59cadfadd)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 1fb6603e-096a-4ffb-93c4-ad607055aec6) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 49 "/LG3") (pinfunction "G") (pintype "input") + (tstamp 6cf95cab-1652-4655-84d3-4bf430ad2d40) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 457b7a29-ff08-4fbf-9182-f12851cbfda2) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 78 "Net-(Q32-D)") (pinfunction "D") (pintype "passive") + (tstamp 6cdbf0f2-529c-4534-96d7-879a738cc161) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp aee349e7-4588-4b8c-9b7d-f1413be0d55c) + (at -12.021 107.343) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R76" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 721bdb09-6bc2-430b-bdba-dbb9e7eb119f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 73ff5766-5158-4a3f-a4fd-31a20ad09c6c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6f21e049-c1de-4f81-b5fc-b036847ad9f7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9cf69673-d1e9-48df-8d0c-2a9417a33f0c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 50fa8dc9-e3a9-4507-8731-0f3d3b29b3e3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/71a84fc6-2db1-44d2-9394-3c14ffec2f61") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd1abd44-c4a4-4112-99fd-638a61ee8e89)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23be609f-4c28-4034-9674-9b6f363212d1)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 728cbcab-8523-4d22-bb9a-ce4515931608)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27fdf671-b61e-4808-bf95-08004496bc84)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24f9a34c-3f6e-49ff-a6dd-1b6481fcfcf6)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfab5466-9552-4059-adb9-79dfbcd7be89)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 418d8e6c-6f30-4fad-9733-73c5ec10d930)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa3cf63e-9731-486c-90f6-4eba81254d2c)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d6e3526-bcd2-47fd-9feb-fee890c85c23)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2707a10-370a-40d9-8b1c-bc4f598271e3)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp a52fd9cd-212b-49be-8c6f-3161963c4ad6) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp e9f30921-fca4-4677-a66b-b3cc12c4303b) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 67 "Net-(Q21-D)") (pintype "passive") + (tstamp dba019ea-08fc-4c50-9077-f11478bd70a9) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp aeef0fa0-c25b-4db1-8ac2-04f9f30c53e6) + (at 145.98 141.675 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R20" (at 0 -1.43 90 unlocked) (layer "F.SilkS") (tstamp 0ddbf627-fbe5-40ef-b473-b04d4e52a6f6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "220k" (at 0 1.43 90 unlocked) (layer "F.Fab") (tstamp 724c2a3d-8a8d-4fda-ad0f-de760a3a594d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 4906cb2f-6159-49a9-bf8a-119c38f639d7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp c768ca08-4c73-4950-aa0f-0fe6201a7872) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp a4b6d78f-5951-4d7d-a364-646f613f2e3c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/656c38ce-e5b9-446a-81a5-3b2d80dad838") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 179be5e9-de33-459c-aea3-4f6af4b426f4)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp def42bb9-d562-4440-8d85-77bc1c3497fa)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29208375-4de9-4461-8485-b9a59f12d2b7)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd3a9770-d424-4f57-b242-9a4936d9df99)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07f1d78a-3d5e-43a5-9460-ffdb85416f5a)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ac0b717-30e7-4a88-ad27-66389390b6d4)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b7a2b1d-2075-4468-9a12-7c97c4c8744c)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1cfe8821-d1ae-4e96-973a-e90d50a7aea7)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df420e27-f95d-4ca4-9a21-04c06ce5f2ee)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1995d339-ea27-43a1-9500-0110e8fe2010)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp f0b62eff-3886-4e64-bdeb-31a7afd99c25) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 166 "Net-(Q46-G)") (pintype "passive") + (tstamp cb733990-1347-45c4-acdf-8a97e474ab8a) + ) + (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 93 "/HG1") (pintype "passive") + (tstamp f0d11de8-b7e5-49ae-8fc9-cd914321cfdd) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp af29a442-64bd-4f42-998a-391bf9c950a9) + (at -32.771 94.393) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q15" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 650b2668-f06d-4ea2-b7f3-d7db175ec4a5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp dd382aaf-de6c-4ca2-8c67-01b6fcbf7d55) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9704f710-16a7-45d9-a5be-782ebdffca69) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0af83543-29f8-469f-8c39-dd8faff9ddb2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9267e16a-b700-43f4-aef7-da9bbb007d40) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 32.771 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp b69f7976-40aa-4ab7-926d-ed3687c2bfb7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 32.771 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 50d5d966-afc7-42c1-9730-3f5cfe7d8d5b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/e9ac03a9-9155-46c6-ac7f-88b56cefc215") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bc47c06-1041-4f73-9cc6-4cf645aad485)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9ff396e-d292-4a78-81b3-203deb2e3dd5)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5670ab5c-3b19-4182-af0e-ac7426049ab5)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7a00c99-711a-4539-bca1-9bec73428258)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 37ae32d5-fd8e-4525-a1ec-5f09d9c34d2e)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ccce708-4e08-4329-b44a-caaeb97ce928)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 46ac8005-272c-4a81-86b0-86c1db8364f6)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96a26b29-bb9e-45ad-b2f9-9c13dd5415fa)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3474b26f-8c69-4142-b2de-fb379b8e3002)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b70cfd7-a4de-47f7-9a3f-fde94fec837e)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a32cd26-1001-4b76-a5ab-562e9182c641)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 928ad403-39ff-4091-a68d-6e02650715c0)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21bb4eee-714f-4503-93ba-5da8adbd43e4)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp b718d608-8d1e-4d19-b05d-7358f41b3ec9) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 47 "/LG2") (pinfunction "G") (pintype "input") + (tstamp 3bfb5b8a-4bd7-4b01-99ab-44ec81c169c6) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp cf9edc63-1361-4a69-885f-0dbf7f24ad1c) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 61 "Net-(Q15-D)") (pinfunction "D") (pintype "passive") + (tstamp 5a317f63-8fee-47ce-8815-1d06d72cfbfd) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp b0ed5437-7f44-4c49-b99a-4c7d4ce84a6f) + (at -11.211 98.843) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q24" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 8a157bd5-2719-47dd-ba26-737de66183f0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp fc3316d2-690e-4a4c-ba72-faa144c57b96) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d5b4cb23-ac2a-47e1-a78e-8b8fed237aed) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 97e12297-4a6f-48fe-bdfc-a7eb6652ecde) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 023227a1-6cff-4933-854b-de3884a7b7ad) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 11.211 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp b4adda95-b897-48cd-9d1b-8e9b266dd3f3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 11.211 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp a2ed962f-6a9b-4d36-a727-358c000a46dc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/e341d3df-7ebc-4f6d-8e27-c56b6cd9ed4c") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85617f36-8ca5-4a67-9a6f-33ae74cbc59f)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f3b4162-789c-451b-a0fa-4b03a3b0e2bb)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e8a1d57-e38c-4586-8619-dc3f539bb540)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d70a6ca0-367b-42d1-8c76-9644115e0ed8)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c9ec17c-adf1-4f3a-8574-33bb6be8c1c3)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c7a603d-1f50-454d-a0b7-982ec2307cd5)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae2949fc-0d70-40ce-9d26-9caa517899b8)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3e4e3f0-a483-4e57-be72-3313a8e0b86e)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f33081b-eb89-44b8-b3c2-27256360ca5d)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 513546f9-537f-4733-b2d7-d60949ab4f3b)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a09949f-9b53-4ac0-93a7-53baaf78e913)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e95bd8e-5844-48cf-aa4a-411bb64dc7d4)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26a4f698-3640-43ab-ad34-3488624a92d2)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp a4266f13-a19b-4c8a-ae20-f446dd7c4485) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 49 "/LG3") (pinfunction "G") (pintype "input") + (tstamp 9291d7a8-ecdf-411a-ae7e-2a995a0ffb34) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 0c4a0f89-e3c1-4ad9-8b33-3aa66f44c614) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 70 "Net-(Q24-D)") (pinfunction "D") (pintype "passive") + (tstamp 7fa58492-9ac4-465b-8b8e-404725b812ba) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "footprints:VBPW34SR" (layer "F.Cu") + (tstamp b29c1941-2b70-48f2-9a82-5ca874e24234) + (at 184.55 63.025 90) + (property "Reference" "D6" (at -1.6 -3 90 unlocked) (layer "F.SilkS") hide (tstamp b2220be8-4477-42bc-95bd-c514c39574f2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "VBPW34SR" (at 0 1 90 unlocked) (layer "F.Fab") (tstamp 1d34dd48-d1ce-4af3-8288-47d4417b3307) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "footprints:VBPW34SR" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 0a19bc1f-61c9-4d21-9a60-37aeebe24c56) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp f0f506cc-2de5-497b-964d-e2f29a935c43) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 60337a3d-d95c-4e73-88dc-328d4bf86e0f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C845527" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 37698bfa-752a-4bb9-b7ac-614bc3ca7287) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Field-1" "guess" (at 63.025 -184.55 0 unlocked) (layer "F.Fab") hide (tstamp d2684d76-a8d3-4efe-b34c-ec5384061bc3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/087c9586-95b5-4591-844e-1e9dd81cb6aa") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -1.6 -1.95) (end -1.6 1.95) + (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp e2e4096d-1abf-4ae9-98c9-c6f001d4e38e)) + (fp_rect (start -2.2 -1.95) (end 2.2 1.95) + (stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp e8c42b9a-deb4-4145-bd75-960668c33f9b)) + (fp_rect (start -1.68 -1.5) (end 1.32 1.5) + (stroke (width 0.1) (type dot)) (fill none) (layer "F.SilkS") (tstamp d722e503-159a-4b50-b2de-821c52aca689)) + (fp_rect (start -1.98 -1.8) (end 1.62 1.8) + (stroke (width 0.05) (type default)) (fill none) (layer "Edge.Cuts") (tstamp d1860e49-de8d-497b-84e6-13a052c5240a)) + (fp_rect (start -3.4 -2.2) (end 3.4 2.2) + (stroke (width 0.05) (type default)) (fill none) (layer "Margin") (tstamp 2c23caec-7a4d-4074-b305-5bf32015c302)) + (fp_text user "${REFERENCE}" (at 0 2.5 90 unlocked) (layer "F.Fab") (tstamp ebecf820-92fd-4606-a5ed-773e1d3b825a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd rect (at -3.575 0 180) (size 1.75 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "/PD_TIA2/IN1") (pinfunction "K") (pintype "passive") (thermal_bridge_angle 45) + (tstamp 960611d7-871b-4f04-96a1-8420a2279bb9) + ) + (pad "2" smd rect (at 3.575 0 180) (size 1.75 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "GND") (pinfunction "A") (pintype "passive") (thermal_bridge_angle 45) + (tstamp 19813766-d401-48c9-a90b-49061e8bd5df) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp b331cea1-fb5c-4f3a-b492-318f0fc5d845) + (at -27.881 94.393) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q17" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp e093b91b-0ec5-42b9-a6fc-1c0eba6bc85c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp c4940028-e8b2-4a8b-8ef6-ae77d00e2eda) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 751c9fb1-be2c-4ad3-b58c-b8b2c96c356f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4509e0df-26e1-47b7-9800-92d0c75d3820) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1afb9c9d-8bca-4fd3-a1a2-443a0cd40c12) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 27.881 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 3947dbf1-6380-4d30-bd43-f4fbfe18c8aa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 27.881 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 7301ef44-8243-4807-9621-e640e61ee9a5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/e507db81-cd04-4738-8e6b-19c57e889829") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cedbaac3-8fd3-4499-bfc1-7028d481ab55)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4ece1b9-7018-4d31-9573-e4eb7b1ca8bb)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36a098cd-d722-405b-acdc-c3eac51d37d7)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e29c9723-ee7a-4e78-97b1-d5fc18b1429e)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e51a930f-ccc8-46f4-8137-89940112e6c6)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38fa9f40-10af-4cbb-9f5b-9fb03bedc59a)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dbfc2273-7e5f-4b4c-9b66-f6e3b7003501)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5dfd1a47-7b19-45e1-82b0-14f85f4f2c9d)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b0040e9-eed8-456a-9a3d-36f49aab6283)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7deb1c7a-7dac-4da2-8b19-b05d80e1da55)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2931f4d8-9052-4291-b482-4c445dbcf97b)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69dca0dc-c971-4a77-9d55-337772b51bc2)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5709098e-05bf-42ba-bd32-5a0a9951ba49)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 4f52565e-fb24-4d45-9c32-a9266581f1bf) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 51 "/LG4") (pinfunction "G") (pintype "input") + (tstamp 70a29ee4-2b34-47d3-af0e-646f6d34fda2) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 694d9195-7cda-48d1-bc0c-a97ba09e2d92) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 63 "Net-(Q17-D)") (pinfunction "D") (pintype "passive") + (tstamp 91a02b56-fd36-4b71-a9d0-931f86631a38) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-363_SC-70-6" (layer "F.Cu") + (tstamp b7f73200-ca07-47b5-af33-68250d25909a) + (at 215.05 60.5) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "Q3" (at 0 -2 0 unlocked) (layer "F.SilkS") (tstamp 94964705-3719-4354-8b40-5a61cd720536) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "UMX4NTR" (at 0 2 180 unlocked) (layer "F.Fab") (tstamp 4f85dff3-7cb5-464a-bc29-25e4c7bffb65) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 07f5493a-db85-45ad-94de-ccbc55971c69) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/2203252253_ROHM-Semicon-UMX4NTR_C2986260.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b5856e50-f8af-494a-a452-9e264394a0af) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9d372e64-aa8d-416b-a4ff-08a2084a12cc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2986260" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 16fb76b6-3b47-4247-8211-be727e4e7b88) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "17.6mg" (at -215.05 -60.5 0 unlocked) (layer "F.Fab") hide (tstamp ca78570f-76f6-431c-9ab2-5671d2370650) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/sot23/sot23%20-%206lds.pdf" (at -215.05 -60.5 0 unlocked) (layer "F.Fab") hide (tstamp 1d1e7aa4-863c-451d-bf39-194730043e64) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/dc9184e5-8045-4569-864e-cdaf181fe1a3") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.7 1.16) (end 0.7 1.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d43e66da-506b-4a66-a969-57b4432928d5)) + (fp_line (start 0.7 -1.16) (end -1.2 -1.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 59d40108-3733-4066-8930-277b58415487)) + (fp_line (start -1.6 -1.4) (end -1.6 1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24e7292e-d968-4eae-8704-781ee1767b53)) + (fp_line (start -1.6 -1.4) (end 1.6 -1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 886730b1-c390-444d-8e26-fa4b3161e7b7)) + (fp_line (start -1.6 1.4) (end 1.6 1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30e13498-4e52-41b1-ae20-0dd66ae8080a)) + (fp_line (start 1.6 1.4) (end 1.6 -1.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 617a6115-544e-4fab-bf2c-f9916e583a43)) + (fp_line (start -0.675 -0.6) (end -0.675 1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dcb2df07-036e-456a-ad2a-26ef972a3283)) + (fp_line (start -0.175 -1.1) (end -0.675 -0.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3da07605-d6c0-404d-b71b-e00e14014b40)) + (fp_line (start 0.675 -1.1) (end -0.175 -1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 661a2ec5-805f-4e9d-af34-64a01e4f0beb)) + (fp_line (start 0.675 -1.1) (end 0.675 1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec68057e-64c9-4048-bb5f-0ed0c2a557c1)) + (fp_line (start 0.675 1.1) (end -0.675 1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 733e5ff6-1527-4d70-a01c-96739c0f4986)) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") (tstamp 576aa0f1-14e1-4a2b-b79c-1776b67da59b) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad "1" smd rect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 14 "Net-(Q3A-E1)") (pinfunction "E1") (pintype "passive") + (tstamp ebdaea63-e523-4035-9402-a6b89cb81ab3) + ) + (pad "2" smd rect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 40 "Net-(Q3A-B1)") (pinfunction "B1") (pintype "input") + (tstamp 1e95b2bc-7272-4a75-875e-3a255823537e) + ) + (pad "3" smd rect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 40 "Net-(Q3A-B1)") (pinfunction "B2") (pintype "input") + (tstamp 265a22ce-a95c-4cca-893f-0597d32779f7) + ) + (pad "4" smd rect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 41 "Net-(Q3B-C2)") (pinfunction "C2") (pintype "passive") + (tstamp 89cc6056-e771-48d0-95d9-4a60965d46ab) + ) + (pad "5" smd rect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 15 "/PD3") (pinfunction "E2") (pintype "passive") + (tstamp a74e55a2-2b0e-4960-85d0-6d739489b1a7) + ) + (pad "6" smd rect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 42 "Net-(Q3A-C1)") (pinfunction "C1") (pintype "passive") + (tstamp e1e3feab-4ce3-4453-86bb-af053153c4d5) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "footprints:mesh_conn" (layer "F.Cu") + (tstamp b891fcc2-9879-4d60-bd91-59607181b0c2) + (at 140 68.35) + (property "Reference" "J1" (at 0 -2.25 0 unlocked) (layer "F.SilkS") hide (tstamp 1210fbdb-e40e-4cc1-9f46-a668955ead65) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "~" (at 0 1 0 unlocked) (layer "F.Fab") (tstamp 455a3e12-67fa-43b9-8782-bd93089f5654) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "footprints:mesh_conn" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 91634a8e-dc32-4932-a69f-85884b6a8feb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp cb25f444-e3af-4055-8e67-4f6d378d8cab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4fa67669-3654-46ce-805d-8f9f2975cf42) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "0mg" (at -140 -68.35 0 unlocked) (layer "F.Fab") hide (tstamp 6dd4228c-2db6-4588-9b16-ed68d1df797d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/2e645474-55b1-4969-ac28-887035c3f0b6") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_text user "${REFERENCE}" (at 0 2.5 0 unlocked) (layer "F.Fab") (tstamp 2a7ddd14-a5c6-44b9-a2f9-6e3ba1d1989e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd circle (at 0 -0.45) (size 0.15 0.15) (layers "F.Cu") + (net 33 "/M1SEND") (pinfunction "I1") (pintype "bidirectional") + (tstamp 573e049f-e9e0-4ff7-ae94-53c599aaaf7f) + ) + (pad "2" smd circle (at 0 -0.15) (size 0.15 0.15) (layers "F.Cu") + (net 34 "/M1RETURN") (pinfunction "I2") (pintype "bidirectional") + (tstamp eed5adbd-058e-47dd-82f6-83ac0b0197dc) + ) + (pad "3" smd circle (at 0 0.15) (size 0.15 0.15) (layers "F.Cu") + (net 35 "/M2RETURN") (pinfunction "O2") (pintype "bidirectional") + (tstamp 4fffeaf8-4bf2-4a1f-8f17-d67bda79faa7) + ) + (pad "4" smd circle (at 0 0.45) (size 0.15 0.15) (layers "F.Cu") + (net 36 "/M2SEND") (pinfunction "O1") (pintype "bidirectional") + (tstamp 33fe945a-2e49-429e-aa53-6ba9c80d0030) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp b8cc0a43-f345-4d99-ab4f-fc00a759e997) + (at 111 100.5) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C8" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp eb35b8ac-103c-4e72-97be-f63016f63164) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100n X7R" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 3f6165fd-2108-4315-a3f6-5cd96144e8bc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1fae87af-6051-41bc-8f22-9f470da5948f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d8504cdf-40aa-46af-9103-00e54d7763f1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp defe32f6-fe8a-4867-9b4d-287c5be83965) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C1591" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 55e022e1-fbe9-4591-a362-d5bd7607d500) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/571c54db-cf4e-45a5-8090-642ee6e45c84") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4575527-1344-4ad8-817e-9ad8e017f189)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47327ec3-013f-4772-819b-ed804f427cb2)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd0291a1-2c21-4461-a841-0fdc9c0733cd)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb0adca7-2694-4cc7-b8c1-538308ce6b67)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3bffd15-eef5-4d6d-9beb-87d5c784bf1e)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7633971-bd5d-4346-96e8-61db25896172)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5ac3323-04b8-401d-b9e0-d07c72162847)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e43cb48d-2fbf-4533-82be-8b66f39504f1)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7f8fc33-415f-4f52-b8cc-1d1f69f7d2c6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4e66679-12b9-4e66-af4d-02b69befafbb)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 1e959837-2507-4d6e-834a-75e53af43583) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp d6e191ca-1953-4866-8d6a-e02918a12ee6) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 5c8b2e23-50b9-4bff-96f1-a6b54eec2414) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp b8ddcda7-904e-42d4-babd-f137797a1028) + (at 26.309 59.963) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q39" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 484f2f39-70ee-401d-8b59-c32a0660e782) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 18b249ee-6596-4e64-9785-ea8359203927) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp fec80d6e-ceae-48d2-8c41-c7eec5972963) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7e9fdefd-208d-4d0d-a013-5d2f18736e47) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1fb92cef-1253-4b18-828d-a75721d3a3ea) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -26.309 -59.963 0 unlocked) (layer "F.Fab") hide (tstamp 8bb63362-852d-48eb-8742-83e3b490ab25) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -26.309 -59.963 0 unlocked) (layer "F.Fab") hide (tstamp d20a4719-3acd-48e7-892c-25e6b2e66ee3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/e9ac03a9-9155-46c6-ac7f-88b56cefc215") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a35ddde7-ce78-4b52-9d84-12ec47b068b8)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08c8d1bd-c718-4d17-897f-87e4cc139984)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e902905-5b3d-4bf2-b154-aa8e969bf8ca)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e4b1068-f52a-46a6-bde1-ddd593caf67b)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9d42f78-1cf5-40cd-84eb-fd5df80b5621)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8f60a48-0091-40c5-b954-f414a6091855)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eab5539e-84a9-4f90-9a05-5e7b6c851277)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a26a356-b16f-4197-b82b-5bbeab7734b4)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca2ed868-e4a2-4faf-8110-e183493b20d6)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17af60cd-d400-46d9-9d9a-de816683dd1e)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fefc9706-b32f-4338-8904-e05a5bb58851)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 956229b1-7087-4c1f-b4d7-827e75fdfa06)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f77a1cde-7615-4671-881b-44288a7e1f1d)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 0d4dea76-19ed-4df0-af66-a943926fd876) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 47 "/LG2") (pinfunction "G") (pintype "input") + (tstamp da23d774-20a7-44f7-acc9-43363876bd06) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 87b17c2c-2e3c-4fa8-b9a1-d95f3513fc6a) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 85 "Net-(Q39-D)") (pinfunction "D") (pintype "passive") + (tstamp 27f586a1-1174-427f-8acc-1589bb3cb4bc) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp b9228d60-c0f3-45a8-9d22-96df0e55e909) + (at -7.671 107.343) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R90" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 9df735b1-0ee8-4c75-a2a5-d76a23acb935) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp dc43504f-41d6-429f-82a1-48ecd13e330e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 69431320-1a33-4f2d-a958-aeece96e65a3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 13d27ac3-577e-4e59-894e-5d4dac2a368d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 749ca49d-1ace-4773-8ad1-b46b033a176c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/1d845cd5-251e-4d17-bf81-601736633796") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4290ebd5-0ad4-45cb-9aa8-6452d0ed5465)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d889e235-a587-4781-befb-06628ac9c073)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d88caaa7-bb24-4bb1-be50-808bf6a755b6)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 179e9711-bc09-44cd-a4d2-44f24c660740)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 19479de6-74c6-434e-aaf9-85ad54a753f0)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a15f4b7-e641-4dcc-a04a-34459fe18227)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09c164ea-e7e4-421e-8adc-ec0540c7b6a9)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75ca86c9-b2d4-4f94-b273-c46ebfc2e370)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7fbb9742-1215-4a0b-9ffd-148b83c62eea)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5480c0af-1f56-4df8-a42c-f487acc1bd96)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 42a32413-2fa3-4ea3-b2c9-44c019ef72f9) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp 7a2e2168-6943-43aa-914c-3021a64a3fdb) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 74 "Net-(Q28-D)") (pintype "passive") + (tstamp 498b2957-4766-4cb9-b70c-dbc31d648bb0) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp b98c9268-f924-4b24-9536-31029ac1306b) + (at -12.021 109.853) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R85" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp bab9b3df-0ae4-4c77-9ae1-c69049a11802) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 9b8b17e4-863a-4664-9f92-bb1c1e28459d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 32f528fe-aa52-4d73-a76b-af7f57102a10) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 83daf27c-b9ed-4744-ada7-6b15104c3ab3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 227f918d-28a0-4665-977f-683fa2ef613c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/31426c08-cbf2-4d41-8c44-effe9169a3a8") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5746087e-37c0-4f33-a600-50b745eaf6b0)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22ef2690-8a7e-4757-b14b-dddb2a295bfd)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f882a96-65ef-4ac1-a52a-3bb500f930dd)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2f46929-c9d1-4ea7-aadc-e05e36177642)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4cbea3dc-abbe-408c-b5e0-93ff4e6e5cc7)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 060290be-df8c-45d9-8aa2-70a2019d25d6)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1bb95f50-1e22-4fa2-8753-1e93dae625dd)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36b92a7f-8bde-486a-9379-d8e0001209d3)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6e369df-b9a9-4774-935b-859a5055149d)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0996b63-c124-4646-bcfd-89644e84702d)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp d4c65c91-33c2-4a21-992b-ba3927eaa93f) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp 14dec249-495d-4847-a186-ab02b9e1ce8a) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 71 "Net-(Q25-D)") (pintype "passive") + (tstamp 7dc6f355-e5a5-4949-aebe-f84ee133e410) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp b9ac0858-9eef-4b41-96f5-fa2d42465be4) + (at -37.931 114.873) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R66" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 5dc9b91a-5314-4e7d-968b-fe93d3407801) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp d12c9c07-9b85-4de2-af30-57c94e9ae0f4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 62060f7d-fa7b-4095-83ed-1a496c4006dd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e287d9c2-5e68-49f3-93e2-eef1377e714e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp dc0158dc-d2e5-4b72-8b62-bcafe26b19cd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/00577053-310e-4120-a4e6-46ae77c10580") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 518af734-089e-4d2a-91bb-b5e4e2308917)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ec12e5f-9406-445f-a485-eaeb0bbc96e9)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50004994-3519-4758-b69d-b1bf5f73437e)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8592bc69-a159-4db4-9ab6-a754f3fb519e)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e1580958-f3b5-461b-9013-b0df2a8a1d62)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6958901e-9cba-4759-9763-af3b51476fe9)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15c45fae-30b7-4b28-894e-ac790dd4cfbd)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eacce89f-712c-4de5-bc67-5a52a73a0ab1)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80441d0a-f4ed-4575-9842-57d6f2be3a68)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da5b6772-e395-4b62-a899-0cdabb3e666d)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp b6e8d134-348d-4757-9870-1a9c49665317) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp f6ea491f-ed04-40a1-9062-71c37351f171) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 62 "Net-(Q16-D)") (pintype "passive") + (tstamp 36cf57eb-83e1-4f61-81cb-19199f43f392) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp b9adf140-5c39-495b-b315-df9db1504e5a) + (at 25.499 51.973) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R54" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 8681164e-25ea-4ad6-ae81-5b8d0cec988d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp cbb1663c-d2da-4532-9712-6583949ab4c7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 491e998f-ce40-43ab-83e4-f99840b657b5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8e99fde0-5a4f-4652-8954-87279caf0f36) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ef7f95c6-e0cb-4d44-824e-7c1991f1e56c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/0cd820fb-53e9-4205-8c9a-62f8a68895db") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b9eb08d-2ae2-491a-87a7-ecfffb654aec)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adf9fe27-0cdc-4fe2-84d7-ccb7721984e3)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5029378-fbe0-403e-8d6a-767f076a9a0d)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 06ad94db-2184-47d2-9f3c-608c68055e94)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a80081c-a76c-44e1-8ee9-ce49ba318133)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b852e20-0d5c-4862-b778-4288058673b4)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f910df79-37fe-40db-a1a3-4a79688fbb92)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f0325d2-7f08-438f-9585-2386d048c75c)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab898f4e-c805-494f-a9ad-ec3e548434e2)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c45c8a8f-d9d5-41d6-bb63-22db47d87618)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 3fbcbcfe-f69b-43f7-b427-f683b93a5059) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp 64831452-3916-4bb1-8a47-f54a5451c0b3) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 54 "Net-(Q10-D)") (pintype "passive") + (tstamp ff9b6221-fbfe-4fbf-ad43-c6038324911e) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" (layer "F.Cu") + (tstamp ba8a07ed-3871-4202-ac6c-6355974dcbe0) + (at 118 80) + (descr "TSSOP, 16 Pin (JEDEC MO-153 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "TSSOP SO") + (property "Reference" "U15" (at 0 -3.45 0 unlocked) (layer "F.SilkS") (tstamp 6ea09d1d-48fc-46fa-976c-19a117fc335f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "ADG709" (at 0 3.45 0 unlocked) (layer "F.Fab") (tstamp 15b79b6e-ad04-45fd-9813-f6866f84585b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 249e7a87-4890-4c40-9d3d-9f57da04929a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/cd4052b.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 71c23910-1c8b-4c6d-ad92-8209f7aff262) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "CMOS double 4-channel analog multiplexer/demultiplexer, TSSOP-16/DIP-16/SOIC-16" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 075e5b43-6332-47d3-92c9-c03dca3d5a69) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "85mg" (at -118 -80 0 unlocked) (layer "F.Fab") hide (tstamp 3f39b35e-4e0d-4b0e-8d52-51bc465602d0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "guess" (at -118 -80 0 unlocked) (layer "F.Fab") hide (tstamp 48fc6a20-cee2-4044-94c6-7386d4227f34) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9bc284d1-567d-4e14-8534-9fd95ae4c5d0") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0 -2.735) (end -3.6 -2.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2c33c29-3976-4fed-8f2f-74b9c41690a9)) + (fp_line (start 0 -2.735) (end 2.2 -2.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 906b0025-7c31-4b7a-a2ad-3086d9add323)) + (fp_line (start 0 2.735) (end -2.2 2.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a7a6aca-29e5-4124-93ef-c0727964f3d9)) + (fp_line (start 0 2.735) (end 2.2 2.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70d5ef18-c244-45c2-b43c-3ce70d2dee6e)) + (fp_line (start -3.85 -2.75) (end -3.85 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af7ba3f2-deef-41b9-914b-7d626e356fb3)) + (fp_line (start -3.85 2.75) (end 3.85 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dffd75f1-7a20-4ccd-9d95-38946f58f46d)) + (fp_line (start 3.85 -2.75) (end -3.85 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da43a4ed-2a5e-480a-8a8b-14a36030f0b5)) + (fp_line (start 3.85 2.75) (end 3.85 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c422f37-b491-464d-b8e8-ec88ad9707e2)) + (fp_line (start -2.2 -1.5) (end -1.2 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9b3e584-3611-44c5-9638-2e10ca7a417c)) + (fp_line (start -2.2 2.5) (end -2.2 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7381f3a-1b6b-452b-9c86-81cfd69f5dbd)) + (fp_line (start -1.2 -2.5) (end 2.2 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2114111-44c1-4538-9a12-eab75639b026)) + (fp_line (start 2.2 -2.5) (end 2.2 2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 727fe164-5dd5-4038-a9cf-194aa4e957e2)) + (fp_line (start 2.2 2.5) (end -2.2 2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7782d1a6-4394-436a-83ff-a09a1ada4be0)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 35340f5a-e947-4b6e-8069-afb1a32a940a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -2.8625 -2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 151 "/C_M0") (pinfunction "A0") (pintype "input") + (tstamp a16a31e3-3416-4b34-a63f-81cf802d63e1) + ) + (pad "2" smd roundrect (at -2.8625 -1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "EN") (pintype "input") + (tstamp 888283c4-803a-4616-bdc0-93f01248eef3) + ) + (pad "3" smd roundrect (at -2.8625 -0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "VSS") (pintype "power_in") + (tstamp 3261c6aa-3792-4357-af4c-a0a321400199) + ) + (pad "4" smd roundrect (at -2.8625 -0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 16 "Net-(U15-S1A)") (pinfunction "S1A") (pintype "bidirectional") + (tstamp 60cb3c9b-fd18-4b05-9e13-9a946039c301) + ) + (pad "5" smd roundrect (at -2.8625 0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 17 "Net-(U15-S2A)") (pinfunction "S2A") (pintype "bidirectional") + (tstamp d6dc944f-2597-4410-b0e9-6f6df9844e4b) + ) + (pad "6" smd roundrect (at -2.8625 0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 18 "Net-(U15-S3A)") (pinfunction "S3A") (pintype "bidirectional") + (tstamp 1c167856-d22d-4bba-97e8-c12603029cad) + ) + (pad "7" smd roundrect (at -2.8625 1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 19 "Net-(U15-S4A)") (pinfunction "S4A") (pintype "bidirectional") + (tstamp a0b646d9-5577-4eca-861a-64890fd4be94) + ) + (pad "8" smd roundrect (at -2.8625 2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 112 "Net-(U15-DA)") (pinfunction "DA") (pintype "bidirectional") + (tstamp 9be6389b-c621-48af-b259-1b0d57473d85) + ) + (pad "9" smd roundrect (at 2.8625 2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 163 "Net-(U15-DB)") (pinfunction "DB") (pintype "bidirectional") + (tstamp d8fca45c-3276-4bf2-9923-1724a45d094f) + ) + (pad "10" smd roundrect (at 2.8625 1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 19 "Net-(U15-S4A)") (pinfunction "S4B") (pintype "bidirectional") + (tstamp 3c1d2fb1-7d08-40be-8bcb-65c8d2d7768f) + ) + (pad "11" smd roundrect (at 2.8625 0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 18 "Net-(U15-S3A)") (pinfunction "S3B") (pintype "bidirectional") + (tstamp f5b643f8-b0f8-4833-a914-d229565c3ccf) + ) + (pad "12" smd roundrect (at 2.8625 0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 17 "Net-(U15-S2A)") (pinfunction "S2B") (pintype "bidirectional") + (tstamp 9e42bbe1-3a67-4d35-9ad6-5c631011b135) + ) + (pad "13" smd roundrect (at 2.8625 -0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 16 "Net-(U15-S1A)") (pinfunction "S1B") (pintype "bidirectional") + (tstamp 44ad45fd-fa08-4fce-af1f-a1cf153afe45) + ) + (pad "14" smd roundrect (at 2.8625 -0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VDD") (pintype "power_in") + (tstamp 09c0b4ee-137e-42af-b442-75dd6f904053) + ) + (pad "15" smd roundrect (at 2.8625 -1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "GND") (pintype "power_in") + (tstamp d0b4366c-76bc-4899-98fb-a5808775a80e) + ) + (pad "16" smd roundrect (at 2.8625 -2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 152 "/C_M1") (pinfunction "A1") (pintype "input") + (tstamp 7b984b5e-dd2a-41f9-9ddf-e4af3141127e) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/TSSOP-16_4.4x5mm_P0.65mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_Taiyo-Yuden_MD-4040" (layer "F.Cu") + (tstamp bb2d1f28-ae5e-4e56-aaec-ebb57b663643) + (at 175.101 105.997) + (descr "Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-4040, 4.0mmx4.0mm") + (tags "inductor taiyo-yuden md smd") + (property "Reference" "L2" (at 0 -3 0 unlocked) (layer "F.SilkS") (tstamp b3382378-7e1c-4eec-abda-16c42574bbf2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "4.7µH" (at 0 3.5 0 unlocked) (layer "F.Fab") (tstamp 81dc1c39-4fd4-43ec-9f48-ceb0f743abce) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Inductor_SMD:L_Taiyo-Yuden_MD-4040" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 404bd8b6-2a29-41e4-a74b-60059df33975) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 93301f4c-c04e-44c3-8706-829f5a41482a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7a42eaff-fca2-4c9c-9513-3b47cafcaaeb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C98363" (at -0.079 -94.758 0 unlocked) (layer "F.Fab") hide (tstamp 06ec84b6-00d6-4add-894f-c848cdb39c99) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "200mg" (at -175.101 -105.997 0 unlocked) (layer "F.Fab") hide (tstamp c8d2e106-df3d-41f8-b310-468775095cd5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.coilcraft.com/getmedia/21a95fb2-d27c-4ef3-a232-0b0b8777d20e/xgl4040.pdf" (at -175.101 -105.997 0 unlocked) (layer "F.Fab") hide (tstamp 444f84fe-c0de-4252-97a6-c4a220478fef) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/019d8690-9238-4aae-93bb-dbe0a726af65") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -2 -2.1) (end 2 -2.1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 551fda1c-12f3-4c0c-9370-90013a79e369)) + (fp_line (start -2 2.1) (end 2 2.1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 136a8a9f-0ad3-44d1-b142-8f941930ed8c)) + (fp_line (start -2.25 -2.25) (end -2.25 2.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d23c7d6-66c8-4870-9e81-0f4be8661bcb)) + (fp_line (start -2.25 2.25) (end 2.25 2.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10da7ff5-c717-41c8-8890-5217038c8754)) + (fp_line (start 2.25 -2.25) (end -2.25 -2.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 295aa6f2-9d24-4d2c-bd9a-4b0a556a82ab)) + (fp_line (start 2.25 2.25) (end 2.25 -2.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2e26f25-a279-4c38-8397-0a1059b76726)) + (fp_line (start -2 -2) (end -2 2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7cb3963b-cb08-4a7e-a6c4-6f6fae77072e)) + (fp_line (start -2 2) (end 2 2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 817c8dc2-eb01-4653-ac02-1a0d9fa3adc1)) + (fp_line (start 2 -2) (end -2 -2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31bde067-3fd8-4517-a743-522e7e884de6)) + (fp_line (start 2 2) (end 2 -2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbb47343-2f30-4ee5-b475-4c2662c3b524)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp ffcdc906-e497-40be-ae44-ee42bc56ba8b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd rect (at -1.4 0) (size 1.2 3.7) (layers "F.Cu" "F.Paste" "F.Mask") + (net 142 "Net-(D12-K)") (pinfunction "1") (pintype "passive") + (tstamp feaec434-2f10-4792-b870-479ed7be89fd) + ) + (pad "2" smd rect (at 1.4 0) (size 1.2 3.7) (layers "F.Cu" "F.Paste" "F.Mask") + (net 32 "Net-(D11-K)") (pinfunction "2") (pintype "passive") + (tstamp e359211c-7fd4-43d6-8713-4e74714a65e3) + ) + (model "${KICAD6_3DMODEL_DIR}/Inductor_SMD.3dshapes/L_Taiyo-Yuden_MD-4040.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp bb50aa30-4239-462b-a6d6-d207a91b951f) + (at 29.849 67.893) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R120" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 1f0abcb8-a29f-4cd8-a8b7-531a3ff28fb4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 486ee463-1236-4bb5-b553-bb648f24c925) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 51d60f0c-5d4e-44c8-ae8d-917640d05386) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b271266c-0d19-4f63-865f-2b6ceb193fb6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ca8d22cc-0068-4298-8709-1600b6465ba2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/beb8f1b6-538e-4c79-9631-b0441be3fdb2") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25445dc3-36f5-482d-830a-177dd00b479e)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b84081ee-0b25-4f24-a9c5-f24d1c572c65)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a511520b-2ed7-4b11-a10f-8e126d60dde1)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a6e5b76-3b06-4c1a-9e79-8233b492ef1f)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c1d1fac-144d-4283-96bc-f53103f752b3)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8dc3599e-8403-41b7-aaa0-8911736e4165)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42e0cacb-d9df-4f2a-a74a-a030fac14b9f)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e5f8e04-24f3-4397-a032-c9dee412b2ed)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29b5ae4b-dd44-431c-b358-af12ba37b4ed)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8375c5b2-f179-482b-a748-57eef64bb351)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp b318ae2c-eb77-4078-96d6-adf846b23a31) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp 9dc7e267-dd3d-4e34-957f-e46d1a10a25a) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 89 "Net-(Q43-D)") (pintype "passive") + (tstamp 90ef1f12-b343-4623-b50b-6a3dda07823d) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_2512_6332Metric_Pad1.40x3.35mm_HandSolder" (layer "F.Cu") + (tstamp bb53a24e-050a-4651-8289-199a048ecd18) + (at 171.5 124.11) + (descr "Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R8" (at 0 -2.62 0 unlocked) (layer "F.SilkS") (tstamp f2a84364-bf2d-4f96-9747-d722514ce2ce) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "220" (at 0 2.62 0 unlocked) (layer "F.Fab") (tstamp adb72a21-a689-4280-9c93-4b1b6c09dc14) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0dece90e-f6d7-463e-b216-e142c11db446) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 497d21b0-d6e5-42b5-a2fc-ccb7e7b66735) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bbeeac8d-9d5a-4c7f-930b-5cf5b3b75e2c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2934060" (at -0.079 -94.758 0 unlocked) (layer "F.Fab") hide (tstamp 94fe1371-23ca-4f05-9b80-941ff54a25e1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/6896b114-485d-4e7f-8232-9ec00942661c") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -2.177064 -1.71) (end 2.177064 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a8f3518-1ef7-4faf-97fe-878d8b8b4f2f)) + (fp_line (start -2.177064 1.71) (end 2.177064 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3767f822-dbd1-4b08-b641-a3ad93445f48)) + (fp_line (start -4 -1.92) (end 4 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4062e8c3-e303-4e90-8c01-6a91ff8130bf)) + (fp_line (start -4 1.92) (end -4 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c79ebce7-b1b7-4e77-8865-432b65201fbd)) + (fp_line (start 4 -1.92) (end 4 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e493583-6ccc-427b-bcec-941fce16b6f7)) + (fp_line (start 4 1.92) (end -4 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 06753a69-658c-4de0-8463-d93e0f9020b3)) + (fp_line (start -3.15 -1.6) (end 3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f02cd78-44b4-4f51-a59f-bc074fb7372f)) + (fp_line (start -3.15 1.6) (end -3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44475141-eb83-439a-b3d4-0e59a2ce9797)) + (fp_line (start 3.15 -1.6) (end 3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26b984b0-5b4f-41f4-b4fa-92b56c357aad)) + (fp_line (start 3.15 1.6) (end -3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dbf575b3-4c35-41ca-a447-a8876af28cc1)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 3b682507-d100-4de0-8fa1-7caea7685f8f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -3.05 0) (size 1.4 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.178571) + (net 5 "VCC") (pintype "passive") + (tstamp e69e1e45-c884-4313-88e5-9b502399dc12) + ) + (pad "2" smd roundrect (at 3.05 0) (size 1.4 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.178571) + (net 172 "Net-(U17-QH)") (pintype "passive") + (tstamp 78d6ebd7-9dd9-4c9b-b80c-7c46c1e093e7) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_2512_6332Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp bc3ce788-15e5-418b-b5d1-81829127eae9) + (at 136 67) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R28" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp a376f781-5db6-4870-911e-7ff9caa4cd85) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1M" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 3759b440-2dce-4f50-903e-e161e497487a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5d98539b-c959-475f-bfd3-e3c515b44b4d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a7ddcb58-494e-4be4-a8d4-df4aca53eab8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a7b7f0da-6bbb-40bd-a2b7-37f866243eeb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/67e7c922-a271-47da-9fa2-0f61baa57dac") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d39a010-bc58-4036-86ed-8d0f4e3bc9c8)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47850977-4a84-438d-b43d-6a0dc0f21300)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d58e8aa3-e7d7-431f-81c3-52401a096d8e)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 814a1132-3370-4d69-9f7c-805b6368a48c)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47065724-e2a3-4e60-8fb8-ad76a9c0f331)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 32b5778c-e043-4a63-8d0d-dd88f87949ae)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40efaf16-cf47-435f-8d73-4b10f73e1ccc)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17e18140-c054-4363-99cd-d0ed3f265f18)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a3e5979-e454-4657-b885-ce9d39b2cc64)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06d78f75-e252-4255-ac20-88627ceeae55)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 9e21d33c-0a60-4b35-b97a-8ef4f3f232f8) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 36 "/M2SEND") (pintype "passive") + (tstamp b077a11a-5ed4-4cb5-a850-6bc07629fbe4) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 6f09f323-804f-40fd-add3-66f56a156a51) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp bc6d9fed-9352-40ee-b417-306848add46c) + (at 31.199 59.963) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q41" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp cdf7159f-1e48-472c-a37e-fd5a1bf122bb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 3722b1fb-6d00-4cf6-b148-a8f569cbc6d2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7a4c9955-517c-4912-b2f9-b7a0edefaea0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f4c0d103-8e9e-42f7-a05c-3824c59ede81) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d1b1d6f3-94de-41d3-b4b5-36950e16dd1a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -31.199 -59.963 0 unlocked) (layer "F.Fab") hide (tstamp 1f73bb8b-d83c-4d7d-943d-d2bba4cb8544) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -31.199 -59.963 0 unlocked) (layer "F.Fab") hide (tstamp 94ca46df-75c7-4dfe-bcb5-0a5648f94e3a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/e507db81-cd04-4738-8e6b-19c57e889829") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5650c9b4-d520-4955-adb0-20e8717e5479)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c518f7b9-1171-4ce7-a2d1-42213eeb289c)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b290e574-1a33-423e-9e79-6deb8e4f0c5d)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77a395d3-e3ae-4d48-be77-c6f4398e8548)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44fa715a-dfae-496b-99d1-3e0f4e52f4bd)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e2db45a-6a49-45d5-bf71-a374a97afdd3)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5fe341cc-b25f-401b-9d3d-26a999cdc02c)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03e204a2-d456-426e-88b8-398fb3fa4f74)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0dbef63-9a88-434f-aeee-1f580f3f225c)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69c36b5f-6d55-41a6-b16d-7c6846dc664f)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a288e99-4f92-4871-b8d3-ca92dd2bfb97)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8099201d-70f5-4d31-be70-368c1ffe5681)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a19b006a-b0a4-4af2-b327-04279d5fdd25)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 0cd4bd62-a478-4601-86bf-0e9fb5fdbd90) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 51 "/LG4") (pinfunction "G") (pintype "input") + (tstamp b1bf01df-e794-434e-b14d-9e643b8206c5) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp da40f26d-de2e-44eb-9683-04700ccbf612) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 87 "Net-(Q41-D)") (pinfunction "D") (pintype "passive") + (tstamp 4117271e-2d03-4094-a7fb-5f5e4f6946e3) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp beca8882-961b-4e0c-a86b-4f7eaff6bca5) + (at -16.371 107.343) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R79" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 182fd799-1a15-4d00-b5ff-8ea3dcfd9c55) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp c4a9bee2-78ed-434a-9888-ad3685736c1d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ff152581-f956-4295-ac19-0df73455d14a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a511bad0-d148-43f7-9ad9-5ef1461689da) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7b8b0de7-7fe3-41fa-9364-17fef7f66681) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/bcd5a8af-02e2-442f-9752-0811928c54e1") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35e0dd36-b5f0-4842-aa82-cc024e125816)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0eddc05a-d56e-4909-a41f-317c9ec1f68e)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60edfb27-af50-41f8-b6ed-b2f7f493e5f8)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6ffdaca-bf03-4e62-a6c2-66e4e4ac1b7d)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 243a046d-fdb8-4375-8706-d344f0232418)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c44897f-f366-4faa-9a16-215a9f424d48)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c99a6a2-7906-40a1-b999-b26fc68d8785)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a804a79-9ec2-4fa5-a940-3cfbf98ef2ef)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c54a9dc-56f5-419a-a1ba-c1db9f34b09d)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 835a8d49-1825-490a-92f0-38b49cd9841a)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp d86c5147-f1cf-4cc5-801a-d812da8a2604) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp 88b4fa03-64f8-483a-a90b-e238bbf1dafd) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 68 "Net-(Q22-D)") (pintype "passive") + (tstamp 9ff7d079-987b-4d52-815d-80df0582d586) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp bf0cc81e-59e6-4397-a8e5-bb5a1afdfd1e) + (at 122.6375 113.5) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C30" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp ab6f57e1-3856-4d2a-9437-1b1f7d664b5b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10u 6V3 X7R" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 310279c1-9738-4e49-ba1f-8141b29b151d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f53b7fb0-2f37-4292-9d75-5a29deca9b71) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9ae1db95-9c61-4ff0-8535-bb443331eaae) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f3c2504b-633a-4017-9d76-b92463d260af) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C342847" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d6a74b91-ad25-4e81-9d97-a9ee3cfdb3a2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/7eabcf7a-1399-4344-8917-1c1ff6ed7e7e") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32e06799-faa6-4ec9-b784-49d66c9b4e17)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d83bada-a228-4714-b108-e928b8af031a)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 018d5b17-3a83-4340-a99e-38c0198e00b4)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49784f5e-ba64-4314-bb78-f2db64f4585c)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50debcc4-6cee-4dcd-b480-6a83697e7663)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35140901-4431-4d59-b61a-c32ca6ef3d11)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca869893-bdc5-44b4-8537-9af4949b8540)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a3deb2d-f302-4f09-aeb6-0a7bead2e77b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 196edad1-40a5-4e52-a13b-aca82f8b7b82)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46b8d976-ef7a-41a1-96ac-ded1b3c2a46c)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp dcbe04f5-cb02-4a99-b9d7-4e38bc1cb025) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp f413c027-91af-459e-9ca9-4fea328c133d) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 297e9443-2692-4192-ae7a-74b59006fa12) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp c0990948-118c-4ba0-ad4c-880f183d06fb) + (at -7.671 104.833) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R89" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 61871997-0b3f-4d81-8af6-bd805bdaffff) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 9d61c0c6-0f7f-4d6b-8105-51e7156ddf24) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ad1d6cd6-5c6c-417c-8f62-2844399bf284) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 739fd532-a3b3-4933-89a4-b17a938e3242) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp de204083-c048-4e1a-afab-2304946117c7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/346c6449-47a2-47b3-9610-d379d17bd99d") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ccb574f6-aa73-44f8-a9c5-dcc48616ec90)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 831e2976-4a5b-42c1-afcc-03e43993f920)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4af0a75a-6140-4946-9cf9-bddec6f38261)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df7d3529-90f8-4c1a-aeb6-6a52adb4787a)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 016a3213-0f1d-4fdf-8aad-10df2f82324e)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1824380d-8cba-4e1f-a054-644c0a930d5a)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d89df95-1883-4b31-860f-ccdbbe2329bc)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14367076-a04a-4651-b34b-7a864f0bcdd0)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ceee948-1002-48ca-b940-f84b71a6bb44)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bb76a5b-0e53-43a1-b162-8dde722d9d08)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp b54d2ced-8198-4cef-be6b-3d34bb7ef7aa) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp 68abc4cb-488b-4e8b-a73d-e5454b10ad63) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 73 "Net-(Q27-D)") (pintype "passive") + (tstamp 44573eba-5337-4381-bd87-19fcd3a1029d) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp c1173f75-6a24-468f-825f-9308997af303) + (at -12.021 112.363) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R86" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp c84a8f20-bd79-4f52-ad79-c77cfb0d5949) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp d3b18a18-a9ea-4b80-aad8-73e7cf28a046) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b08662e7-e119-4b22-a1e9-91ef7642fd19) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c0cc7592-3763-4609-9b5e-eb7f7a394986) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bf2ddcc3-c968-466d-a6d2-ce3ded5eb7ba) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/0cd820fb-53e9-4205-8c9a-62f8a68895db") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c693e2e-ca62-4c53-91b9-293b16ba09f0)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba8a3afc-481c-4eb7-9a4b-9d85ef715d9f)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 768c1256-bc2b-47a9-95c5-84d73374532e)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d061ccb8-7aba-496c-bdd3-b08f71634070)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 671ce73f-c439-4080-af61-b87639319c84)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94f0dfac-3b81-4153-9c1f-cbcc9e07d22a)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 595ce224-a2e3-46dc-bee7-37ee07360c89)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ee3dd00-3d05-418f-8979-89cd77c509e3)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d38141a-af4a-491d-af29-66f38f20bf9d)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a00b293e-1086-4f7e-8c1e-676c21cd9ecb)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 21c51f6b-ddad-418c-9e2c-5e015c0b6493) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp 4f258930-398a-4bf5-9861-10e31c8d85d4) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 72 "Net-(Q26-D)") (pintype "passive") + (tstamp 92c45500-0962-4800-8663-410efe37e395) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp c19367f4-6ed3-4283-a1fc-32bcb42e32ee) + (at 140.1 137.0625 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q45" (at 0 -2.4 90 unlocked) (layer "F.SilkS") (tstamp 35596302-6c5d-44d9-b6e4-68c51f7380a1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3401A" (at 0 2.4 90 unlocked) (layer "F.Fab") (tstamp 0817f6ec-a99c-48ec-8f84-2e5b20e35512) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 4cec421f-51c0-4b8f-a83c-01718ec39956) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 45b918c9-436c-40a5-a4d3-68ff522dd0da) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 8a2fe52e-c743-4ede-823f-4160582b3ef0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 137.0625 -140.1 0 unlocked) (layer "F.Fab") hide (tstamp 70e2fa0f-68b5-4409-88f1-342340709b98) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 137.0625 -140.1 0 unlocked) (layer "F.Fab") hide (tstamp a57c4109-161d-46a7-8ed4-5c050ef50f4c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/12494a92-f8c2-4e55-a1b6-6c7d9830ab08") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7005480-60e9-46e4-a0fd-8989253bf25c)) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97c1a115-9ace-4e2e-8611-60b24faefa4b)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50150782-565e-42f6-9e09-7f45119edd2a)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 125a0ea4-85da-4a48-91e6-57e53a7e8773)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f75b996-f88b-406c-b81f-f07313f8ac72)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 301520eb-2c8c-4156-8630-2ccd8adb554f)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 243bfd00-5f3f-4621-92f5-5baafbf0d735)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 039be470-37dd-4b7e-8848-a734aff2b0b2)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d786739-03d3-431e-bb60-edbf7a098206)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd417209-3120-4d8f-8dd0-1d1173340f41)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efa2da4c-18fb-4fd2-9ba3-27dc9a16d60d)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa816103-fa7b-4915-9376-3740e1d952ad)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01728f07-08fc-4f3d-8def-3158995f48f4)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 684f6215-43f9-41ab-a67e-f92b81d7f10c) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 165 "Net-(Q45-G)") (pinfunction "G") (pintype "input") + (tstamp 5dd12a03-fa08-4afe-a7f9-085d91f5b052) + ) + (pad "2" smd roundrect (at -0.9375 0.95 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+24V") (pinfunction "S") (pintype "passive") + (tstamp c840551e-8186-4569-8664-3fffb976fbff) + ) + (pad "3" smd roundrect (at 0.9375 0 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pinfunction "D") (pintype "passive") + (tstamp ba092ecc-fc17-4627-b468-0673dc0b18d6) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp c2c5b0fd-c675-4984-be18-b0f66031bffa) + (at 20.129 98.843) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q36" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 3325df38-d142-4919-9d07-209bca8ce23a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp b96ba49a-2904-4057-bb1e-a8f0f1507923) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5e6698d7-4aee-4136-891a-cf2893402a57) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8d2afbf8-9048-4505-bb0d-c191213e0b71) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 521cd9f4-3553-4b09-b632-4eee88d0ba8f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -20.129 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp 0c0eacab-a654-45f4-adb0-c9b4a591ed39) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -20.129 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp 051274c5-c331-411c-989f-b061791204c6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/305a18b0-61d4-421d-a82d-dc1cf3f01899") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1cb58b1-8c48-49c6-a761-98fd20458289)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06bf9ee6-f4e8-4045-9268-368508b281e1)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9dfde64-00d7-4b0c-bb19-e1c9cb454c0e)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94a23152-3775-4e98-b167-a3982adb08fd)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11cab535-4d9f-46ad-915f-91a74203b9f4)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 06bbecb1-0493-4614-b110-bf8b2afd75f2)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e38ccde-338e-425c-b0f9-13377d966a36)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d52324bd-fbe2-4f11-9a88-fc3072a807f7)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c176d50d-4abb-468b-9c42-3aeb0dee9ea3)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98fb6f06-8630-4b19-9b9e-5c24ac014463)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f9b8e6a-08ea-4888-a965-d88d25f12f8a)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9568233d-30bc-4d68-b1fb-1005f4ab71bc)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 016b2b90-430c-4d7a-9391-7d5eb1d2691f)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 4f191bbb-8b80-40f0-ad24-8be5f1d87d7b) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 57 "/LG7") (pinfunction "G") (pintype "input") + (tstamp c38fdc8b-0341-41f8-b71d-f6a37ba99a57) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 66d212bc-b238-48ef-a30d-30fadf7d6c83) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 82 "Net-(Q36-D)") (pinfunction "D") (pintype "passive") + (tstamp 0ca82892-c25c-42b0-90cf-c2285eb27f44) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp c2fee130-8e9a-49be-9ccf-9011eab513f1) + (at -32.771 98.843) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q16" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp afa68829-147a-4b52-94fb-d466b8f8e399) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 42b9faf0-ad8c-4588-93c6-e542218f6135) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4c93a67d-1dee-4b71-b2af-1d4f05864601) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp addb31bc-3225-4ad3-8632-b0cffb4bd4a9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6e51c481-8b5b-417f-bba1-b36ba57e85c9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 32.771 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp b38fec27-f0aa-453d-b995-8630f6519040) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 32.771 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp 408584f1-765d-4c02-bd22-9dc97d509fe1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/e341d3df-7ebc-4f6d-8e27-c56b6cd9ed4c") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7084d413-935c-418b-8da0-bff9558e6d5b)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5620c69-ac94-4677-8596-a9e9323454f5)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ca0010c-2b26-41ab-8398-68655914c787)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03aec1df-6634-4884-a0e5-489d9b3522eb)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cb69e1e-3d35-4f70-8e05-92e5316f4af6)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c9011ed-ea78-4657-aeae-697ed0d04cdc)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b06b969-4e56-4cbc-8036-31d1034b849e)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b22419ef-dd46-4c8b-8b6f-bfbffb9642ec)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc9141d4-f645-4144-bcd5-d1b863af304f)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba7140fb-2dd3-405e-be19-dca305609310)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp abbfeb12-af65-4d16-afa4-a5b83833094d)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86c66b77-d8a0-4d56-9b05-64f593f2a101)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ae9c067-4c75-4702-b486-75fb7ccac557)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 076994c8-d053-422d-990a-d72bc492c205) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 49 "/LG3") (pinfunction "G") (pintype "input") + (tstamp f5a5fd05-4ab0-4dff-b255-82b1af468a40) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 13d93c2a-00c4-476e-acc3-ec37a112d4c2) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 62 "Net-(Q16-D)") (pinfunction "D") (pintype "passive") + (tstamp b3b5749d-bfeb-4861-ae09-151a76dd5303) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp c4dec0ec-45b6-4b6c-88aa-b5a524a0211b) + (at -33.581 104.833) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R68" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 885388bf-98c0-4240-b82f-cb176b7f892b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 304be5d5-89ce-4a67-a01b-49ac4a939180) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 787aafd3-4313-4e55-be9d-6a0f9c34ca24) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 75c78ffc-9c43-4b87-ac3c-c22a97c06985) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e274381c-6343-4239-aa48-8936a6e7a4a1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/d1047bd5-2093-42a8-afe8-fc34b30bbb00") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da7951a5-d914-4bd9-a489-57b1d70720a1)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2d13cd9-0342-4484-a0d8-acf526d6b0f0)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 615dd2e7-f8eb-454e-98fc-f234507d78d9)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f071a80-7d22-47df-9db8-d76a8f2f7473)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea24c49a-7151-4415-af56-0fdca325fe67)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70f51dc2-34bc-4d8e-8875-6bb81278759a)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3a159be-c64a-4c86-a45e-5a9a8670c034)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5bd070db-66e9-42bf-8f70-ee7b19574e49)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8264dc3-bd1a-4d36-97ff-02a08f99be20)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28611125-bf68-4448-8066-833c211acf7f)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 2edf68a1-11f4-4495-a563-b2deb8f72386) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp d693156b-f36c-41a4-b3ad-23efeeab0058) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 63 "Net-(Q17-D)") (pintype "passive") + (tstamp a1d32d82-0b0a-4e64-95c1-1fbb0fdd89c4) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp c5a5121c-613f-48b3-9aca-74ff48c58724) + (at 10.349 94.393) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q31" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp d08fd60c-1010-46e4-97e9-0363c4a428f9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 2292de05-ec1d-42aa-985b-e0901592b48d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 08425875-2c25-41fc-a43d-464dc84ad0b0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 41de47b9-49f1-4f07-b9b1-cfce28fd5a6c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c1144ee9-9437-410d-812d-b3dbbaa508b3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -10.349 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 72ae71d5-7a93-4a91-9fa4-0d2e3c0b9cad) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -10.349 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp e9fd1434-6b5f-4e79-8bf9-c6548606dfaf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/e9ac03a9-9155-46c6-ac7f-88b56cefc215") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a1dc023-5a8b-4048-87e9-863879915953)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b182e5c-e344-4e53-9caa-62dcf2d80e2e)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8fb353f3-8ae0-4385-8192-a23763cc5aa2)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1923d36b-b5d5-4b1b-9dd3-1e202323db3b)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c97f59f8-f361-42af-bee6-cbe70bcdb3b1)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42248cac-6507-42c1-acc3-66ec3eb359e7)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99a9ea1c-170d-491d-97f6-5f058251ddeb)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d17e4645-67fa-4aef-9daf-f6ed943cb2dd)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74600826-f50e-43b3-93b8-6b7160cf7de8)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 059bbbb9-340b-452c-94c4-0c2020e0c13e)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0abc7ce0-68bb-4eea-939b-f8aeadba8cdc)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d6340ab-7fd9-4254-8b7d-3e5c11e952bf)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 764b076a-a4b1-47c2-be2c-72903b25cc0e)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 78d1e2a8-923b-4bc1-9b6b-ebf9864bc8f7) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 47 "/LG2") (pinfunction "G") (pintype "input") + (tstamp b5cad543-edf1-46d1-91be-54fb459a9571) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp f7b5c500-9968-4984-bfab-c5bf8f49445b) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 77 "Net-(Q31-D)") (pinfunction "D") (pintype "passive") + (tstamp 53dd6069-780a-4691-9f9b-a8d3ca7de5ef) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm" (layer "F.Cu") + (tstamp c6473fc5-91ed-4df0-bc2d-99a285549a01) + (at 194.42 78.38) + (descr "MSOP, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4440fb.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "MSOP SO") + (property "Reference" "U7" (at 0 -2.45 0 unlocked) (layer "F.SilkS") (tstamp 8831356c-bd36-43a5-9d90-cc9f6eca635d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "LTC6269xMS8E" (at 0 2.45 0 unlocked) (layer "F.Fab") (tstamp 72552948-5501-467f-81df-325c013153cf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_SO:MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1951092b-2859-402a-97c0-1c07cc787907) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/62689f.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a93ff78b-58b9-47fb-9570-459afe953850) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Dual 500MHz Ultra-Low Bias Current FET Input Op Amps, MSOP-8" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 29bd2028-1cf7-461a-9c36-6b1a2118f26e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "25.1mg" (at -194.42 -78.38 0 unlocked) (layer "F.Fab") hide (tstamp 7cff3672-3792-4c38-b373-2b3941da93af) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/msop/8L-HRM-8-1.pdf" (at -194.42 -78.38 0 unlocked) (layer "F.Fab") hide (tstamp 0c3f5907-da31-438f-892a-a87bc6754055) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/3deb5c67-0c76-4c60-af7e-661b03103e6a") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start 0 -1.61) (end -2.875 -1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbeb29b5-6b31-4993-8c21-84f45536097b)) + (fp_line (start 0 -1.61) (end 1.5 -1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 969c4c3f-82e8-4d74-8f96-27b1e984c79b)) + (fp_line (start 0 1.61) (end -1.5 1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9f39c52-67e4-473f-bf32-ac8bd83398fa)) + (fp_line (start 0 1.61) (end 1.5 1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 112c552c-18c8-4a98-8878-b510fc533aac)) + (fp_line (start -3.12 -1.75) (end -3.12 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d2a8e63-e2de-45b8-ab06-f5fdf368a1dd)) + (fp_line (start -3.12 1.75) (end 3.12 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df0a7dab-c3cd-4d65-a5cf-0b62903a65f8)) + (fp_line (start 3.12 -1.75) (end -3.12 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 729a3abd-d4ff-4d6f-855a-6534fafc79f2)) + (fp_line (start 3.12 1.75) (end 3.12 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e0f330b-4def-40d1-b1c9-25b35616a07c)) + (fp_line (start -1.5 -0.75) (end -0.75 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3253824-79eb-42f1-a6d9-af4b2a5efe05)) + (fp_line (start -1.5 1.5) (end -1.5 -0.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a781c04-13e9-4a84-aaef-385c9acd3305)) + (fp_line (start -0.75 -1.5) (end 1.5 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c5ddabb-db5e-447c-bab7-0db7db5da743)) + (fp_line (start 1.5 -1.5) (end 1.5 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f59f8f13-735f-42f8-b0d0-200d9099da84)) + (fp_line (start 1.5 1.5) (end -1.5 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48dcbc2c-3c47-4f8e-9b04-15af7856d5ab)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 752bd7fa-21d1-49d4-9b08-4006c84b0692) + (effects (font (size 0.75 0.75) (thickness 0.11))) + ) + (pad "" smd roundrect (at -0.42 -0.47) (size 0.68 0.76) (layers "F.Paste") (roundrect_rratio 0.25) + (tstamp 97f948d8-de31-4bfb-81e4-552df30cb972) + ) + (pad "" smd roundrect (at -0.42 0.47) (size 0.68 0.76) (layers "F.Paste") (roundrect_rratio 0.25) + (tstamp 999b3176-a8d7-4786-b0f1-a8d1d55e42a9) + ) + (pad "" smd roundrect (at 0.42 -0.47) (size 0.68 0.76) (layers "F.Paste") (roundrect_rratio 0.25) + (tstamp 1a6ce0ff-3745-4698-a277-e92c924b8597) + ) + (pad "" smd roundrect (at 0.42 0.47) (size 0.68 0.76) (layers "F.Paste") (roundrect_rratio 0.25) + (tstamp 1c6464f2-0058-4458-920f-d1167dad2848) + ) + (pad "1" smd roundrect (at -2.15 -0.975) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 40 "Net-(Q3A-B1)") (pintype "output") + (tstamp a369c61b-0761-4915-9846-30d38bef472f) + ) + (pad "2" smd roundrect (at -2.15 -0.325) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "/PD_TIA2/IN1") (pinfunction "-") (pintype "input") + (tstamp f2fe6748-a8c9-4f94-a6f4-e1ffc7a2c3ce) + ) + (pad "3" smd roundrect (at -2.15 0.325) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 10 "/PD_VREF") (pinfunction "+") (pintype "input") + (tstamp 81a2ae36-bcf7-4987-9c18-538343429821) + ) + (pad "4" smd roundrect (at -2.15 0.975) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "V-") (pintype "power_in") + (tstamp 76e41e39-4065-4744-a03c-3e745fe7823a) + ) + (pad "5" smd roundrect (at 2.15 0.975) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 10 "/PD_VREF") (pinfunction "+") (pintype "input") + (tstamp d2c524ff-d477-4d03-97cf-59c06abb5cc5) + ) + (pad "6" smd roundrect (at 2.15 0.325) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 24 "/PD_TIA2/IN2") (pinfunction "-") (pintype "input") + (tstamp 5f5b74f5-e57f-416e-a512-c26ff8ee4a4e) + ) + (pad "7" smd roundrect (at 2.15 -0.325) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 104 "Net-(Q52A-B1)") (pintype "output") + (tstamp 567818b0-6b26-48ba-be73-29d2ec10a3a4) + ) + (pad "8" smd roundrect (at 2.15 -0.975) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "V+") (pintype "power_in") + (tstamp 9f986825-18fd-4fdb-8aca-1d7de17b7cee) + ) + (pad "9" smd rect (at 0 0) (size 1.68 1.88) (layers "F.Cu" "F.Mask") + (net 4 "GND") (pinfunction "V-") (pintype "passive") + (tstamp e3f4cd5f-2de5-4167-aaf6-a23d75c29394) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp c6990093-e324-4bc4-aaf4-9a24cb076e43) + (at -12.021 102.323) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R83" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 1ada1d9c-2eb3-41e2-b8f6-2d60c6f280a4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp df77ed42-d336-428c-afc3-88d7c631f929) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bb61981a-468c-4b8f-9fd7-617e38862ba3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 31064ea3-5492-4ebc-bfc8-36b0da5acfd5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6b56b7ae-b37d-4b08-8801-712de79a3110) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/011271d7-5bf8-4907-b693-38b6f627dd3d") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 55cacb7d-a7ae-477e-b423-20defc5f192e)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 59fbcec3-cbba-43bb-ab21-2d4acb47ba12)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4590bdaa-dd6f-4435-ac43-183fffe8a759)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 068ecdbc-dd7e-4255-8af4-642d40473827)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 363b3107-43bb-430f-8715-c620f4048668)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b334f8b-9683-4639-842c-d10c34629674)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c535d6d9-539f-4fbe-888d-514d942f5f95)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed8f643e-82b0-4ea6-aec1-dca6276320e5)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48b88081-96a8-4d29-b98d-249f4d1433da)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 050802a9-05c2-40e6-be61-6a81db3df260)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 64b18027-19be-4339-aa17-42344640ea57) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp 3de58fff-0408-44d8-89da-284ca7951f40) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 70 "Net-(Q24-D)") (pintype "passive") + (tstamp 3a57b1f2-091e-4699-aa5e-51c0bc0451f0) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp c6d94a08-9e3a-45fc-abf8-190670fec3ec) + (at -11.211 94.393) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q23" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 5514d167-4133-4f17-b259-acc51126ec0b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 23d9dd69-680e-4da3-963b-1dafd578347f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 58e26f76-0d68-49e3-abf6-f460f41e3db4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 87b994f3-0ebb-4760-b4f9-73c4d3234b76) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bf026916-e0ea-4964-9883-9d395b4c001c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 11.211 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp df07b987-89f1-4345-9970-3e1303afc818) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 11.211 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 1502e2d3-4399-4d7b-8694-66ba719f1c82) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/e9ac03a9-9155-46c6-ac7f-88b56cefc215") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 570f0c35-3a03-40ab-a6e8-1a55493b0ff2)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7a038a6-9313-4e44-9d81-bb36b15e32cc)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fec76931-8d4f-4716-8584-ba97309e4383)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e361e043-1bb7-443f-a58d-178d54986772)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d6d7595-8df9-4a1a-971d-30befe054b8f)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0388b12a-96b1-4cde-b12e-462a005585da)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f594779-14e9-4c72-b538-9a1a55c1ac99)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb672b04-fa81-470c-bfeb-11dfa69b8931)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c99406aa-76c5-41b3-89d6-90493364b93c)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a0ae279-1494-4022-bad0-079a4b1a44cb)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f394d15-5207-4186-8058-b4c980ea8131)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81b01673-c1e8-443d-bdaf-37ec24609849)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b679cf3-3e0b-40f6-9591-2697ab1ed132)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 15250f25-a58f-4a48-8ca9-a62e91053ba4) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 47 "/LG2") (pinfunction "G") (pintype "input") + (tstamp 091acf53-a868-48ef-b18e-434a8cfd0fdd) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 1c7c2b9d-f8d3-43b1-825b-5013fa4e8a3c) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 69 "Net-(Q23-D)") (pinfunction "D") (pintype "passive") + (tstamp f8e36259-62e9-48b9-8964-d80b8fa87fc4) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp c70a4fbf-82df-48d1-b0fc-a3f93acd56ab) + (at 128.0875 105) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R134" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp b9ade86e-4b49-4532-b40e-3565f5e20db6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "3k3" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp fe78f60d-91ae-4419-8cfc-a75f7d71983b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c48c7d74-c7e7-4470-b00f-81be58603950) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f99f9131-0438-4688-a16d-aa9deeb4de04) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c6a0c9cf-164c-4a7c-9720-1b71fa498655) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/4730e99d-b0cc-497f-aec7-3bb32095d4a3") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51a0cf6c-9e69-4c5b-a67b-8f857748c92c)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc8887f1-19e8-4577-9065-bae0fb17cb1a)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c63701d-7a50-4c09-8ac0-9b5d80d7cf00)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77cc2f21-50ab-47a1-ae72-b803e8e9d0c3)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04f8c3ff-f130-4730-b8f8-35dd44684e75)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e30a536-37de-40cb-8577-49f12e994a2b)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d34c78c-74f0-44e2-8b0b-fc150e480869)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b626c83-a24a-494a-b2ab-e324d78bfac2)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db42e7e1-aeec-40fd-ada9-80d16b0d059d)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f39d9215-00d1-45ec-80c0-20001910c69e)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 12e4acb6-25d0-4347-81c8-f67f9c3b3cc1) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 448436d9-a63c-4d4c-97d2-8f35b3c372d1) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 121 "/SDA{slash}MOSI") (pintype "passive") + (tstamp 8609354b-111d-4fe1-a614-93a2b6b5349c) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp c7864412-80c0-4473-9fde-7e95479f3772) + (at 194.5 74) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C18" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp ba639a37-4287-4fef-aa29-3dd0a5cf0735) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100n X7R" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 4b954a80-77e9-43c9-bfea-d5fd465be05b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4a9da854-8a53-435a-b27d-56010130d161) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 00a328e3-10d0-4ad4-a6af-e6ddfa0edcd8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6510c0f3-c1c0-436b-87b0-9f64fa725af2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C1591" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0ed1a64e-a98f-4ab8-97c5-e94716c9c433) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/16db1b78-8de4-4efd-a97d-b0d35f91a00f") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5fe75ae7-0987-42b8-829e-225b74eea05d)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc22cf80-ecd3-4ad8-89a1-3093992b89a6)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ab2111c-0f3c-4fa3-a3e7-4131b6861885)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd80dfdc-d1f3-49bb-a907-b3b2269a09a7)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 291bb92a-9516-400c-92f2-f74ee11be7b0)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 32076f5b-73b4-4607-9d0e-7ed0a3bbfb51)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e26c12bb-6f77-42e3-aadd-8bdda7db2b66)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c02eac2b-1055-44a3-acb9-0bf20c42a125)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4f17086-f725-40fd-9b6f-ef7698936b17)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 824b1e36-a818-4640-b598-b34caaef2943)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 9a3b1f9f-1f14-4dfd-a8c9-22e2fa137de1) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp e6da68a9-91a8-4ee6-8bf5-186e16a8d8b7) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp d7fa1828-348b-4b9c-895a-cc335f6c1dd7) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp c890ca61-8b65-4494-b1b5-4cb0936be3ff) + (at 25.499 41.933) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R50" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 7d1734b2-2fe9-4d67-8aa1-a6428810d1c3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp ae73f05d-70b8-40bd-a3ee-129ed134b341) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e588e2aa-4d49-4d25-8556-abf6194dc14e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 74e72b6f-0e38-4aa9-b23f-2b00865c001f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp cef37ca2-9fe1-4768-80b9-90938c3b3168) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/011271d7-5bf8-4907-b693-38b6f627dd3d") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa1569b9-efe9-4d3b-b1b4-59d8bbb9b889)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf25521d-9025-4bb8-8661-5c48649ecb25)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4c55852-63a0-44f7-9930-be74ef193e95)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94c641e5-f86d-4961-8314-72e689a4aee8)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c52fa0d5-eb54-45f3-befe-2c530d6a8a2a)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 32054a16-5af7-4a2d-8f46-47afca79b6ed)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0edb9076-ea5d-4e85-af02-57c8b2305a42)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2e7eb1f-23a5-46c1-b600-1ce767f62b43)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2db9049-a363-461e-85eb-39d466cb1885)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29924c2f-35a7-4f49-94e9-426b3e214361)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp be715537-0db7-4e13-aa17-70c860638b43) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp 19a029e1-0976-4367-84fc-934a34dc05f3) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 50 "Net-(Q8-D)") (pintype "passive") + (tstamp 26999be9-8cb1-4af6-8f30-4be4d14794d3) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp c9661eef-e0e3-4a88-a200-320b1e18b5ca) + (at 202.05 64.85) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C22" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp c6075534-b5fc-417e-9f3c-0abaa6b24b2f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1n" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 54c71741-cdf8-4bdd-abc0-188d77beef79) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8a809ac7-1618-4378-b569-1a3cc8d031b1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 47878716-e0eb-4c5e-9ce8-e7ef85207019) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1f63d240-abf4-40a2-92a6-efa6a3955bfd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "DNP" "DNP" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d9e5dbfe-f1fe-491a-89fd-1ac56e78f6e5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/63a0ee48-4d41-4a21-9f2f-c6b1b13a9799") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc8b2057-bf4f-4a22-9752-033518abff8f)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f050a3dd-a73a-49d5-98e0-446ff9bba01d)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 702aae73-bbd5-4539-8cdb-285c0b4abd4f)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97742684-5ab2-4666-ae05-904440bceb8c)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5f0ec7f-995b-4c3d-85a7-cdd3db31e805)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a351b21d-bb64-404a-a70b-91345014e2a9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60f9f658-faf8-4938-9a96-34ebfce20b52)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48938fb3-b3d2-48f4-b1ef-03ca076a0f4f)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d927065-1c8e-43b0-a2f2-8039e390aed4)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf4c4a4f-4954-4ef9-b5bb-77bb82f1fd99)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 08c88374-44b7-443f-a967-3c49d23188a7) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp e9b137e8-513f-402e-9657-23f1104dacb6) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 15 "/PD3") (pintype "passive") + (tstamp 964e6e18-4510-4aed-bd32-c64c9fa56df6) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp cbd7a226-69cc-4b18-aaf5-43147e006575) + (at -1.431 94.393) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q27" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp f217af85-cf41-46dc-9945-c23a1a083d4b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 416ac245-0d0e-4957-b384-1165995473ed) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 39e24a3a-2683-4071-bfc4-56e0cad4dc4e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f7f4323d-e5a5-4dd3-bbb3-3ef12be433e0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp efa347d7-b6d0-426d-a041-e4f1f7b9c994) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 1.431 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp c0f8ad8c-aba2-4a7f-961f-8c78524d7ec9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 1.431 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 93d3d365-810b-46dd-a86e-9a4d414d9b7b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/a8a3de54-32dd-45a8-b0ac-79a6af36d591") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48552338-08f1-4391-b4a8-0f5675e9e347)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9c8c9ca-2096-4e6c-9cca-017bf318c9c6)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ae83122-aa8b-49a6-b7ee-1ac2196fc396)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23230ec2-741e-4b8a-81c3-2be9dc1655c9)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6869c07-742d-4018-a429-9ba7b66d32b3)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42970155-616a-4ad4-b579-110df088544b)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68d3fc01-2f4d-4cc8-b7fb-f70dd8b8278d)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e9c587e-d9ab-4883-935a-1d8472335e2d)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16b0fed1-6b1f-4948-9d91-b6a0a619165a)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aaa3fd7f-d4cb-468e-a0cd-74fac8fd4050)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89a7a68b-d869-4ef5-80de-7d0b2d27bfd7)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbe22628-cd9f-42f9-8d61-81d005251515)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b14df8e-2c62-4913-8af5-54fabc20bbf2)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 5c1cbdbe-a20d-4928-a882-a87ed90048c9) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 55 "/LG6") (pinfunction "G") (pintype "input") + (tstamp 198b1be3-bdde-4d58-8d46-07894e967564) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 98555dea-e910-4bde-8c5a-fba6057224f3) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 73 "Net-(Q27-D)") (pinfunction "D") (pintype "passive") + (tstamp 3ab204bf-22d5-4c4f-9e90-bf50be4a25c9) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp ccbea5b0-9169-46a5-b750-b894c932a49f) + (at 198 104.99) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R43" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 0a1873ad-5e25-4115-9f27-7af28c527ec0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "120k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp f26df886-2ec6-4199-9215-1e368d97dbfd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e8e704d3-4f17-46d4-8ea7-d69565e2c728) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 446a2651-40e5-4dc2-89e0-03cae20b77e0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d0f8939c-dd1d-4396-a4bb-23f477398fe2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/a4334ae8-31f2-406c-88ae-e28b85c85fa4") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24c095c6-0305-45b4-b0f8-96153eb1b9eb)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8572813-c167-4c6e-80ab-b8ccd6e86b33)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8b4e487-1570-486c-8940-906e249eb1d7)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abeb0cfc-dc76-41b9-9112-716d421fcba4)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 739e04cb-1122-4a10-b04d-ad0539675a4c)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0392ae6b-f7f1-42bd-9bbd-9ed48d07ff8d)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f13f86d1-c87a-47a4-bece-a4fa829c8cde)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8fa909d3-c89e-4e6e-824b-0aad4c619a17)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6bb3a13b-fc77-44da-a87d-e474199ae25b)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6cb1ddc-8e4f-4598-a314-9a31d79bd1a0)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp b38bc55d-8e2e-4a02-b0fd-6a27e5a044ef) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 117 "/VCOIL_MEAS") (pintype "passive") + (tstamp 76444eef-8e00-4684-b19f-e96ad3feda3d) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 0b866990-0d6d-4a42-b3ee-6a29124f9d67) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp ce10b0d8-2a05-403a-8892-5798502f38ab) + (at 21.149 46.953) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R46" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp bb88237b-75cc-4af1-9587-da5e88d7bf7f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 5bb1607e-b12d-4a1b-ad28-764fe41b49e8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bef206c3-6fbe-47a8-b03a-1f5c3f87a26d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 21a06d2a-af7d-431c-83b5-066a20c757e2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4fd9c2c3-ccac-4d7d-8241-e6f9ebb393c4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/bcd5a8af-02e2-442f-9752-0811928c54e1") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d68cc6b2-04f9-40f6-bd0b-7f9b84257b02)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9cf432f9-17c1-44f2-bd9b-dd8d4f83f0b6)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 609f795a-1e8c-4df1-a4f0-cd4635728a7d)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4f3d8dc-7f37-4f0b-9724-50c41c2ea269)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d133b473-d4e8-4342-b089-f89bbd55f25b)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 717bfbd9-5921-411e-a225-63d0db5b6133)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c5f3f28-7bf9-4e10-82fb-6a0d6e74a3e7)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97cdf952-9892-4ddb-8ac9-d9bd95b3e26e)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0d4de03-7f50-4fc4-910f-61655cd52c74)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1db2826e-083b-4875-81fe-73acd3d7c26a)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp f0364c64-fc2c-4630-89d7-529d804f8143) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp f3998607-b949-43f5-a1e0-32c35ba66ccd) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 46 "Net-(Q6-D)") (pintype "passive") + (tstamp 6a259a4f-2e85-4b2b-92cc-8f636e4a30a0) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp ce2465b3-6934-4218-9581-cb5d3d48c2c9) + (at 21.149 80.443) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R114" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp e0fe7e4d-29b4-4827-ba0b-b03b2553e7c0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp b895f590-2ab7-4190-8ed5-ee3d2c18778d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ba604e57-84ef-43bd-9392-b86c3b3ed6e2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7c6f8767-0ace-442b-b16f-51d46e87403c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ea851a26-bda3-45c6-853d-7737e77f0e00) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/00577053-310e-4120-a4e6-46ae77c10580") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0628ea1c-aadf-45f2-942e-6c36f85a9b75)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05752312-b244-469e-b376-7092cbe65624)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bca49068-53f2-4269-b6f4-d0501330ca2f)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d89013c-dc4b-422c-a6ee-f90ee18b0638)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 130947b9-d1b0-4315-a905-77169e50b258)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f13bdac-6937-4525-9ed3-ed9f336faf6c)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp caf053c6-2ce6-4ded-bc3c-1b5aae4d3244)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a740f0e8-f5cf-4cd1-bc67-b511176ed9ed)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 145cb485-11ad-4288-b211-17f03bbf30ad)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fbd38ac7-02f1-489b-808e-332dbbb672af)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp ccd7e91e-7f95-4bb9-bf25-948c467a59ca) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp db748609-1cb8-4b4f-b423-a2c0828e45e3) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 86 "Net-(Q40-D)") (pintype "passive") + (tstamp bc8b5a40-e281-4f71-87c3-1b8c352f628a) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp d263de27-efe9-41bc-b0ff-264cf2426e14) + (at -22.991 98.843) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q20" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp cdddb6c1-1f91-465f-a75e-1f5d0ff46dca) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 5e8fc4d4-031c-4cb0-bd6c-b9c70d5f02f7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 2b3990c1-296b-4016-be4f-4301137a7054) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 05984191-451b-4f47-9cf0-9d9509eb4d24) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5110eb54-3ad3-4ed5-bb71-5f08b96ebd9c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 22.991 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp 5cfa3345-27d7-4f68-8575-0fe5a4858700) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 22.991 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp 525c6d6e-87db-4f76-a1c5-9e0dea0f7356) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/305a18b0-61d4-421d-a82d-dc1cf3f01899") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0abf98e0-e8dd-4bff-b842-f759f8306fd5)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b2a75e7-ee85-4e79-8ae8-996c6b1e7158)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 493b5eae-9db4-48ea-9c99-6351676776b4)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 656671da-3fbe-42ac-a6b7-28922c54b3f0)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 751c5a54-6d3b-47a0-b382-6732379c0bdd)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c61ec5c9-9bce-4dca-bc9c-f60e3497635e)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66b616fa-9b9d-4a77-9ecc-e069be1eca7c)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cd469b6-5c11-417d-aee3-0358412cdbb4)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30b81be5-b14c-4754-86f8-0eb56eef8372)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f59bd42-73d1-4c7c-9c0f-c04f5bf5a424)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a49e307-039c-4988-a271-9da11e4d0177)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93172f5c-4dce-4d0a-8098-181d92145046)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ac04c8f-711c-4ee1-b083-1d9e55065fad)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp e3f4e2ad-a383-45cf-bfab-6092c8a1cf18) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 57 "/LG7") (pinfunction "G") (pintype "input") + (tstamp d041a41a-bfc0-4bd3-8808-309b50a2be34) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp f1dffe26-bb04-42d3-9db5-85a2f3cb4d9d) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 66 "Net-(Q20-D)") (pinfunction "D") (pintype "passive") + (tstamp 0ad3a200-8df2-43a0-a854-89f65accd922) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp d3b4c6f0-ac23-4d1f-abee-129feb7f09f5) + (at 25.499 72.913) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R108" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 6e3381ee-d48b-451c-a8ad-d2d9b1ab7359) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp d3bf4c67-1037-4841-a17a-9d94e45f58cd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b9986df5-aaa4-4ff6-82cc-b892e35bbcc3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 78a93531-3de5-498b-9f08-7ae443ed4651) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5e8981c5-755d-4a1d-89b2-6f58a15ddfda) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/71a84fc6-2db1-44d2-9394-3c14ffec2f61") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 589e91a0-b206-4230-b72d-face20f0cafa)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0fe3e0f-3b46-4d32-81b8-f91cb31f355f)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b40b545-1011-4039-8fa0-1c03e5fac195)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 903e4391-8f19-412c-ae93-69586622fb5f)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1950a729-2e08-4bb6-8039-48f854fe4c24)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58749c97-05b9-4d88-8dc4-643a6b4ab15b)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf35de26-f62a-4e22-b9aa-beeb3e789ead)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c919fc2-9eef-4ed3-b15d-228f872f7453)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a37ba94-6079-47b9-aabb-f9e054c0feff)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6afa5dc-a0b1-4a7f-87b6-edff0de21e5e)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 456dd727-bddc-4258-ae89-9490c0e6fb5f) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp 0297340b-0504-4eb4-b603-a87a2b9a0438) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 83 "Net-(Q37-D)") (pintype "passive") + (tstamp ef149d2d-56a9-495e-a453-d9f33d9e3573) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp d4994965-70b2-49b0-b276-1c2ad7f0341f) + (at 181.5 119.5) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R39" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 2c4e9f20-b21e-4861-8054-48b493487fa3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "390k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp a4e1a064-b721-42e5-ac7f-2630eea33464) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7a0a5685-01da-402d-aae2-5886e118e7a7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp dbea9202-21d0-4739-a6e0-6a7213f0d9c5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3d448308-3a0f-49e1-8e8e-72cef6c77801) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/cfedc898-cf27-49ee-b331-306a5c78ec7a") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 192cad59-9b39-46fc-b052-758d5a2671a1)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4e50ffec-1029-492f-99f7-1a48d0231f8b)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8b6bf77-7f99-4ed9-a635-0bc9cd995cd0)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8da0882-90f1-4438-b231-0721d78f1b91)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 723d5afd-b4d8-4244-9281-b16aeba06d33)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0c8d9f2-6305-4e4a-8032-7d300a862229)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5f422fc-3da8-405c-9a0f-459be51bf907)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc6f676d-1e9c-45b6-887c-b7886072a517)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37e5d746-f23a-4298-abdf-9c5103da7f4f)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3301d166-5fd7-4362-b165-37b78a55bcab)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp fd7b89b8-d08a-4ed3-9e4e-b4de6fca0746) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 116 "Net-(U3-FB)") (pintype "passive") + (tstamp fad5d182-00f3-4ba5-bfe1-3a85c8651f2d) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+24V") (pintype "passive") + (tstamp 4c6328c5-8089-489c-8a90-4cb5ed2a7da3) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp d4cfe89c-e16c-4b31-a3ce-9cdca97cfd99) + (at 25.499 75.423) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R117" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp b4bf3a22-3939-4d85-a7df-a24b1cfcd22b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 7b743bc6-cb4b-4558-a056-a9d5ff17ba84) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7ca29eda-f707-4bcd-8370-c7ea53b64c11) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 790e3414-4248-4b62-be8a-3ba78809355b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9478f846-8274-4752-85d9-de75d51ef0ce) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/31426c08-cbf2-4d41-8c44-effe9169a3a8") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a77a97fe-ba07-4919-b0a0-48f62e3ca720)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a85dba80-729a-4b4e-9765-a5eecd1b9fdc)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9cb039b-9b21-47df-9415-c2444b8142f7)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9a466bf-1907-4ea0-88ca-716f1d4c4f90)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abe1bcde-cbd3-4311-9007-a6bfe48e4142)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0dbe50c-c426-48e9-8cea-8e236cb6aba2)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fef9f886-c5d3-4d37-acfb-d31d1c4b29b0)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd68fbd0-f2df-4578-b950-2dae5004d1ea)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ecbd3409-9c73-4b06-a9de-0f1bcb9448da)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c584a5fa-a2e9-46e2-8035-c5f43e95b288)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 79720987-3e6d-44f8-a67b-9125f82435aa) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp 2289415f-9552-4faa-972f-1f2293d4ca0f) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 87 "Net-(Q41-D)") (pintype "passive") + (tstamp c281c611-0a6c-48f7-ae0d-45798e68f903) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp d4dd5b2b-0dda-4c17-9f96-718006e2645c) + (at 25.499 67.893) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R115" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 44a2920a-31dd-4443-a41c-a91ad1003384) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 82ac815d-83fa-4d2c-8fcd-0a6a9f22d8b7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 46935cbc-1255-4969-a248-2d5ff9803e7f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0d64ed5f-2c5f-464f-8422-bbfd1000e076) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 494d9472-3d9b-479c-a879-ea3fe400303d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/011271d7-5bf8-4907-b693-38b6f627dd3d") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea1be98e-3898-4989-b368-5ea3818c19c0)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69477a11-a1bd-4caa-b5a2-c0c69911605b)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9109224-9817-4e12-a0c7-2f1bcb3b40a4)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53c3321b-11db-4431-96bc-70ed678fc603)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a25d85b-b8d1-425a-94f3-1870c7089ed4)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14141e9c-e99e-4a38-aba7-c50a53e06758)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ffeeec2-1c25-4594-87ea-b1058572e536)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8124d8ca-2dab-4253-a189-0ce013f55b32)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5d7d6ae-e6c9-4778-a71c-a62b45fc6f00)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 134d5211-9187-41e3-9a50-005b21a30a00)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp c7cadd45-9df7-4c08-9464-e425fe86bf2f) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pintype "passive") + (tstamp f6ab812d-a0b9-4eea-834a-e7c5529bea6d) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 86 "Net-(Q40-D)") (pintype "passive") + (tstamp dff42936-3178-4dc6-9a70-1b5c96510c15) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp d6511945-2387-4f91-b4db-0dbea19289bd) + (at 206.4 64.85) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R17" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 11a5541e-e780-4f4c-b9fd-e88c7399fb4c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 39f87bec-97ed-450c-b935-4146fa2630c9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 41913d64-2e85-4683-8ca5-4b7fd3b5c243) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 24cc33ae-b73e-49ef-bc48-e88798664a99) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 847ae90c-f1a9-4000-817a-e3463b7d5aae) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/1ab6002e-c120-48ad-937e-ce66e50934f6") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d427072-6216-4c9c-8d7a-036d884cd26f)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a50f8394-25f8-43b1-9372-96ee15ae67f9)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1be254ff-ac45-4bf3-abe6-e696f082a5f0)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 637c0771-04a1-45e2-a416-f50c85ddda78)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 637f2d37-13d4-4d86-b60f-4b7958c61680)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b6612ae-0f0c-41f9-956f-493865d52aa1)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d95ee4b0-3f1a-4f76-983d-c2eb22e0877e)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a862c029-76cc-4986-85e4-3737e8740cb0)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d66d145-7234-4a7a-92a6-c2f9e23727a8)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae030773-33fd-4e8f-9ffe-2ec24a492c48)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 30d5d12d-94f5-42c3-aca1-b1e028acb9b3) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 41 "Net-(Q3B-C2)") (pintype "passive") + (tstamp a8293c48-2746-4eb1-b935-7f81b3fc800a) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp da6a23bb-74e8-455b-9979-4990266d1681) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp d6e9842c-ed00-407f-ad35-a3ee1eb03557) + (at -16.371 104.833) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R78" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 7164e5f8-7421-49e1-be89-ea38494cf09e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 35ed613f-5035-4052-a713-63b2749fa969) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 04a0515e-5a1d-4afc-a0d5-6ec47b753fc9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c3f3cf9c-2a30-46bd-8b0f-fc5405109b93) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 187852d3-adb1-4219-8410-bb1750c09d1a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/7f1a7b68-e8ed-4194-b499-47d7bae11aad") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1faf4803-ef6c-40a2-9545-ad79dd24f76e)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ac31bc4-762f-4ff9-af83-e01eee6c64d3)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2d5b75e-0b4a-4534-952a-022b12ba5b00)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d9258eb4-4663-476d-9667-ba4d1f2d004f)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01717fa8-f421-4ff7-9af0-3da4f9dcaa67)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e3e026a-aa8b-413f-81fc-4d66d6aee056)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae5d9b97-ac8d-4bcb-a9b1-db4ee2e32c16)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7b43f23-781e-4ae0-a3ea-6f7f20e8524f)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7ae3c63-daec-4eaf-b365-8b9bebf3f12c)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6f022e9-1a50-4d9d-94b5-4edae2bca129)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp df4b7224-4ee7-43b5-b1a6-f26a4f10aa5b) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp 54a370f0-41b2-4387-aa1e-60c08a1f83b6) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 68 "Net-(Q22-D)") (pintype "passive") + (tstamp 494aaeea-519f-442d-8a01-cf3d1f18d176) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp d8fa0e7b-b906-4a38-8e05-c44f217dc4bd) + (at 138.5 114) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C11" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 2b2eba62-e051-4601-a2e1-a1bcd09a97b0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10u 6V3 X7R" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp d3e68b55-c980-45fb-beba-9edd4ede8b13) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 49c9417b-388f-4401-9445-db019e41f0ee) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e5252ce2-c97e-4c1f-a28c-7b6a874f50b3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 610ae510-2c41-4a6d-b9a4-10695be8f02c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C342847" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 618a39d5-72c2-463b-ba12-f466493db8b0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d57581e8-10d7-471f-9baa-2199d8a57b41") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c924cb1-26c1-4e5f-aa55-c5939bd61140)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 558f54a6-99c3-4a8e-988e-b08a800d7e32)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e2c4b508-c8d2-4139-91aa-ea595498bc65)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da81cd18-e30a-4fad-86f1-9173f37e3463)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 364a6a0d-6a55-48c8-9673-4d75cdf01fbc)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a5372ef-5d9c-4b6c-b844-f11e95d605ab)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cf69c28-b48b-4d88-8086-ab6c375e3101)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ebb767a-a79b-4d3c-99e9-35a5fcee3fa5)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20f56a4b-dc16-466b-9593-927c5e38a46c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5498d4a-d569-424b-b893-1905d62b6d5a)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 4555b292-ced8-432d-91d8-1ef9ee8e2955) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp b45446ed-222b-475b-85a4-173dd53c536d) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp e3145b68-b94d-44f9-97b4-e9a6f5d4f0d4) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "F.Cu") + (tstamp d902e5c1-77ee-4ad5-ad00-46195e408e57) + (at 184.1375 112.05) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "U4" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 7ce0802f-7373-4e28-87d5-58cae2de6793) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "TLV76033DBZT" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 4e214d53-c9a9-4640-ac5c-b926056db3a1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6f82a848-b318-41cd-a183-87930b58f19b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "https://www.diodes.com/assets/Datasheets/AP130.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1a7119d9-d2c1-4efd-ab0b-5abd3ee15d5c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f24c7618-290f-4ecd-b2f7-8530dda9cbfe) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C133791" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 915ff0ec-73bb-4383-b92b-77b029ef9708) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -184.1375 -112.05 0 unlocked) (layer "F.Fab") hide (tstamp e9b542b0-7c63-4381-846d-28e76a64d910) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -184.1375 -112.05 0 unlocked) (layer "F.Fab") hide (tstamp 57b15c7a-f543-4d71-93dc-1c4c841938dd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/cc5afe56-2c15-4fd3-9739-15da03065062") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82f1471f-b3a3-414d-9b68-b923df689bd4)) + (fp_line (start 0 -1.56) (end 0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e56b8ba1-51fa-4977-96eb-f82da10f3c4b)) + (fp_line (start 0 1.56) (end -0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58a2d0a3-94e8-4ef3-91a8-f2607c3a5d86)) + (fp_line (start 0 1.56) (end 0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 466e168f-a5d2-46ac-b6c3-75920ad76558)) + (fp_line (start -2.05 -1.7) (end -2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94f54926-8762-4c3a-b554-f1ce886b0da8)) + (fp_line (start -2.05 1.7) (end 2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d35bee0-8422-400f-b56e-534493067b72)) + (fp_line (start 2.05 -1.7) (end -2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0404914-c1bf-4e61-afbd-8185540f2143)) + (fp_line (start 2.05 1.7) (end 2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e695f4b9-0a1f-487b-b8b9-2988865794eb)) + (fp_line (start -0.8 -1.05) (end -0.4 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e2b93ede-29ec-4633-b4a7-d15bff692115)) + (fp_line (start -0.8 1.45) (end -0.8 -1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4747eb2c-5155-46be-ad9e-1d96616f10bd)) + (fp_line (start -0.4 -1.45) (end 0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8542a7a4-df68-40ff-9320-539137774c89)) + (fp_line (start 0.8 -1.45) (end 0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 713d054d-3d02-4d0c-a084-d5085c8c48bc)) + (fp_line (start 0.8 1.45) (end -0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d0f2162-5a81-45f5-8be0-fba148d2b63f)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp d55a2989-6554-4ce0-a2a2-ccc3d927ba2d) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -1.1375 -0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "VO") (pintype "power_out") + (tstamp 0f842d1e-d7f4-49a3-b422-ea273f684167) + ) + (pad "2" smd roundrect (at -1.1375 0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 142 "Net-(D12-K)") (pinfunction "VI") (pintype "power_in") + (tstamp 07fa776c-f089-4151-8bc8-1b6a543ab1f5) + ) + (pad "3" smd roundrect (at 1.1375 0) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "GND") (pintype "power_in") + (tstamp a64ff47b-0de4-4aa3-bba1-ed85c8a4b72e) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:MSOP-8_3x3mm_P0.65mm" (layer "F.Cu") + (tstamp dd15f406-214e-4f6b-b90b-ccaaf942dbb2) + (at 189.5 85) + (descr "MSOP, 8 Pin (https://www.jedec.org/system/files/docs/mo-187F.pdf variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "MSOP SO") + (property "Reference" "U9" (at 0 -2.45 0 unlocked) (layer "F.SilkS") (tstamp b11344b4-5a3d-4f13-b445-636a62e3b8cb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "MCP6002" (at 0 2.45 0 unlocked) (layer "F.Fab") (tstamp 24aae3c6-ffe3-4eb1-a8cf-d62f21998ada) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_SO:MSOP-8_3x3mm_P0.65mm" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3c2903c7-7140-4ef0-8a98-eec4eda914f5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21314g.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 33d56b27-f7a6-4209-b555-9f806132063a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6827d1eb-76e2-44fb-ae71-dd608edbc0de) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2652308" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 8b97048d-b7bb-4c83-bd11-d3604151019c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "25.1mg" (at -189.5 -85 0 unlocked) (layer "F.Fab") hide (tstamp 7c21bca8-f734-404d-b7b3-d4824b9b72bf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/msop/8L-HRM-8-1.pdf" (at -189.5 -85 0 unlocked) (layer "F.Fab") hide (tstamp 87ccf93b-3302-4afe-bdf3-46f9d2fea867) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/f3430d24-fbbb-4061-8caf-6700f464ab9b") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0 -1.61) (end -2.925 -1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d3c85a9-292b-4b53-80ca-49750efebe4e)) + (fp_line (start 0 -1.61) (end 1.5 -1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14f19549-25d9-49a2-bd1c-e3d1a9394201)) + (fp_line (start 0 1.61) (end -1.5 1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02852558-00dc-474a-8e6c-2f4ca738dcd4)) + (fp_line (start 0 1.61) (end 1.5 1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c26ea54-1a99-4048-800a-2b6b3b7b0942)) + (fp_line (start -3.18 -1.75) (end -3.18 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fbbfa7a5-e667-425e-8fe1-512f2810aaea)) + (fp_line (start -3.18 1.75) (end 3.18 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7a2ac36-86b8-4459-b7b3-59b7bdfebc13)) + (fp_line (start 3.18 -1.75) (end -3.18 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 234c1b56-6c2e-4265-8009-72e734846be0)) + (fp_line (start 3.18 1.75) (end 3.18 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e66ee85-3027-4eb0-9e93-f51d18eae2f7)) + (fp_line (start -1.5 -0.75) (end -0.75 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55b65f94-2628-4bdd-929e-4054b3341029)) + (fp_line (start -1.5 1.5) (end -1.5 -0.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96f2f785-e662-4493-a530-e1de821b2057)) + (fp_line (start -0.75 -1.5) (end 1.5 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89e6dcbd-6d77-4c4f-b684-809db434337a)) + (fp_line (start 1.5 -1.5) (end 1.5 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60ea12b9-6852-45a4-9d7b-9d00d89d0f5a)) + (fp_line (start 1.5 1.5) (end -1.5 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a6d405f-667a-4875-b6ca-664e4a9cbbff)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8893a82c-cdf5-4759-ae6a-1df71aaa595f) + (effects (font (size 0.75 0.75) (thickness 0.11))) + ) + (pad "1" smd roundrect (at -2.1125 -0.975) (size 1.625 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 11 "/TP_SENS") (pintype "output") + (tstamp 5d39dd2b-d6e3-4cb0-9d90-9b02c8513422) + ) + (pad "2" smd roundrect (at -2.1125 -0.325) (size 1.625 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 12 "Net-(U9A--)") (pinfunction "-") (pintype "input") + (tstamp 84872755-a736-4c4d-8d89-57d9e4e3d871) + ) + (pad "3" smd roundrect (at -2.1125 0.325) (size 1.625 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 140 "/TP_SENS_raw") (pinfunction "+") (pintype "input") + (tstamp 61840f57-6529-4a70-b689-50f167461f24) + ) + (pad "4" smd roundrect (at -2.1125 0.975) (size 1.625 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "V-") (pintype "power_in") + (tstamp bdf95ae2-bc2d-4882-b15c-1c13748f7fcf) + ) + (pad "5" smd roundrect (at 2.1125 0.975) (size 1.625 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 109 "/TP_NTC_raw") (pinfunction "+") (pintype "input") + (tstamp 0380b107-982c-4b3a-bfbf-eb1b55819794) + ) + (pad "6" smd roundrect (at 2.1125 0.325) (size 1.625 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 141 "/TP_NTC") (pinfunction "-") (pintype "input") + (tstamp 6cbc5b95-e2cd-46ad-9ae3-5f1c2fc20577) + ) + (pad "7" smd roundrect (at 2.1125 -0.325) (size 1.625 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 141 "/TP_NTC") (pintype "output") + (tstamp f66c5b28-587c-4a77-ad54-6a8ca8616931) + ) + (pad "8" smd roundrect (at 2.1125 -0.975) (size 1.625 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "V+") (pintype "power_in") + (tstamp 8628eb95-c4b8-403f-9d70-6e7397dff93d) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/MSOP-8_3x3mm_P0.65mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp dda4dac4-ad01-480b-af04-773d404cf9df) + (at 13.889 109.853) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R107" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp f8cf96f6-dccf-4d66-b7b3-217afb6d3e37) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 4c6dcbca-7bb2-42aa-bf0d-9362cd9354b3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 789ce520-5974-42e1-9ce7-c4327780e8bc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3473b1ab-81e4-45fd-8944-c7526568df77) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e7273bf2-6b1e-4a73-9291-65d50b495325) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/8f37daa4-27c9-45db-b349-2f209ba53137") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 885bbff3-42f6-4a63-aad5-494cf125fe31)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88cba9c6-24b2-47cb-b2b9-c5793e1cb74d)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9dcf677-1ffb-4898-81d4-0f0c3ff3ce6e)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a194e993-4ead-4137-b3fe-0d23eab14742)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc5387c9-4480-4152-9364-42156bc0f476)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d084f12-1633-4d12-80a7-c576fc533113)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8eb34e6d-e0c7-49df-b74c-1e5b41450fb9)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36f42326-2eee-4aa5-af45-a3fa8e0fa21c)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bae74ec6-a4d8-44e1-9302-79a9444df5fc)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4f5d481-d873-42da-ba79-b5f9cd88e1fc)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 919f0bca-5da6-46cb-b549-ecbc2f16900b) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp 592a0d25-de47-452d-8f9c-c3a00a7f8c24) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 82 "Net-(Q36-D)") (pintype "passive") + (tstamp 60f8928a-abd2-49cc-afe7-9ad34275979e) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp ddd38282-a8a2-4eee-b05f-7b5183026573) + (at 21.149 54.483) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R49" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 00f988b4-5c1f-4fea-b62f-951d45fc8e84) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 0d979ba1-f4c9-403f-9958-a3c6201e740e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 1f08de2e-56d2-482b-b93f-d382d7d04a5c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 748d162c-e251-4364-9111-df234d9c6e06) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f4eaaf68-3dce-492e-9ab2-463366390dfe) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/00577053-310e-4120-a4e6-46ae77c10580") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 436433bd-7996-491a-99ef-d067585d36f9)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e394ef2f-e86b-4158-ab42-6ce894c64b6b)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd4381f6-90e3-4fc7-a466-2a22bfdb9f90)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c007f39-5396-4b3f-8801-43186c30a5e9)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d417299-f3b9-4e77-9ff5-d536b0359e8e)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a1428ae-f292-404d-9296-3506c0600f63)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3144f23a-7539-4322-8cad-d8ddd28ef0d4)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5e7efa4-9bb8-4f70-809c-41de047b6742)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8bcc562b-3bc5-45ae-ae5b-8c12c4c9147a)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74257208-cea7-4600-90d7-376b73f35076)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp cf8a89b7-5cc8-4c6a-81c2-e18d2f961bf3) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp 46cc4c15-f85f-42bd-81bc-72ae4f040be0) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 50 "Net-(Q8-D)") (pintype "passive") + (tstamp a770bcdf-dba2-452c-b62e-69eac9cc8205) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp dfd3ea24-f520-4033-9e13-1bac8553c992) + (at -12.021 104.833) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R84" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp dda9ef6b-b89c-4ae4-9896-b42faac4b7c6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp a7204708-b085-4651-b678-ecd1a475a552) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 596a92a4-52bf-495f-b9ba-f4019e58500f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c6a65bf5-de2b-40eb-b711-92f34e55ec77) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6e0d0033-cd13-413a-b338-60fa28ae8b9e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/d1047bd5-2093-42a8-afe8-fc34b30bbb00") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16e7798c-31de-4176-8eb0-63be829f0261)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd77b2c0-d92b-41ff-bb32-4911ccace2a9)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e2d56821-58c0-4dda-8e1c-e9fce3865a93)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e7ec273-f42f-45b0-837c-b3965d15058a)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3ba2c07b-cc3b-42be-8d62-6767521f6f9b)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 450a368d-befb-414f-9838-01ca63eee796)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a955f802-a220-46df-abc2-4c946ccdbe0a)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f40dc90-6ba7-4f5a-8642-c39d76fcb53f)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 170e89e8-a46d-4cfc-aef6-4bf9deea817f)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80e46cc9-4ad4-4b75-b4ef-183c755b0565)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 90045387-431a-4820-8e28-4b201e6f9b03) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp b2790beb-ac14-42b0-820d-1a6c382644dd) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 71 "Net-(Q25-D)") (pintype "passive") + (tstamp 189c4e81-763a-420c-84d1-3b6ada66ad82) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123F" (layer "F.Cu") + (tstamp e0465c05-450b-4f62-8e0f-3aa0098cf46e) + (at 180.45 100.1 90) + (descr "D_SOD-123F") + (tags "D_SOD-123F") + (property "Reference" "D1" (at -0.127 -1.905 90 unlocked) (layer "F.SilkS") (tstamp 33999bdc-4038-47ac-b37d-5679008d3ce9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "K36" (at 0 2.1 90 unlocked) (layer "F.Fab") (tstamp c71bf52c-b899-4284-8ecb-a45899559351) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123F" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 7ba379c8-6e7f-4250-a665-68301083a425) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp f349c126-136f-4711-84ec-bad7a042978e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 759c4329-db8c-407b-a13e-ca3e09fe742f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2922184" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp f621bd0c-cd65-44d9-9a55-9c546d2d2432) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "17mg" (at 100.1 -180.45 0 unlocked) (layer "F.Fab") hide (tstamp f6d20752-11c6-453b-83d9-0f56494a2fc5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/docs/PDD/SOD-123FPD.PDF" (at 100.1 -180.45 0 unlocked) (layer "F.Fab") hide (tstamp 1e936669-0a25-42a5-ae7b-9ff679325e51) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/823b6556-81e8-4dfd-9e8f-85bb5ab486b0") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -2.21 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af702566-c2c2-465f-8686-08a546ab6f3b)) + (fp_line (start -2.21 -1) (end -2.21 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22f25913-ce5f-4e22-a41f-071a1276808e)) + (fp_line (start -2.21 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8fe293c9-0ef9-49fd-8bab-9c48ab282b24)) + (fp_line (start 2.2 -1.15) (end 2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1f525a7-eb7a-4cff-b5ec-54a0ff458255)) + (fp_line (start -2.2 -1.15) (end 2.2 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf2ab67c-4b17-4e3a-a1b1-04e4e6f8a81e)) + (fp_line (start -2.2 -1.15) (end -2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5e827b5-1eee-4e9f-82f5-50306c1c2d00)) + (fp_line (start 2.2 1.15) (end -2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfa9a1b5-ee42-4d45-bf23-74e99c716e8f)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 782540b3-78b2-40e2-a3a1-5c17dd8bc870)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 663fac64-9ae6-4754-989a-073289370855)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d36b2fa4-f707-449f-8f9b-e328be374e8d)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96d32a7d-a44e-4946-845f-03664e5656d8)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fcc98c25-2f4a-4546-aaee-2c4d4ab13d2b)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c170a17-70b7-49f3-9778-8684a41b9d0e)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29510947-52a1-4335-bac0-1a21b9a35abe)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ce092a9-9c5a-4ac1-924f-d6640c28c87b)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ddf631d2-af2d-41c3-a79c-a7a28aa7db9e)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 097506e0-e6f4-4147-a8f5-5301a317c040)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a32c3a71-9016-471c-9df0-c6fde21398f8)) + (fp_text user "${REFERENCE}" (at -0.127 -1.905 -90) (layer "F.Fab") (tstamp 23620ca5-6ec7-4389-ae20-084e0c2152ed) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -1.4 0 90) (size 1.1 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2272727273) + (net 5 "VCC") (pinfunction "K") (pintype "passive") + (tstamp 6137caf3-ad81-4735-af87-085a452d46c5) + ) + (pad "2" smd roundrect (at 1.4 0 90) (size 1.1 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2272727273) + (net 3 "Net-(D1-A)") (pinfunction "A") (pintype "passive") + (tstamp 0135cf5a-8318-4cc3-bb71-d66788001f14) + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123F.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp e04c3c23-7b0d-44a8-8bc1-20d84b158ed7) + (at 5.459 98.843) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q30" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 8e44568e-684d-468e-9a0b-c424867de1fe) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp c50c3580-9ff3-49aa-8249-4532eb8b1315) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 357f332e-56ae-4750-ba72-c57384349c75) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 30bfc037-58a7-402c-aa47-df97c86d5780) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ac5a27cd-bf6d-4a36-979b-b755a0762373) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -5.459 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp beb3b3c9-4bea-4a96-9370-dfd3ba205298) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -5.459 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp 4aa6768c-8974-4fbb-87ce-dcec8c8a9c41) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/ab41147b-9b99-4c91-97bc-d6085df60a7a") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d8e8d90-b925-4454-823e-533ae00b66e9)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 363bc18a-b3ed-4ba2-96d1-b94a5be7a171)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp abdb5451-0bf1-4b37-a0cc-2e9c39d82fad)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92c391cd-35c4-42f9-ba38-0f14ac14a7af)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc9d6053-736b-4160-a94a-d4b4bb0b6440)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b76b565-babf-49e0-b7d4-2bedc79fe5f9)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0970dc85-6f57-4b73-b28e-fa964e179c29)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8bf9eb73-0468-4ada-87ee-b20fea5e9fc0)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 145be48f-e0fa-4760-8ca6-77e5cba58682)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef5ed237-8d0e-4b8f-a320-cc23635a2a19)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9da1c3a-0aee-42f8-9130-0be0d384ce2e)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f100098-7a44-41d2-b6b6-addf0840cf2c)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2100b25b-adda-48fb-b733-974668355a9b)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp c4a26dd4-22a3-4830-af54-f716bc360b2d) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 45 "/LG1") (pinfunction "G") (pintype "input") + (tstamp 0ceb8884-3ced-4f50-b9d5-02141151d5f4) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp bde91b05-a90b-4107-a069-cd9c8c4b2eb4) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 76 "Net-(Q30-D)") (pinfunction "D") (pintype "passive") + (tstamp a99abcf2-719e-4041-982f-df521df3fd69) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp e0e123e4-2833-4111-b432-f4df9c2e221d) + (at -16.101 94.393) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q21" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp b6e84c72-7ae4-4fcc-a02e-a929f56aa2a9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 2ddfd6e6-ac8c-4274-9453-319683a68586) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 41acf9e1-84b9-40c2-910f-51beb0176dec) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 05c61052-ff16-43c9-b8b0-8a9ef7ed5276) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 675f7247-1f2d-40f4-a52f-6865c3dd44af) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 16.101 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp 6a4ed81e-f556-4c4a-b7e0-bbc4596bf1fe) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 16.101 -94.393 0 unlocked) (layer "F.Fab") hide (tstamp fcd0a7ef-d880-4a6c-a99e-762bd1f2344a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/e285ed3d-9e01-4cfe-8112-4f64533f3398") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b054121-72b2-406b-a6f5-d6930730f613)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74d089f1-997d-467a-9ac1-649dacc667bf)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c518fe54-fa7c-42a9-be7b-ce2dfb74694b)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b481bbc2-a249-4fbc-a02e-e346d320c394)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4711226c-40fd-4916-9781-4aa0df378abf)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8680c904-30c5-4448-9869-b08f355f5fc5)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b43f056e-090d-4805-a002-0a8c0abb67b5)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9086419f-a8b6-48be-bc47-9702c14e325a)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30144276-0cb1-4b3a-ad92-7155849df433)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efec31a7-4f9e-4699-83e7-e1ea43eaeb9f)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d73632d-f8fd-4391-bd4c-955b4cd00ce4)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39939a82-a9ad-479e-b4fb-1d6ccd175cc4)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ad0e23e-5bee-48b2-949e-698d9627e2f3)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 2aafdb41-d7b5-49fe-95ca-4e374f8f903d) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 43 "/LG0") (pinfunction "G") (pintype "input") + (tstamp 4d17da3a-f4b1-4445-a9f5-68d0b12370ed) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 748fe3a8-fbd2-468b-962a-e136be6e8377) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 67 "Net-(Q21-D)") (pinfunction "D") (pintype "passive") + (tstamp c3d7c36c-5acc-45e7-8f64-f0b03fc68660) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp e12edd8f-fe04-48ec-a1e5-006769abe05e) + (at -27.881 98.843) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q18" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp 4bad438d-e6b1-426a-845b-4eaae4f726c5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp 70da9308-2e6f-43be-9e11-b450188144ce) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 18dd891e-e251-4d7e-8388-db860ea3378f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 88bfa4fb-f12e-4dee-ada2-7360544af621) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp edd15ab4-52ed-499d-b6b5-4a3d34c2b72b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 27.881 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp de1fba3c-a385-4837-82b8-da360b84ed34) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 27.881 -98.843 0 unlocked) (layer "F.Fab") hide (tstamp d04cee64-4070-42d7-9323-c04cb4625abf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/042bb9a7-dd9c-4bc0-95f1-10bc858ef4ca") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e60be55-5c36-46f6-8813-b307477a43fa)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d022b7b-d7bb-41bc-918b-ab2fb6d9354d)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39933047-4adf-49e6-9194-eabf3ddfd965)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36623c3b-44df-49a8-b30f-f9093daf6f0f)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c236d492-d3d0-4369-a392-69bf6e5de47f)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1f3df4c-5320-49dd-8470-eac5cf78fc73)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97bb44c9-5d57-41b6-8dc3-daf9fa0a2d49)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d37b49ac-fd60-4def-a68e-fc7c82074bfb)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 330ea12f-9b13-4f99-a7d3-d079230a1a3d)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64f2f2fb-eb75-41e8-8e21-4870b0a2c330)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ce15cae-2142-42f6-9885-d95dc6a011e6)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e79ed3cc-58dc-4e93-9e23-ebb8dae66332)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c9fe15e-76de-4264-a9ea-e3b07b86cd0d)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 1b9027e3-45fc-4c88-853d-75435c2ab37b) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 53 "/LG5") (pinfunction "G") (pintype "input") + (tstamp 5fbc5837-3cd0-44df-9de5-714a7b22b981) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp 01d7e6e7-9ae2-46d3-af14-b162cb41cfdd) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 64 "Net-(Q18-D)") (pinfunction "D") (pintype "passive") + (tstamp 2ea240bc-dfe3-4b7b-b013-a4ef93c21e1f) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp e17cbb84-cc7b-4c46-93f0-3466b4a49071) + (at 21.149 49.463) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R47" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 121ffe7e-4326-4b2a-8ac6-5d36081046c5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 9875ec0a-a084-4f8e-a1cf-ca31d6338e18) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5ad9055f-4ee1-4ba0-862a-f83450cb43e1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp aacf0dab-97b7-4726-98bc-10755d54f0d0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 4445821d-9821-4265-8c69-463c74ca0264) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/16ee29c0-840e-44e9-b5d9-206014569540") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65db393b-b161-4cf8-b6ef-7fb992fca5b7)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bdc8b4b0-2f42-46c4-8ab3-82d23730c056)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eef18206-8c49-4bd4-84ec-7054c5b7c8f0)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6649a683-12f2-40dd-a0fa-7d9207c908f8)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4913d78-b622-4ca4-87ba-40b29f4c44c1)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b0b50d9-b6cf-4484-8a00-d275d0b7fff1)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a928353-3c93-480a-9c7b-97cc753da226)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 063280de-acfd-4d22-8b05-e25109d49356)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd66cb52-af33-4ce2-b688-8dadf70c2696)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e18219f-42c2-4dc1-8b85-aa4d20c6dae6)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 9f6c03bb-57c2-4716-88c7-a1c0fe52e85d) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp 2eb663c2-2fc1-464b-948c-45cc28fcf629) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 48 "Net-(Q7-D)") (pintype "passive") + (tstamp 373b43d6-7fc5-44a7-acf4-bb829d09cf5d) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp e26304ea-4e34-4e63-9a8f-39aa677426b6) + (at -37.931 102.323) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R61" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 7d87b33b-099d-415c-8764-7a9a319ccf8d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 6658aaee-dabe-4751-bd64-16d81383257d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ac910ba6-416d-428a-927e-26269c635a48) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7e4d5d5d-ae7c-4dbe-a731-111e2dc9aa1e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 089bed9e-8a7b-4eff-a239-e26977be06e1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/c072e67d-64d4-42da-9402-d6b0c38e8482") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d09d9991-0d17-4572-8b65-cecdafa64686)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db8be527-50bd-4d87-87c6-fe9a27a70253)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4937821-fadc-481d-a3de-004fa9e1418f)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c3f2d51-60cc-41bb-a97e-26fc32393656)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62461630-f2d9-4607-bb96-3adf026490f5)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d9ea6fca-13e9-46a2-9cb1-3291846d1e3d)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5df10d15-148d-44c7-8ea0-d8c089fa9dc5)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61ba1127-7614-444f-a575-c4f0953aadf3)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03720c54-567e-4be9-8be2-0b3294a2e4c6)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9de0d03-a4f5-4d28-871a-210cec9507ad)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 76aa11ba-13c5-47e2-b050-a68fd5e02f6d) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp 70515968-04b2-4802-bd70-68616212adf8) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 59 "Net-(Q13-D)") (pintype "passive") + (tstamp fd6f9e88-cf9c-49f0-bfe2-573b2481a411) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp e2dfa970-b9ff-41ec-bb4c-2d7211d14c42) + (at -16.371 109.853) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R80" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 9273315b-edd4-45fa-94af-0d2864eeee87) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 701f1d6c-f6ca-41dd-a17d-eaea492ecfc5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 735d5ad5-3a7b-4db0-916a-37319bb70887) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 85b6c846-8553-4cac-a371-74bdce524125) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b52af3c7-2c08-4a43-a0ca-5c3f1de49bb9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/16ee29c0-840e-44e9-b5d9-206014569540") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d500d488-c8a8-4c43-8b1b-7a98d84f309f)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a42777bb-4cd7-4a31-ad86-ffbfb5a5ea6e)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c0d139b-83da-4366-a012-567540920c2d)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f144c183-6647-471a-8838-0e9c72e45b33)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8006a4d-d641-48ce-ae6d-bfbaf3015e86)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1df09f18-f898-415d-86b8-6960360e8322)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4b6d96c-e451-4521-a51b-b6e9aed22644)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2541830-b5b5-4cf3-b21b-a89db2529d63)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d440b736-52a9-4569-864c-d5bd8ea16d49)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80d95c38-0e98-4c00-b6a8-351beb2c93c6)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 7422a47e-4751-4ca1-a4e4-aeeb89653361) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp 54fd0fe0-bff4-4121-96a8-35db3dbb5b21) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 69 "Net-(Q23-D)") (pintype "passive") + (tstamp f6350d44-1b85-45e9-9db7-9376965ac423) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp e3784fa5-7c19-4ac9-8262-a6770cc60494) + (at 9.539 104.833) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R100" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 15f01116-a389-4573-8f5a-50a66edf3f56) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 6df3e4f6-b053-459f-a86b-ac3fc2798d19) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 795a5692-e511-44c2-873d-286e9e57249a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3f460546-ff49-4c3f-821e-70a4133be7e1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d564f398-5cac-4de9-944c-3359552dcb41) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/d1047bd5-2093-42a8-afe8-fc34b30bbb00") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 520eeb1e-c65c-40f7-910a-dcfa4ee33825)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc16871c-e902-486e-9ec1-1405147f2b8d)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ecf01672-da0d-4123-a369-7eedde9983c0)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29bec69b-2a28-4e57-9082-8caee67c877a)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb2d2338-71f2-4308-a0f4-6fcd59ccfdab)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb9ad057-52fa-4074-be0b-5f8bb66a5ece)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ba8c317-0203-44ac-9bbd-156319ed0323)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d11298a-91da-4b42-8772-02ff0ed2219d)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63831d05-e995-4cf5-b856-a8cbad3f584a)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 126553e1-410d-4ea7-9e4f-51970cc7645d)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8a857181-d9d3-4f06-9051-7a80f7d06bb0) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp ea6acb58-f2d1-4f87-9a65-00e02387c4e2) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 79 "Net-(Q33-D)") (pintype "passive") + (tstamp be13fc6d-eca4-4572-88e3-14f7b99723cc) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp e4a51923-7ea4-4a0a-abe3-cea6223e8d4e) + (at 21.419 64.413) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q38" (at 0 -2.4 0 unlocked) (layer "F.SilkS") (tstamp d67a1f52-e423-4911-b22a-49e67c837b85) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3400A" (at 0 2.4 0 unlocked) (layer "F.Fab") (tstamp d71c14ed-7ee9-409a-94d3-c60da9af2490) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c296d4ea-4185-4c09-8e31-bcfa062b6a8e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d01a088b-b787-47e5-9e49-e57060985d64) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7b10d73b-2a39-4ff4-8e97-fbac1e6dec01) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at -21.419 -64.413 0 unlocked) (layer "F.Fab") hide (tstamp 7f3e1aaf-ca9f-417e-bf18-44d3770941dc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at -21.419 -64.413 0 unlocked) (layer "F.Fab") hide (tstamp 166c389f-c528-46d2-8ec7-8f722caf0f6e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/3618f925-efd9-4896-ac69-1f98eb774124/ab41147b-9b99-4c91-97bc-d6085df60a7a") + (sheetname "resistor_bank4") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92f6f60f-1b81-4937-b5d0-fb691291caf9)) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a172f9a-6617-4d00-b53f-292d440ca7a0)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf76e381-116a-4177-b43f-e053b275207b)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62df2fa2-64cb-423e-9884-31cdfc79e774)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f01b7d0e-0efa-47cc-8f3e-1c045205acc7)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 200ca431-ced4-410a-8007-c40d84725319)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3d4d4e9-8158-428e-87ad-50fcb3b96d98)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6c28dfc-e887-4d96-bce6-f87b5f5648dd)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 885e9e50-39a4-4ff3-8eef-e89be27ddd6f)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60f5233a-4229-4af0-a269-3a8f7e6ed385)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13ae5de5-6206-4d14-87ed-539f2cafd157)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73a6a265-18d5-4a98-9ea8-f47250ad8063)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47df03a2-2286-474d-b744-932ddb017e11)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 2e001d89-cf79-4c06-8805-c71bb0dab54f) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 45 "/LG1") (pinfunction "G") (pintype "input") + (tstamp 94434411-353e-4327-8757-93006b3a3e9a) + ) + (pad "2" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "S") (pintype "passive") + (tstamp cd03afa2-6978-45da-ad5f-797213ee8a12) + ) + (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 84 "Net-(Q38-D)") (pinfunction "D") (pintype "passive") + (tstamp 87466eae-7cda-4d34-97ba-38f864e33fbb) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp e6a740db-9a44-498a-8bc8-892ed63e776e) + (at -29.231 109.853) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R75" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 600fbfbf-9cab-419a-9036-694bfc81711e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp fe4ba622-e84b-49bb-8600-cb260616253a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 91a6acae-cbbf-4507-995c-002397020aef) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp abf08ebc-6342-4c73-bb50-e007a1d9e9be) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 77ac2bfa-5c5a-4963-a26a-bf00ae31337e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/8f37daa4-27c9-45db-b349-2f209ba53137") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec663cf2-aa32-4672-9be2-61aab1d94c01)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17e6426c-4e83-4e88-ba14-3cae99a53d88)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca62d99c-2da4-461e-bd74-e2593b7f83a1)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af81bf53-c68f-40eb-b2d5-699c6c97aecf)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9456e5d8-94b1-4454-b04c-f4acf38437e3)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp adaf8437-5252-47a6-8ba3-538f5b847ff1)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3563d891-30fd-478a-9842-4ac076042416)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 878b9ef9-9333-4e1f-8c15-369a60525c36)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc036bdc-f338-4fc4-81a8-ec144570068c)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3b36f0d-e703-418c-bb73-2d0b8d2b4efa)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp e5afe530-019c-4588-8b4b-cbc530747dea) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp 6792ef53-5b7e-472c-a00c-cf171cd25506) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 66 "Net-(Q20-D)") (pintype "passive") + (tstamp a71d0218-73aa-4dac-a9cd-7468d768f1c8) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp e7787182-2cf3-4852-b983-3f975eba9701) + (at 113.5 140) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C17" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp ffb832df-8756-4450-9183-b2bccf203652) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10u 6V3 X7R" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp ab140ea7-3051-4d20-a1c7-991c8f635058) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bccfd204-0a9b-4da9-a219-e29915758e0a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp cc4512e6-f41f-4621-8340-2714aca416ae) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp f0b72bda-8970-4f1a-8054-09eb3f3ce103) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C342847" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e57646af-07ed-4c0b-93f4-e1a502b32937) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/7c2ce48e-466e-4351-801a-7dcf0899cce5") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33039c84-ed41-4368-b104-0954854b8651)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba2a9372-3192-4b21-bb83-4b607b27614b)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd25e695-3e19-48fc-8709-49d797263e53)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a67afcc-ad94-4752-8f2e-7c7902e65d4d)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bf402976-7ce9-449b-ac87-c188c5279bd4)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a76e635a-ba51-4b8f-a5dd-987a244e3a6c)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a36ca671-04cf-4f2c-a020-00333d5cdff9)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7edd5497-3c96-4415-81a2-af9a7b33c6cd)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fba26048-4192-4e82-97d0-976c69510b17)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b41bc94d-be79-41c1-9c61-56ba0da4a26c)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 50444f1e-30f6-40c8-aaa8-5f4a85c08948) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 8e77fd20-1eef-4088-9b6f-4ef1efd30d5f) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 7763c004-7c89-4f45-99b0-4a324cf040ca) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp e853bc26-35bf-49c9-a897-80cd8e928612) + (at -29.231 104.833) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R73" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp c31afd05-311a-4b97-8575-f7a3e5d5bd72) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 1c043d3a-5e91-4f69-ad2b-9d1d41e74439) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ad3b786d-9ee9-46a8-80c4-c9d271aa9430) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bb1602f6-6e63-4978-bbc2-9daa23d72d48) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6aefa20d-3892-436d-8c32-bc9855a01a9d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff/346c6449-47a2-47b3-9610-d379d17bd99d") + (sheetname "resistor_bank1") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d82461e-ca37-4b88-afab-2ba0761438fd)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d080b7ec-c54b-4dc7-9bea-e2b803e98301)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad3fbb5b-d9a4-49e7-abe5-95c8dc0ffc03)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 55f25477-cb3f-4323-b34f-7262b996c887)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35212bbc-f168-4edf-b11d-620b93c97208)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23dca6c9-639b-4136-8d95-31ffa8ca4923)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 571b5e5d-f01e-4f46-98da-558da28af342)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bcafc17b-aaff-4a3c-8d22-dcd7b084089b)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b30d0666-19e9-4335-a26a-76a4d5e7ad4e)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c3657e9-d189-4a94-ba51-9f75d9f7b872)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp dc169a2f-23bc-4677-98b0-d6274928115c) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "/resistor_bank1/V+") (pintype "passive") + (tstamp 63a05a19-1fec-442a-aa1f-7133d917bebf) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 65 "Net-(Q19-D)") (pintype "passive") + (tstamp e28e289e-d7a3-4cd9-bab0-634ef8eece40) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp e89cb5fb-ebdc-4d4e-afb5-167dadbfcc13) + (at 126.5 118.5) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "R35" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp ece586ab-8f04-42db-acc6-adbce7052fae) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "DNP" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 978f802d-a5eb-4ba7-8867-80da7359f982) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp d5a36789-78fb-4634-b109-97c77d5874f6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 308a17a0-8aa1-46c2-9d47-a44cfc91bc3e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9e96a1d0-263a-4ce3-a0e8-4eb4b6e02f29) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/f1025e0d-3257-4d45-872e-6ad3a87371de") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd dnp) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4bda1650-1b43-4355-abd7-7b39ad09c421)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83ae3747-77d5-4d8a-91c4-ba59b8b5139f)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1cef94e-15c4-44a6-a8e0-3d1e5d39b94b)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 775ea357-87c9-4920-8791-1ef1477680f5)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac01f1f0-562f-4e22-923c-351d5a3d2ea7)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ceb08b38-d938-4e35-9faa-8c5f201a3996)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3e01855-3d66-439d-9841-e97f08e9ed93)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 390290ab-a4b5-4e99-bd6f-b6a1e75e0fda)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ba9a59a-70fc-4da2-85e9-7cfe3c7cf453)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ddf4456-a040-49e0-8383-25d70880f72a)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 42dcb46f-4f2c-4cf8-89aa-5646484ad35d) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 115 "/MISO") (pintype "passive") + (tstamp 717ca09c-8829-49a9-9a5c-42e4bffe6dbb) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 175 "Net-(U1-SDO{slash}SA0)") (pintype "passive") + (tstamp 97dc8d8f-b223-4bfc-8c82-fe7fa3786474) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp ea66ff6f-822e-4e71-86d6-0cf7f7db3770) + (at 127.1 67.53) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C25" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp e605fee5-dd88-4fc0-8fdc-1ed0b2d414c0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "DNP" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 697e1c71-b2fa-40f1-b679-9583ff1bf00d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 95dc38c4-12be-4115-a60b-b097f25590db) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 23590878-4b0f-4d5c-b0b5-e8ad43d03383) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0c4dd12f-cb06-404b-b978-e06fc2a31651) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/f05557d1-ff11-443f-b64b-c987d5393b1a") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd dnp) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 489e5541-fd73-4947-bd84-3d537064bd9f)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39c1cf06-1489-49e3-bdd3-5469d6858c1e)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5918c973-5074-4fe0-bba9-cc9716957944)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d611eea-827b-45eb-b4a2-daa1111274bf)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5df6bba7-eda9-4090-895c-3e5389dc2ebd)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43331bf3-6793-4639-8631-ea2c32083a02)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf7e15b7-ebbe-4dda-ad5d-29a2d18f9cbb)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 740af217-6b42-442e-9c8d-e644cf7cc58f)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ac64bed-d0e8-4259-b71d-0b5b0209061d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13237d82-821e-46e2-9c82-763a7599b713)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8c9e3d37-f584-46eb-a72b-ae46171bd468) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp eb09eb17-a0a5-439f-9b18-d29197f8b887) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 16 "Net-(U15-S1A)") (pintype "passive") + (tstamp 55d18003-5d83-4387-ad74-6517d2f3b388) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp ea8a1c76-805f-4f43-8a3f-0a794a355a84) + (at 172.5 100 90) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C2" (at 0 -1.43 90 unlocked) (layer "F.SilkS") (tstamp 02484e5d-513e-43a5-bd84-40a9cdc3eab1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "C_Small" (at 0 1.43 90 unlocked) (layer "F.Fab") (tstamp 3fcbe7f9-4fa7-44f6-80ce-4c5d5028544e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp b5f41b0e-13e3-44d3-b066-eb3ecf5e49ea) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp dff5dd6d-9eb8-48c5-b5d1-6f4e5232c6a1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp ec24c969-5954-419e-ba27-a16ca8843efe) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/0729ea0f-1a8e-4ec0-ac04-6ed9db75ab16") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27b8e919-1f4f-479f-8e1a-4eca4a781baa)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 679e5f93-3af9-4ee2-ae96-29dbdfcab195)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7357a71a-e396-4442-934d-aaaae693820a)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d44277c-fde7-4e9c-8b75-d86f53da09ca)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 511fb3e7-2c50-4330-9e53-8b209218502c)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4778c011-2230-4311-8f76-d39bdf2189bd)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60970e31-77c4-4702-9311-8c7578595a54)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af8f8575-8eda-4740-b733-106844ece971)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56e43ff6-9441-4eec-a95c-74bc4dec23c0)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a28f775e-c777-4099-8926-4a24f766fce5)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 06fffa0f-83b6-4e9f-b78e-e4f92f3d5324) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0 90) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "Net-(C1-Pad1)") (pintype "passive") + (tstamp 847640e8-86a0-4550-aaef-6ee6a716d686) + ) + (pad "2" smd roundrect (at 0.8625 0 90) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 3 "Net-(D1-A)") (pintype "passive") + (tstamp b84fbd41-4acc-4874-844a-077374d53136) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp eae3ad2e-9700-4c28-81cd-c1f8bdc81cf5) + (at 25.499 49.463) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R53" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp c55469d4-7ba4-4df1-b65d-201e612aef16) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp aac64fdd-7226-4f46-b4bc-48cbfc35b05f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9aa2361d-5b3b-429a-b48d-824aa98f33df) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 553eb38e-9442-4ffb-a46d-f77a8fa651d6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a489feec-1125-4cd3-af2e-acd580a6bb4f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f/31426c08-cbf2-4d41-8c44-effe9169a3a8") + (sheetname "resistor_bank") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f61b0303-0307-4392-9109-1200d2e2961e)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5d04706-15a3-43ea-8918-284fd3ecb389)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94e2d4a5-ea84-4a0a-aef6-061be9a54a74)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80e62449-3d77-4d6e-a5fd-40a8fcce38de)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 848b4a1f-64cb-45c7-8f9f-2f8ee500482e)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02bfb181-ed0e-4e2f-a202-dd99eb65c569)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 645a3ee4-ba65-4590-a3ba-c82cfb4119bc)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 461a4d71-e8e7-4fad-a6cb-046e5954d57a)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b47206f0-40c0-4673-a3fc-95a74327081b)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e763cd1-696f-425c-a08f-6ea8358ad027)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp d2359a3e-c097-4be9-ae33-2a2a390473b6) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "/resistor_bank/V+") (pintype "passive") + (tstamp 5f2a909a-e1ec-43a2-8b81-ff2ae0d4a690) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 52 "Net-(Q9-D)") (pintype "passive") + (tstamp f8092bb6-b99b-4c9b-a104-98fa6c5451a6) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_2512_6332Metric_Pad1.40x3.35mm_HandSolder" (layer "F.Cu") + (tstamp eaf642c9-3ff9-4e66-b96a-96d19f0e3e0b) + (at 171.5 129) + (descr "Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R9" (at 0 -2.62 0 unlocked) (layer "F.SilkS") (tstamp 06d63e5f-08a4-48ac-933d-6e6d31993d1a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "220" (at 0 2.62 0 unlocked) (layer "F.Fab") (tstamp 74f9ecb2-935d-4909-be6d-dc4981d5fa69) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 18f1fc93-180a-4942-9c1e-05871301bef2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 686729b9-bf2f-43e0-b42b-cf2746245408) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e7284490-8ed1-42a2-affc-776efbac77cc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2934060" (at -0.079 -94.758 0 unlocked) (layer "F.Fab") hide (tstamp 78532d20-e948-476e-a0b6-1da942d8ecc0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/61f6ff04-b27b-464c-b2e1-3c3a836b9d83") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -2.177064 -1.71) (end 2.177064 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2deb43ed-8474-40b5-ad7c-d81b1cda1502)) + (fp_line (start -2.177064 1.71) (end 2.177064 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f9ec1f7-e8e1-4393-b325-bfb0ed959c47)) + (fp_line (start -4 -1.92) (end 4 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec384dc3-12a9-4f53-bba4-262741dac029)) + (fp_line (start -4 1.92) (end -4 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3aacbbd0-0b21-4737-84b7-99fcd19d985f)) + (fp_line (start 4 -1.92) (end 4 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp baae6995-2419-45d2-97cc-fa9d5643aa73)) + (fp_line (start 4 1.92) (end -4 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 32ef5397-c42c-42a9-b462-787e8f6b8790)) + (fp_line (start -3.15 -1.6) (end 3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63a67457-ec40-40ca-8a59-05b81edcaee9)) + (fp_line (start -3.15 1.6) (end -3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 363543c5-7e0e-45b2-a7bc-1ad23f0631e7)) + (fp_line (start 3.15 -1.6) (end 3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de854246-939e-4a4c-b02f-52b7e05d0915)) + (fp_line (start 3.15 1.6) (end -3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f778483-4e9b-497a-bf91-223e35cbca8c)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 20c49db7-cb0c-4b09-aefc-81f01316a2c3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -3.05 0) (size 1.4 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.178571) + (net 5 "VCC") (pintype "passive") + (tstamp 35c38d4c-d6bb-4df8-9df4-ba54d13cdce1) + ) + (pad "2" smd roundrect (at 3.05 0) (size 1.4 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.178571) + (net 173 "Net-(U17-QG)") (pintype "passive") + (tstamp 83444394-87bb-4de2-9452-65562e7f520c) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_2512_6332Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp eb2486a5-33b7-4cd4-92cd-ed7028215856) + (at -7.671 102.323) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R88" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 66901c6b-8d9f-46bd-9720-3df953a240af) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp da230015-94c8-437a-af8b-1ef4de0f0312) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 28455b03-6d60-484c-a26e-96e962276fdd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0b19a140-b2c9-4800-a590-0ba0c9f7c306) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7f6d968a-c31d-4ead-9c75-592b0453553c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9165aeea-e5c9-4847-b386-ddb52c57fdca/beb8f1b6-538e-4c79-9631-b0441be3fdb2") + (sheetname "resistor_bank2") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 12f9c5c3-8032-496d-a510-e1cdcb90c62d)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2e5a5ef-0147-4b7b-8485-994e2698907d)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e227dca3-2e2f-455a-85eb-e364419543e5)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9fb54dd0-b15c-4718-9b64-7bba2f0452ea)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25988cb8-06c5-4017-8eed-f1800dedfaed)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd7b5a1a-c259-4362-bb2c-768d40d97752)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90352b45-e64a-42a6-b042-77a6145555a8)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00959788-a62a-4312-bd29-324057c9de00)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af579abb-75e6-4d88-b2b9-a55f9dabe938)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a7bd6a7-f764-4aaa-bcd4-0d278020b55c)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp dc9e3f12-70c8-43e6-8d70-1c42cc76ff25) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 96 "/resistor_bank2/V+") (pintype "passive") + (tstamp 11713e51-0e79-4ddd-b93f-9b392c33aaf5) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 73 "Net-(Q27-D)") (pintype "passive") + (tstamp 9cda6fe6-a72b-4c2d-a596-9b6f1031f03a) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp ebde9f6e-591c-46ea-85b4-e18cfc5ba9d2) + (at 206.4 67.36) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R139" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 744075b2-b707-442f-a6c6-28d02fa8fa2f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp b3ddbaec-0b15-42c6-98f7-0214c6d522f4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 59b84d69-18a2-486a-b023-7864c070529f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 22786463-008f-47a3-a4ea-31ddbbc11501) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6ae7b6ba-f7a3-4902-a920-050d8323b017) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/3df844c9-c190-4281-99d3-bc3c3818532f") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b112662-58ef-4879-b955-de1ebafacdb8)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85a93e6f-e23f-44aa-921c-b026a15bbcb6)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d64da413-d42f-4338-aa35-fdaea382251f)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c955e7ce-4d71-40ab-9e4f-ad22716a27c9)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a15f8c68-057d-4404-8bf3-8a721674c568)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67d4301a-4b6a-434f-a980-d4e2bdf61e10)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8399984-a40c-4de0-a64d-8edeb17c9836)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d35f55d0-755b-4125-b78a-28e857228a17)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c276ad0-c249-444a-b26b-3319c51978d2)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b318847a-b4c8-4ccf-b9c1-29289442d64c)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 8eaa7641-4ba0-446b-beb4-41826f455fc9) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 105 "Net-(Q52B-C2)") (pintype "passive") + (tstamp b51c8ef9-8542-4d74-b248-0f9850e5b8f0) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp d970a7df-01e2-4a22-9589-3bf835b321db) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp ec17d669-d9b9-4d1e-9053-fa4c643663f7) + (at 202 87) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C19" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 161caee4-07cb-4089-bfd4-2134cc88bab0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10n" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp f8086ab8-75bc-4dbe-956c-43e9d8c358ec) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3dc24251-6870-4fc5-b1dc-7e242faef027) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 627b0a2e-268f-4bf7-9427-e7c984edd37a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp cb8ffe67-9584-45ce-8376-23b5384f7d7e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "DNP" "DNP" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ce9673d9-d282-46ef-9cde-b5a1f61ceac6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/23391e48-fbef-4875-9428-7c5eb7121faf") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ce20286-f171-48ac-a366-70a4c9e29171)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ccbe51e5-747c-4764-b382-6b2312e0c817)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2736302a-2aa8-452f-a0b4-863e7add97d0)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4bcdcba7-7f9d-4f2c-a5f0-73173e92f05f)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d71ea46-5adc-4bcc-ba7e-b25e7d0dded7)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2bf8c810-6d1a-41d8-bc67-5c355b47cccc)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c29c5368-3cea-4790-a3af-4f1c862b4592)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83e9e25b-fb5d-4ef8-a451-eb9caeea3727)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b19f1659-6502-49b9-b104-d991a3b30819)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5acd91e-7b02-4d3a-9e93-a4266280ea7e)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 1adc8232-034e-42af-bc3d-684275beca60) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp a52f094e-4534-4f02-8c93-3db97b19d9cb) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 10 "/PD_VREF") (pintype "passive") + (tstamp 878c2968-cdf3-48c2-bb1f-b4a3f389f5bd) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp ecb63cae-4104-46ec-abb0-c21df42e5911) + (at 5.189 102.323) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R93" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp bab235fa-edfd-4a3a-be15-e7934633ceca) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 1b91a22a-07bf-4a2a-b4e8-b0cc828b432b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 0eb621cf-bf3a-450b-aa37-0d659d975e29) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5ffc0698-e2b0-479b-bd12-0c0669708e25) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b120f224-7c1f-44d4-ad07-a57a51b84a1f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/c072e67d-64d4-42da-9402-d6b0c38e8482") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2fb5215-7081-4ef2-837d-b6e1ac03c69c)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0aadc57e-2ac4-4bb6-b7eb-a9ce90c32dee)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a18e1c5b-bbcd-4a36-9b3b-2dfd341d0b22)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4e02ee9-b6c2-497f-ad0d-91b7e7af18d3)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb10a949-1db9-484e-9636-910d48ac8c07)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp efdbe1f9-76cc-4172-8517-88fd3e508731)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42be1484-bcc9-4656-8703-820d2590a45e)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7925b875-f0ed-48c0-a63a-d32cef261f31)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79814b64-36ba-44de-be36-98198af00cd0)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3d23137-ab34-46cb-93b9-6e4d8b7cd2ee)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 126c0adb-373c-4b37-be1a-9ed53acd8001) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp 5ceda1e0-4be1-49d0-b3bd-34e1e0e37b5a) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 75 "Net-(Q29-D)") (pintype "passive") + (tstamp b289ce6b-a923-4389-936d-ede49609d171) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp ed0c14ec-ee99-484c-987e-e2d606ae848e) + (at 202.05 67.36) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C38" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 8446d00e-9899-4d41-b583-402ece6ba6c9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1n" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 5698e5e0-d06b-4391-a688-3ea0ef34da98) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e96ebc0d-a445-4c52-bc65-0ebdc8492466) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 441b42df-c160-4717-bdb2-c9bf977a8f90) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3089b05f-1c11-4af6-b8f2-2585ff6d152a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "DNP" "DNP" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 5c7e0f90-a3a0-4ae3-b28a-4089cbda64f5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/57ed75ae-4730-4e01-81c3-81aee7122643") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c2e42ac-e09a-40c8-b4c9-85f6f20eb15a)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6f2742c-a3b6-40ec-8ed4-e071940b67d6)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed35b0a1-173e-4556-a879-1597a98ce603)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ff6a9de-59d4-4928-935d-bb457b25c9e4)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3496adbf-e8d7-40ef-9517-b943e618ec21)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8f9eeb6-253c-4927-9044-42b72eb86d6b)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f50761db-ed6d-4b3a-874b-d88c479b83a1)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c5a25fc-2235-49c1-84c2-c3fb7d0b31cf)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6a4d3dd-eb32-4f25-b9c8-5892ac1d3c51)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fbe5d3d3-a691-4e66-9d75-da4fbe7ee6d4)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 52cba5a8-1366-4798-a1ae-c9aea0f5e995) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 691f0291-a561-4adb-8cc7-83bb44567e14) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 26 "/PD4") (pintype "passive") + (tstamp cd8f337d-df50-4b3f-affe-50a2c5546219) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp ed89191e-cded-4a7f-a278-15ba8f12cf08) + (at 158.53 142.5875 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R128" (at 0 -1.43 90 unlocked) (layer "F.SilkS") (tstamp 7a179839-7c96-4b38-b85b-b8bd8ee4a1cf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "220k" (at 0 1.43 90 unlocked) (layer "F.Fab") (tstamp 2be37e6f-08af-4be6-9643-e3fa6d964b17) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp f9330c12-0864-45c5-9074-d726971e7872) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 8e00815b-0c3e-466f-ab12-abfb9454e9c5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 1166b7ac-5001-42bb-99d8-33254ec30f4b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/6c9e0bee-f4af-42a6-9018-54f173e04c0c") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b32811c3-4acb-4e4d-8b20-2f733b7cc7a0)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad18348a-fe52-430b-a474-f8995c2452e2)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5916b711-1bd9-49a1-ad08-d7cdf37203fc)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1091008-af3f-4395-90d1-dac6b5da421e)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 340150d7-c597-41cc-a39a-82318e9c40c7)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 102c3cf8-9b92-45e6-afdc-a87ae7ddb30f)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d66d0eef-bc2c-4698-8f56-214ac2d7e6c5)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b79cdc74-8d1f-49ce-a096-11a19d8aaed6)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7c5b9dd-eef7-40ec-bbd2-347089d90cba)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 54e5389e-57e8-46b4-a0b4-e147175f5aab)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 2f012162-7e5e-4284-92fb-401585504a1f) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 170 "Net-(Q49-G)") (pintype "passive") + (tstamp 925c195a-f87c-4398-995c-a0d2ca659809) + ) + (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 99 "/HG4") (pintype "passive") + (tstamp cb4508ca-0c3c-45af-8fcb-9f441414814a) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp f02586e1-3f1c-41ed-aceb-d5df1eb26913) + (at 5.189 112.363) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R97" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 64f5509f-c748-4aed-a4a8-6c6f56e80d3e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "100" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp e29b8ac1-0659-4dbf-968e-e54e35345ba0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 832146ae-bfb3-4071-a929-2fff7077d8cf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 3855a863-2035-4d13-a207-b7abed35a684) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 22a762a4-76ef-4d90-9ecf-a46e1b656a7c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/ad7973af-b34a-4c25-bc3f-b85129d6a98c") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c78f1ad3-2bfb-4a71-bc30-92c7e6713e7e)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7d2517d-f933-402e-9f35-1592ee1b4360)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 46e65b6b-0343-4a5c-ba71-78e8203dedc4)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cca52c02-9e56-496a-a49d-35df547aaa31)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e44b984-58d4-4348-adf1-5ef48086d1de)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42bce0a0-f649-4fe9-8e1b-71da21b87d5a)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02fa3cfc-c11a-414b-a729-f1fdc6cd442e)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a2346c2-49d9-4aec-bbd8-0816331e2d76)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11dc16d8-6adb-4bae-9694-d3d390d47355)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6bbaa8aa-4b79-46e8-bd9c-aca034d98ab5)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 16115f8c-5458-4ac1-86ac-ed1b384dce48) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp b1d2af9d-b44b-4da5-a581-8463cdbf0091) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 77 "Net-(Q31-D)") (pintype "passive") + (tstamp eeaf560e-98cc-43ec-8222-1727734f20de) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp f0cd606f-060e-4a3d-ad08-65caec1b9e77) + (at 109 88.5) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R34" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp b6036ee4-d40b-40a5-81d0-d646563490cc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 05d665b4-d856-48f9-a84c-0d000c031d8a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp fc5ebe6e-ab0d-4ec5-96f0-c6d34eb2130a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp a56f75ca-2e6d-45cf-a9cb-7c3c2647d7fa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 498556c3-f334-433f-b1e2-5911a8ef5dd1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/bbb2b61c-9829-4f87-874f-6ccb0213da0a") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4fe8e76-c28c-48a6-815b-17ba7e44e0a3)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b660c687-f8a1-413a-98cc-1f7ce438dc03)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4efa7148-b2ee-48be-9be6-9c51e7e7db27)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e58cfdd-1143-44e6-bde0-472f1954a910)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1108c160-18d7-40d8-ba89-e02fddd7c994)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b94ec1f8-2095-41c9-8220-ce1b79f58bd0)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69dc40b3-ba40-41e3-beee-00b454a314a4)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7479372c-9a3c-4086-b792-674d27432ef4)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52a69f10-f915-49f4-945b-ddead5e2e207)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a92fec3c-d717-4286-b3d0-1519a29ab1dd)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 5784f972-2b75-413e-9ad5-1c37e4226792) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 114 "Net-(R34-Pad1)") (pintype "passive") + (tstamp 3fe0eac9-5073-44ae-a36d-be7a81f1a148) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 772b8cc5-7d3d-4334-a21c-ce03b1cc9800) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp f1c3aca2-fac5-4f18-8937-46de84384ead) + (at 5.189 109.853) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R96" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp b6ef45d0-4bae-4577-89ad-4aa7173d4240) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "150" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 62cffc93-dd8e-4de6-9358-24618f172caa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 9ddbba26-e4f6-47b2-b3da-f97768f9478b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 95d68955-8465-49ef-b7e8-38720e04d07c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Resistive heater" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7447ec01-ffa2-4b69-963c-d9e01c770241) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/91df35e2-6076-4ca0-8a79-437a67d41236/16ee29c0-840e-44e9-b5d9-206014569540") + (sheetname "resistor_bank3") + (sheetfile "resistor_bank.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ccfcdd4f-86ef-407f-bdd0-e14288d19bad)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b4eb776-0ae4-4d36-9c2c-caecfd956aa9)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9cb6c2eb-f833-42f6-8edf-2c4b333fc8df)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8248468-1779-48c1-99fa-41f470595e0c)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73a43eef-830e-403b-bbba-53d15814679b)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13cf467c-58e5-40fa-ba09-ec0a677e9d26)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9afcc254-e571-4902-bce4-c928b48a0e47)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c162c51-f808-43ec-985f-b9082bbbe384)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 531e700d-dc82-496e-b928-50af2a232469)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ccd7637-2b65-496e-83ed-a6b933d07118)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 4814ba03-a669-49fb-84a2-f390b2376646) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pintype "passive") + (tstamp 76b55977-db50-4539-bf0e-3c8f2a7e3dca) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 77 "Net-(Q31-D)") (pintype "passive") + (tstamp 897a2ae6-b717-45ba-8d98-9454cc0c5cf1) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp f3e37559-4055-4048-b7cd-4ea0eb63843f) + (at 210.75 76.42) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R7" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp e3395e3d-031c-4f2f-9eb7-2e24269f1cc2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1Meg" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp b01557f3-2b3c-45e3-85de-172b66dd6fd2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 848b1565-88f3-4da5-8250-6a3142318694) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7f34d47c-2f67-4a81-88d8-19fd7cffe02d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 567a5754-62e1-484c-bdb9-fc501cd13427) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/8e6d516f-ef2e-4a4a-8e58-49bac5efe6a6") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b7d4135-a87a-4372-824a-e384ddfb9c6a)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d3c120b-ea62-4f34-9d42-37bb4747e3f1)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21f023be-2caa-4843-874b-8a5eb2dd4566)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd10f41b-761b-40b3-b71a-f5b70f8a9774)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ece34ab8-f9cd-42d4-a024-8da5f4cae88b)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 123c5580-61c6-45ae-bffd-7ad6756922c5)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7f90d96-6eb9-4764-ba79-34fd0f7d315d)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ac34cba-b0fb-4b19-b1bf-f34146918a90)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa7ce676-5a48-40ca-990d-6e87088aea19)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac6205f6-48f9-4737-9872-03c6c2d3806b)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp b7502d72-d4bd-4551-842f-ec2b8549bc10) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 7e768aaa-fae8-4a29-97a1-6743f0c7f464) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 9 "/PD1") (pintype "passive") + (tstamp afdd6964-7914-4289-9966-08200ec5124f) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp f519cec7-933f-49f6-a853-b56fb6452fb4) + (at 153.45 137.0625 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q48" (at 0 -2.4 90 unlocked) (layer "F.SilkS") (tstamp a5400daa-13af-4879-9097-d96e0fa6d31a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3401A" (at 0 2.4 90 unlocked) (layer "F.Fab") (tstamp e1b36a8c-3c95-4f0d-a6e1-d01087f36ec0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp e7f96ac0-e006-4444-a54e-b66875ca2a7e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 3cab85bf-a53d-4015-ab8d-a6ee388556aa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 4281aeb4-1df1-4e31-900a-58084614d7a8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 137.0625 -153.45 0 unlocked) (layer "F.Fab") hide (tstamp cbaad227-4012-4ed9-8d61-fc0cbd25b8dc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 137.0625 -153.45 0 unlocked) (layer "F.Fab") hide (tstamp 45184836-731b-430f-9eaa-e2616ec62b2a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/5205fdec-a05a-484a-9aa5-db34603e72a1") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a89c4020-d636-4b25-81da-5f1a8287f961)) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99dae842-f497-4d8d-a435-233d164b4003)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e33754ab-3ea5-418f-adf6-1e1987fc37e0)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c402c4c3-84da-4982-89b2-dff765c827aa)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4e8f6c3-d9df-4cd5-b308-836d2aee9669)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b796c01f-b96f-4cc8-a92e-50cd84506028)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6641fb29-0918-4448-938e-634c6633091e)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae7b77ae-a69f-448f-ba4b-135e109cfc15)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b4f4b05-6ad4-4db5-af63-bb92e1ea2245)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d7696db-c537-42d4-bdc9-21ba9ed9b022)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36191ff5-d13f-45d3-95d5-627f0c183739)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e905d2f7-8fc5-49db-8dd2-618bd08d6dcd)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c24428db-7342-49a5-979d-ca3fccaa5e80)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp c9f14f45-0dff-4de9-8510-e396be359fa6) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 169 "Net-(Q48-G)") (pinfunction "G") (pintype "input") + (tstamp bae2382c-08a3-4abb-a3cb-8992f4951a2a) + ) + (pad "2" smd roundrect (at -0.9375 0.95 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+24V") (pinfunction "S") (pintype "passive") + (tstamp d89061bd-9b7f-400f-b97a-1c0fc51862a1) + ) + (pad "3" smd roundrect (at 0.9375 0 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/resistor_bank3/V+") (pinfunction "D") (pintype "passive") + (tstamp fc3feed4-5a51-4112-a5d6-414ef388a4a2) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp f5aef5ca-c2cf-4c0a-b0bf-6ea97ad5565c) + (at 206.4 59.83) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R11" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 61e266d1-d603-47c0-b0a0-440a9f53ca65) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp faa7be71-fb68-49c6-b43b-54682bdc2100) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp aa603030-fdfe-44eb-90ff-fd5b657e84a0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp cdb7cc1e-1c8b-4344-bc5c-499c0ed6a517) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 34fabc9c-19ed-4128-ad72-81853855a9be) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/9caf2a35-027f-42fd-9c5b-33991635f950/69fc5db1-3130-4f2a-b7a4-4679c75e663c") + (sheetname "PD_TIA2") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbc0a880-ab06-4ab4-bf52-c4450f5808cc)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f3ca515-1e00-44a5-bba3-baaf2b1947fd)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b170537-2c8f-4ef9-be92-2940e6ad73ee)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 423b24d2-f498-444b-9e1c-0f5189f6daa7)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84497804-220d-43c1-8e43-4f4bc6f85d52)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4a1cec8-a0d6-414e-b198-412e4cd700a6)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d103e52a-3e46-4b14-8b66-16b2acbe6d04)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c293e64-a787-492b-8f5c-04bed570a87f)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 997cd3d5-a039-468e-98ba-e27e77f5c84c)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2bb2381-4244-4404-92ad-617a63a44d7e)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 7a89f08a-7a7a-4833-9fe4-e1402b8813d0) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 42 "Net-(Q3A-C1)") (pintype "passive") + (tstamp d7db5b6e-3415-46fb-88f7-3e86de68d4e8) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp ddb669d5-e962-42a3-a387-e9a1a378b103) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm" (layer "F.Cu") + (tstamp f6733b62-d728-41c6-8602-3c486357175b) + (at 178.58 85.97) + (descr "MSOP, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4440fb.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "MSOP SO") + (property "Reference" "U6" (at 0 -2.45 0 unlocked) (layer "F.SilkS") (tstamp 0a633ae2-d1df-4894-8e55-97c8de744cc0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "LTC6269xMS8E" (at 0 2.45 0 unlocked) (layer "F.Fab") (tstamp 5691b5c8-356d-425a-8035-f0f8845bd102) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_SO:MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 61e8524c-64c2-45a6-9bb5-062aa059447f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/62689f.pdf" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp e2e84d47-cfbd-4889-9cbf-aae8b3e49b7c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Dual 500MHz Ultra-Low Bias Current FET Input Op Amps, MSOP-8" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp eaae40b8-1d43-4d27-a79d-5d4da92804ba) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "25.1mg" (at -178.58 -85.97 0 unlocked) (layer "F.Fab") hide (tstamp 84ea3a02-4854-49fd-9dc1-a57df09497ad) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/msop/8L-HRM-8-1.pdf" (at -178.58 -85.97 0 unlocked) (layer "F.Fab") hide (tstamp a80b730c-31e7-47b7-a705-e36ccc0d99d1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/3deb5c67-0c76-4c60-af7e-661b03103e6a") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start 0 -1.61) (end -2.875 -1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8eaa9a3-0cae-436c-8dc7-c608e5b49e18)) + (fp_line (start 0 -1.61) (end 1.5 -1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86418d1a-086a-4aaf-8143-3bd0e05b7385)) + (fp_line (start 0 1.61) (end -1.5 1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a73171cd-c2d0-401e-afc4-52373e9150b0)) + (fp_line (start 0 1.61) (end 1.5 1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 484b4234-5b14-479d-8968-0f106da51d90)) + (fp_line (start -3.12 -1.75) (end -3.12 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ed23254-df7b-4d92-982a-c0bd8757309f)) + (fp_line (start -3.12 1.75) (end 3.12 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a32a646-cf87-4404-ae82-619eeaa5d7e0)) + (fp_line (start 3.12 -1.75) (end -3.12 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff0bb829-86f1-4eb8-a450-620ba1651250)) + (fp_line (start 3.12 1.75) (end 3.12 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b9cdff6-e4d8-412e-82f1-d9fbeed0de1c)) + (fp_line (start -1.5 -0.75) (end -0.75 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40b20d9c-e9c4-47b9-90ef-28a7f7b8cd63)) + (fp_line (start -1.5 1.5) (end -1.5 -0.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ca1674a-4f6f-4e6c-ad36-bdcdc8664080)) + (fp_line (start -0.75 -1.5) (end 1.5 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07e3e89e-e440-4cb8-a2fa-01e41cf455cd)) + (fp_line (start 1.5 -1.5) (end 1.5 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86034749-e867-4cf8-8dab-33379fc771d8)) + (fp_line (start 1.5 1.5) (end -1.5 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8982b866-39ba-4114-9504-4b7894a81bed)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 349a5663-6621-4298-bc03-2cdcc7d50b99) + (effects (font (size 0.75 0.75) (thickness 0.11))) + ) + (pad "" smd roundrect (at -0.42 -0.47) (size 0.68 0.76) (layers "F.Paste") (roundrect_rratio 0.25) + (tstamp 24e33ab1-d0d6-4cc4-a83d-50f05f211b9d) + ) + (pad "" smd roundrect (at -0.42 0.47) (size 0.68 0.76) (layers "F.Paste") (roundrect_rratio 0.25) + (tstamp 6d57b018-ba57-495e-b38c-7b5ee4f7ae48) + ) + (pad "" smd roundrect (at 0.42 -0.47) (size 0.68 0.76) (layers "F.Paste") (roundrect_rratio 0.25) + (tstamp 5a870356-3a02-4e13-8bac-bf31f41306ba) + ) + (pad "" smd roundrect (at 0.42 0.47) (size 0.68 0.76) (layers "F.Paste") (roundrect_rratio 0.25) + (tstamp a642bcf9-c4ea-442d-ada9-02a53a1d3e59) + ) + (pad "1" smd roundrect (at -2.15 -0.975) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 37 "Net-(Q1A-B1)") (pintype "output") + (tstamp 1a335ef4-0985-4967-a6ff-2c25d4ca7054) + ) + (pad "2" smd roundrect (at -2.15 -0.325) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 7 "/PD_TIA/IN1") (pinfunction "-") (pintype "input") + (tstamp d84b2e6b-25dc-47f7-9b1a-cb7d0735cf84) + ) + (pad "3" smd roundrect (at -2.15 0.325) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 10 "/PD_VREF") (pinfunction "+") (pintype "input") + (tstamp d82021c6-2be9-41c9-aa7f-bc5210a6d2fb) + ) + (pad "4" smd roundrect (at -2.15 0.975) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pinfunction "V-") (pintype "power_in") + (tstamp 13a46dd6-4cb8-4173-bc7f-0517ec97f1f8) + ) + (pad "5" smd roundrect (at 2.15 0.975) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 10 "/PD_VREF") (pinfunction "+") (pintype "input") + (tstamp 70be069a-4d11-4b69-bfa4-6160ebd42704) + ) + (pad "6" smd roundrect (at 2.15 0.325) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 21 "/PD_TIA/IN2") (pinfunction "-") (pintype "input") + (tstamp 8000363c-37fb-4215-8275-6ce3051f9905) + ) + (pad "7" smd roundrect (at 2.15 -0.325) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 101 "Net-(Q50A-B1)") (pintype "output") + (tstamp 5bbb59e0-227f-4475-bc4b-bdb1d64c2bf7) + ) + (pad "8" smd roundrect (at 2.15 -0.975) (size 1.45 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pinfunction "V+") (pintype "power_in") + (tstamp c7617eac-83eb-48af-b20f-a78a2918ffa0) + ) + (pad "9" smd rect (at 0 0) (size 1.68 1.88) (layers "F.Cu" "F.Mask") + (net 4 "GND") (pinfunction "V-") (pintype "passive") + (tstamp 21e395f3-fa87-4134-91cc-9f21463ce7d9) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp f7e58007-e9a4-42ae-a757-cdcf9a3044ec) + (at 140.96 141.675 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R10" (at 0 -1.43 90 unlocked) (layer "F.SilkS") (tstamp e9a77045-64b4-480f-9624-80880c838725) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "220k" (at 0 1.43 90 unlocked) (layer "F.Fab") (tstamp 5bd46670-bd08-4c5a-92a5-c7a1957d124e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp cdd44e8d-5b89-4c04-b99a-d678cad6cade) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp c22039b8-3d83-4b50-b996-6f33f0d2850e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 19c86780-c703-4769-ac45-3d7cce0ee910) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/b7a2b129-7514-41f8-9bca-51e9ce964d66") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8b5db7d-f69e-430f-86a4-7b6b5398986b)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f6307264-19d5-4f49-b551-7ede22d40e77)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3519f2f-71fd-4926-b813-86e5f8838d0c)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7e6b000-9c46-48e1-8237-cc7aafb0f24c)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a81a686b-7bc6-427b-ac47-1af489f556d1)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76037c49-c1a8-4be0-8c1e-bf0d96c4c62e)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b72464c-8088-404b-98f6-11d1f4984029)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3be88bbe-f11e-4ac6-a67e-67b3338373bf)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cebcc6d-5bd7-40b6-b0b7-224cd22196b9)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00c2807e-30ad-4b21-94d3-af580ee16b5b)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp a0edb2a8-e9bc-4a6d-9534-ea3d4b760680) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 165 "Net-(Q45-G)") (pintype "passive") + (tstamp 3356403a-0f43-4057-935e-4ef8f0b3a581) + ) + (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 91 "/HG0") (pintype "passive") + (tstamp f74d6571-db3a-4061-912f-5b1be81b26a9) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "LED_SMD:LED_1206_3216Metric_ReverseMount_Hole1.8x2.4mm" (layer "F.Cu") + (tstamp f9f1d263-a164-49ca-8ae9-06c3952871ce) + (at 170 86.05 90) + (descr "LED SMD 1206 (3216 Metric), reverse mount, square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode reverse") + (property "Reference" "D10" (at 0 -2.145 90 unlocked) (layer "F.SilkS") (tstamp edd4cda0-fa9c-4cd5-8d63-ee3c748dc8ec) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "white" (at 0 2.145 90 unlocked) (layer "F.Fab") (tstamp 220bea5f-fe66-4baa-bd31-03edd55ff1f7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "LED_SMD:LED_1206_3216Metric_ReverseMount_Hole1.8x2.4mm" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 0f47a01b-e1a1-4e4e-b335-bc7cecf0ab89) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 56346869-c366-4688-98cd-c39440fc3493) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "Light emitting diode" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 11c76843-1141-48ea-8b8a-c6a195545413) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "20mg" (at 86.05 -170 0 unlocked) (layer "F.Fab") hide (tstamp 5c30733e-8a5b-4079-a0b0-ac4d74d6b418) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "guess" (at 86.05 -170 0 unlocked) (layer "F.Fab") hide (tstamp da92ae6b-b6aa-4db3-a0a8-69898fecb522) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/52872305-1dfc-4411-bccf-69caad3de341") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 1.6 -1.46) (end -2.285 -1.46) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f89247d-caf3-4d2a-abdc-742775148371)) + (fp_line (start -2.285 -1.46) (end -2.285 1.46) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 055e3440-1b0e-4c3f-8831-4de014f61115)) + (fp_line (start -2.285 1.46) (end 1.6 1.46) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 969bb444-4f9b-4db9-afc8-e086dbbd2f1c)) + (fp_line (start 2.28 -1.46) (end 2.28 1.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7cb40ff5-e2f5-4299-9efa-21564e22432a)) + (fp_line (start -2.28 -1.46) (end 2.28 -1.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69c56a1f-6937-40d8-9b3e-e058b427e38a)) + (fp_line (start 2.28 1.46) (end -2.28 1.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa364ba1-a38b-48ef-9cd3-9f9c4827dede)) + (fp_line (start -2.28 1.46) (end -2.28 -1.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cdc3d0a6-0e19-42e8-89b2-e303f2ece20d)) + (fp_line (start 1.6 -0.8) (end -1.2 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87a8802f-72b5-478e-a323-b3fa406fea42)) + (fp_line (start -1.2 -0.8) (end -1.6 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1c8cd2c-2cb1-4cc4-a542-f2969a2c8c1e)) + (fp_line (start -1.6 -0.4) (end -1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69abd554-e7f9-4bd2-b5be-ab822fc2a631)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f0491f5-bf50-47b9-9888-97224d267cab)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2769405-b27b-4751-bed6-e73f14f951ae)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 178d986d-baf3-4f88-9745-7649a422ee66) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad "" np_thru_hole oval (at 0 0 90) (size 1.8 2.4) (drill oval 1.8 2.4) (layers "*.Cu" "*.Mask") + (tstamp d8cc82d1-af7d-4a07-a05e-e4c3fb3f34b9) + ) + (pad "1" smd roundrect (at -1.55 0 90) (size 0.95 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (net 30 "/LED_ALM1") (pinfunction "K") (pintype "passive") + (tstamp b7805f79-c0b7-4300-bc80-641ed7dc8e95) + ) + (pad "2" smd roundrect (at 1.55 0 90) (size 0.95 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (net 31 "Net-(D10-A)") (pinfunction "A") (pintype "passive") + (tstamp dc29e3e5-e489-429b-a750-517ad0bc807d) + ) + (model "${KICAD6_3DMODEL_DIR}/LED_SMD.3dshapes/LED_1206_3216Metric_ReverseMount.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp fa9f3780-81c5-4257-b593-f7cb611cf228) + (at 174.5875 82.5) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R38" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 61d1084f-c462-45e1-b522-5db75d7aa14c) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "47" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp acf78f65-3943-4dc9-a5ec-d72ead558316) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c48b6dc8-6e35-45b0-9802-ded201fc5148) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 7137a05f-b104-4d9b-8f5f-1bf560228e43) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 59b10a44-a895-4dd4-9cc3-65f3ec40cafd) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/a36bcdbd-9eb2-4b08-a14d-fcd631443425") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 513676a0-27b8-4290-9a11-1129ee741621)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 911b9ffa-4dc4-4a50-9ea1-37f299d2dfae)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 360de3f5-2d03-4c73-a945-73490c2b9fba)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b24e5605-df9b-4ac2-ad3e-20cd40fced71)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17f7b717-09ea-4225-b782-9f4e8354f11f)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f85580e0-2bd6-4aed-801f-07c2c5c01a19)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b94d5cf-a34c-4faa-b298-781c906db7cf)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84bbc68b-b148-4e1a-8338-e1297c24de72)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74a8a592-b2b4-458a-b4e9-2e16a61c9939)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99ee5cfc-b728-4b6b-bc6b-0c4b7451620c)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 073460fc-9ee2-4b96-81b1-821cc9bb0ff2) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 31 "Net-(D10-A)") (pintype "passive") + (tstamp d0102c7b-595b-4072-8859-ece0ed932b64) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 6ca090a8-5027-4a9d-ace4-fc91eeaaa4ca) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu") + (tstamp fb3f2512-3097-4b46-8ac7-43e438bd2b89) + (at 110.5 103.5) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C7" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 1313f989-2ff0-4dce-9f6e-afa55a661ebf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10u 6V3 X7R" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp d1939295-103a-4de4-b428-239fca35896d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 65f09f98-e400-407a-91c4-65f35045b02b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 210e3feb-e94b-4739-bdd3-ab93db484d67) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c2d54195-d2f1-4423-be06-9de278d3d575) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C342847" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 6dd71938-b5cb-4adb-9a8b-d39d872a1960) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/469c4dd2-3731-47d5-8842-8f53d0b0672b") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa1e818e-cfdd-4c18-ba9c-03c307dd768d)) + (fp_line (start -0.146267 0.51) (end 0.146267 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e900937f-d641-4beb-babb-9dc6b7d51420)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d1cedb9-8519-4227-9eb5-1997f9116f8c)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50840228-145e-4da4-a5ba-c7d2f8eed4ff)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp edaaa502-f1c9-4302-863d-7f4196b69ef3)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25a04a5f-95f0-4958-86f4-a08ffe517f0a)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef90eb95-852d-46e6-a3de-dd66381df421)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92dbc950-13af-4367-bf48-558f8362b698)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a24ac82-2646-4d44-912e-0b0534f73ba6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57ff9369-d2fc-44be-83b3-fd22669e6979)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 835e3697-702a-447b-bc73-588c166ad6d4) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp e210cf45-bce9-4625-9d33-559e6547b28c) + ) + (pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp 2147e6a6-9454-493a-ae79-796ab7020007) + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp fb9ec0a1-fdcf-47b2-8278-aa28a00c33c2) + (at 157.9 137.0625 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q49" (at 0 -2.4 90 unlocked) (layer "F.SilkS") (tstamp 199a7491-bb05-49d2-8fa2-17b6ae39d460) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "AO3401A" (at 0 2.4 90 unlocked) (layer "F.Fab") (tstamp 6c4f8a0a-b44c-4ad6-9671-f29a8d5a2a0e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp a2ea3251-8e13-4e29-9b85-955f342e68b4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 7eaaee13-94a9-44fe-a783-f563cc579375) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 24389552-5925-4cb6-bc16-e09dcbc6cd3f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "8.5mg" (at 137.0625 -157.9 0 unlocked) (layer "F.Fab") hide (tstamp d851a766-4c11-46f0-810a-b1378c2aa903) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 137.0625 -157.9 0 unlocked) (layer "F.Fab") hide (tstamp 25daba7f-17ea-46a1-939f-e2b7c9e6d3ea) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/6e0fb146-1b8e-42d2-ba24-993d676b97b8") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start 0 -1.56) (end 0.65 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 185542ce-27c9-40c8-b02c-cbdad4492698)) + (fp_line (start 0 -1.56) (end -1.675 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eaf42508-1feb-462e-90a6-10e79a18616c)) + (fp_line (start 0 1.56) (end 0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3563fa6-f6d6-41df-813b-2757dc242d27)) + (fp_line (start 0 1.56) (end -0.65 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2fb3e0ef-8a09-43b8-b386-fa99c632abc5)) + (fp_line (start 1.92 -1.7) (end -1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 221558fe-5c67-454c-aeac-6ba082a39944)) + (fp_line (start -1.92 -1.7) (end -1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45d5ecb4-66a1-4b62-ab75-52a07b03c09d)) + (fp_line (start 1.92 1.7) (end 1.92 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ba98b35-1808-4233-b945-13af2862c0be)) + (fp_line (start -1.92 1.7) (end 1.92 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22d02a30-6bf5-400a-acd3-7229175bd575)) + (fp_line (start 0.65 -1.45) (end 0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8caa9a4e-f378-4437-b8fd-a65bb2c1ebe9)) + (fp_line (start -0.325 -1.45) (end 0.65 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b52a427-5c38-4344-a3a1-47b6f66f5a5b)) + (fp_line (start -0.65 -1.125) (end -0.325 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbdd15b0-1f34-4d7b-960b-8c14d326c7b0)) + (fp_line (start 0.65 1.45) (end -0.65 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d63097f3-9c11-4c4b-8154-c148a751013e)) + (fp_line (start -0.65 1.45) (end -0.65 -1.125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07cf9880-20aa-497c-b6f3-20e61cf67a12)) + (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") (tstamp 1608b427-6e0e-4eae-b07b-1af95c79cd89) + (effects (font (size 0.32 0.32) (thickness 0.05))) + ) + (pad "1" smd roundrect (at -0.9375 -0.95 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 170 "Net-(Q49-G)") (pinfunction "G") (pintype "input") + (tstamp de1ce9a3-c34f-42da-ab66-bea69a3f19af) + ) + (pad "2" smd roundrect (at -0.9375 0.95 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+24V") (pinfunction "S") (pintype "passive") + (tstamp 15cd94c5-0364-4e1e-b0ae-f20c4eb02065) + ) + (pad "3" smd roundrect (at 0.9375 0 90) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 100 "/resistor_bank4/V+") (pinfunction "D") (pintype "passive") + (tstamp 468d7cff-f663-449d-8da6-0803ab227116) + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp fbc57ffb-c960-46a5-846a-eae7309e1dce) + (at 206.4 81.44) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R6" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 6a82cf12-8d21-44d2-b568-16704f1a9019) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "1k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp 8da34539-32c6-4fa5-a13e-39171f7ca345) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp ff0259b0-58f9-4ac2-85a5-083df3c30762) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp 91921884-07cc-44a4-b4de-367d5f2edd23) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bf4a9a3e-818a-4d91-8bbc-c229415309b2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/d9dd8301-3c73-4baa-ad63-b060d8ba6e6d/1ab6002e-c120-48ad-937e-ce66e50934f6") + (sheetname "PD_TIA") + (sheetfile "pd_tia.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a9f469a-3256-46d9-91ae-f5e45f4f367b)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1403604f-492b-44ec-8132-63783119b9f9)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d6c6154-f8c8-41b9-a0da-96c860eb0a6a)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e3b514e-619e-481e-a97e-66cbd1da2bec)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 78385742-6b0a-4193-8332-3044eb4101b2)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b602c6a8-b09e-4c05-9d81-01f9ee5a0f0a)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99dfd3b9-edb9-4cec-adf2-8bd68ced21a0)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e71a4d81-da07-4f06-81f8-90b40da9e3c9)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98b7d9e5-aa37-43d3-891f-c8591cbcf796)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe113a09-8b74-4e59-8e03-f1563a181460)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 1c8b4ebf-b43d-4097-9e92-1c92206c94d3) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 38 "Net-(Q1B-C2)") (pintype "passive") + (tstamp cc23919c-a470-4f23-9454-a4f7b8d06cf3) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "+3V3") (pintype "passive") + (tstamp fd82b01f-eb34-4ce8-9305-07578a6fec20) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123F" (layer "F.Cu") + (tstamp fd314ade-ef1f-42e3-b288-f314ce2131c0) + (at 190.5 100.1 90) + (descr "D_SOD-123F") + (tags "D_SOD-123F") + (property "Reference" "D4" (at -0.127 -1.905 90 unlocked) (layer "F.SilkS") (tstamp 754ef7cc-c58a-4013-b6c0-114b46e87499) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "K36" (at 0 2.1 90 unlocked) (layer "F.Fab") (tstamp 65a4c344-7acb-439c-b980-e8772a079675) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123F" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp cd7cb0e9-a8bb-42be-a658-068b429d587f) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp d14cf0d6-6fbb-40c4-8680-3a6639471a49) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 8ed770cb-f898-47f1-b31f-9a9651ea4f40) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "LCSC" "C2922184" (at 0 0 90 unlocked) (layer "F.Fab") hide (tstamp 4dd001e7-367e-421d-bab5-9db4dd336773) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass" "17mg" (at 100.1 -190.5 0 unlocked) (layer "F.Fab") hide (tstamp 0855c6aa-b69e-4830-a436-7425c7c843cc) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "mass_ref" "https://www.centralsemi.com/docs/PDD/SOD-123FPD.PDF" (at 100.1 -190.5 0 unlocked) (layer "F.Fab") hide (tstamp fdc26155-25e1-45bb-8f71-84888ded8546) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/4bd9dbd2-dd3d-452e-a7a2-27926bd4e106") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -2.21 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e8c9d68-2180-41ec-8703-608c138dc57d)) + (fp_line (start -2.21 -1) (end -2.21 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50822138-a539-4d13-b5e5-4aaff2acd869)) + (fp_line (start -2.21 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97e7a63c-a7fd-466e-86ea-93e36d956854)) + (fp_line (start 2.2 -1.15) (end 2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ec73f5e-39b2-4666-b942-e9d722c8369f)) + (fp_line (start -2.2 -1.15) (end 2.2 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d018eab-7e0b-4b28-b811-7933e52c5c6b)) + (fp_line (start -2.2 -1.15) (end -2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d56761f-4e0e-4eaa-8b3a-663607cd533f)) + (fp_line (start 2.2 1.15) (end -2.2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44e3ead2-90a7-4894-b7c7-7e5f81ad8345)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f088a28-4721-4ec6-bff9-4b51c8dd71d5)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ff0cff7-f522-4f3b-8bb1-8ef95751d31f)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36b6fc16-9411-40e9-8d8e-436fd5aa7453)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d254927-6dec-4799-899e-a86a434b73b8)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 586510ac-483f-40fa-b7ad-9f64199a1be2)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d0c1f91-82a7-4493-9cba-1ed2b5f1ddaa)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 95826c7e-a018-45ff-9ecc-1ce81fdcb87c)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86ad43f4-4ee5-4623-b714-849e86ff2e54)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1145b244-8411-4580-8533-e113fced9b71)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47af7dee-dd04-4d67-a182-d99da1766ab6)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c6f91fb-8909-4d40-985c-5f958f811ac6)) + (fp_text user "${REFERENCE}" (at -0.127 -1.905 -90) (layer "F.Fab") (tstamp 2a603c4c-774d-45d5-b807-ee1b2995ba66) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "1" smd roundrect (at -1.4 0 90) (size 1.1 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2272727273) + (net 2 "Net-(D3-A)") (pinfunction "K") (pintype "passive") + (tstamp 42533e0c-2ace-4978-9dca-d30287d132fd) + ) + (pad "2" smd roundrect (at 1.4 0 90) (size 1.1 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2272727273) + (net 4 "GND") (pinfunction "A") (pintype "passive") + (tstamp 5b9da2f3-2aa2-4b83-9cd3-4e10a636a0b8) + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123F.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu") + (tstamp fe0ef470-a606-4ad1-ac3e-aa96f0f33a25) + (at 114.5 111.48) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R36" (at 0 -1.43 0 unlocked) (layer "F.SilkS") (tstamp 3bc6eb43-2d3f-4619-bf61-10b34c638abf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Value" "10k" (at 0 1.43 0 unlocked) (layer "F.Fab") (tstamp ad3c738a-51f4-4c59-ba21-be2fa4bd2c74) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp b683910c-fbca-4e98-b45f-bd28f6cfb2d5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Datasheet" "~" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp bd6c81d9-30bb-41ed-b5e7-068ac4db5d3d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (property "Description" "" (at 0 0 0 unlocked) (layer "F.Fab") hide (tstamp c55aa133-c174-4e9a-948a-0d526073cf2e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (path "/84736343-bbde-466c-b1f1-811936932ac6") + (sheetfile "self-balancing-test-a.kicad_sch") + (attr smd) + (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f53bb587-acd3-4fd2-a1e4-42ea06320393)) + (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0db864c1-d2d0-4b5e-9f88-e3be17bceb11)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7532712d-de13-443d-98b7-aa1838a18af6)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5500fe3b-9a09-4e6f-a04e-9c76577bb89e)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3660da21-d5e2-434b-949e-b5727331cf4a)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02b0afb7-365a-49a7-9e03-35455753bcae)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fbd80012-069b-458f-a3bb-93de7a475fbf)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4b953b3-8cf2-43ee-a693-69faf10f7b53)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b2b874e-b041-43b0-87d4-756722d265e3)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0935e66-c8be-40eb-aee1-766c348814c7)) + (fp_text user "${REFERENCE}" (at 0 0 0) (layer "F.Fab") (tstamp 367edf42-b27f-4e6d-854d-b1a207c31540) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 175 "Net-(U1-SDO{slash}SA0)") (pintype "passive") + (tstamp d07d9670-c1ff-4bf9-82ba-f6ac3d3ee13d) + ) + (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "GND") (pintype "passive") + (tstamp 4d898377-aaeb-49cb-ad05-4c5aab4b6121) + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_rect (start 90 40) (end 210 160) + (stroke (width 0.15) (type default)) (fill none) (layer "Dwgs.User") (tstamp 3f1b1181-f071-4353-b36b-8a5aa63947c0)) + (gr_rect (start 140 40) (end 160 83.2) + (stroke (width 0.15) (type default)) (fill none) (layer "Dwgs.User") (tstamp b1304b4d-d4e2-44a3-a488-69adbf3b2d6c)) + (gr_circle (center 150 100) (end 210 100) + (stroke (width 0.15) (type default)) (fill none) (layer "Dwgs.User") (tstamp b8eebc28-bdcf-4a83-8102-3bf83f1534e0)) + (gr_circle (center 150 100.5) (end 170 100.5) + (stroke (width 0.15) (type default)) (fill none) (layer "Dwgs.User") (tstamp fba8139f-4945-4b05-94d1-0872e43c30be)) + (gr_circle (center 150 100) (end 245 100) + (stroke (width 0.15) (type default)) (fill none) (layer "Edge.Cuts") (tstamp 3df6b482-d1cd-425f-9567-b4513a5f2843)) + + (zone (net 4) (net_name "GND") (layers "F&B.Cu") (tstamp a841e64f-8229-4956-824d-22516fd4c2e3) (hatch edge 0.5) + (connect_pads (clearance 0.25)) + (min_thickness 0.15) (filled_areas_thickness no) + (fill yes (thermal_gap 0.25) (thermal_bridge_width 0.5) (island_removal_mode 2) (island_area_min 10)) + (polygon + (pts + (xy 50 0) + (xy 250 0) + (xy 250 200) + (xy 50 200) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 177.953326 59.672174) + (xy 177.975 59.7245) + (xy 177.975 60.221445) + (xy 178.524273 59.672174) + (xy 178.576599 59.6505) + (xy 179.623401 59.6505) + (xy 179.675727 59.672174) + (xy 180.224999 60.221446) + (xy 180.225 60.221446) + (xy 180.225 59.7245) + (xy 180.246674 59.672174) + (xy 180.299 59.6505) + (xy 181.2005 59.6505) + (xy 181.252826 59.672174) + (xy 181.2745 59.7245) + (xy 181.2745 66.3255) + (xy 181.252826 66.377826) + (xy 181.2005 66.3995) + (xy 180.2995 66.3995) + (xy 180.247174 66.377826) + (xy 180.2255 66.3255) + (xy 180.2255 65.675327) + (xy 180.215554 65.625326) + (xy 180.210966 65.60226) + (xy 180.155601 65.519399) + (xy 180.127967 65.500935) + (xy 180.07274 65.464034) + (xy 179.999674 65.4495) + (xy 178.200326 65.4495) + (xy 178.151615 65.459189) + (xy 178.127259 65.464034) + (xy 178.044399 65.519398) + (xy 178.044398 65.519399) + (xy 177.989034 65.602259) + (xy 177.9745 65.675327) + (xy 177.9745 66.3255) + (xy 177.952826 66.377826) + (xy 177.9005 66.3995) + (xy 176.9995 66.3995) + (xy 176.947174 66.377826) + (xy 176.9255 66.3255) + (xy 176.9255 60.6) + (xy 178.303553 60.6) + (xy 179.896447 60.6) + (xy 179.1 59.803553) + (xy 178.303553 60.599999) + (xy 178.303553 60.6) + (xy 176.9255 60.6) + (xy 176.9255 59.7245) + (xy 176.947174 59.672174) + (xy 176.9995 59.6505) + (xy 177.901 59.6505) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 183.403326 59.672174) + (xy 183.425 59.7245) + (xy 183.425 60.221445) + (xy 183.974273 59.672174) + (xy 184.026599 59.6505) + (xy 185.073401 59.6505) + (xy 185.125727 59.672174) + (xy 185.674999 60.221445) + (xy 185.675 60.221445) + (xy 185.675 59.7245) + (xy 185.696674 59.672174) + (xy 185.749 59.6505) + (xy 186.6505 59.6505) + (xy 186.702826 59.672174) + (xy 186.7245 59.7245) + (xy 186.7245 66.3255) + (xy 186.702826 66.377826) + (xy 186.6505 66.3995) + (xy 185.7495 66.3995) + (xy 185.697174 66.377826) + (xy 185.6755 66.3255) + (xy 185.6755 65.675327) + (xy 185.665554 65.625326) + (xy 185.660966 65.60226) + (xy 185.605601 65.519399) + (xy 185.577967 65.500935) + (xy 185.52274 65.464034) + (xy 185.449674 65.4495) + (xy 183.650326 65.4495) + (xy 183.601615 65.459189) + (xy 183.577259 65.464034) + (xy 183.494399 65.519398) + (xy 183.494398 65.519399) + (xy 183.439034 65.602259) + (xy 183.4245 65.675327) + (xy 183.4245 66.3255) + (xy 183.402826 66.377826) + (xy 183.3505 66.3995) + (xy 182.4495 66.3995) + (xy 182.397174 66.377826) + (xy 182.3755 66.3255) + (xy 182.3755 64.990656) + (xy 182.749433 64.990656) + (xy 182.749458 65.004999) + (xy 182.7495 65.005099) + (xy 182.749616 65.005382) + (xy 182.749617 65.005383) + (xy 182.75 65.005541) + (xy 182.76466 65.005531) + (xy 182.764817 65.0055) + (xy 186.335183 65.0055) + (xy 186.335339 65.005531) + (xy 186.349999 65.005541) + (xy 186.349999 65.00554) + (xy 186.35 65.005541) + (xy 186.350383 65.005383) + (xy 186.3505 65.005099) + (xy 186.350541 65.005) + (xy 186.35054 65.004999) + (xy 186.350566 64.990656) + (xy 186.3505 64.990318) + (xy 186.3505 61.419816) + (xy 186.350531 61.419661) + (xy 186.350541 61.405) + (xy 186.350383 61.404617) + (xy 186.350382 61.404616) + (xy 186.3501 61.4045) + (xy 186.350001 61.404459) + (xy 186.33539 61.404459) + (xy 186.335184 61.4045) + (xy 182.764816 61.4045) + (xy 182.76461 61.404459) + (xy 182.749999 61.404459) + (xy 182.7499 61.4045) + (xy 182.749617 61.404616) + (xy 182.749458 61.405) + (xy 182.749468 61.419661) + (xy 182.7495 61.419816) + (xy 182.7495 64.990318) + (xy 182.749433 64.990656) + (xy 182.3755 64.990656) + (xy 182.3755 60.6) + (xy 183.753553 60.6) + (xy 185.346447 60.6) + (xy 184.55 59.803553) + (xy 183.753553 60.599999) + (xy 183.753553 60.6) + (xy 182.3755 60.6) + (xy 182.3755 59.7245) + (xy 182.397174 59.672174) + (xy 182.4495 59.6505) + (xy 183.351 59.6505) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 151.170292 5.009511) + (xy 152.730417 5.041549) + (xy 153.120437 5.053565) + (xy 154.679606 5.117631) + (xy 155.06918 5.137647) + (xy 156.62673 5.233713) + (xy 157.01587 5.261728) + (xy 158.57103 5.389746) + (xy 158.919056 5.421997) + (xy 158.959578 5.425752) + (xy 159.035904 5.433615) + (xy 160.511731 5.585668) + (xy 160.899426 5.629638) + (xy 162.447941 5.821386) + (xy 162.83472 5.873316) + (xy 164.378968 6.096817) + (xy 164.764592 6.156676) + (xy 166.304035 6.411854) + (xy 166.688309 6.479613) + (xy 168.222131 6.766334) + (xy 168.604932 6.841967) + (xy 170.132542 7.16012) + (xy 170.248412 7.185497) + (xy 170.513765 7.243611) + (xy 171.092602 7.376619) + (xy 172.034442 7.593042) + (xy 172.41386 7.684338) + (xy 173.927162 8.06495) + (xy 174.304435 8.163967) + (xy 175.809724 8.575601) + (xy 176.184879 8.682342) + (xy 177.681335 9.124776) + (xy 178.054347 9.239237) + (xy 179.541328 9.71228) + (xy 179.911915 9.834375) + (xy 181.388782 10.337818) + (xy 181.7569 10.467537) + (xy 183.223167 11.001215) + (xy 183.588473 11.138439) + (xy 185.04352 11.702128) + (xy 185.40582 11.846778) + (xy 186.848996 12.440226) + (xy 187.208318 12.592313) + (xy 188.25239 13.046926) + (xy 188.638946 13.215242) + (xy 188.995196 13.374731) + (xy 190.412699 14.026886) + (xy 190.765524 14.193622) + (xy 192.16938 14.874764) + (xy 192.339861 14.959653) + (xy 192.518695 15.048702) + (xy 193.908281 15.75853) + (xy 194.027106 15.820774) + (xy 194.253906 15.939579) + (xy 195.451001 16.582405) + (xy 195.628579 16.677763) + (xy 195.970578 16.865961) + (xy 196.795726 17.331132) + (xy 197.329773 17.632197) + (xy 197.667707 17.827303) + (xy 199.010965 18.621331) + (xy 199.344793 18.823317) + (xy 200.671387 19.644709) + (xy 200.671444 19.644744) + (xy 201.001172 19.853616) + (xy 202.310602 20.70206) + (xy 202.635973 20.917659) + (xy 203.263571 21.342857) + (xy 203.927719 21.792817) + (xy 204.156225 21.951076) + (xy 204.248552 22.015021) + (xy 205.52211 22.916554) + (xy 205.838235 23.145241) + (xy 207.093037 24.072748) + (xy 207.404527 24.307975) + (xy 208.639947 25.260993) + (xy 208.946494 25.502528) + (xy 210.162159 26.480771) + (xy 210.463598 26.72848) + (xy 211.208505 27.353531) + (xy 211.65897 27.731516) + (xy 211.955242 27.985345) + (xy 213.12977 29.012715) + (xy 213.42079 29.272595) + (xy 213.658324 29.489136) + (xy 214.573993 30.323879) + (xy 214.859603 30.589667) + (xy 215.990896 31.664328) + (xy 216.271068 31.936001) + (xy 217.380072 33.033677) + (xy 217.654546 33.310984) + (xy 218.740778 34.431197) + (xy 219.009575 34.71416) + (xy 219.756844 35.517158) + (xy 220.072457 35.85631) + (xy 220.072522 35.856379) + (xy 220.335449 36.144795) + (xy 220.69242 36.544542) + (xy 221.374728 37.308609) + (xy 221.631707 37.602395) + (xy 221.979179 38.007967) + (xy 222.646853 38.78728) + (xy 222.897746 39.086282) + (xy 223.888384 40.2918) + (xy 224.13302 40.59581) + (xy 225.098736 41.821462) + (xy 225.337049 42.130393) + (xy 225.878542 42.847445) + (xy 226.277394 43.37561) + (xy 226.509366 43.689439) + (xy 227.423913 44.953654) + (xy 227.64942 45.27222) + (xy 228.266189 46.162753) + (xy 228.537747 46.554846) + (xy 228.537808 46.554933) + (xy 228.756687 46.878002) + (xy 229.618568 48.178711) + (xy 229.830802 48.506258) + (xy 230.665769 49.824347) + (xy 230.871222 50.156165) + (xy 231.678976 51.491163) + (xy 231.877559 51.827106) + (xy 232.657712 53.178369) + (xy 232.849391 53.518382) + (xy 233.601653 54.885412) + (xy 233.786232 55.229142) + (xy 234.068129 55.767283) + (xy 234.510313 56.611414) + (xy 234.687815 56.958897) + (xy 234.790853 57.165825) + (xy 235.383335 58.355691) + (xy 235.553697 58.706812) + (xy 236.220349 60.117501) + (xy 236.383503 60.472126) + (xy 236.541481 60.824999) + (xy 236.940296 61.715825) + (xy 237.021044 61.896189) + (xy 237.17686 62.25404) + (xy 237.785054 63.690955) + (xy 237.933474 64.051892) + (xy 238.512021 65.50095) + (xy 238.653029 65.864932) + (xy 239.201707 67.325578) + (xy 239.335186 67.69231) + (xy 239.853774 69.163955) + (xy 239.979682 69.53331) + (xy 240.467945 71.015293) + (xy 240.586267 71.38723) + (xy 241.043979 72.87886) + (xy 241.154631 73.253119) + (xy 241.320106 73.834702) + (xy 241.58164 74.7539) + (xy 241.684582 75.130344) + (xy 242.080696 76.63961) + (xy 242.175867 77.018008) + (xy 242.540914 78.535108) + (xy 242.6283 78.915398) + (xy 242.962121 80.43967) + (xy 243.041679 80.82167) + (xy 243.344136 82.352488) + (xy 243.415832 82.736027) + (xy 243.686795 84.272735) + (xy 243.7506 84.657662) + (xy 243.989947 86.199558) + (xy 244.045853 86.585833) + (xy 244.253486 88.132282) + (xy 244.301439 88.519541) + (xy 244.440835 89.748607) + (xy 244.47232 90.026222) + (xy 244.477291 90.070047) + (xy 244.51727 90.458092) + (xy 244.66125 92.011877) + (xy 244.693264 92.400784) + (xy 244.805306 93.957121) + (xy 244.829329 94.346627) + (xy 244.90939 95.904879) + (xy 244.925414 96.294856) + (xy 244.973466 97.85448) + (xy 244.981476 98.244568) + (xy 244.9995 100) + (xy 244.981476 101.755431) + (xy 244.973466 102.145519) + (xy 244.925414 103.705143) + (xy 244.90939 104.09512) + (xy 244.829329 105.653372) + (xy 244.805306 106.042878) + (xy 244.693264 107.599215) + (xy 244.66125 107.988122) + (xy 244.51727 109.541907) + (xy 244.477291 109.929952) + (xy 244.301439 111.480458) + (xy 244.253486 111.867717) + (xy 244.045853 113.414166) + (xy 243.989947 113.800441) + (xy 243.7506 115.342337) + (xy 243.686795 115.727264) + (xy 243.415832 117.263972) + (xy 243.344136 117.647511) + (xy 243.041679 119.178329) + (xy 242.962121 119.560329) + (xy 242.6283 121.084601) + (xy 242.540914 121.464891) + (xy 242.175867 122.981991) + (xy 242.080696 123.360389) + (xy 241.684582 124.869655) + (xy 241.58164 125.246099) + (xy 241.234284 126.466931) + (xy 241.163208 126.71674) + (xy 241.154644 126.746838) + (xy 241.043979 127.121139) + (xy 240.586267 128.612769) + (xy 240.467945 128.984706) + (xy 239.979682 130.466689) + (xy 239.853774 130.836044) + (xy 239.335186 132.307689) + (xy 239.201707 132.674421) + (xy 238.653029 134.135067) + (xy 238.512021 134.499049) + (xy 237.933474 135.948107) + (xy 237.785054 136.309044) + (xy 237.17686 137.745959) + (xy 237.021044 138.10381) + (xy 236.383503 139.527873) + (xy 236.220349 139.882498) + (xy 235.553697 141.293187) + (xy 235.383335 141.644308) + (xy 234.687821 143.04109) + (xy 234.510313 143.388585) + (xy 233.78625 144.770825) + (xy 233.601653 145.114587) + (xy 232.849391 146.481617) + (xy 232.657712 146.82163) + (xy 231.877559 148.172893) + (xy 231.678976 148.508836) + (xy 230.871222 149.843834) + (xy 230.665769 150.175652) + (xy 229.830802 151.493741) + (xy 229.618568 151.821288) + (xy 228.756687 153.121997) + (xy 228.537808 153.445066) + (xy 227.64942 154.727779) + (xy 227.423913 155.046345) + (xy 226.509373 156.310552) + (xy 226.277394 156.624389) + (xy 225.337072 157.869577) + (xy 225.098736 158.178537) + (xy 224.13302 159.404189) + (xy 223.888384 159.708199) + (xy 222.897746 160.913717) + (xy 222.646853 161.212719) + (xy 221.631722 162.397586) + (xy 221.374728 162.69139) + (xy 220.33547 163.85518) + (xy 220.072522 164.14362) + (xy 219.009575 165.285839) + (xy 218.740778 165.568802) + (xy 217.654546 166.689015) + (xy 217.380072 166.966322) + (xy 216.271068 168.063998) + (xy 215.990896 168.335671) + (xy 214.859578 169.410356) + (xy 214.573972 169.67614) + (xy 213.42079 170.727404) + (xy 213.12977 170.987284) + (xy 211.955249 172.014648) + (xy 211.65897 172.268484) + (xy 210.463598 173.271519) + (xy 210.162159 173.519228) + (xy 208.946494 174.497471) + (xy 208.639948 174.739005) + (xy 207.404527 175.692024) + (xy 207.093037 175.927251) + (xy 205.838283 176.854723) + (xy 205.522126 177.083434) + (xy 204.248552 177.984978) + (xy 203.927735 178.207172) + (xy 202.635973 179.08234) + (xy 202.310602 179.297939) + (xy 201.001172 180.146383) + (xy 200.671444 180.355255) + (xy 199.344841 181.176653) + (xy 199.010962 181.37867) + (xy 197.667707 182.172696) + (xy 197.329773 182.367802) + (xy 195.970576 183.134039) + (xy 195.628579 183.322236) + (xy 194.253919 184.060413) + (xy 193.908281 184.241469) + (xy 192.518668 184.951311) + (xy 192.16938 185.125235) + (xy 190.765524 185.806377) + (xy 190.412686 185.973119) + (xy 188.995206 186.625263) + (xy 188.638946 186.784757) + (xy 187.208377 187.40766) + (xy 186.849004 187.55977) + (xy 185.405854 188.153207) + (xy 185.043484 188.297886) + (xy 183.588486 188.861555) + (xy 183.223137 188.998795) + (xy 181.756957 189.532441) + (xy 181.388797 189.662176) + (xy 179.911922 190.165621) + (xy 179.541328 190.287719) + (xy 178.054347 190.760762) + (xy 177.681318 190.875228) + (xy 176.184938 191.31764) + (xy 175.809664 191.424415) + (xy 174.304482 191.83602) + (xy 173.92712 191.93506) + (xy 172.413868 192.315659) + (xy 172.034393 192.406969) + (xy 170.513765 192.756388) + (xy 170.132457 192.839897) + (xy 168.604948 193.158028) + (xy 168.222064 193.233678) + (xy 166.688315 193.520385) + (xy 166.303968 193.588156) + (xy 164.76468 193.843309) + (xy 164.378962 193.903183) + (xy 162.834794 194.126672) + (xy 162.447929 194.178614) + (xy 160.899485 194.370353) + (xy 160.511649 194.41434) + (xy 158.959578 194.574247) + (xy 158.570953 194.610259) + (xy 157.015871 194.73827) + (xy 156.626656 194.76629) + (xy 155.069232 194.862349) + (xy 154.679539 194.882371) + (xy 153.120487 194.946432) + (xy 152.730416 194.95845) + (xy 151.170342 194.990487) + (xy 150.78025 194.994493) + (xy 149.21975 194.994493) + (xy 148.829657 194.990487) + (xy 147.269583 194.95845) + (xy 146.879512 194.946432) + (xy 145.32046 194.882371) + (xy 144.930767 194.862349) + (xy 143.373343 194.76629) + (xy 142.984128 194.73827) + (xy 141.429046 194.610259) + (xy 141.040421 194.574247) + (xy 139.48835 194.41434) + (xy 139.100514 194.370353) + (xy 137.55207 194.178614) + (xy 137.165205 194.126672) + (xy 135.621037 193.903183) + (xy 135.31338 193.855426) + (xy 135.235308 193.843307) + (xy 133.696031 193.588156) + (xy 133.311684 193.520385) + (xy 131.777935 193.233678) + (xy 131.395051 193.158028) + (xy 129.867542 192.839897) + (xy 129.486234 192.756388) + (xy 127.965606 192.406969) + (xy 127.586131 192.315659) + (xy 126.072879 191.93506) + (xy 125.695517 191.83602) + (xy 124.190335 191.424415) + (xy 123.815061 191.31764) + (xy 122.318681 190.875228) + (xy 121.945652 190.760762) + (xy 120.458671 190.287719) + (xy 120.088077 190.165621) + (xy 118.611202 189.662176) + (xy 118.243042 189.532441) + (xy 116.776862 188.998795) + (xy 116.411513 188.861555) + (xy 114.956515 188.297886) + (xy 114.594145 188.153207) + (xy 113.150995 187.55977) + (xy 112.791622 187.40766) + (xy 111.361053 186.784757) + (xy 111.004793 186.625263) + (xy 109.587313 185.973119) + (xy 109.234475 185.806377) + (xy 107.830619 185.125235) + (xy 107.481331 184.951311) + (xy 106.091718 184.241469) + (xy 105.74608 184.060413) + (xy 104.37142 183.322236) + (xy 104.029423 183.134039) + (xy 102.670226 182.367802) + (xy 102.332292 182.172696) + (xy 100.989037 181.37867) + (xy 100.655158 181.176653) + (xy 99.328555 180.355255) + (xy 98.998827 180.146383) + (xy 97.689397 179.297939) + (xy 97.364026 179.08234) + (xy 96.072294 178.207192) + (xy 95.934905 178.112038) + (xy 95.751447 177.984978) + (xy 94.477873 177.083434) + (xy 94.161716 176.854723) + (xy 92.906962 175.927251) + (xy 92.595472 175.692024) + (xy 91.360051 174.739005) + (xy 91.053505 174.497471) + (xy 89.83784 173.519228) + (xy 89.536401 173.271519) + (xy 88.341029 172.268484) + (xy 88.044749 172.014647) + (xy 86.870219 170.987275) + (xy 86.579209 170.727404) + (xy 85.426027 169.67614) + (xy 85.140421 169.410356) + (xy 84.009103 168.335671) + (xy 83.728931 168.063998) + (xy 82.619927 166.966322) + (xy 82.345453 166.689015) + (xy 81.259221 165.568802) + (xy 80.990424 165.285839) + (xy 79.927477 164.14362) + (xy 79.664534 163.855185) + (xy 79.173291 163.305078) + (xy 78.625271 162.69139) + (xy 78.368277 162.397586) + (xy 77.353146 161.212719) + (xy 77.102253 160.913717) + (xy 76.111615 159.708199) + (xy 75.866979 159.404189) + (xy 74.901263 158.178537) + (xy 74.662963 157.869624) + (xy 73.722605 156.624389) + (xy 73.698011 156.591117) + (xy 73.490627 156.310552) + (xy 72.576043 155.046285) + (xy 72.350579 154.727779) + (xy 72.10179 154.368561) + (xy 71.462173 153.445039) + (xy 71.243305 153.121986) + (xy 70.381431 151.821288) + (xy 70.169197 151.493741) + (xy 69.33423 150.175652) + (xy 69.128777 149.843834) + (xy 68.321023 148.508836) + (xy 68.12244 148.172893) + (xy 67.342275 146.821608) + (xy 67.150602 146.481606) + (xy 66.398346 145.114587) + (xy 66.21375 144.770825) + (xy 65.703457 143.796674) + (xy 145.2545 143.796674) + (xy 145.260749 143.854798) + (xy 145.26075 143.854803) + (xy 145.309786 143.986276) + (xy 145.309787 143.986277) + (xy 145.309788 143.986278) + (xy 145.393884 144.098616) + (xy 145.506222 144.182712) + (xy 145.506223 144.182713) + (xy 145.614389 144.223056) + (xy 145.637701 144.231751) + (xy 145.690182 144.237393) + (xy 145.695825 144.238) + (xy 145.695826 144.238) + (xy 146.264175 144.238) + (xy 146.269317 144.237446) + (xy 146.322299 144.231751) + (xy 146.409951 144.199058) + (xy 146.453776 144.182713) + (xy 146.453776 144.182712) + (xy 146.453778 144.182712) + (xy 146.566116 144.098616) + (xy 146.650212 143.986278) + (xy 146.699251 143.854799) + (xy 146.7055 143.796674) + (xy 150.2745 143.796674) + (xy 150.280749 143.854798) + (xy 150.28075 143.854803) + (xy 150.329786 143.986276) + (xy 150.329787 143.986277) + (xy 150.329788 143.986278) + (xy 150.413884 144.098616) + (xy 150.526222 144.182712) + (xy 150.526223 144.182713) + (xy 150.634389 144.223056) + (xy 150.657701 144.231751) + (xy 150.710182 144.237393) + (xy 150.715825 144.238) + (xy 150.715826 144.238) + (xy 151.284175 144.238) + (xy 151.289317 144.237446) + (xy 151.342299 144.231751) + (xy 151.429951 144.199058) + (xy 151.473776 144.182713) + (xy 151.473776 144.182712) + (xy 151.473778 144.182712) + (xy 151.586116 144.098616) + (xy 151.670212 143.986278) + (xy 151.719251 143.854799) + (xy 151.7255 143.796674) + (xy 152.7845 143.796674) + (xy 152.790749 143.854798) + (xy 152.79075 143.854803) + (xy 152.839786 143.986276) + (xy 152.839787 143.986277) + (xy 152.839788 143.986278) + (xy 152.923884 144.098616) + (xy 153.036222 144.182712) + (xy 153.036223 144.182713) + (xy 153.144389 144.223056) + (xy 153.167701 144.231751) + (xy 153.220182 144.237393) + (xy 153.225825 144.238) + (xy 153.225826 144.238) + (xy 153.794175 144.238) + (xy 153.799317 144.237446) + (xy 153.852299 144.231751) + (xy 153.939951 144.199058) + (xy 153.983776 144.182713) + (xy 153.983776 144.182712) + (xy 153.983778 144.182712) + (xy 154.096116 144.098616) + (xy 154.180212 143.986278) + (xy 154.229251 143.854799) + (xy 154.2355 143.796674) + (xy 155.2945 143.796674) + (xy 155.300749 143.854798) + (xy 155.30075 143.854803) + (xy 155.349786 143.986276) + (xy 155.349787 143.986277) + (xy 155.349788 143.986278) + (xy 155.433884 144.098616) + (xy 155.546222 144.182712) + (xy 155.546223 144.182713) + (xy 155.654389 144.223056) + (xy 155.677701 144.231751) + (xy 155.730182 144.237393) + (xy 155.735825 144.238) + (xy 155.735826 144.238) + (xy 156.304175 144.238) + (xy 156.309317 144.237446) + (xy 156.362299 144.231751) + (xy 156.449951 144.199058) + (xy 156.493776 144.182713) + (xy 156.493776 144.182712) + (xy 156.493778 144.182712) + (xy 156.606116 144.098616) + (xy 156.690212 143.986278) + (xy 156.739251 143.854799) + (xy 156.7455 143.796674) + (xy 157.8045 143.796674) + (xy 157.810749 143.854798) + (xy 157.81075 143.854803) + (xy 157.859786 143.986276) + (xy 157.859787 143.986277) + (xy 157.859788 143.986278) + (xy 157.943884 144.098616) + (xy 158.056222 144.182712) + (xy 158.056223 144.182713) + (xy 158.164389 144.223056) + (xy 158.187701 144.231751) + (xy 158.240182 144.237393) + (xy 158.245825 144.238) + (xy 158.245826 144.238) + (xy 158.814175 144.238) + (xy 158.819317 144.237446) + (xy 158.872299 144.231751) + (xy 158.959951 144.199058) + (xy 159.003776 144.182713) + (xy 159.003776 144.182712) + (xy 159.003778 144.182712) + (xy 159.116116 144.098616) + (xy 159.200212 143.986278) + (xy 159.249251 143.854799) + (xy 159.2555 143.796674) + (xy 159.2555 143.203326) + (xy 159.249251 143.145201) + (xy 159.222612 143.073778) + (xy 159.200213 143.013723) + (xy 159.200212 143.013722) + (xy 159.116116 142.901384) + (xy 159.003778 142.817288) + (xy 159.003777 142.817287) + (xy 159.003776 142.817286) + (xy 158.872303 142.76825) + (xy 158.8723 142.768249) + (xy 158.872299 142.768249) + (xy 158.843236 142.765124) + (xy 158.814175 142.762) + (xy 158.814174 142.762) + (xy 158.245826 142.762) + (xy 158.245825 142.762) + (xy 158.187701 142.768249) + (xy 158.187696 142.76825) + (xy 158.056223 142.817286) + (xy 158.056222 142.817287) + (xy 157.943884 142.901384) + (xy 157.859787 143.013722) + (xy 157.859786 143.013723) + (xy 157.81075 143.145196) + (xy 157.810749 143.145201) + (xy 157.8045 143.203325) + (xy 157.8045 143.796674) + (xy 156.7455 143.796674) + (xy 156.7455 143.203326) + (xy 156.739251 143.145201) + (xy 156.712612 143.073778) + (xy 156.690213 143.013723) + (xy 156.690212 143.013722) + (xy 156.690211 143.013722) + (xy 156.606116 142.901384) + (xy 156.493778 142.817288) + (xy 156.493777 142.817287) + (xy 156.493776 142.817286) + (xy 156.362303 142.76825) + (xy 156.3623 142.768249) + (xy 156.362299 142.768249) + (xy 156.333236 142.765124) + (xy 156.304175 142.762) + (xy 156.304174 142.762) + (xy 155.735826 142.762) + (xy 155.735825 142.762) + (xy 155.677701 142.768249) + (xy 155.677696 142.76825) + (xy 155.546223 142.817286) + (xy 155.546222 142.817287) + (xy 155.433884 142.901384) + (xy 155.349787 143.013722) + (xy 155.349786 143.013723) + (xy 155.30075 143.145196) + (xy 155.300749 143.145201) + (xy 155.2945 143.203325) + (xy 155.2945 143.796674) + (xy 154.2355 143.796674) + (xy 154.2355 143.203326) + (xy 154.229251 143.145201) + (xy 154.202612 143.073778) + (xy 154.180213 143.013723) + (xy 154.180212 143.013722) + (xy 154.096116 142.901384) + (xy 153.983778 142.817288) + (xy 153.983777 142.817287) + (xy 153.983776 142.817286) + (xy 153.852303 142.76825) + (xy 153.8523 142.768249) + (xy 153.852299 142.768249) + (xy 153.823236 142.765124) + (xy 153.794175 142.762) + (xy 153.794174 142.762) + (xy 153.225826 142.762) + (xy 153.225825 142.762) + (xy 153.167701 142.768249) + (xy 153.167696 142.76825) + (xy 153.036223 142.817286) + (xy 153.036222 142.817287) + (xy 152.923884 142.901384) + (xy 152.839787 143.013722) + (xy 152.839786 143.013723) + (xy 152.79075 143.145196) + (xy 152.790749 143.145201) + (xy 152.7845 143.203325) + (xy 152.7845 143.796674) + (xy 151.7255 143.796674) + (xy 151.7255 143.203326) + (xy 151.719251 143.145201) + (xy 151.691056 143.069608) + (xy 151.691056 143.01789) + (xy 151.719251 142.942299) + (xy 151.7255 142.884174) + (xy 151.7255 142.290826) + (xy 151.719251 142.232701) + (xy 151.691056 142.157107) + (xy 151.691056 142.10539) + (xy 151.719251 142.029799) + (xy 151.7255 141.971674) + (xy 152.7845 141.971674) + (xy 152.790749 142.029798) + (xy 152.79075 142.029803) + (xy 152.839786 142.161276) + (xy 152.839787 142.161277) + (xy 152.839788 142.161278) + (xy 152.923884 142.273616) + (xy 153.036221 142.357712) + (xy 153.036222 142.357712) + (xy 153.036223 142.357713) + (xy 153.144389 142.398056) + (xy 153.167701 142.406751) + (xy 153.220182 142.412393) + (xy 153.225825 142.413) + (xy 153.225826 142.413) + (xy 153.794175 142.413) + (xy 153.799317 142.412446) + (xy 153.852299 142.406751) + (xy 153.939951 142.374058) + (xy 153.983776 142.357713) + (xy 153.983776 142.357712) + (xy 153.983778 142.357712) + (xy 154.096116 142.273616) + (xy 154.180212 142.161278) + (xy 154.229251 142.029799) + (xy 154.2355 141.971674) + (xy 155.2945 141.971674) + (xy 155.300749 142.029798) + (xy 155.30075 142.029803) + (xy 155.349786 142.161276) + (xy 155.349787 142.161277) + (xy 155.349788 142.161278) + (xy 155.433884 142.273616) + (xy 155.546222 142.357712) + (xy 155.546223 142.357713) + (xy 155.654389 142.398056) + (xy 155.677701 142.406751) + (xy 155.730182 142.412393) + (xy 155.735825 142.413) + (xy 155.735826 142.413) + (xy 156.304175 142.413) + (xy 156.309317 142.412446) + (xy 156.362299 142.406751) + (xy 156.449951 142.374058) + (xy 156.493776 142.357713) + (xy 156.493776 142.357712) + (xy 156.493778 142.357712) + (xy 156.606116 142.273616) + (xy 156.690212 142.161278) + (xy 156.739251 142.029799) + (xy 156.7455 141.971674) + (xy 157.8045 141.971674) + (xy 157.810749 142.029798) + (xy 157.81075 142.029803) + (xy 157.859786 142.161276) + (xy 157.859787 142.161277) + (xy 157.859788 142.161278) + (xy 157.943884 142.273616) + (xy 158.056221 142.357712) + (xy 158.056222 142.357712) + (xy 158.056223 142.357713) + (xy 158.164389 142.398056) + (xy 158.187701 142.406751) + (xy 158.240182 142.412393) + (xy 158.245825 142.413) + (xy 158.245826 142.413) + (xy 158.814175 142.413) + (xy 158.819317 142.412446) + (xy 158.872299 142.406751) + (xy 158.959951 142.374058) + (xy 159.003776 142.357713) + (xy 159.003776 142.357712) + (xy 159.003778 142.357712) + (xy 159.116116 142.273616) + (xy 159.200212 142.161278) + (xy 159.249251 142.029799) + (xy 159.2555 141.971674) + (xy 159.2555 141.378326) + (xy 159.249251 141.320201) + (xy 159.235883 141.284359) + (xy 159.200213 141.188723) + (xy 159.200212 141.188722) + (xy 159.190934 141.176328) + (xy 159.116116 141.076384) + (xy 159.003778 140.992288) + (xy 159.003777 140.992287) + (xy 159.003776 140.992286) + (xy 158.872303 140.94325) + (xy 158.8723 140.943249) + (xy 158.872299 140.943249) + (xy 158.843236 140.940124) + (xy 158.814175 140.937) + (xy 158.814174 140.937) + (xy 158.245826 140.937) + (xy 158.245825 140.937) + (xy 158.187701 140.943249) + (xy 158.187696 140.94325) + (xy 158.056223 140.992286) + (xy 158.056222 140.992287) + (xy 157.943884 141.076384) + (xy 157.859787 141.188722) + (xy 157.859786 141.188723) + (xy 157.81075 141.320196) + (xy 157.810749 141.320201) + (xy 157.8045 141.378325) + (xy 157.8045 141.971674) + (xy 156.7455 141.971674) + (xy 156.7455 141.378326) + (xy 156.739251 141.320201) + (xy 156.725883 141.284359) + (xy 156.690213 141.188723) + (xy 156.690212 141.188722) + (xy 156.680934 141.176328) + (xy 156.606116 141.076384) + (xy 156.493778 140.992288) + (xy 156.493777 140.992287) + (xy 156.493776 140.992286) + (xy 156.362303 140.94325) + (xy 156.3623 140.943249) + (xy 156.362299 140.943249) + (xy 156.333236 140.940124) + (xy 156.304175 140.937) + (xy 156.304174 140.937) + (xy 155.735826 140.937) + (xy 155.735825 140.937) + (xy 155.677701 140.943249) + (xy 155.677696 140.94325) + (xy 155.546223 140.992286) + (xy 155.546222 140.992287) + (xy 155.433884 141.076384) + (xy 155.349787 141.188722) + (xy 155.349786 141.188723) + (xy 155.30075 141.320196) + (xy 155.300749 141.320201) + (xy 155.2945 141.378325) + (xy 155.2945 141.971674) + (xy 154.2355 141.971674) + (xy 154.2355 141.378326) + (xy 154.229251 141.320201) + (xy 154.215883 141.284359) + (xy 154.180213 141.188723) + (xy 154.180212 141.188722) + (xy 154.170934 141.176328) + (xy 154.096116 141.076384) + (xy 153.983778 140.992288) + (xy 153.983777 140.992287) + (xy 153.983776 140.992286) + (xy 153.852303 140.94325) + (xy 153.8523 140.943249) + (xy 153.852299 140.943249) + (xy 153.823236 140.940124) + (xy 153.794175 140.937) + (xy 153.794174 140.937) + (xy 153.225826 140.937) + (xy 153.225825 140.937) + (xy 153.167701 140.943249) + (xy 153.167696 140.94325) + (xy 153.036223 140.992286) + (xy 153.036222 140.992287) + (xy 152.923884 141.076384) + (xy 152.839787 141.188722) + (xy 152.839786 141.188723) + (xy 152.79075 141.320196) + (xy 152.790749 141.320201) + (xy 152.7845 141.378325) + (xy 152.7845 141.971674) + (xy 151.7255 141.971674) + (xy 151.7255 141.378326) + (xy 151.719251 141.320201) + (xy 151.691056 141.244608) + (xy 151.691056 141.19289) + (xy 151.719251 141.117299) + (xy 151.7255 141.059174) + (xy 151.7255 140.465826) + (xy 151.719251 140.407701) + (xy 151.694859 140.342303) + (xy 151.670213 140.276223) + (xy 151.670212 140.276222) + (xy 151.650582 140.25) + (xy 151.586116 140.163884) + (xy 151.473778 140.079788) + (xy 151.473777 140.079787) + (xy 151.473776 140.079786) + (xy 151.342303 140.03075) + (xy 151.3423 140.030749) + (xy 151.342299 140.030749) + (xy 151.313236 140.027624) + (xy 151.284175 140.0245) + (xy 151.284174 140.0245) + (xy 150.715826 140.0245) + (xy 150.715825 140.0245) + (xy 150.657701 140.030749) + (xy 150.657696 140.03075) + (xy 150.526223 140.079786) + (xy 150.526222 140.079787) + (xy 150.413884 140.163884) + (xy 150.329787 140.276222) + (xy 150.329786 140.276223) + (xy 150.28075 140.407696) + (xy 150.280749 140.407701) + (xy 150.2745 140.465825) + (xy 150.2745 141.059174) + (xy 150.280749 141.117298) + (xy 150.28075 141.117303) + (xy 150.308942 141.19289) + (xy 150.308942 141.24461) + (xy 150.28075 141.320196) + (xy 150.280749 141.320201) + (xy 150.2745 141.378325) + (xy 150.2745 141.971674) + (xy 150.280749 142.029798) + (xy 150.28075 142.029803) + (xy 150.308942 142.10539) + (xy 150.308942 142.15711) + (xy 150.28075 142.232696) + (xy 150.280749 142.232701) + (xy 150.2745 142.290825) + (xy 150.2745 142.884174) + (xy 150.280749 142.942298) + (xy 150.28075 142.942303) + (xy 150.308942 143.01789) + (xy 150.308942 143.06961) + (xy 150.28075 143.145196) + (xy 150.280749 143.145201) + (xy 150.2745 143.203325) + (xy 150.2745 143.796674) + (xy 146.7055 143.796674) + (xy 146.7055 143.203326) + (xy 146.699251 143.145201) + (xy 146.671056 143.069608) + (xy 146.671056 143.01789) + (xy 146.699251 142.942299) + (xy 146.7055 142.884174) + (xy 146.7055 142.290826) + (xy 146.699251 142.232701) + (xy 146.671056 142.157108) + (xy 146.671056 142.10539) + (xy 146.699251 142.029799) + (xy 146.7055 141.971674) + (xy 146.7055 141.378326) + (xy 146.699251 141.320201) + (xy 146.671056 141.244608) + (xy 146.671056 141.19289) + (xy 146.699251 141.117299) + (xy 146.7055 141.059174) + (xy 146.7055 140.465826) + (xy 146.699251 140.407701) + (xy 146.674859 140.342303) + (xy 146.650213 140.276223) + (xy 146.650212 140.276222) + (xy 146.630582 140.25) + (xy 146.566116 140.163884) + (xy 146.453778 140.079788) + (xy 146.453777 140.079787) + (xy 146.453776 140.079786) + (xy 146.322303 140.03075) + (xy 146.3223 140.030749) + (xy 146.322299 140.030749) + (xy 146.293236 140.027624) + (xy 146.264175 140.0245) + (xy 146.264174 140.0245) + (xy 145.695826 140.0245) + (xy 145.695825 140.0245) + (xy 145.637701 140.030749) + (xy 145.637696 140.03075) + (xy 145.506223 140.079786) + (xy 145.506222 140.079787) + (xy 145.393884 140.163884) + (xy 145.309787 140.276222) + (xy 145.309786 140.276223) + (xy 145.26075 140.407696) + (xy 145.260749 140.407701) + (xy 145.2545 140.465825) + (xy 145.2545 141.059174) + (xy 145.260749 141.117298) + (xy 145.26075 141.117303) + (xy 145.288942 141.19289) + (xy 145.288942 141.24461) + (xy 145.26075 141.320196) + (xy 145.260749 141.320201) + (xy 145.2545 141.378325) + (xy 145.2545 141.971674) + (xy 145.260749 142.029798) + (xy 145.26075 142.029803) + (xy 145.288942 142.10539) + (xy 145.288942 142.15711) + (xy 145.26075 142.232696) + (xy 145.260749 142.232701) + (xy 145.2545 142.290825) + (xy 145.2545 142.884174) + (xy 145.260749 142.942298) + (xy 145.26075 142.942303) + (xy 145.288942 143.01789) + (xy 145.288942 143.06961) + (xy 145.26075 143.145196) + (xy 145.260749 143.145201) + (xy 145.2545 143.203325) + (xy 145.2545 143.796674) + (xy 65.703457 143.796674) + (xy 65.489686 143.388585) + (xy 65.429219 143.270213) + (xy 65.312179 143.04109) + (xy 65.234044 142.884174) + (xy 140.2345 142.884174) + (xy 140.240749 142.942298) + (xy 140.24075 142.942303) + (xy 140.289786 143.073776) + (xy 140.289787 143.073777) + (xy 140.289788 143.073778) + (xy 140.373884 143.186116) + (xy 140.486222 143.270211) + (xy 140.486222 143.270212) + (xy 140.486223 143.270213) + (xy 140.594389 143.310556) + (xy 140.617701 143.319251) + (xy 140.670182 143.324893) + (xy 140.675825 143.3255) + (xy 140.675826 143.3255) + (xy 141.244175 143.3255) + (xy 141.249317 143.324946) + (xy 141.302299 143.319251) + (xy 141.389951 143.286558) + (xy 141.433776 143.270213) + (xy 141.433776 143.270212) + (xy 141.433778 143.270212) + (xy 141.546116 143.186116) + (xy 141.630212 143.073778) + (xy 141.679251 142.942299) + (xy 141.6855 142.884174) + (xy 142.7445 142.884174) + (xy 142.750749 142.942298) + (xy 142.75075 142.942303) + (xy 142.799786 143.073776) + (xy 142.799787 143.073777) + (xy 142.799788 143.073778) + (xy 142.883884 143.186116) + (xy 142.996221 143.270211) + (xy 142.996222 143.270212) + (xy 142.996223 143.270213) + (xy 143.104389 143.310556) + (xy 143.127701 143.319251) + (xy 143.180182 143.324893) + (xy 143.185825 143.3255) + (xy 143.185826 143.3255) + (xy 143.754175 143.3255) + (xy 143.759317 143.324946) + (xy 143.812299 143.319251) + (xy 143.899951 143.286558) + (xy 143.943776 143.270213) + (xy 143.943776 143.270212) + (xy 143.943778 143.270212) + (xy 144.056116 143.186116) + (xy 144.140212 143.073778) + (xy 144.189251 142.942299) + (xy 144.1955 142.884174) + (xy 144.1955 142.290826) + (xy 144.189251 142.232701) + (xy 144.162612 142.161278) + (xy 144.140213 142.101223) + (xy 144.140212 142.101222) + (xy 144.140212 142.101221) + (xy 144.056116 141.988884) + (xy 143.943778 141.904788) + (xy 143.943777 141.904787) + (xy 143.943776 141.904786) + (xy 143.812303 141.85575) + (xy 143.8123 141.855749) + (xy 143.812299 141.855749) + (xy 143.783236 141.852624) + (xy 143.754175 141.8495) + (xy 143.754174 141.8495) + (xy 143.185826 141.8495) + (xy 143.185825 141.8495) + (xy 143.127701 141.855749) + (xy 143.127696 141.85575) + (xy 142.996223 141.904786) + (xy 142.996222 141.904787) + (xy 142.883884 141.988884) + (xy 142.799787 142.101222) + (xy 142.799786 142.101223) + (xy 142.75075 142.232696) + (xy 142.750749 142.232701) + (xy 142.7445 142.290825) + (xy 142.7445 142.884174) + (xy 141.6855 142.884174) + (xy 141.6855 142.290826) + (xy 141.679251 142.232701) + (xy 141.652612 142.161278) + (xy 141.630213 142.101223) + (xy 141.630212 142.101222) + (xy 141.630211 142.101221) + (xy 141.546116 141.988884) + (xy 141.433778 141.904788) + (xy 141.433777 141.904787) + (xy 141.433776 141.904786) + (xy 141.302303 141.85575) + (xy 141.3023 141.855749) + (xy 141.302299 141.855749) + (xy 141.273236 141.852624) + (xy 141.244175 141.8495) + (xy 141.244174 141.8495) + (xy 140.675826 141.8495) + (xy 140.675825 141.8495) + (xy 140.617701 141.855749) + (xy 140.617696 141.85575) + (xy 140.486223 141.904786) + (xy 140.486222 141.904787) + (xy 140.373884 141.988884) + (xy 140.289787 142.101222) + (xy 140.289786 142.101223) + (xy 140.24075 142.232696) + (xy 140.240749 142.232701) + (xy 140.2345 142.290825) + (xy 140.2345 142.884174) + (xy 65.234044 142.884174) + (xy 64.666314 141.744019) + (xy 64.616664 141.644308) + (xy 64.517871 141.440692) + (xy 64.446302 141.293187) + (xy 64.39045 141.175) + (xy 107.531314 141.175) + (xy 107.531471 141.176198) + (xy 107.581773 141.284069) + (xy 107.66593 141.368226) + (xy 107.773803 141.418529) + (xy 107.773802 141.418529) + (xy 107.822947 141.424998) + (xy 107.822962 141.424999) + (xy 107.874999 141.424998) + (xy 107.875 141.424998) + (xy 107.875 141.175) + (xy 107.531314 141.175) + (xy 64.39045 141.175) + (xy 64.131528 140.627101) + (xy 107.5245 140.627101) + (xy 107.53098 140.676328) + (xy 107.530981 140.67633) + (xy 107.550995 140.719251) + (xy 107.551026 140.719316) + (xy 107.553496 140.775899) + (xy 107.551026 140.781863) + (xy 107.531472 140.823796) + (xy 107.531314 140.825) + (xy 107.591345 140.825) + (xy 107.64367 140.846674) + (xy 107.665641 140.868644) + (xy 107.77367 140.919019) + (xy 107.822897 140.9255) + (xy 108.151 140.925499) + (xy 108.203326 140.947173) + (xy 108.225 140.999499) + (xy 108.225 141.424999) + (xy 108.279466 141.424999) + (xy 108.279466 141.426186) + (xy 108.329777 141.443228) + (xy 108.354389 141.489237) + (xy 108.355981 141.50133) + (xy 108.406356 141.609359) + (xy 108.490641 141.693644) + (xy 108.59867 141.744019) + (xy 108.647897 141.7505) + (xy 108.902102 141.750499) + (xy 108.95133 141.744019) + (xy 108.993725 141.724248) + (xy 109.050309 141.721777) + (xy 109.05627 141.724247) + (xy 109.09867 141.744019) + (xy 109.147897 141.7505) + (xy 109.402102 141.750499) + (xy 109.45133 141.744019) + (xy 109.493725 141.724248) + (xy 109.550307 141.721777) + (xy 109.556261 141.724243) + (xy 109.59867 141.744019) + (xy 109.647897 141.7505) + (xy 109.902102 141.750499) + (xy 109.95133 141.744019) + (xy 110.059359 141.693644) + (xy 110.143644 141.609359) + (xy 110.194019 141.50133) + (xy 110.195544 141.489739) + (xy 110.223859 141.440692) + (xy 110.270475 141.426557) + (xy 110.270475 141.4255) + (xy 110.272896 141.425499) + (xy 110.272897 141.4255) + (xy 110.727102 141.425499) + (xy 110.77633 141.419019) + (xy 110.884359 141.368644) + (xy 110.968644 141.284359) + (xy 111.019019 141.17633) + (xy 111.0255 141.127103) + (xy 111.0255 141.059174) + (xy 140.2345 141.059174) + (xy 140.240749 141.117298) + (xy 140.24075 141.117303) + (xy 140.289786 141.248776) + (xy 140.289787 141.248777) + (xy 140.289788 141.248778) + (xy 140.373884 141.361116) + (xy 140.461302 141.426557) + (xy 140.486222 141.445212) + (xy 140.486223 141.445213) + (xy 140.594389 141.485556) + (xy 140.617701 141.494251) + (xy 140.670182 141.499893) + (xy 140.675825 141.5005) + (xy 140.675826 141.5005) + (xy 141.244175 141.5005) + (xy 141.249317 141.499946) + (xy 141.302299 141.494251) + (xy 141.389951 141.461558) + (xy 141.433776 141.445213) + (xy 141.433776 141.445212) + (xy 141.433778 141.445212) + (xy 141.546116 141.361116) + (xy 141.630212 141.248778) + (xy 141.679251 141.117299) + (xy 141.6855 141.059174) + (xy 142.7445 141.059174) + (xy 142.750749 141.117298) + (xy 142.75075 141.117303) + (xy 142.799786 141.248776) + (xy 142.799787 141.248777) + (xy 142.799788 141.248778) + (xy 142.883884 141.361116) + (xy 142.971302 141.426557) + (xy 142.996222 141.445212) + (xy 142.996223 141.445213) + (xy 143.104389 141.485556) + (xy 143.127701 141.494251) + (xy 143.180182 141.499893) + (xy 143.185825 141.5005) + (xy 143.185826 141.5005) + (xy 143.754175 141.5005) + (xy 143.759317 141.499946) + (xy 143.812299 141.494251) + (xy 143.899951 141.461558) + (xy 143.943776 141.445213) + (xy 143.943776 141.445212) + (xy 143.943778 141.445212) + (xy 144.056116 141.361116) + (xy 144.140212 141.248778) + (xy 144.189251 141.117299) + (xy 144.1955 141.059174) + (xy 144.1955 140.465826) + (xy 144.189251 140.407701) + (xy 144.164859 140.342303) + (xy 144.140213 140.276223) + (xy 144.140212 140.276222) + (xy 144.120582 140.25) + (xy 144.056116 140.163884) + (xy 143.943778 140.079788) + (xy 143.943777 140.079787) + (xy 143.943776 140.079786) + (xy 143.812303 140.03075) + (xy 143.8123 140.030749) + (xy 143.812299 140.030749) + (xy 143.783236 140.027624) + (xy 143.754175 140.0245) + (xy 143.754174 140.0245) + (xy 143.185826 140.0245) + (xy 143.185825 140.0245) + (xy 143.127701 140.030749) + (xy 143.127696 140.03075) + (xy 142.996223 140.079786) + (xy 142.996222 140.079787) + (xy 142.883884 140.163884) + (xy 142.799787 140.276222) + (xy 142.799786 140.276223) + (xy 142.75075 140.407696) + (xy 142.750749 140.407701) + (xy 142.7445 140.465825) + (xy 142.7445 141.059174) + (xy 141.6855 141.059174) + (xy 141.6855 140.465826) + (xy 141.679251 140.407701) + (xy 141.654859 140.342303) + (xy 141.630213 140.276223) + (xy 141.630212 140.276222) + (xy 141.610582 140.25) + (xy 141.546116 140.163884) + (xy 141.433778 140.079788) + (xy 141.433777 140.079787) + (xy 141.433776 140.079786) + (xy 141.302303 140.03075) + (xy 141.3023 140.030749) + (xy 141.302299 140.030749) + (xy 141.273236 140.027624) + (xy 141.244175 140.0245) + (xy 141.244174 140.0245) + (xy 140.675826 140.0245) + (xy 140.675825 140.0245) + (xy 140.617701 140.030749) + (xy 140.617696 140.03075) + (xy 140.486223 140.079786) + (xy 140.486222 140.079787) + (xy 140.373884 140.163884) + (xy 140.289787 140.276222) + (xy 140.289786 140.276223) + (xy 140.24075 140.407696) + (xy 140.240749 140.407701) + (xy 140.2345 140.465825) + (xy 140.2345 141.059174) + (xy 111.0255 141.059174) + (xy 111.025499 140.872898) + (xy 111.019019 140.82367) + (xy 110.998973 140.780681) + (xy 110.996503 140.724097) + (xy 110.998974 140.718132) + (xy 111.018528 140.676199) + (xy 111.018686 140.675) + (xy 110.958655 140.675) + (xy 110.906329 140.653326) + (xy 110.884359 140.631356) + (xy 110.871801 140.6255) + (xy 110.77633 140.580981) + (xy 110.776328 140.58098) + (xy 110.740062 140.576206) + (xy 110.727103 140.5745) + (xy 110.727101 140.5745) + (xy 110.272898 140.5745) + (xy 110.223671 140.58098) + (xy 110.223669 140.580981) + (xy 110.11564 140.631356) + (xy 110.093671 140.653326) + (xy 110.041345 140.675) + (xy 109.981311 140.675) + (xy 109.979933 140.676572) + (xy 109.929138 140.701624) + (xy 109.914637 140.70115) + (xy 109.907596 140.700223) + (xy 109.902103 140.6995) + (xy 109.902102 140.6995) + (xy 109.647898 140.6995) + (xy 109.598671 140.70598) + (xy 109.598662 140.705983) + (xy 109.556271 140.72575) + (xy 109.499688 140.72822) + (xy 109.493726 140.72575) + (xy 109.45133 140.705981) + (xy 109.451328 140.70598) + (xy 109.414636 140.70115) + (xy 109.402103 140.6995) + (xy 109.402101 140.6995) + (xy 109.147898 140.6995) + (xy 109.098671 140.70598) + (xy 109.098662 140.705983) + (xy 109.056271 140.72575) + (xy 108.999688 140.72822) + (xy 108.993726 140.72575) + (xy 108.95133 140.705981) + (xy 108.951328 140.70598) + (xy 108.914636 140.70115) + (xy 108.902103 140.6995) + (xy 108.902101 140.6995) + (xy 108.649499 140.6995) + (xy 108.597173 140.677826) + (xy 108.575499 140.625502) + (xy 108.575499 140.372898) + (xy 108.569019 140.32367) + (xy 108.549248 140.281274) + (xy 108.546777 140.224691) + (xy 108.549249 140.218725) + (xy 108.569019 140.17633) + (xy 108.5755 140.127103) + (xy 108.5755 140.127101) + (xy 109.9745 140.127101) + (xy 109.98098 140.176328) + (xy 109.980981 140.17633) + (xy 110.001025 140.219315) + (xy 110.001026 140.219316) + (xy 110.003496 140.275899) + (xy 110.001026 140.281863) + (xy 109.981472 140.323796) + (xy 109.981314 140.325) + (xy 110.041345 140.325) + (xy 110.093671 140.346674) + (xy 110.115641 140.368644) + (xy 110.22367 140.419019) + (xy 110.272897 140.4255) + (xy 110.727102 140.425499) + (xy 110.77633 140.419019) + (xy 110.884359 140.368644) + (xy 110.906329 140.346674) + (xy 110.958655 140.325) + (xy 111.018686 140.325) + (xy 111.018528 140.323799) + (xy 110.998973 140.281863) + (xy 110.997582 140.25) + (xy 111.85 140.25) + (xy 111.85 140.284131) + (xy 111.856241 140.342189) + (xy 111.856243 140.342195) + (xy 111.90523 140.473533) + (xy 111.989241 140.585758) + (xy 112.101466 140.669769) + (xy 112.232804 140.718756) + (xy 112.23281 140.718758) + (xy 112.290868 140.725) + (xy 112.387499 140.725) + (xy 112.387499 140.724999) + (xy 112.887499 140.724999) + (xy 112.8875 140.725) + (xy 112.984132 140.725) + (xy 113.042189 140.718758) + (xy 113.042195 140.718756) + (xy 113.173533 140.669769) + (xy 113.285758 140.585758) + (xy 113.369769 140.473533) + (xy 113.418756 140.342195) + (xy 113.418758 140.342189) + (xy 113.424995 140.284174) + (xy 113.5745 140.284174) + (xy 113.580749 140.342298) + (xy 113.58075 140.342303) + (xy 113.629786 140.473776) + (xy 113.629787 140.473777) + (xy 113.629788 140.473778) + (xy 113.713884 140.586116) + (xy 113.803665 140.653326) + (xy 113.826222 140.670212) + (xy 113.826223 140.670213) + (xy 113.922128 140.705983) + (xy 113.957701 140.719251) + (xy 114.010182 140.724893) + (xy 114.015825 140.7255) + (xy 114.015826 140.7255) + (xy 114.709175 140.7255) + (xy 114.714317 140.724946) + (xy 114.767299 140.719251) + (xy 114.878364 140.677826) + (xy 114.898776 140.670213) + (xy 114.898776 140.670212) + (xy 114.898778 140.670212) + (xy 115.011116 140.586116) + (xy 115.095212 140.473778) + (xy 115.095304 140.473533) + (xy 115.132838 140.372898) + (xy 115.144251 140.342299) + (xy 115.1505 140.284174) + (xy 115.1505 139.715826) + (xy 115.144251 139.657701) + (xy 115.095818 139.527846) + (xy 115.095213 139.526223) + (xy 115.095212 139.526222) + (xy 115.011116 139.413884) + (xy 114.927019 139.350929) + (xy 114.898777 139.329787) + (xy 114.898776 139.329786) + (xy 114.767303 139.28075) + (xy 114.7673 139.280749) + (xy 114.767299 139.280749) + (xy 114.738236 139.277624) + (xy 114.709175 139.2745) + (xy 114.709174 139.2745) + (xy 114.015826 139.2745) + (xy 114.015825 139.2745) + (xy 113.957701 139.280749) + (xy 113.957696 139.28075) + (xy 113.826223 139.329786) + (xy 113.826222 139.329787) + (xy 113.713884 139.413884) + (xy 113.629787 139.526222) + (xy 113.629786 139.526223) + (xy 113.58075 139.657696) + (xy 113.580749 139.657701) + (xy 113.5745 139.715825) + (xy 113.5745 140.284174) + (xy 113.424995 140.284174) + (xy 113.425 140.284131) + (xy 113.425 140.25) + (xy 112.8875 140.25) + (xy 112.887499 140.724999) + (xy 112.387499 140.724999) + (xy 112.3875 140.25) + (xy 111.85 140.25) + (xy 110.997582 140.25) + (xy 110.996503 140.22528) + (xy 110.998974 140.219316) + (xy 111.019019 140.17633) + (xy 111.0255 140.127103) + (xy 111.025499 139.872898) + (xy 111.019019 139.82367) + (xy 110.99925 139.781275) + (xy 110.998973 139.780681) + (xy 110.997634 139.75) + (xy 111.85 139.75) + (xy 112.387499 139.75) + (xy 112.887499 139.75) + (xy 113.425 139.75) + (xy 113.425 139.715868) + (xy 113.418758 139.65781) + (xy 113.418756 139.657804) + (xy 113.369769 139.526466) + (xy 113.285758 139.414241) + (xy 113.173533 139.33023) + (xy 113.042195 139.281243) + (xy 113.042189 139.281241) + (xy 112.984132 139.275) + (xy 112.8875 139.275) + (xy 112.887499 139.75) + (xy 112.387499 139.75) + (xy 112.3875 139.275) + (xy 112.290868 139.275) + (xy 112.23281 139.281241) + (xy 112.232804 139.281243) + (xy 112.101466 139.33023) + (xy 111.989241 139.414241) + (xy 111.90523 139.526466) + (xy 111.856243 139.657804) + (xy 111.856241 139.65781) + (xy 111.85 139.715868) + (xy 111.85 139.75) + (xy 110.997634 139.75) + (xy 110.996503 139.724097) + (xy 110.998974 139.718132) + (xy 111.018528 139.676199) + (xy 111.018686 139.675) + (xy 110.958655 139.675) + (xy 110.906329 139.653326) + (xy 110.884359 139.631356) + (xy 110.875234 139.627101) + (xy 110.77633 139.580981) + (xy 110.776328 139.58098) + (xy 110.740062 139.576206) + (xy 110.727103 139.5745) + (xy 110.727101 139.5745) + (xy 110.272898 139.5745) + (xy 110.223671 139.58098) + (xy 110.223669 139.580981) + (xy 110.11564 139.631356) + (xy 110.093671 139.653326) + (xy 110.041345 139.675) + (xy 109.981314 139.675) + (xy 109.981471 139.6762) + (xy 110.001026 139.718135) + (xy 110.003496 139.774718) + (xy 110.001026 139.780681) + (xy 109.980981 139.823668) + (xy 109.9745 139.872898) + (xy 109.9745 140.127101) + (xy 108.5755 140.127101) + (xy 108.575499 139.872898) + (xy 108.569019 139.82367) + (xy 108.549248 139.781274) + (xy 108.546777 139.724691) + (xy 108.549249 139.718725) + (xy 108.549526 139.718132) + (xy 108.569019 139.67633) + (xy 108.5755 139.627103) + (xy 108.575499 139.372898) + (xy 108.573848 139.360361) + (xy 108.588506 139.305657) + (xy 108.598406 139.295083) + (xy 108.6 139.293684) + (xy 108.6 139.002101) + (xy 108.8495 139.002101) + (xy 108.85598 139.051328) + (xy 108.855981 139.05133) + (xy 108.906356 139.159359) + (xy 108.928326 139.181329) + (xy 108.95 139.233655) + (xy 108.95 139.293685) + (xy 108.9512 139.293528) + (xy 108.993132 139.273974) + (xy 109.049716 139.271502) + (xy 109.055681 139.273973) + (xy 109.067373 139.279425) + (xy 109.09867 139.294019) + (xy 109.147897 139.3005) + (xy 109.402102 139.300499) + (xy 109.45133 139.294019) + (xy 109.493725 139.274248) + (xy 109.550307 139.271777) + (xy 109.556261 139.274243) + (xy 109.59867 139.294019) + (xy 109.647897 139.3005) + (xy 109.902102 139.300499) + (xy 109.914636 139.298849) + (xy 109.96934 139.313505) + (xy 109.979933 139.323427) + (xy 109.981312 139.325) + (xy 110.325 139.325) + (xy 110.325 139.175) + (xy 110.675 139.175) + (xy 110.675 139.325) + (xy 111.018686 139.325) + (xy 111.018528 139.323798) + (xy 110.998698 139.281274) + (xy 110.996226 139.224691) + (xy 110.998698 139.218726) + (xy 111.018528 139.176201) + (xy 111.018686 139.175) + (xy 110.675 139.175) + (xy 110.325 139.175) + (xy 110.325 138.575) + (xy 110.675 138.575) + (xy 110.675 138.825) + (xy 111.018686 138.825) + (xy 111.018528 138.823801) + (xy 110.968226 138.71593) + (xy 110.884069 138.631773) + (xy 110.776196 138.58147) + (xy 110.776197 138.58147) + (xy 110.727044 138.575) + (xy 110.675 138.575) + (xy 110.325 138.575) + (xy 110.324999 138.574999) + (xy 110.270535 138.575001) + (xy 110.270534 138.57383) + (xy 110.220186 138.55674) + (xy 110.19561 138.510759) + (xy 110.194019 138.498671) + (xy 110.194019 138.49867) + (xy 110.143644 138.390641) + (xy 110.059359 138.306356) + (xy 109.95133 138.255981) + (xy 109.951328 138.25598) + (xy 109.915062 138.251206) + (xy 109.905901 138.25) + (xy 111.85 138.25) + (xy 111.85 138.284131) + (xy 111.856241 138.342189) + (xy 111.856243 138.342195) + (xy 111.90523 138.473533) + (xy 111.989241 138.585758) + (xy 112.101466 138.669769) + (xy 112.232804 138.718756) + (xy 112.23281 138.718758) + (xy 112.290868 138.725) + (xy 112.387499 138.725) + (xy 112.387499 138.724999) + (xy 112.887499 138.724999) + (xy 112.8875 138.725) + (xy 112.984132 138.725) + (xy 113.042189 138.718758) + (xy 113.042195 138.718756) + (xy 113.173533 138.669769) + (xy 113.285758 138.585758) + (xy 113.369769 138.473533) + (xy 113.418756 138.342195) + (xy 113.418758 138.342189) + (xy 113.424995 138.284174) + (xy 113.5745 138.284174) + (xy 113.580749 138.342298) + (xy 113.58075 138.342303) + (xy 113.629786 138.473776) + (xy 113.629787 138.473777) + (xy 113.629788 138.473778) + (xy 113.713884 138.586116) + (xy 113.82563 138.669769) + (xy 113.826222 138.670212) + (xy 113.826223 138.670213) + (xy 113.934389 138.710556) + (xy 113.957701 138.719251) + (xy 114.010182 138.724893) + (xy 114.015825 138.7255) + (xy 114.015826 138.7255) + (xy 114.709175 138.7255) + (xy 114.714317 138.724946) + (xy 114.767299 138.719251) + (xy 114.854951 138.686558) + (xy 114.898776 138.670213) + (xy 114.898776 138.670212) + (xy 114.898778 138.670212) + (xy 114.967163 138.619019) + (xy 138.5995 138.619019) + (xy 138.614353 138.712804) + (xy 138.614354 138.712806) + (xy 138.670843 138.82367) + (xy 138.67195 138.825842) + (xy 138.761658 138.91555) + (xy 138.874696 138.973146) + (xy 138.968481 138.988) + (xy 139.331518 138.987999) + (xy 139.331519 138.987999) + (xy 139.425304 138.973146) + (xy 139.425306 138.973145) + (xy 139.427419 138.972068) + (xy 139.538342 138.91555) + (xy 139.62805 138.825842) + (xy 139.685646 138.712804) + (xy 139.7005 138.619019) + (xy 140.4995 138.619019) + (xy 140.514353 138.712804) + (xy 140.514354 138.712806) + (xy 140.570843 138.82367) + (xy 140.57195 138.825842) + (xy 140.661658 138.91555) + (xy 140.774696 138.973146) + (xy 140.868481 138.988) + (xy 141.231518 138.987999) + (xy 141.231519 138.987999) + (xy 141.325304 138.973146) + (xy 141.325306 138.973145) + (xy 141.327419 138.972068) + (xy 141.438342 138.91555) + (xy 141.52805 138.825842) + (xy 141.585646 138.712804) + (xy 141.6005 138.619019) + (xy 143.0495 138.619019) + (xy 143.064353 138.712804) + (xy 143.064354 138.712806) + (xy 143.120843 138.82367) + (xy 143.12195 138.825842) + (xy 143.211658 138.91555) + (xy 143.324696 138.973146) + (xy 143.418481 138.988) + (xy 143.781518 138.987999) + (xy 143.781519 138.987999) + (xy 143.875304 138.973146) + (xy 143.875306 138.973145) + (xy 143.877419 138.972068) + (xy 143.988342 138.91555) + (xy 144.07805 138.825842) + (xy 144.135646 138.712804) + (xy 144.1505 138.619019) + (xy 144.9495 138.619019) + (xy 144.964353 138.712804) + (xy 144.964354 138.712806) + (xy 145.020843 138.82367) + (xy 145.02195 138.825842) + (xy 145.111658 138.91555) + (xy 145.224696 138.973146) + (xy 145.318481 138.988) + (xy 145.681518 138.987999) + (xy 145.681519 138.987999) + (xy 145.775304 138.973146) + (xy 145.775306 138.973145) + (xy 145.777419 138.972068) + (xy 145.888342 138.91555) + (xy 145.97805 138.825842) + (xy 146.035646 138.712804) + (xy 146.0505 138.619019) + (xy 147.4995 138.619019) + (xy 147.514353 138.712804) + (xy 147.514354 138.712806) + (xy 147.570843 138.82367) + (xy 147.57195 138.825842) + (xy 147.661658 138.91555) + (xy 147.774696 138.973146) + (xy 147.868481 138.988) + (xy 148.231518 138.987999) + (xy 148.231519 138.987999) + (xy 148.325304 138.973146) + (xy 148.325306 138.973145) + (xy 148.327419 138.972068) + (xy 148.438342 138.91555) + (xy 148.52805 138.825842) + (xy 148.585646 138.712804) + (xy 148.6005 138.619019) + (xy 149.3995 138.619019) + (xy 149.414353 138.712804) + (xy 149.414354 138.712806) + (xy 149.470843 138.82367) + (xy 149.47195 138.825842) + (xy 149.561658 138.91555) + (xy 149.674696 138.973146) + (xy 149.768481 138.988) + (xy 150.131518 138.987999) + (xy 150.131519 138.987999) + (xy 150.225304 138.973146) + (xy 150.225306 138.973145) + (xy 150.227419 138.972068) + (xy 150.338342 138.91555) + (xy 150.42805 138.825842) + (xy 150.485646 138.712804) + (xy 150.5005 138.619019) + (xy 151.9495 138.619019) + (xy 151.964353 138.712804) + (xy 151.964354 138.712806) + (xy 152.020843 138.82367) + (xy 152.02195 138.825842) + (xy 152.111658 138.91555) + (xy 152.224696 138.973146) + (xy 152.318481 138.988) + (xy 152.681518 138.987999) + (xy 152.681519 138.987999) + (xy 152.775304 138.973146) + (xy 152.775306 138.973145) + (xy 152.777419 138.972068) + (xy 152.888342 138.91555) + (xy 152.97805 138.825842) + (xy 153.035646 138.712804) + (xy 153.0505 138.619019) + (xy 153.8495 138.619019) + (xy 153.864353 138.712804) + (xy 153.864354 138.712806) + (xy 153.920843 138.82367) + (xy 153.92195 138.825842) + (xy 154.011658 138.91555) + (xy 154.124696 138.973146) + (xy 154.218481 138.988) + (xy 154.581518 138.987999) + (xy 154.581519 138.987999) + (xy 154.675304 138.973146) + (xy 154.675306 138.973145) + (xy 154.677419 138.972068) + (xy 154.788342 138.91555) + (xy 154.87805 138.825842) + (xy 154.935646 138.712804) + (xy 154.9505 138.619019) + (xy 156.3995 138.619019) + (xy 156.414353 138.712804) + (xy 156.414354 138.712806) + (xy 156.470843 138.82367) + (xy 156.47195 138.825842) + (xy 156.561658 138.91555) + (xy 156.674696 138.973146) + (xy 156.768481 138.988) + (xy 157.131518 138.987999) + (xy 157.131519 138.987999) + (xy 157.225304 138.973146) + (xy 157.225306 138.973145) + (xy 157.227419 138.972068) + (xy 157.338342 138.91555) + (xy 157.42805 138.825842) + (xy 157.485646 138.712804) + (xy 157.5005 138.619019) + (xy 158.2995 138.619019) + (xy 158.314353 138.712804) + (xy 158.314354 138.712806) + (xy 158.370843 138.82367) + (xy 158.37195 138.825842) + (xy 158.461658 138.91555) + (xy 158.574696 138.973146) + (xy 158.668481 138.988) + (xy 159.031518 138.987999) + (xy 159.031519 138.987999) + (xy 159.125304 138.973146) + (xy 159.125306 138.973145) + (xy 159.127419 138.972068) + (xy 159.238342 138.91555) + (xy 159.32805 138.825842) + (xy 159.385646 138.712804) + (xy 159.4005 138.619019) + (xy 159.400499 137.380982) + (xy 159.392461 137.33023) + (xy 159.385646 137.287195) + (xy 159.385645 137.287193) + (xy 159.328049 137.174157) + (xy 159.238343 137.084451) + (xy 159.238342 137.08445) + (xy 159.125304 137.026854) + (xy 159.125302 137.026853) + (xy 159.125301 137.026853) + (xy 159.031519 137.012) + (xy 158.66848 137.012) + (xy 158.574695 137.026853) + (xy 158.574693 137.026854) + (xy 158.461657 137.08445) + (xy 158.371951 137.174156) + (xy 158.314353 137.287198) + (xy 158.2995 137.38098) + (xy 158.2995 138.619019) + (xy 157.5005 138.619019) + (xy 157.500499 137.380982) + (xy 157.492461 137.33023) + (xy 157.485646 137.287195) + (xy 157.485645 137.287193) + (xy 157.428049 137.174157) + (xy 157.338343 137.084451) + (xy 157.338343 137.08445) + (xy 157.338342 137.08445) + (xy 157.225304 137.026854) + (xy 157.225302 137.026853) + (xy 157.225301 137.026853) + (xy 157.131519 137.012) + (xy 156.76848 137.012) + (xy 156.674695 137.026853) + (xy 156.674693 137.026854) + (xy 156.561657 137.08445) + (xy 156.471951 137.174156) + (xy 156.414353 137.287198) + (xy 156.3995 137.38098) + (xy 156.3995 138.619019) + (xy 154.9505 138.619019) + (xy 154.950499 137.380982) + (xy 154.942461 137.33023) + (xy 154.935646 137.287195) + (xy 154.935645 137.287193) + (xy 154.878049 137.174157) + (xy 154.788343 137.084451) + (xy 154.788343 137.08445) + (xy 154.788342 137.08445) + (xy 154.675304 137.026854) + (xy 154.675302 137.026853) + (xy 154.675301 137.026853) + (xy 154.581519 137.012) + (xy 154.21848 137.012) + (xy 154.124695 137.026853) + (xy 154.124693 137.026854) + (xy 154.011657 137.08445) + (xy 153.921951 137.174156) + (xy 153.864353 137.287198) + (xy 153.8495 137.38098) + (xy 153.8495 138.619019) + (xy 153.0505 138.619019) + (xy 153.050499 137.380982) + (xy 153.042461 137.33023) + (xy 153.035646 137.287195) + (xy 153.035645 137.287193) + (xy 152.978049 137.174157) + (xy 152.888343 137.084451) + (xy 152.888343 137.08445) + (xy 152.888342 137.08445) + (xy 152.775304 137.026854) + (xy 152.775302 137.026853) + (xy 152.775301 137.026853) + (xy 152.681519 137.012) + (xy 152.31848 137.012) + (xy 152.224695 137.026853) + (xy 152.224693 137.026854) + (xy 152.111657 137.08445) + (xy 152.021951 137.174156) + (xy 151.964353 137.287198) + (xy 151.9495 137.38098) + (xy 151.9495 138.619019) + (xy 150.5005 138.619019) + (xy 150.500499 137.380982) + (xy 150.492461 137.33023) + (xy 150.485646 137.287195) + (xy 150.485645 137.287193) + (xy 150.428049 137.174157) + (xy 150.338343 137.084451) + (xy 150.338343 137.08445) + (xy 150.338342 137.08445) + (xy 150.225304 137.026854) + (xy 150.225302 137.026853) + (xy 150.225301 137.026853) + (xy 150.131519 137.012) + (xy 149.76848 137.012) + (xy 149.674695 137.026853) + (xy 149.674693 137.026854) + (xy 149.561657 137.08445) + (xy 149.471951 137.174156) + (xy 149.414353 137.287198) + (xy 149.3995 137.38098) + (xy 149.3995 138.619019) + (xy 148.6005 138.619019) + (xy 148.600499 137.380982) + (xy 148.592461 137.33023) + (xy 148.585646 137.287195) + (xy 148.585645 137.287193) + (xy 148.528049 137.174157) + (xy 148.438343 137.084451) + (xy 148.438343 137.08445) + (xy 148.438342 137.08445) + (xy 148.325304 137.026854) + (xy 148.325302 137.026853) + (xy 148.325301 137.026853) + (xy 148.231519 137.012) + (xy 147.86848 137.012) + (xy 147.774695 137.026853) + (xy 147.774693 137.026854) + (xy 147.661657 137.08445) + (xy 147.571951 137.174156) + (xy 147.514353 137.287198) + (xy 147.4995 137.38098) + (xy 147.4995 138.619019) + (xy 146.0505 138.619019) + (xy 146.050499 137.380982) + (xy 146.042461 137.33023) + (xy 146.035646 137.287195) + (xy 146.035645 137.287193) + (xy 145.978049 137.174157) + (xy 145.888343 137.084451) + (xy 145.888343 137.08445) + (xy 145.888342 137.08445) + (xy 145.775304 137.026854) + (xy 145.775302 137.026853) + (xy 145.775301 137.026853) + (xy 145.681519 137.012) + (xy 145.31848 137.012) + (xy 145.224695 137.026853) + (xy 145.224693 137.026854) + (xy 145.111657 137.08445) + (xy 145.021951 137.174156) + (xy 144.964353 137.287198) + (xy 144.9495 137.38098) + (xy 144.9495 138.619019) + (xy 144.1505 138.619019) + (xy 144.150499 137.380982) + (xy 144.142461 137.33023) + (xy 144.135646 137.287195) + (xy 144.135645 137.287193) + (xy 144.078049 137.174157) + (xy 143.988343 137.084451) + (xy 143.988343 137.08445) + (xy 143.988342 137.08445) + (xy 143.875304 137.026854) + (xy 143.875302 137.026853) + (xy 143.875301 137.026853) + (xy 143.781519 137.012) + (xy 143.41848 137.012) + (xy 143.324695 137.026853) + (xy 143.324693 137.026854) + (xy 143.211657 137.08445) + (xy 143.121951 137.174156) + (xy 143.064353 137.287198) + (xy 143.0495 137.38098) + (xy 143.0495 138.619019) + (xy 141.6005 138.619019) + (xy 141.600499 137.380982) + (xy 141.592461 137.33023) + (xy 141.585646 137.287195) + (xy 141.585645 137.287193) + (xy 141.528049 137.174157) + (xy 141.438343 137.084451) + (xy 141.438343 137.08445) + (xy 141.438342 137.08445) + (xy 141.325304 137.026854) + (xy 141.325302 137.026853) + (xy 141.325301 137.026853) + (xy 141.231519 137.012) + (xy 140.86848 137.012) + (xy 140.774695 137.026853) + (xy 140.774693 137.026854) + (xy 140.661657 137.08445) + (xy 140.571951 137.174156) + (xy 140.514353 137.287198) + (xy 140.4995 137.38098) + (xy 140.4995 138.619019) + (xy 139.7005 138.619019) + (xy 139.700499 137.380982) + (xy 139.692461 137.33023) + (xy 139.685646 137.287195) + (xy 139.685645 137.287193) + (xy 139.628049 137.174157) + (xy 139.538343 137.084451) + (xy 139.538343 137.08445) + (xy 139.538342 137.08445) + (xy 139.425304 137.026854) + (xy 139.425302 137.026853) + (xy 139.425301 137.026853) + (xy 139.331519 137.012) + (xy 138.96848 137.012) + (xy 138.874695 137.026853) + (xy 138.874693 137.026854) + (xy 138.761657 137.08445) + (xy 138.671951 137.174156) + (xy 138.614353 137.287198) + (xy 138.5995 137.38098) + (xy 138.5995 138.619019) + (xy 114.967163 138.619019) + (xy 115.011116 138.586116) + (xy 115.095212 138.473778) + (xy 115.095304 138.473533) + (xy 115.111558 138.429951) + (xy 115.144251 138.342299) + (xy 115.1505 138.284174) + (xy 115.1505 137.715826) + (xy 115.144251 137.657701) + (xy 115.135556 137.634389) + (xy 115.095213 137.526223) + (xy 115.095212 137.526222) + (xy 115.011116 137.413884) + (xy 114.927019 137.350929) + (xy 114.898777 137.329787) + (xy 114.898776 137.329786) + (xy 114.767303 137.28075) + (xy 114.7673 137.280749) + (xy 114.767299 137.280749) + (xy 114.738236 137.277624) + (xy 114.709175 137.2745) + (xy 114.709174 137.2745) + (xy 114.015826 137.2745) + (xy 114.015825 137.2745) + (xy 113.957701 137.280749) + (xy 113.957696 137.28075) + (xy 113.826223 137.329786) + (xy 113.826222 137.329787) + (xy 113.713884 137.413884) + (xy 113.629787 137.526222) + (xy 113.629786 137.526223) + (xy 113.58075 137.657696) + (xy 113.580749 137.657701) + (xy 113.5745 137.715825) + (xy 113.5745 138.284174) + (xy 113.424995 138.284174) + (xy 113.425 138.284131) + (xy 113.425 138.25) + (xy 112.8875 138.25) + (xy 112.887499 138.724999) + (xy 112.387499 138.724999) + (xy 112.3875 138.25) + (xy 111.85 138.25) + (xy 109.905901 138.25) + (xy 109.902103 138.2495) + (xy 109.902101 138.2495) + (xy 109.647898 138.2495) + (xy 109.598671 138.25598) + (xy 109.598662 138.255983) + (xy 109.556271 138.27575) + (xy 109.499688 138.27822) + (xy 109.493726 138.27575) + (xy 109.45133 138.255981) + (xy 109.451328 138.25598) + (xy 109.415063 138.251206) + (xy 109.402103 138.2495) + (xy 109.402101 138.2495) + (xy 109.147898 138.2495) + (xy 109.098671 138.25598) + (xy 109.098665 138.255982) + (xy 109.055681 138.276026) + (xy 108.999098 138.278496) + (xy 108.993135 138.276026) + (xy 108.9512 138.256471) + (xy 108.95 138.256313) + (xy 108.95 138.316345) + (xy 108.928326 138.368671) + (xy 108.906356 138.39064) + (xy 108.85598 138.498671) + (xy 108.8495 138.547898) + (xy 108.8495 139.002101) + (xy 108.6 139.002101) + (xy 108.6 138.256313) + (xy 108.598801 138.256471) + (xy 108.49093 138.306773) + (xy 108.406773 138.39093) + (xy 108.35647 138.498802) + (xy 108.354958 138.510294) + (xy 108.32664 138.559343) + (xy 108.279524 138.57364) + (xy 108.279525 138.5745) + (xy 107.822898 138.5745) + (xy 107.773671 138.58098) + (xy 107.773669 138.580981) + (xy 107.66564 138.631356) + (xy 107.581356 138.71564) + (xy 107.53098 138.823671) + (xy 107.5245 138.872898) + (xy 107.5245 139.127101) + (xy 107.53098 139.176328) + (xy 107.530982 139.176334) + (xy 107.55075 139.218727) + (xy 107.55322 139.27531) + (xy 107.55075 139.281272) + (xy 107.530982 139.323666) + (xy 107.53098 139.323671) + (xy 107.5245 139.372898) + (xy 107.5245 139.627101) + (xy 107.53098 139.676328) + (xy 107.530982 139.676334) + (xy 107.55075 139.718727) + (xy 107.55322 139.77531) + (xy 107.55075 139.781272) + (xy 107.530982 139.823666) + (xy 107.53098 139.823671) + (xy 107.5245 139.872898) + (xy 107.5245 140.127101) + (xy 107.53098 140.176328) + (xy 107.530982 140.176334) + (xy 107.55075 140.218727) + (xy 107.55322 140.27531) + (xy 107.55075 140.281272) + (xy 107.530982 140.323666) + (xy 107.53098 140.323671) + (xy 107.5245 140.372898) + (xy 107.5245 140.627101) + (xy 64.131528 140.627101) + (xy 63.77965 139.882498) + (xy 63.684737 139.676199) + (xy 63.616529 139.527947) + (xy 62.978936 138.103767) + (xy 62.824899 137.75) + (xy 111.85 137.75) + (xy 112.387499 137.75) + (xy 112.887499 137.75) + (xy 113.425 137.75) + (xy 113.425 137.715868) + (xy 113.418758 137.65781) + (xy 113.418756 137.657804) + (xy 113.369769 137.526466) + (xy 113.285758 137.414241) + (xy 113.173533 137.33023) + (xy 113.042195 137.281243) + (xy 113.042189 137.281241) + (xy 112.984132 137.275) + (xy 112.8875 137.275) + (xy 112.887499 137.75) + (xy 112.387499 137.75) + (xy 112.3875 137.275) + (xy 112.290868 137.275) + (xy 112.23281 137.281241) + (xy 112.232804 137.281243) + (xy 112.101466 137.33023) + (xy 111.989241 137.414241) + (xy 111.90523 137.526466) + (xy 111.856243 137.657804) + (xy 111.856241 137.65781) + (xy 111.85 137.715868) + (xy 111.85 137.75) + (xy 62.824899 137.75) + (xy 62.823136 137.745952) + (xy 62.785783 137.657701) + (xy 62.399054 136.744019) + (xy 139.5495 136.744019) + (xy 139.564353 136.837804) + (xy 139.564354 136.837806) + (xy 139.621949 136.950841) + (xy 139.62195 136.950842) + (xy 139.711658 137.04055) + (xy 139.824696 137.098146) + (xy 139.918481 137.113) + (xy 140.281518 137.112999) + (xy 140.281519 137.112999) + (xy 140.375304 137.098146) + (xy 140.375306 137.098145) + (xy 140.377419 137.097068) + (xy 140.488342 137.04055) + (xy 140.57805 136.950842) + (xy 140.635646 136.837804) + (xy 140.6505 136.744019) + (xy 143.9995 136.744019) + (xy 144.014353 136.837804) + (xy 144.014354 136.837806) + (xy 144.071949 136.950841) + (xy 144.07195 136.950842) + (xy 144.161658 137.04055) + (xy 144.274696 137.098146) + (xy 144.368481 137.113) + (xy 144.731518 137.112999) + (xy 144.731519 137.112999) + (xy 144.825304 137.098146) + (xy 144.825306 137.098145) + (xy 144.827419 137.097068) + (xy 144.938342 137.04055) + (xy 145.02805 136.950842) + (xy 145.085646 136.837804) + (xy 145.1005 136.744019) + (xy 148.4495 136.744019) + (xy 148.464353 136.837804) + (xy 148.464354 136.837806) + (xy 148.521949 136.950841) + (xy 148.52195 136.950842) + (xy 148.611658 137.04055) + (xy 148.724696 137.098146) + (xy 148.818481 137.113) + (xy 149.181518 137.112999) + (xy 149.181519 137.112999) + (xy 149.275304 137.098146) + (xy 149.275306 137.098145) + (xy 149.277419 137.097068) + (xy 149.388342 137.04055) + (xy 149.47805 136.950842) + (xy 149.535646 136.837804) + (xy 149.5505 136.744019) + (xy 152.8995 136.744019) + (xy 152.914353 136.837804) + (xy 152.914354 136.837806) + (xy 152.971949 136.950841) + (xy 152.97195 136.950842) + (xy 153.061658 137.04055) + (xy 153.174696 137.098146) + (xy 153.268481 137.113) + (xy 153.631518 137.112999) + (xy 153.631519 137.112999) + (xy 153.725304 137.098146) + (xy 153.725306 137.098145) + (xy 153.727419 137.097068) + (xy 153.838342 137.04055) + (xy 153.92805 136.950842) + (xy 153.985646 136.837804) + (xy 154.0005 136.744019) + (xy 157.3495 136.744019) + (xy 157.364353 136.837804) + (xy 157.364354 136.837806) + (xy 157.421949 136.950841) + (xy 157.42195 136.950842) + (xy 157.511658 137.04055) + (xy 157.624696 137.098146) + (xy 157.718481 137.113) + (xy 158.081518 137.112999) + (xy 158.081519 137.112999) + (xy 158.175304 137.098146) + (xy 158.175306 137.098145) + (xy 158.177419 137.097068) + (xy 158.288342 137.04055) + (xy 158.37805 136.950842) + (xy 158.435646 136.837804) + (xy 158.4505 136.744019) + (xy 158.450499 135.505982) + (xy 158.435646 135.412196) + (xy 158.435646 135.412195) + (xy 158.435645 135.412193) + (xy 158.378049 135.299157) + (xy 158.288343 135.209451) + (xy 158.288342 135.20945) + (xy 158.175304 135.151854) + (xy 158.175302 135.151853) + (xy 158.175301 135.151853) + (xy 158.081519 135.137) + (xy 157.71848 135.137) + (xy 157.624695 135.151853) + (xy 157.624693 135.151854) + (xy 157.511657 135.20945) + (xy 157.421951 135.299156) + (xy 157.364353 135.412198) + (xy 157.3495 135.50598) + (xy 157.3495 136.744019) + (xy 154.0005 136.744019) + (xy 154.000499 135.505982) + (xy 153.985646 135.412196) + (xy 153.985646 135.412195) + (xy 153.985645 135.412193) + (xy 153.928049 135.299157) + (xy 153.838343 135.209451) + (xy 153.838342 135.20945) + (xy 153.725304 135.151854) + (xy 153.725302 135.151853) + (xy 153.725301 135.151853) + (xy 153.631519 135.137) + (xy 153.26848 135.137) + (xy 153.174695 135.151853) + (xy 153.174693 135.151854) + (xy 153.061657 135.20945) + (xy 152.971951 135.299156) + (xy 152.914353 135.412198) + (xy 152.8995 135.50598) + (xy 152.8995 136.744019) + (xy 149.5505 136.744019) + (xy 149.550499 135.505982) + (xy 149.535646 135.412196) + (xy 149.535646 135.412195) + (xy 149.535645 135.412193) + (xy 149.478049 135.299157) + (xy 149.388343 135.209451) + (xy 149.388342 135.20945) + (xy 149.275304 135.151854) + (xy 149.275302 135.151853) + (xy 149.275301 135.151853) + (xy 149.181519 135.137) + (xy 148.81848 135.137) + (xy 148.724695 135.151853) + (xy 148.724693 135.151854) + (xy 148.611657 135.20945) + (xy 148.521951 135.299156) + (xy 148.464353 135.412198) + (xy 148.4495 135.50598) + (xy 148.4495 136.744019) + (xy 145.1005 136.744019) + (xy 145.100499 135.505982) + (xy 145.085646 135.412196) + (xy 145.085646 135.412195) + (xy 145.085645 135.412193) + (xy 145.028049 135.299157) + (xy 144.938343 135.209451) + (xy 144.938342 135.20945) + (xy 144.825304 135.151854) + (xy 144.825302 135.151853) + (xy 144.825301 135.151853) + (xy 144.731519 135.137) + (xy 144.36848 135.137) + (xy 144.274695 135.151853) + (xy 144.274693 135.151854) + (xy 144.161657 135.20945) + (xy 144.071951 135.299156) + (xy 144.014353 135.412198) + (xy 143.9995 135.50598) + (xy 143.9995 136.744019) + (xy 140.6505 136.744019) + (xy 140.650499 135.505982) + (xy 140.635646 135.412196) + (xy 140.635646 135.412195) + (xy 140.635645 135.412193) + (xy 140.578049 135.299157) + (xy 140.488343 135.209451) + (xy 140.488342 135.20945) + (xy 140.375304 135.151854) + (xy 140.375302 135.151853) + (xy 140.375301 135.151853) + (xy 140.281519 135.137) + (xy 139.91848 135.137) + (xy 139.824695 135.151853) + (xy 139.824693 135.151854) + (xy 139.711657 135.20945) + (xy 139.621951 135.299156) + (xy 139.564353 135.412198) + (xy 139.5495 135.50598) + (xy 139.5495 136.744019) + (xy 62.399054 136.744019) + (xy 62.214929 136.309006) + (xy 62.066525 135.948107) + (xy 61.487978 134.499049) + (xy 61.34697 134.135067) + (xy 60.798292 132.674421) + (xy 60.664813 132.307689) + (xy 60.17549 130.919091) + (xy 60.146212 130.836008) + (xy 60.127989 130.782549) + (xy 60.022426 130.472874) + (xy 167.4995 130.472874) + (xy 167.505909 130.532483) + (xy 167.50591 130.532488) + (xy 167.556203 130.667329) + (xy 167.556203 130.66733) + (xy 167.556204 130.667331) + (xy 167.642453 130.782547) + (xy 167.757669 130.868796) + (xy 167.892516 130.919091) + (xy 167.946338 130.924877) + (xy 167.952125 130.9255) + (xy 167.952126 130.9255) + (xy 168.947875 130.9255) + (xy 168.953149 130.924932) + (xy 169.007484 130.919091) + (xy 169.142331 130.868796) + (xy 169.257547 130.782547) + (xy 169.343796 130.667331) + (xy 169.394091 130.532484) + (xy 169.4005 130.472874) + (xy 173.5995 130.472874) + (xy 173.605909 130.532483) + (xy 173.60591 130.532488) + (xy 173.656203 130.667329) + (xy 173.656203 130.66733) + (xy 173.656204 130.667331) + (xy 173.742453 130.782547) + (xy 173.857669 130.868796) + (xy 173.992516 130.919091) + (xy 174.046338 130.924877) + (xy 174.052125 130.9255) + (xy 174.052126 130.9255) + (xy 175.047875 130.9255) + (xy 175.053149 130.924932) + (xy 175.107484 130.919091) + (xy 175.242331 130.868796) + (xy 175.357547 130.782547) + (xy 175.443796 130.667331) + (xy 175.494091 130.532484) + (xy 175.5005 130.472874) + (xy 175.5005 127.527126) + (xy 175.494091 127.467516) + (xy 175.443796 127.332669) + (xy 175.357547 127.217453) + (xy 175.2761 127.156483) + (xy 175.24233 127.131203) + (xy 175.107488 127.08091) + (xy 175.107485 127.080909) + (xy 175.107484 127.080909) + (xy 175.077678 127.077704) + (xy 175.047875 127.0745) + (xy 175.047874 127.0745) + (xy 174.052126 127.0745) + (xy 174.052125 127.0745) + (xy 173.992516 127.080909) + (xy 173.992511 127.08091) + (xy 173.85767 127.131203) + (xy 173.857669 127.131203) + (xy 173.742456 127.21745) + (xy 173.74245 127.217456) + (xy 173.656203 127.332669) + (xy 173.656203 127.33267) + (xy 173.60591 127.467511) + (xy 173.605909 127.467516) + (xy 173.5995 127.527125) + (xy 173.5995 130.472874) + (xy 169.4005 130.472874) + (xy 169.4005 127.527126) + (xy 169.394091 127.467516) + (xy 169.343796 127.332669) + (xy 169.257547 127.217453) + (xy 169.1761 127.156483) + (xy 169.14233 127.131203) + (xy 169.007488 127.08091) + (xy 169.007485 127.080909) + (xy 169.007484 127.080909) + (xy 168.977678 127.077704) + (xy 168.947875 127.0745) + (xy 168.947874 127.0745) + (xy 167.952126 127.0745) + (xy 167.952125 127.0745) + (xy 167.892516 127.080909) + (xy 167.892511 127.08091) + (xy 167.75767 127.131203) + (xy 167.757669 127.131203) + (xy 167.642456 127.21745) + (xy 167.64245 127.217456) + (xy 167.556203 127.332669) + (xy 167.556203 127.33267) + (xy 167.50591 127.467511) + (xy 167.505909 127.467516) + (xy 167.4995 127.527125) + (xy 167.4995 130.472874) + (xy 60.022426 130.472874) + (xy 60.020308 130.466661) + (xy 59.532054 128.984706) + (xy 59.46826 128.784174) + (xy 128.712 128.784174) + (xy 128.718249 128.842298) + (xy 128.71825 128.842303) + (xy 128.767286 128.973776) + (xy 128.767287 128.973777) + (xy 128.769246 128.976394) + (xy 128.851384 129.086116) + (xy 128.955137 129.163785) + (xy 128.963722 129.170212) + (xy 128.963723 129.170213) + (xy 129.071889 129.210556) + (xy 129.095201 129.219251) + (xy 129.147682 129.224893) + (xy 129.153325 129.2255) + (xy 129.153326 129.2255) + (xy 129.846675 129.2255) + (xy 129.851817 129.224946) + (xy 129.904799 129.219251) + (xy 129.992451 129.186558) + (xy 130.036276 129.170213) + (xy 130.036276 129.170212) + (xy 130.036278 129.170212) + (xy 130.148616 129.086116) + (xy 130.232712 128.973778) + (xy 130.232804 128.973533) + (xy 130.257151 128.908253) + (xy 130.281751 128.842299) + (xy 130.288 128.784174) + (xy 130.288 128.75) + (xy 130.4375 128.75) + (xy 130.4375 128.784131) + (xy 130.443741 128.842189) + (xy 130.443743 128.842195) + (xy 130.49273 128.973533) + (xy 130.576741 129.085758) + (xy 130.688966 129.169769) + (xy 130.820304 129.218756) + (xy 130.82031 129.218758) + (xy 130.878368 129.225) + (xy 130.975 129.225) + (xy 130.975 128.75) + (xy 131.475 128.75) + (xy 131.475 129.225) + (xy 131.571632 129.225) + (xy 131.629689 129.218758) + (xy 131.629695 129.218756) + (xy 131.761033 129.169769) + (xy 131.873258 129.085758) + (xy 131.956171 128.975) + (xy 141.65973 128.975) + (xy 141.659912 128.97625) + (xy 141.711214 129.081189) + (xy 141.79381 129.163785) + (xy 141.89875 129.215087) + (xy 141.966781 129.224999) + (xy 142.4375 129.224999) + (xy 142.4375 128.975) + (xy 142.8375 128.975) + (xy 142.8375 129.224999) + (xy 143.308211 129.224999) + (xy 143.308224 129.224998) + (xy 143.37625 129.215087) + (xy 143.481188 129.163786) + (xy 143.563785 129.081189) + (xy 143.615087 128.97625) + (xy 143.61527 128.975) + (xy 142.8375 128.975) + (xy 142.4375 128.975) + (xy 141.65973 128.975) + (xy 131.956171 128.975) + (xy 131.957269 128.973533) + (xy 131.981613 128.908264) + (xy 147.3745 128.908264) + (xy 147.384427 128.976393) + (xy 147.384427 128.976394) + (xy 147.435801 129.081482) + (xy 147.435802 129.081483) + (xy 147.518517 129.164198) + (xy 147.623607 129.215573) + (xy 147.69174 129.2255) + (xy 147.691746 129.2255) + (xy 149.033254 129.2255) + (xy 149.03326 129.2255) + (xy 149.101393 129.215573) + (xy 149.206483 129.164198) + (xy 149.289198 129.081483) + (xy 149.340573 128.976393) + (xy 149.346857 128.933264) + (xy 151.512 128.933264) + (xy 151.521927 129.001393) + (xy 151.521927 129.001394) + (xy 151.573301 129.106482) + (xy 151.573302 129.106483) + (xy 151.656017 129.189198) + (xy 151.761107 129.240573) + (xy 151.82924 129.2505) + (xy 151.829246 129.2505) + (xy 153.170754 129.2505) + (xy 153.17076 129.2505) + (xy 153.238893 129.240573) + (xy 153.343983 129.189198) + (xy 153.426698 129.106483) + (xy 153.478073 129.001393) + (xy 153.487999 128.933264) + (xy 157.237 128.933264) + (xy 157.246927 129.001393) + (xy 157.246927 129.001394) + (xy 157.298301 129.106482) + (xy 157.298302 129.106483) + (xy 157.381017 129.189198) + (xy 157.486107 129.240573) + (xy 157.55424 129.2505) + (xy 157.554246 129.2505) + (xy 158.895754 129.2505) + (xy 158.89576 129.2505) + (xy 158.963893 129.240573) + (xy 159.068983 129.189198) + (xy 159.151698 129.106483) + (xy 159.203073 129.001393) + (xy 159.213 128.93326) + (xy 159.213 128.66674) + (xy 159.203073 128.598607) + (xy 159.158534 128.5075) + (xy 159.155025 128.450972) + (xy 159.158534 128.4425) + (xy 159.170756 128.417499) + (xy 159.203073 128.351393) + (xy 159.213 128.28326) + (xy 159.213 128.01674) + (xy 159.203073 127.948607) + (xy 159.158532 127.857497) + (xy 159.155023 127.800973) + (xy 159.158525 127.792516) + (xy 159.203073 127.701393) + (xy 159.213 127.63326) + (xy 159.213 127.36674) + (xy 159.203073 127.298607) + (xy 159.158532 127.207497) + (xy 159.155023 127.150973) + (xy 159.158525 127.142516) + (xy 159.203073 127.051393) + (xy 159.213 126.98326) + (xy 159.213 126.71674) + (xy 159.203073 126.648607) + (xy 159.158534 126.5575) + (xy 159.155025 126.500972) + (xy 159.158534 126.4925) + (xy 159.171034 126.46693) + (xy 159.203073 126.401393) + (xy 159.213 126.33326) + (xy 159.213 126.06674) + (xy 159.203073 125.998607) + (xy 159.158532 125.907497) + (xy 159.155023 125.850973) + (xy 159.158525 125.842516) + (xy 159.203073 125.751393) + (xy 159.213 125.68326) + (xy 159.213 125.582874) + (xy 167.4995 125.582874) + (xy 167.505909 125.642483) + (xy 167.50591 125.642488) + (xy 167.556203 125.777329) + (xy 167.556203 125.77733) + (xy 167.610603 125.85) + (xy 167.642453 125.892547) + (xy 167.757669 125.978796) + (xy 167.892516 126.029091) + (xy 167.946338 126.034877) + (xy 167.952125 126.0355) + (xy 167.952126 126.0355) + (xy 168.947875 126.0355) + (xy 168.953149 126.034932) + (xy 169.007484 126.029091) + (xy 169.142331 125.978796) + (xy 169.257547 125.892547) + (xy 169.343796 125.777331) + (xy 169.394091 125.642484) + (xy 169.4005 125.582874) + (xy 173.5995 125.582874) + (xy 173.605909 125.642483) + (xy 173.60591 125.642488) + (xy 173.656203 125.777329) + (xy 173.656203 125.77733) + (xy 173.710603 125.85) + (xy 173.742453 125.892547) + (xy 173.857669 125.978796) + (xy 173.992516 126.029091) + (xy 174.046338 126.034877) + (xy 174.052125 126.0355) + (xy 174.052126 126.0355) + (xy 175.047875 126.0355) + (xy 175.053149 126.034932) + (xy 175.107484 126.029091) + (xy 175.242331 125.978796) + (xy 175.357547 125.892547) + (xy 175.443796 125.777331) + (xy 175.494091 125.642484) + (xy 175.5005 125.582874) + (xy 175.5005 122.637126) + (xy 175.494091 122.577516) + (xy 175.443796 122.442669) + (xy 175.357547 122.327453) + (xy 175.290497 122.27726) + (xy 175.24233 122.241203) + (xy 175.107488 122.19091) + (xy 175.107485 122.190909) + (xy 175.107484 122.190909) + (xy 175.077678 122.187704) + (xy 175.047875 122.1845) + (xy 175.047874 122.1845) + (xy 174.052126 122.1845) + (xy 174.052125 122.1845) + (xy 173.992516 122.190909) + (xy 173.992511 122.19091) + (xy 173.85767 122.241203) + (xy 173.857669 122.241203) + (xy 173.742456 122.32745) + (xy 173.74245 122.327456) + (xy 173.656203 122.442669) + (xy 173.656203 122.44267) + (xy 173.60591 122.577511) + (xy 173.605909 122.577516) + (xy 173.5995 122.637125) + (xy 173.5995 125.582874) + (xy 169.4005 125.582874) + (xy 169.4005 122.637126) + (xy 169.394091 122.577516) + (xy 169.343796 122.442669) + (xy 169.257547 122.327453) + (xy 169.190497 122.27726) + (xy 169.14233 122.241203) + (xy 169.007488 122.19091) + (xy 169.007485 122.190909) + (xy 169.007484 122.190909) + (xy 168.977678 122.187704) + (xy 168.947875 122.1845) + (xy 168.947874 122.1845) + (xy 167.952126 122.1845) + (xy 167.952125 122.1845) + (xy 167.892516 122.190909) + (xy 167.892511 122.19091) + (xy 167.75767 122.241203) + (xy 167.757669 122.241203) + (xy 167.642456 122.32745) + (xy 167.64245 122.327456) + (xy 167.556203 122.442669) + (xy 167.556203 122.44267) + (xy 167.50591 122.577511) + (xy 167.505909 122.577516) + (xy 167.4995 122.637125) + (xy 167.4995 125.582874) + (xy 159.213 125.582874) + (xy 159.213 125.41674) + (xy 159.203073 125.348607) + (xy 159.158534 125.2575) + (xy 159.155025 125.200972) + (xy 159.158534 125.1925) + (xy 159.175493 125.15781) + (xy 159.203073 125.101393) + (xy 159.213 125.03326) + (xy 159.213 124.76674) + (xy 159.203073 124.698607) + (xy 159.158256 124.606931) + (xy 159.154747 124.550403) + (xy 159.158256 124.54193) + (xy 159.202587 124.451249) + (xy 159.20277 124.45) + (xy 158.904555 124.45) + (xy 158.89844 124.449557) + (xy 158.898431 124.449694) + (xy 158.895765 124.4495) + (xy 158.89576 124.4495) + (xy 157.55424 124.4495) + (xy 157.554234 124.4495) + (xy 157.551569 124.449694) + (xy 157.551559 124.449557) + (xy 157.545445 124.45) + (xy 157.24723 124.45) + (xy 157.247412 124.451251) + (xy 157.291743 124.541931) + (xy 157.295252 124.598459) + (xy 157.291743 124.606931) + (xy 157.246928 124.698604) + (xy 157.246927 124.698606) + (xy 157.237 124.766735) + (xy 157.237 125.033264) + (xy 157.246927 125.101393) + (xy 157.246927 125.101394) + (xy 157.291466 125.1925) + (xy 157.294975 125.249028) + (xy 157.291466 125.2575) + (xy 157.246927 125.348605) + (xy 157.246927 125.348606) + (xy 157.237 125.416735) + (xy 157.237 125.683264) + (xy 157.246927 125.751393) + (xy 157.246927 125.751394) + (xy 157.291466 125.8425) + (xy 157.294975 125.899028) + (xy 157.291466 125.9075) + (xy 157.246927 125.998605) + (xy 157.246927 125.998606) + (xy 157.237 126.066735) + (xy 157.237 126.333264) + (xy 157.246927 126.401393) + (xy 157.246927 126.401394) + (xy 157.291466 126.4925) + (xy 157.294975 126.549028) + (xy 157.291466 126.5575) + (xy 157.246927 126.648605) + (xy 157.246927 126.648606) + (xy 157.237 126.716735) + (xy 157.237 126.983264) + (xy 157.246927 127.051393) + (xy 157.246927 127.051394) + (xy 157.291466 127.1425) + (xy 157.294975 127.199028) + (xy 157.291466 127.2075) + (xy 157.246927 127.298605) + (xy 157.246927 127.298606) + (xy 157.237 127.366735) + (xy 157.237 127.633264) + (xy 157.246927 127.701393) + (xy 157.246927 127.701394) + (xy 157.291466 127.7925) + (xy 157.294975 127.849028) + (xy 157.291466 127.8575) + (xy 157.246927 127.948605) + (xy 157.246927 127.948606) + (xy 157.237 128.016735) + (xy 157.237 128.283264) + (xy 157.246927 128.351393) + (xy 157.246927 128.351394) + (xy 157.291466 128.4425) + (xy 157.294975 128.499028) + (xy 157.291466 128.5075) + (xy 157.246927 128.598605) + (xy 157.246927 128.598606) + (xy 157.237 128.666735) + (xy 157.237 128.933264) + (xy 153.487999 128.933264) + (xy 153.488 128.93326) + (xy 153.488 128.66674) + (xy 153.478073 128.598607) + (xy 153.433534 128.5075) + (xy 153.430025 128.450972) + (xy 153.433534 128.4425) + (xy 153.445756 128.417499) + (xy 153.478073 128.351393) + (xy 153.488 128.28326) + (xy 153.488 128.01674) + (xy 153.478073 127.948607) + (xy 153.433532 127.857498) + (xy 153.430024 127.800971) + (xy 153.433523 127.792522) + (xy 153.478073 127.701393) + (xy 153.488 127.63326) + (xy 153.488 127.36674) + (xy 153.478073 127.298607) + (xy 153.433532 127.207498) + (xy 153.430024 127.150971) + (xy 153.433523 127.142522) + (xy 153.478073 127.051393) + (xy 153.488 126.98326) + (xy 153.488 126.71674) + (xy 153.478073 126.648607) + (xy 153.433534 126.5575) + (xy 153.430025 126.500972) + (xy 153.433534 126.4925) + (xy 153.446034 126.46693) + (xy 153.478073 126.401393) + (xy 153.488 126.33326) + (xy 153.488 126.06674) + (xy 153.478073 125.998607) + (xy 153.433532 125.907498) + (xy 153.430024 125.850971) + (xy 153.433523 125.842522) + (xy 153.478073 125.751393) + (xy 153.488 125.68326) + (xy 153.488 125.41674) + (xy 153.478073 125.348607) + (xy 153.433534 125.2575) + (xy 153.430025 125.200972) + (xy 153.433534 125.1925) + (xy 153.450493 125.15781) + (xy 153.478073 125.101393) + (xy 153.488 125.03326) + (xy 153.488 124.76674) + (xy 153.478073 124.698607) + (xy 153.433532 124.607498) + (xy 153.430024 124.550971) + (xy 153.433523 124.542522) + (xy 153.478073 124.451393) + (xy 153.488 124.38326) + (xy 153.488 124.11674) + (xy 153.478276 124.05) + (xy 157.24723 124.05) + (xy 158.025 124.05) + (xy 158.025 123.8) + (xy 158.425 123.8) + (xy 158.425 124.05) + (xy 159.202769 124.05) + (xy 159.202587 124.048749) + (xy 159.151285 123.94381) + (xy 159.068689 123.861214) + (xy 158.963749 123.809912) + (xy 158.895723 123.8) + (xy 158.425 123.8) + (xy 158.025 123.8) + (xy 157.554282 123.8) + (xy 157.486249 123.809912) + (xy 157.381311 123.861213) + (xy 157.298714 123.94381) + (xy 157.247412 124.048749) + (xy 157.24723 124.05) + (xy 153.478276 124.05) + (xy 153.478073 124.048607) + (xy 153.426698 123.943517) + (xy 153.343983 123.860802) + (xy 153.343983 123.860801) + (xy 153.343982 123.860801) + (xy 153.238894 123.809427) + (xy 153.170764 123.7995) + (xy 153.17076 123.7995) + (xy 151.82924 123.7995) + (xy 151.829235 123.7995) + (xy 151.761106 123.809427) + (xy 151.761105 123.809427) + (xy 151.656017 123.860801) + (xy 151.573301 123.943517) + (xy 151.521927 124.048605) + (xy 151.521927 124.048606) + (xy 151.512 124.116735) + (xy 151.512 124.383264) + (xy 151.521927 124.451393) + (xy 151.521928 124.451395) + (xy 151.566465 124.5425) + (xy 151.569974 124.599029) + (xy 151.566465 124.6075) + (xy 151.521928 124.698604) + (xy 151.521927 124.698606) + (xy 151.512 124.766735) + (xy 151.512 125.033264) + (xy 151.521927 125.101393) + (xy 151.521927 125.101394) + (xy 151.566466 125.1925) + (xy 151.569975 125.249028) + (xy 151.566466 125.2575) + (xy 151.521927 125.348605) + (xy 151.521927 125.348606) + (xy 151.512 125.416735) + (xy 151.512 125.683264) + (xy 151.521927 125.751393) + (xy 151.521927 125.751394) + (xy 151.566466 125.8425) + (xy 151.569975 125.899028) + (xy 151.566466 125.9075) + (xy 151.521927 125.998605) + (xy 151.521927 125.998606) + (xy 151.512 126.066735) + (xy 151.512 126.333264) + (xy 151.521927 126.401393) + (xy 151.521927 126.401394) + (xy 151.566466 126.4925) + (xy 151.569975 126.549028) + (xy 151.566466 126.5575) + (xy 151.521927 126.648605) + (xy 151.521927 126.648606) + (xy 151.512 126.716735) + (xy 151.512 126.983264) + (xy 151.521927 127.051393) + (xy 151.521927 127.051394) + (xy 151.566466 127.1425) + (xy 151.569975 127.199028) + (xy 151.566466 127.2075) + (xy 151.521927 127.298605) + (xy 151.521927 127.298606) + (xy 151.512 127.366735) + (xy 151.512 127.633264) + (xy 151.521927 127.701393) + (xy 151.521927 127.701394) + (xy 151.566466 127.7925) + (xy 151.569975 127.849028) + (xy 151.566466 127.8575) + (xy 151.521927 127.948605) + (xy 151.521927 127.948606) + (xy 151.512 128.016735) + (xy 151.512 128.283264) + (xy 151.521927 128.351393) + (xy 151.521927 128.351394) + (xy 151.566466 128.4425) + (xy 151.569975 128.499028) + (xy 151.566466 128.5075) + (xy 151.521927 128.598605) + (xy 151.521927 128.598606) + (xy 151.512 128.666735) + (xy 151.512 128.933264) + (xy 149.346857 128.933264) + (xy 149.3505 128.90826) + (xy 149.3505 128.64174) + (xy 149.340573 128.573607) + (xy 149.296032 128.482497) + (xy 149.292523 128.425973) + (xy 149.296025 128.417516) + (xy 149.340573 128.326393) + (xy 149.3505 128.25826) + (xy 149.3505 127.99174) + (xy 149.340573 127.923607) + (xy 149.308256 127.857501) + (xy 149.296034 127.8325) + (xy 149.292525 127.775972) + (xy 149.296034 127.7675) + (xy 149.319621 127.719251) + (xy 149.340573 127.676393) + (xy 149.3505 127.60826) + (xy 149.3505 127.34174) + (xy 149.340573 127.273607) + (xy 149.296032 127.182497) + (xy 149.292523 127.125973) + (xy 149.296025 127.117516) + (xy 149.340573 127.026393) + (xy 149.3505 126.95826) + (xy 149.3505 126.69174) + (xy 149.340573 126.623607) + (xy 149.337834 126.618005) + (xy 149.295756 126.531931) + (xy 149.292247 126.475403) + (xy 149.295756 126.46693) + (xy 149.340087 126.376249) + (xy 149.34027 126.375) + (xy 149.042055 126.375) + (xy 149.03594 126.374557) + (xy 149.035931 126.374694) + (xy 149.033265 126.3745) + (xy 149.03326 126.3745) + (xy 147.69174 126.3745) + (xy 147.691734 126.3745) + (xy 147.689069 126.374694) + (xy 147.689059 126.374557) + (xy 147.682945 126.375) + (xy 147.38473 126.375) + (xy 147.384912 126.376251) + (xy 147.429243 126.466931) + (xy 147.432752 126.523459) + (xy 147.429243 126.531931) + (xy 147.384428 126.623604) + (xy 147.384427 126.623606) + (xy 147.3745 126.691735) + (xy 147.3745 126.958264) + (xy 147.384427 127.026393) + (xy 147.384427 127.026394) + (xy 147.428966 127.1175) + (xy 147.432475 127.174028) + (xy 147.428966 127.1825) + (xy 147.384427 127.273605) + (xy 147.384427 127.273606) + (xy 147.3745 127.341735) + (xy 147.3745 127.608264) + (xy 147.384427 127.676393) + (xy 147.384427 127.676394) + (xy 147.428966 127.7675) + (xy 147.432475 127.824028) + (xy 147.428966 127.8325) + (xy 147.384427 127.923605) + (xy 147.384427 127.923606) + (xy 147.3745 127.991735) + (xy 147.3745 128.258264) + (xy 147.378143 128.283264) + (xy 147.384427 128.326393) + (xy 147.384427 128.326394) + (xy 147.384428 128.326395) + (xy 147.428965 128.4175) + (xy 147.432474 128.474029) + (xy 147.428965 128.4825) + (xy 147.384428 128.573604) + (xy 147.384427 128.573606) + (xy 147.3745 128.641735) + (xy 147.3745 128.908264) + (xy 131.981613 128.908264) + (xy 132.006256 128.842195) + (xy 132.006258 128.842189) + (xy 132.0125 128.784131) + (xy 132.0125 128.75) + (xy 131.475 128.75) + (xy 130.975 128.75) + (xy 130.4375 128.75) + (xy 130.288 128.75) + (xy 130.288 128.258264) + (xy 141.6495 128.258264) + (xy 141.659427 128.326393) + (xy 141.659427 128.326395) + (xy 141.704243 128.418068) + (xy 141.707752 128.474596) + (xy 141.704243 128.483068) + (xy 141.659912 128.573748) + (xy 141.65973 128.575) + (xy 141.957945 128.575) + (xy 141.964059 128.575442) + (xy 141.964069 128.575306) + (xy 141.966734 128.575499) + (xy 141.96674 128.5755) + (xy 141.966746 128.5755) + (xy 143.308254 128.5755) + (xy 143.30826 128.5755) + (xy 143.308265 128.575499) + (xy 143.310931 128.575306) + (xy 143.31094 128.575442) + (xy 143.317055 128.575) + (xy 143.615269 128.575) + (xy 143.615087 128.573749) + (xy 143.570756 128.483069) + (xy 143.567246 128.42654) + (xy 143.570756 128.418068) + (xy 143.571034 128.417499) + (xy 143.615573 128.326393) + (xy 143.6255 128.25826) + (xy 143.6255 127.99174) + (xy 143.615573 127.923607) + (xy 143.583256 127.857501) + (xy 143.571034 127.8325) + (xy 143.567525 127.775972) + (xy 143.571034 127.7675) + (xy 143.594621 127.719251) + (xy 143.615573 127.676393) + (xy 143.6255 127.60826) + (xy 143.6255 127.34174) + (xy 143.615573 127.273607) + (xy 143.571032 127.182497) + (xy 143.567523 127.125973) + (xy 143.571025 127.117516) + (xy 143.615573 127.026393) + (xy 143.6255 126.95826) + (xy 143.6255 126.69174) + (xy 143.615573 126.623607) + (xy 143.571032 126.532497) + (xy 143.567523 126.475973) + (xy 143.571025 126.467516) + (xy 143.615573 126.376393) + (xy 143.6255 126.30826) + (xy 143.6255 126.04174) + (xy 143.615573 125.973607) + (xy 143.571032 125.882497) + (xy 143.567523 125.825973) + (xy 143.571025 125.817516) + (xy 143.615573 125.726393) + (xy 143.625499 125.658264) + (xy 147.3745 125.658264) + (xy 147.384427 125.726393) + (xy 147.384427 125.726395) + (xy 147.429243 125.818068) + (xy 147.432752 125.874596) + (xy 147.429243 125.883068) + (xy 147.384912 125.973748) + (xy 147.38473 125.975) + (xy 147.682945 125.975) + (xy 147.689059 125.975442) + (xy 147.689069 125.975306) + (xy 147.691734 125.975499) + (xy 147.69174 125.9755) + (xy 147.691746 125.9755) + (xy 149.033254 125.9755) + (xy 149.03326 125.9755) + (xy 149.033265 125.975499) + (xy 149.035931 125.975306) + (xy 149.03594 125.975442) + (xy 149.042055 125.975) + (xy 149.340269 125.975) + (xy 149.340087 125.973749) + (xy 149.295756 125.883069) + (xy 149.292246 125.82654) + (xy 149.295756 125.818068) + (xy 149.315671 125.777331) + (xy 149.340573 125.726393) + (xy 149.3505 125.65826) + (xy 149.3505 125.39174) + (xy 149.340573 125.323607) + (xy 149.296032 125.232497) + (xy 149.292523 125.175973) + (xy 149.296025 125.167516) + (xy 149.340573 125.076393) + (xy 149.3505 125.00826) + (xy 149.3505 124.74174) + (xy 149.340573 124.673607) + (xy 149.296032 124.582497) + (xy 149.292523 124.525973) + (xy 149.296025 124.517516) + (xy 149.340573 124.426393) + (xy 149.3505 124.35826) + (xy 149.3505 124.09174) + (xy 149.340573 124.023607) + (xy 149.289198 123.918517) + (xy 149.206483 123.835802) + (xy 149.206482 123.835801) + (xy 149.101394 123.784427) + (xy 149.033264 123.7745) + (xy 149.03326 123.7745) + (xy 147.69174 123.7745) + (xy 147.691735 123.7745) + (xy 147.623606 123.784427) + (xy 147.623605 123.784427) + (xy 147.518517 123.835801) + (xy 147.435801 123.918517) + (xy 147.384427 124.023605) + (xy 147.384427 124.023606) + (xy 147.3745 124.091735) + (xy 147.3745 124.358264) + (xy 147.384427 124.426393) + (xy 147.384427 124.426394) + (xy 147.428966 124.5175) + (xy 147.432475 124.574028) + (xy 147.428966 124.5825) + (xy 147.384427 124.673605) + (xy 147.384427 124.673606) + (xy 147.3745 124.741735) + (xy 147.3745 125.008264) + (xy 147.384427 125.076393) + (xy 147.384427 125.076394) + (xy 147.428966 125.1675) + (xy 147.432475 125.224028) + (xy 147.428966 125.2325) + (xy 147.384427 125.323605) + (xy 147.384427 125.323606) + (xy 147.3745 125.391735) + (xy 147.3745 125.658264) + (xy 143.625499 125.658264) + (xy 143.6255 125.65826) + (xy 143.6255 125.39174) + (xy 143.615573 125.323607) + (xy 143.571032 125.232497) + (xy 143.567523 125.175973) + (xy 143.571025 125.167516) + (xy 143.615573 125.076393) + (xy 143.6255 125.00826) + (xy 143.6255 124.74174) + (xy 143.615573 124.673607) + (xy 143.571032 124.582497) + (xy 143.567523 124.525973) + (xy 143.571025 124.517516) + (xy 143.615573 124.426393) + (xy 143.6255 124.35826) + (xy 143.6255 124.09174) + (xy 143.615573 124.023607) + (xy 143.564198 123.918517) + (xy 143.481483 123.835802) + (xy 143.481482 123.835801) + (xy 143.376394 123.784427) + (xy 143.308264 123.7745) + (xy 143.30826 123.7745) + (xy 141.96674 123.7745) + (xy 141.966735 123.7745) + (xy 141.898606 123.784427) + (xy 141.898605 123.784427) + (xy 141.793517 123.835801) + (xy 141.710801 123.918517) + (xy 141.659427 124.023605) + (xy 141.659427 124.023606) + (xy 141.6495 124.091735) + (xy 141.6495 124.358264) + (xy 141.659427 124.426393) + (xy 141.659427 124.426394) + (xy 141.703966 124.5175) + (xy 141.707475 124.574028) + (xy 141.703966 124.5825) + (xy 141.659427 124.673605) + (xy 141.659427 124.673606) + (xy 141.6495 124.741735) + (xy 141.6495 125.008264) + (xy 141.659427 125.076393) + (xy 141.659427 125.076394) + (xy 141.703966 125.1675) + (xy 141.707475 125.224028) + (xy 141.703966 125.2325) + (xy 141.659427 125.323605) + (xy 141.659427 125.323606) + (xy 141.6495 125.391735) + (xy 141.6495 125.658264) + (xy 141.659427 125.726393) + (xy 141.659427 125.726394) + (xy 141.703966 125.8175) + (xy 141.707475 125.874028) + (xy 141.703966 125.8825) + (xy 141.659427 125.973605) + (xy 141.659427 125.973606) + (xy 141.6495 126.041735) + (xy 141.6495 126.308264) + (xy 141.659427 126.376393) + (xy 141.659427 126.376394) + (xy 141.703966 126.4675) + (xy 141.707475 126.524028) + (xy 141.703966 126.5325) + (xy 141.659427 126.623605) + (xy 141.659427 126.623606) + (xy 141.6495 126.691735) + (xy 141.6495 126.958264) + (xy 141.659427 127.026393) + (xy 141.659427 127.026394) + (xy 141.703966 127.1175) + (xy 141.707475 127.174028) + (xy 141.703966 127.1825) + (xy 141.659427 127.273605) + (xy 141.659427 127.273606) + (xy 141.6495 127.341735) + (xy 141.6495 127.608264) + (xy 141.659427 127.676393) + (xy 141.659427 127.676394) + (xy 141.703966 127.7675) + (xy 141.707475 127.824028) + (xy 141.703966 127.8325) + (xy 141.659427 127.923605) + (xy 141.659427 127.923606) + (xy 141.6495 127.991735) + (xy 141.6495 128.258264) + (xy 130.288 128.258264) + (xy 130.288 128.25) + (xy 130.4375 128.25) + (xy 130.975 128.25) + (xy 130.975 127.775) + (xy 131.475 127.775) + (xy 131.475 128.25) + (xy 132.0125 128.25) + (xy 132.0125 128.215868) + (xy 132.006258 128.15781) + (xy 132.006256 128.157804) + (xy 131.957269 128.026466) + (xy 131.873258 127.914241) + (xy 131.761033 127.83023) + (xy 131.629695 127.781243) + (xy 131.629689 127.781241) + (xy 131.571632 127.775) + (xy 131.475 127.775) + (xy 130.975 127.775) + (xy 130.878368 127.775) + (xy 130.82031 127.781241) + (xy 130.820304 127.781243) + (xy 130.688966 127.83023) + (xy 130.576741 127.914241) + (xy 130.49273 128.026466) + (xy 130.443743 128.157804) + (xy 130.443741 128.15781) + (xy 130.4375 128.215868) + (xy 130.4375 128.25) + (xy 130.288 128.25) + (xy 130.288 128.215826) + (xy 130.281751 128.157701) + (xy 130.273056 128.134389) + (xy 130.232713 128.026223) + (xy 130.232712 128.026222) + (xy 130.206895 127.991735) + (xy 130.148616 127.913884) + (xy 130.039901 127.8325) + (xy 130.036277 127.829787) + (xy 130.036276 127.829786) + (xy 129.904803 127.78075) + (xy 129.9048 127.780749) + (xy 129.904799 127.780749) + (xy 129.860366 127.775972) + (xy 129.846675 127.7745) + (xy 129.846674 127.7745) + (xy 129.153326 127.7745) + (xy 129.153325 127.7745) + (xy 129.095201 127.780749) + (xy 129.095196 127.78075) + (xy 128.963723 127.829786) + (xy 128.963722 127.829787) + (xy 128.851384 127.913884) + (xy 128.767287 128.026222) + (xy 128.767286 128.026223) + (xy 128.71825 128.157696) + (xy 128.718249 128.157701) + (xy 128.712 128.215825) + (xy 128.712 128.784174) + (xy 59.46826 128.784174) + (xy 59.468246 128.784131) + (xy 59.413732 128.612769) + (xy 59.006048 127.284174) + (xy 124.3495 127.284174) + (xy 124.355749 127.342298) + (xy 124.35575 127.342303) + (xy 124.404786 127.473776) + (xy 124.404787 127.473777) + (xy 124.404788 127.473778) + (xy 124.488884 127.586116) + (xy 124.551866 127.633264) + (xy 124.601222 127.670212) + (xy 124.601223 127.670213) + (xy 124.684824 127.701394) + (xy 124.732701 127.719251) + (xy 124.785182 127.724893) + (xy 124.790825 127.7255) + (xy 124.790826 127.7255) + (xy 125.384175 127.7255) + (xy 125.389317 127.724946) + (xy 125.442299 127.719251) + (xy 125.529951 127.686558) + (xy 125.573776 127.670213) + (xy 125.573776 127.670212) + (xy 125.573778 127.670212) + (xy 125.686116 127.586116) + (xy 125.770212 127.473778) + (xy 125.77255 127.467511) + (xy 125.786558 127.429951) + (xy 125.819251 127.342299) + (xy 125.8255 127.284174) + (xy 126.1745 127.284174) + (xy 126.180749 127.342298) + (xy 126.18075 127.342303) + (xy 126.229786 127.473776) + (xy 126.229787 127.473777) + (xy 126.229788 127.473778) + (xy 126.313884 127.586116) + (xy 126.376866 127.633264) + (xy 126.426222 127.670212) + (xy 126.426223 127.670213) + (xy 126.509824 127.701394) + (xy 126.557701 127.719251) + (xy 126.610182 127.724893) + (xy 126.615825 127.7255) + (xy 126.615826 127.7255) + (xy 127.209175 127.7255) + (xy 127.214317 127.724946) + (xy 127.267299 127.719251) + (xy 127.354951 127.686558) + (xy 127.398776 127.670213) + (xy 127.398776 127.670212) + (xy 127.398778 127.670212) + (xy 127.511116 127.586116) + (xy 127.595212 127.473778) + (xy 127.59755 127.467511) + (xy 127.611558 127.429951) + (xy 127.644251 127.342299) + (xy 127.6505 127.284174) + (xy 127.6505 126.715826) + (xy 127.644251 126.657701) + (xy 127.631534 126.623604) + (xy 127.595213 126.526223) + (xy 127.595212 126.526222) + (xy 127.575582 126.5) + (xy 127.511116 126.413884) + (xy 127.427018 126.350929) + (xy 127.398777 126.329787) + (xy 127.398776 126.329786) + (xy 127.267303 126.28075) + (xy 127.2673 126.280749) + (xy 127.267299 126.280749) + (xy 127.238236 126.277624) + (xy 127.209175 126.2745) + (xy 127.209174 126.2745) + (xy 126.615826 126.2745) + (xy 126.615825 126.2745) + (xy 126.557701 126.280749) + (xy 126.557696 126.28075) + (xy 126.426223 126.329786) + (xy 126.426222 126.329787) + (xy 126.313884 126.413884) + (xy 126.229787 126.526222) + (xy 126.229786 126.526223) + (xy 126.18075 126.657696) + (xy 126.180749 126.657701) + (xy 126.1745 126.715825) + (xy 126.1745 127.284174) + (xy 125.8255 127.284174) + (xy 125.8255 126.715826) + (xy 125.819251 126.657701) + (xy 125.806534 126.623604) + (xy 125.770213 126.526223) + (xy 125.770212 126.526222) + (xy 125.750582 126.5) + (xy 125.686116 126.413884) + (xy 125.602019 126.350929) + (xy 125.573777 126.329787) + (xy 125.573776 126.329786) + (xy 125.442303 126.28075) + (xy 125.4423 126.280749) + (xy 125.442299 126.280749) + (xy 125.413236 126.277624) + (xy 125.384175 126.2745) + (xy 125.384174 126.2745) + (xy 124.790826 126.2745) + (xy 124.790825 126.2745) + (xy 124.732701 126.280749) + (xy 124.732696 126.28075) + (xy 124.601223 126.329786) + (xy 124.601222 126.329787) + (xy 124.488884 126.413884) + (xy 124.404787 126.526222) + (xy 124.404786 126.526223) + (xy 124.35575 126.657696) + (xy 124.355749 126.657701) + (xy 124.3495 126.715825) + (xy 124.3495 127.284174) + (xy 59.006048 127.284174) + (xy 58.956012 127.121113) + (xy 58.942231 127.0745) + (xy 58.845356 126.746838) + (xy 58.561731 125.75) + (xy 128.4875 125.75) + (xy 128.4875 125.784131) + (xy 128.493741 125.842189) + (xy 128.493743 125.842195) + (xy 128.54273 125.973533) + (xy 128.626741 126.085758) + (xy 128.738966 126.169769) + (xy 128.870304 126.218756) + (xy 128.87031 126.218758) + (xy 128.928368 126.225) + (xy 129.025 126.225) + (xy 129.025 125.75) + (xy 129.525 125.75) + (xy 129.525 126.225) + (xy 129.621632 126.225) + (xy 129.679689 126.218758) + (xy 129.679695 126.218756) + (xy 129.811033 126.169769) + (xy 129.923258 126.085758) + (xy 130.007269 125.973533) + (xy 130.056256 125.842195) + (xy 130.056258 125.842189) + (xy 130.062495 125.784174) + (xy 130.212 125.784174) + (xy 130.218249 125.842298) + (xy 130.21825 125.842303) + (xy 130.267286 125.973776) + (xy 130.267287 125.973777) + (xy 130.268577 125.9755) + (xy 130.351384 126.086116) + (xy 130.46313 126.169769) + (xy 130.463722 126.170212) + (xy 130.463723 126.170213) + (xy 130.571889 126.210556) + (xy 130.595201 126.219251) + (xy 130.647682 126.224893) + (xy 130.653325 126.2255) + (xy 130.653326 126.2255) + (xy 131.346675 126.2255) + (xy 131.351817 126.224946) + (xy 131.404799 126.219251) + (xy 131.492451 126.186558) + (xy 131.536276 126.170213) + (xy 131.536276 126.170212) + (xy 131.536278 126.170212) + (xy 131.648616 126.086116) + (xy 131.732712 125.973778) + (xy 131.732804 125.973533) + (xy 131.763009 125.892549) + (xy 131.781751 125.842299) + (xy 131.788 125.784174) + (xy 131.788 125.215826) + (xy 131.781751 125.157701) + (xy 131.751425 125.076393) + (xy 131.732713 125.026223) + (xy 131.732712 125.026222) + (xy 131.672517 124.945812) + (xy 131.648616 124.913884) + (xy 131.554041 124.843085) + (xy 131.536277 124.829787) + (xy 131.536276 124.829786) + (xy 131.404803 124.78075) + (xy 131.4048 124.780749) + (xy 131.404799 124.780749) + (xy 131.375736 124.777624) + (xy 131.346675 124.7745) + (xy 131.346674 124.7745) + (xy 130.653326 124.7745) + (xy 130.653325 124.7745) + (xy 130.595201 124.780749) + (xy 130.595196 124.78075) + (xy 130.463723 124.829786) + (xy 130.463722 124.829787) + (xy 130.351384 124.913884) + (xy 130.267287 125.026222) + (xy 130.267286 125.026223) + (xy 130.21825 125.157696) + (xy 130.218249 125.157701) + (xy 130.212 125.215825) + (xy 130.212 125.784174) + (xy 130.062495 125.784174) + (xy 130.0625 125.784131) + (xy 130.0625 125.75) + (xy 129.525 125.75) + (xy 129.025 125.75) + (xy 128.4875 125.75) + (xy 58.561731 125.75) + (xy 58.418359 125.246099) + (xy 58.315417 124.869655) + (xy 58.288408 124.766746) + (xy 58.257681 124.649672) + (xy 124.386999 124.649672) + (xy 124.401534 124.72274) + (xy 124.449529 124.794571) + (xy 124.462 124.835682) + (xy 124.462 125.480208) + (xy 124.459898 125.490776) + (xy 124.459899 125.499999) + (xy 124.462001 125.505074) + (xy 124.467983 125.519517) + (xy 124.487499 125.527601) + (xy 124.4875 125.527601) + (xy 124.49673 125.527601) + (xy 124.507293 125.5255) + (xy 125.901817 125.5255) + (xy 125.942929 125.537971) + (xy 126.01476 125.585966) + (xy 126.087826 125.6005) + (xy 126.087828 125.6005) + (xy 126.387172 125.6005) + (xy 126.387174 125.6005) + (xy 126.46024 125.585966) + (xy 126.53207 125.537971) + (xy 126.573183 125.5255) + (xy 127.967707 125.5255) + (xy 127.97827 125.527601) + (xy 127.9875 125.527601) + (xy 127.987501 125.527601) + (xy 127.997258 125.523559) + (xy 128.007017 125.519517) + (xy 128.013 125.505072) + (xy 128.015101 125.5) + (xy 128.0151 125.499997) + (xy 128.015101 125.490776) + (xy 128.013 125.480208) + (xy 128.013 125.25) + (xy 128.4875 125.25) + (xy 129.025 125.25) + (xy 129.025 124.775) + (xy 129.525 124.775) + (xy 129.525 125.25) + (xy 130.0625 125.25) + (xy 130.0625 125.215868) + (xy 130.056258 125.15781) + (xy 130.056256 125.157804) + (xy 130.007269 125.026466) + (xy 129.923258 124.914241) + (xy 129.811033 124.83023) + (xy 129.679695 124.781243) + (xy 129.679689 124.781241) + (xy 129.621632 124.775) + (xy 129.525 124.775) + (xy 129.025 124.775) + (xy 128.928368 124.775) + (xy 128.87031 124.781241) + (xy 128.870304 124.781243) + (xy 128.738966 124.83023) + (xy 128.626741 124.914241) + (xy 128.54273 125.026466) + (xy 128.493743 125.157804) + (xy 128.493741 125.15781) + (xy 128.4875 125.215868) + (xy 128.4875 125.25) + (xy 128.013 125.25) + (xy 128.013 124.835682) + (xy 128.02547 124.794571) + (xy 128.073466 124.72274) + (xy 128.088 124.649674) + (xy 128.088 124.350326) + (xy 128.073466 124.27726) + (xy 128.073465 124.277259) + (xy 128.072044 124.270112) + (xy 128.073629 124.269796) + (xy 128.073626 124.230103) + (xy 128.071573 124.229695) + (xy 128.0875 124.149623) + (xy 128.0875 123.850377) + (xy 128.071573 123.770307) + (xy 128.073629 123.769897) + (xy 128.073626 123.730203) + (xy 128.072044 123.729889) + (xy 128.083914 123.670213) + (xy 128.088 123.649674) + (xy 128.088 123.350326) + (xy 128.073466 123.27726) + (xy 128.073465 123.277259) + (xy 128.072044 123.270112) + (xy 128.073629 123.269796) + (xy 128.073628 123.25) + (xy 128.35 123.25) + (xy 128.35 123.284131) + (xy 128.356241 123.342189) + (xy 128.356243 123.342195) + (xy 128.40523 123.473533) + (xy 128.489241 123.585758) + (xy 128.601466 123.669769) + (xy 128.732804 123.718756) + (xy 128.73281 123.718758) + (xy 128.790868 123.725) + (xy 128.887499 123.725) + (xy 128.887499 123.724999) + (xy 129.387499 123.724999) + (xy 129.3875 123.725) + (xy 129.484132 123.725) + (xy 129.542189 123.718758) + (xy 129.542195 123.718756) + (xy 129.673533 123.669769) + (xy 129.785758 123.585758) + (xy 129.869769 123.473533) + (xy 129.918756 123.342195) + (xy 129.918758 123.342189) + (xy 129.924995 123.284174) + (xy 130.0745 123.284174) + (xy 130.080749 123.342298) + (xy 130.08075 123.342303) + (xy 130.129786 123.473776) + (xy 130.129787 123.473777) + (xy 130.129788 123.473778) + (xy 130.213884 123.586116) + (xy 130.298784 123.649672) + (xy 130.326222 123.670212) + (xy 130.326223 123.670213) + (xy 130.434389 123.710556) + (xy 130.457701 123.719251) + (xy 130.510182 123.724893) + (xy 130.515825 123.7255) + (xy 130.515826 123.7255) + (xy 131.209175 123.7255) + (xy 131.214317 123.724946) + (xy 131.267299 123.719251) + (xy 131.354951 123.686558) + (xy 131.398776 123.670213) + (xy 131.398776 123.670212) + (xy 131.398778 123.670212) + (xy 131.511116 123.586116) + (xy 131.595212 123.473778) + (xy 131.595304 123.473533) + (xy 131.611558 123.429951) + (xy 131.644251 123.342299) + (xy 131.6505 123.284174) + (xy 131.6505 122.715826) + (xy 131.644251 122.657701) + (xy 131.614342 122.577511) + (xy 131.595213 122.526223) + (xy 131.595212 122.526222) + (xy 131.595211 122.526222) + (xy 131.511116 122.413884) + (xy 131.426213 122.350326) + (xy 131.398777 122.329787) + (xy 131.398776 122.329786) + (xy 131.267303 122.28075) + (xy 131.2673 122.280749) + (xy 131.267299 122.280749) + (xy 131.234846 122.27726) + (xy 131.209175 122.2745) + (xy 131.209174 122.2745) + (xy 130.515826 122.2745) + (xy 130.515825 122.2745) + (xy 130.457701 122.280749) + (xy 130.457696 122.28075) + (xy 130.326223 122.329786) + (xy 130.326222 122.329787) + (xy 130.213884 122.413884) + (xy 130.129787 122.526222) + (xy 130.129786 122.526223) + (xy 130.08075 122.657696) + (xy 130.080749 122.657701) + (xy 130.0745 122.715825) + (xy 130.0745 123.284174) + (xy 129.924995 123.284174) + (xy 129.925 123.284131) + (xy 129.925 123.25) + (xy 129.3875 123.25) + (xy 129.387499 123.724999) + (xy 128.887499 123.724999) + (xy 128.8875 123.25) + (xy 128.35 123.25) + (xy 128.073628 123.25) + (xy 128.073626 123.230103) + (xy 128.071573 123.229695) + (xy 128.0875 123.149623) + (xy 128.0875 122.850377) + (xy 128.071573 122.770307) + (xy 128.073629 122.769897) + (xy 128.073627 122.75) + (xy 128.35 122.75) + (xy 128.887499 122.75) + (xy 129.387499 122.75) + (xy 129.925 122.75) + (xy 129.925 122.715868) + (xy 129.918758 122.65781) + (xy 129.918756 122.657804) + (xy 129.869769 122.526466) + (xy 129.785758 122.414241) + (xy 129.673533 122.33023) + (xy 129.542195 122.281243) + (xy 129.542189 122.281241) + (xy 129.484132 122.275) + (xy 129.3875 122.275) + (xy 129.387499 122.75) + (xy 128.887499 122.75) + (xy 128.8875 122.275) + (xy 128.790868 122.275) + (xy 128.73281 122.281241) + (xy 128.732804 122.281243) + (xy 128.601466 122.33023) + (xy 128.489241 122.414241) + (xy 128.40523 122.526466) + (xy 128.356243 122.657804) + (xy 128.356241 122.65781) + (xy 128.35 122.715868) + (xy 128.35 122.75) + (xy 128.073627 122.75) + (xy 128.073626 122.730203) + (xy 128.072044 122.729889) + (xy 128.074841 122.715826) + (xy 128.088 122.649674) + (xy 128.088 122.350326) + (xy 128.073466 122.27726) + (xy 128.073465 122.277259) + (xy 128.072044 122.270112) + (xy 128.073904 122.269741) + (xy 128.073902 122.230257) + (xy 128.072044 122.229888) + (xy 128.079797 122.19091) + (xy 128.088 122.149674) + (xy 128.088 121.850326) + (xy 128.074841 121.784174) + (xy 179.8495 121.784174) + (xy 179.855749 121.842298) + (xy 179.85575 121.842303) + (xy 179.904786 121.973776) + (xy 179.904787 121.973777) + (xy 179.904788 121.973778) + (xy 179.988884 122.086116) + (xy 180.073784 122.149672) + (xy 180.101222 122.170212) + (xy 180.101223 122.170213) + (xy 180.209389 122.210556) + (xy 180.232701 122.219251) + (xy 180.285182 122.224893) + (xy 180.290825 122.2255) + (xy 180.290826 122.2255) + (xy 180.884175 122.2255) + (xy 180.889317 122.224946) + (xy 180.942299 122.219251) + (xy 181.03547 122.1845) + (xy 181.073776 122.170213) + (xy 181.073776 122.170212) + (xy 181.073778 122.170212) + (xy 181.186116 122.086116) + (xy 181.270212 121.973778) + (xy 181.270304 121.973533) + (xy 181.286558 121.929951) + (xy 181.319251 121.842299) + (xy 181.3255 121.784174) + (xy 181.3255 121.75) + (xy 181.675 121.75) + (xy 181.675 121.784131) + (xy 181.681241 121.842189) + (xy 181.681243 121.842195) + (xy 181.73023 121.973533) + (xy 181.814241 122.085758) + (xy 181.926466 122.169769) + (xy 182.057804 122.218756) + (xy 182.05781 122.218758) + (xy 182.115868 122.225) + (xy 182.1625 122.225) + (xy 182.1625 121.75) + (xy 182.6625 121.75) + (xy 182.6625 122.225) + (xy 182.709132 122.225) + (xy 182.767189 122.218758) + (xy 182.767195 122.218756) + (xy 182.898533 122.169769) + (xy 183.010758 122.085758) + (xy 183.094769 121.973533) + (xy 183.143756 121.842195) + (xy 183.143758 121.842189) + (xy 183.15 121.784131) + (xy 183.15 121.75) + (xy 182.6625 121.75) + (xy 182.1625 121.75) + (xy 181.675 121.75) + (xy 181.3255 121.75) + (xy 181.3255 121.25) + (xy 181.675 121.25) + (xy 182.1625 121.25) + (xy 182.1625 120.775) + (xy 182.6625 120.775) + (xy 182.6625 121.25) + (xy 183.15 121.25) + (xy 183.15 121.215868) + (xy 183.143758 121.15781) + (xy 183.143756 121.157804) + (xy 183.094769 121.026466) + (xy 183.010758 120.914241) + (xy 182.898533 120.83023) + (xy 182.767195 120.781243) + (xy 182.767189 120.781241) + (xy 182.709132 120.775) + (xy 182.6625 120.775) + (xy 182.1625 120.775) + (xy 182.115868 120.775) + (xy 182.05781 120.781241) + (xy 182.057804 120.781243) + (xy 181.926466 120.83023) + (xy 181.814241 120.914241) + (xy 181.73023 121.026466) + (xy 181.681243 121.157804) + (xy 181.681241 121.15781) + (xy 181.675 121.215868) + (xy 181.675 121.25) + (xy 181.3255 121.25) + (xy 181.3255 121.215826) + (xy 181.319251 121.157701) + (xy 181.286026 121.06862) + (xy 181.270213 121.026223) + (xy 181.270212 121.026222) + (xy 181.252486 121.002543) + (xy 181.186116 120.913884) + (xy 181.102019 120.850929) + (xy 181.073777 120.829787) + (xy 181.073776 120.829786) + (xy 180.942303 120.78075) + (xy 180.9423 120.780749) + (xy 180.942299 120.780749) + (xy 180.913236 120.777624) + (xy 180.884175 120.7745) + (xy 180.884174 120.7745) + (xy 180.290826 120.7745) + (xy 180.290825 120.7745) + (xy 180.232701 120.780749) + (xy 180.232696 120.78075) + (xy 180.101223 120.829786) + (xy 180.101222 120.829787) + (xy 179.988884 120.913884) + (xy 179.904787 121.026222) + (xy 179.904786 121.026223) + (xy 179.85575 121.157696) + (xy 179.855749 121.157701) + (xy 179.8495 121.215825) + (xy 179.8495 121.784174) + (xy 128.074841 121.784174) + (xy 128.073466 121.77726) + (xy 128.073465 121.777259) + (xy 128.072044 121.770112) + (xy 128.073904 121.769741) + (xy 128.073902 121.730258) + (xy 128.072044 121.729889) + (xy 128.088 121.649672) + (xy 128.088 121.350327) + (xy 128.08787 121.349672) + (xy 128.073466 121.27726) + (xy 128.025469 121.205427) + (xy 128.013 121.164319) + (xy 128.013 120.692874) + (xy 167.4995 120.692874) + (xy 167.505909 120.752483) + (xy 167.50591 120.752488) + (xy 167.556203 120.887329) + (xy 167.556203 120.88733) + (xy 167.556204 120.887331) + (xy 167.642453 121.002547) + (xy 167.757669 121.088796) + (xy 167.892516 121.139091) + (xy 167.946338 121.144877) + (xy 167.952125 121.1455) + (xy 167.952126 121.1455) + (xy 168.947875 121.1455) + (xy 168.953149 121.144932) + (xy 169.007484 121.139091) + (xy 169.142331 121.088796) + (xy 169.257547 121.002547) + (xy 169.343796 120.887331) + (xy 169.394091 120.752484) + (xy 169.4005 120.692874) + (xy 173.5995 120.692874) + (xy 173.605909 120.752483) + (xy 173.60591 120.752488) + (xy 173.656203 120.887329) + (xy 173.656203 120.88733) + (xy 173.656204 120.887331) + (xy 173.742453 121.002547) + (xy 173.857669 121.088796) + (xy 173.992516 121.139091) + (xy 174.046338 121.144877) + (xy 174.052125 121.1455) + (xy 174.052126 121.1455) + (xy 175.047875 121.1455) + (xy 175.053149 121.144932) + (xy 175.107484 121.139091) + (xy 175.242331 121.088796) + (xy 175.357547 121.002547) + (xy 175.443796 120.887331) + (xy 175.494091 120.752484) + (xy 175.5005 120.692874) + (xy 175.5005 119.784174) + (xy 179.8495 119.784174) + (xy 179.855749 119.842298) + (xy 179.85575 119.842303) + (xy 179.904786 119.973776) + (xy 179.904787 119.973777) + (xy 179.904788 119.973778) + (xy 179.988884 120.086116) + (xy 180.101221 120.170211) + (xy 180.101222 120.170212) + (xy 180.101223 120.170213) + (xy 180.209389 120.210556) + (xy 180.232701 120.219251) + (xy 180.285182 120.224893) + (xy 180.290825 120.2255) + (xy 180.290826 120.2255) + (xy 180.884175 120.2255) + (xy 180.889317 120.224946) + (xy 180.942299 120.219251) + (xy 181.029951 120.186558) + (xy 181.073776 120.170213) + (xy 181.073776 120.170212) + (xy 181.073778 120.170212) + (xy 181.186116 120.086116) + (xy 181.270212 119.973778) + (xy 181.319251 119.842299) + (xy 181.3255 119.784174) + (xy 181.6745 119.784174) + (xy 181.680749 119.842298) + (xy 181.68075 119.842303) + (xy 181.729786 119.973776) + (xy 181.729787 119.973777) + (xy 181.729788 119.973778) + (xy 181.813884 120.086116) + (xy 181.926221 120.170211) + (xy 181.926222 120.170212) + (xy 181.926223 120.170213) + (xy 182.034389 120.210556) + (xy 182.057701 120.219251) + (xy 182.110182 120.224893) + (xy 182.115825 120.2255) + (xy 182.115826 120.2255) + (xy 182.709175 120.2255) + (xy 182.714317 120.224946) + (xy 182.767299 120.219251) + (xy 182.854951 120.186558) + (xy 182.898776 120.170213) + (xy 182.898776 120.170212) + (xy 182.898778 120.170212) + (xy 183.011116 120.086116) + (xy 183.095212 119.973778) + (xy 183.144251 119.842299) + (xy 183.1505 119.784174) + (xy 183.1505 119.215826) + (xy 183.144251 119.157701) + (xy 183.135556 119.134389) + (xy 183.095213 119.026223) + (xy 183.095212 119.026222) + (xy 183.095211 119.026222) + (xy 183.011116 118.913884) + (xy 182.898778 118.829788) + (xy 182.898777 118.829787) + (xy 182.898776 118.829786) + (xy 182.767303 118.78075) + (xy 182.7673 118.780749) + (xy 182.767299 118.780749) + (xy 182.738236 118.777624) + (xy 182.709175 118.7745) + (xy 182.709174 118.7745) + (xy 182.115826 118.7745) + (xy 182.115825 118.7745) + (xy 182.057701 118.780749) + (xy 182.057696 118.78075) + (xy 181.926223 118.829786) + (xy 181.926222 118.829787) + (xy 181.813884 118.913884) + (xy 181.729787 119.026222) + (xy 181.729786 119.026223) + (xy 181.68075 119.157696) + (xy 181.680749 119.157701) + (xy 181.6745 119.215825) + (xy 181.6745 119.784174) + (xy 181.3255 119.784174) + (xy 181.3255 119.215826) + (xy 181.319251 119.157701) + (xy 181.310556 119.134389) + (xy 181.270213 119.026223) + (xy 181.270212 119.026222) + (xy 181.186116 118.913884) + (xy 181.073778 118.829788) + (xy 181.073777 118.829787) + (xy 181.073776 118.829786) + (xy 180.942303 118.78075) + (xy 180.9423 118.780749) + (xy 180.942299 118.780749) + (xy 180.913236 118.777624) + (xy 180.884175 118.7745) + (xy 180.884174 118.7745) + (xy 180.290826 118.7745) + (xy 180.290825 118.7745) + (xy 180.232701 118.780749) + (xy 180.232696 118.78075) + (xy 180.101223 118.829786) + (xy 180.101222 118.829787) + (xy 179.988884 118.913884) + (xy 179.904787 119.026222) + (xy 179.904786 119.026223) + (xy 179.85575 119.157696) + (xy 179.855749 119.157701) + (xy 179.8495 119.215825) + (xy 179.8495 119.784174) + (xy 175.5005 119.784174) + (xy 175.5005 117.747126) + (xy 175.494091 117.687516) + (xy 175.443796 117.552669) + (xy 175.357547 117.437453) + (xy 175.242331 117.351204) + (xy 175.24233 117.351203) + (xy 175.107488 117.30091) + (xy 175.107485 117.300909) + (xy 175.107484 117.300909) + (xy 175.077678 117.297704) + (xy 175.047875 117.2945) + (xy 175.047874 117.2945) + (xy 174.052126 117.2945) + (xy 174.052125 117.2945) + (xy 173.992516 117.300909) + (xy 173.992511 117.30091) + (xy 173.85767 117.351203) + (xy 173.857669 117.351203) + (xy 173.742456 117.43745) + (xy 173.74245 117.437456) + (xy 173.656203 117.552669) + (xy 173.656203 117.55267) + (xy 173.60591 117.687511) + (xy 173.605909 117.687516) + (xy 173.5995 117.747125) + (xy 173.5995 120.692874) + (xy 169.4005 120.692874) + (xy 169.4005 117.747126) + (xy 169.394091 117.687516) + (xy 169.343796 117.552669) + (xy 169.257547 117.437453) + (xy 169.142331 117.351204) + (xy 169.14233 117.351203) + (xy 169.007488 117.30091) + (xy 169.007485 117.300909) + (xy 169.007484 117.300909) + (xy 168.977678 117.297704) + (xy 168.947875 117.2945) + (xy 168.947874 117.2945) + (xy 167.952126 117.2945) + (xy 167.952125 117.2945) + (xy 167.892516 117.300909) + (xy 167.892511 117.30091) + (xy 167.75767 117.351203) + (xy 167.757669 117.351203) + (xy 167.642456 117.43745) + (xy 167.64245 117.437456) + (xy 167.556203 117.552669) + (xy 167.556203 117.55267) + (xy 167.50591 117.687511) + (xy 167.505909 117.687516) + (xy 167.4995 117.747125) + (xy 167.4995 120.692874) + (xy 128.013 120.692874) + (xy 128.013 120.519792) + (xy 128.015101 120.50923) + (xy 128.015101 120.499999) + (xy 128.007017 120.480483) + (xy 128.007016 120.480482) + (xy 127.992573 120.4745) + (xy 127.987501 120.472399) + (xy 127.978271 120.472399) + (xy 127.967708 120.4745) + (xy 126.573183 120.4745) + (xy 126.532071 120.462029) + (xy 126.46024 120.414034) + (xy 126.46024 120.414033) + (xy 126.387174 120.3995) + (xy 126.087826 120.3995) + (xy 126.039115 120.409189) + (xy 126.014759 120.414034) + (xy 125.942929 120.462029) + (xy 125.901817 120.4745) + (xy 124.507292 120.4745) + (xy 124.496729 120.472399) + (xy 124.487499 120.472399) + (xy 124.482427 120.4745) + (xy 124.467983 120.480482) + (xy 124.467982 120.480483) + (xy 124.459899 120.499999) + (xy 124.459899 120.50923) + (xy 124.462 120.519793) + (xy 124.462 121.164316) + (xy 124.449529 121.205427) + (xy 124.401534 121.277258) + (xy 124.386999 121.350327) + (xy 124.386999 121.649672) + (xy 124.402956 121.729888) + (xy 124.401098 121.730257) + (xy 124.401098 121.769742) + (xy 124.402956 121.770112) + (xy 124.386999 121.850327) + (xy 124.386999 122.149672) + (xy 124.402956 122.229888) + (xy 124.401098 122.230257) + (xy 124.401098 122.269742) + (xy 124.402956 122.270112) + (xy 124.386999 122.350327) + (xy 124.386999 122.649672) + (xy 124.388617 122.657804) + (xy 124.400158 122.715825) + (xy 124.402956 122.729888) + (xy 124.401098 122.730257) + (xy 124.401098 122.769742) + (xy 124.402956 122.770112) + (xy 124.386999 122.850327) + (xy 124.386999 123.149672) + (xy 124.402956 123.229888) + (xy 124.401098 123.230257) + (xy 124.401098 123.269742) + (xy 124.402956 123.270112) + (xy 124.386999 123.350327) + (xy 124.386999 123.649672) + (xy 124.402956 123.729888) + (xy 124.401098 123.730257) + (xy 124.401098 123.769742) + (xy 124.402956 123.770112) + (xy 124.386999 123.850327) + (xy 124.386999 124.149672) + (xy 124.402956 124.229888) + (xy 124.401098 124.230257) + (xy 124.401098 124.269742) + (xy 124.402956 124.270112) + (xy 124.386999 124.350327) + (xy 124.386999 124.649672) + (xy 58.257681 124.649672) + (xy 57.919296 123.360363) + (xy 57.824132 122.981991) + (xy 57.45908 121.46487) + (xy 57.432609 121.349672) + (xy 57.371699 121.084601) + (xy 57.037879 119.560329) + (xy 56.95832 119.178329) + (xy 56.880443 118.784174) + (xy 124.8495 118.784174) + (xy 124.855749 118.842298) + (xy 124.85575 118.842303) + (xy 124.904786 118.973776) + (xy 124.904787 118.973777) + (xy 124.904788 118.973778) + (xy 124.988884 119.086116) + (xy 125.101221 119.170211) + (xy 125.101222 119.170212) + (xy 125.101223 119.170213) + (xy 125.209389 119.210556) + (xy 125.232701 119.219251) + (xy 125.285182 119.224893) + (xy 125.290825 119.2255) + (xy 125.290826 119.2255) + (xy 125.984175 119.2255) + (xy 125.989317 119.224946) + (xy 126.042299 119.219251) + (xy 126.129951 119.186558) + (xy 126.173776 119.170213) + (xy 126.173776 119.170212) + (xy 126.173778 119.170212) + (xy 126.286116 119.086116) + (xy 126.370212 118.973778) + (xy 126.419251 118.842299) + (xy 126.4255 118.784174) + (xy 126.5745 118.784174) + (xy 126.580749 118.842298) + (xy 126.58075 118.842303) + (xy 126.629786 118.973776) + (xy 126.629787 118.973777) + (xy 126.629788 118.973778) + (xy 126.713884 119.086116) + (xy 126.826222 119.170211) + (xy 126.826222 119.170212) + (xy 126.826223 119.170213) + (xy 126.934389 119.210556) + (xy 126.957701 119.219251) + (xy 127.010182 119.224893) + (xy 127.015825 119.2255) + (xy 127.015826 119.2255) + (xy 127.709175 119.2255) + (xy 127.714317 119.224946) + (xy 127.767299 119.219251) + (xy 127.854951 119.186558) + (xy 127.898776 119.170213) + (xy 127.898776 119.170212) + (xy 127.898778 119.170212) + (xy 128.011116 119.086116) + (xy 128.095212 118.973778) + (xy 128.144251 118.842299) + (xy 128.1505 118.784174) + (xy 128.1505 118.215826) + (xy 128.144251 118.157701) + (xy 128.135556 118.134389) + (xy 128.095213 118.026223) + (xy 128.095212 118.026222) + (xy 128.095211 118.026222) + (xy 128.011116 117.913884) + (xy 127.898778 117.829788) + (xy 127.898777 117.829787) + (xy 127.898776 117.829786) + (xy 127.767303 117.78075) + (xy 127.7673 117.780749) + (xy 127.767299 117.780749) + (xy 127.738236 117.777624) + (xy 127.709175 117.7745) + (xy 127.709174 117.7745) + (xy 127.015826 117.7745) + (xy 127.015825 117.7745) + (xy 126.957701 117.780749) + (xy 126.957696 117.78075) + (xy 126.826223 117.829786) + (xy 126.826222 117.829787) + (xy 126.713884 117.913884) + (xy 126.629787 118.026222) + (xy 126.629786 118.026223) + (xy 126.58075 118.157696) + (xy 126.580749 118.157701) + (xy 126.5745 118.215825) + (xy 126.5745 118.784174) + (xy 126.4255 118.784174) + (xy 126.4255 118.215826) + (xy 126.419251 118.157701) + (xy 126.410556 118.134389) + (xy 126.370213 118.026223) + (xy 126.370212 118.026222) + (xy 126.370211 118.026222) + (xy 126.286116 117.913884) + (xy 126.173778 117.829788) + (xy 126.173777 117.829787) + (xy 126.173776 117.829786) + (xy 126.042303 117.78075) + (xy 126.0423 117.780749) + (xy 126.042299 117.780749) + (xy 126.013236 117.777624) + (xy 125.984175 117.7745) + (xy 125.984174 117.7745) + (xy 125.290826 117.7745) + (xy 125.290825 117.7745) + (xy 125.232701 117.780749) + (xy 125.232696 117.78075) + (xy 125.101223 117.829786) + (xy 125.101222 117.829787) + (xy 124.988884 117.913884) + (xy 124.904787 118.026222) + (xy 124.904786 118.026223) + (xy 124.85575 118.157696) + (xy 124.855749 118.157701) + (xy 124.8495 118.215825) + (xy 124.8495 118.784174) + (xy 56.880443 118.784174) + (xy 56.655857 117.64748) + (xy 56.655169 117.643796) + (xy 56.584168 117.263972) + (xy 56.493541 116.75) + (xy 136.85 116.75) + (xy 136.85 116.784131) + (xy 136.856241 116.842189) + (xy 136.856243 116.842195) + (xy 136.90523 116.973533) + (xy 136.989241 117.085758) + (xy 137.101466 117.169769) + (xy 137.232804 117.218756) + (xy 137.23281 117.218758) + (xy 137.290868 117.225) + (xy 137.3875 117.225) + (xy 137.3875 116.75) + (xy 137.8875 116.75) + (xy 137.8875 117.225) + (xy 137.984132 117.225) + (xy 138.042189 117.218758) + (xy 138.042195 117.218756) + (xy 138.173533 117.169769) + (xy 138.285758 117.085758) + (xy 138.369769 116.973533) + (xy 138.418756 116.842195) + (xy 138.418758 116.842189) + (xy 138.424995 116.784174) + (xy 138.5745 116.784174) + (xy 138.580749 116.842298) + (xy 138.58075 116.842303) + (xy 138.629786 116.973776) + (xy 138.629787 116.973777) + (xy 138.629788 116.973778) + (xy 138.713884 117.086116) + (xy 138.82563 117.169769) + (xy 138.826222 117.170212) + (xy 138.826223 117.170213) + (xy 138.934389 117.210556) + (xy 138.957701 117.219251) + (xy 139.010182 117.224893) + (xy 139.015825 117.2255) + (xy 139.015826 117.2255) + (xy 139.709175 117.2255) + (xy 139.714317 117.224946) + (xy 139.767299 117.219251) + (xy 139.854951 117.186558) + (xy 139.898776 117.170213) + (xy 139.898776 117.170212) + (xy 139.898778 117.170212) + (xy 140.011116 117.086116) + (xy 140.095212 116.973778) + (xy 140.095304 116.973533) + (xy 140.111558 116.929951) + (xy 140.144251 116.842299) + (xy 140.1505 116.784174) + (xy 140.1505 116.215826) + (xy 140.144251 116.157701) + (xy 140.122543 116.0995) + (xy 140.095213 116.026223) + (xy 140.095212 116.026222) + (xy 140.095211 116.026221) + (xy 140.011116 115.913884) + (xy 139.927018 115.850929) + (xy 139.898777 115.829787) + (xy 139.898776 115.829786) + (xy 139.767303 115.78075) + (xy 139.7673 115.780749) + (xy 139.767299 115.780749) + (xy 139.738236 115.777624) + (xy 139.709175 115.7745) + (xy 139.709174 115.7745) + (xy 139.015826 115.7745) + (xy 139.015825 115.7745) + (xy 138.957701 115.780749) + (xy 138.957696 115.78075) + (xy 138.826223 115.829786) + (xy 138.826222 115.829787) + (xy 138.713884 115.913884) + (xy 138.629787 116.026222) + (xy 138.629786 116.026223) + (xy 138.58075 116.157696) + (xy 138.580749 116.157701) + (xy 138.5745 116.215825) + (xy 138.5745 116.784174) + (xy 138.424995 116.784174) + (xy 138.425 116.784131) + (xy 138.425 116.75) + (xy 137.8875 116.75) + (xy 137.3875 116.75) + (xy 136.85 116.75) + (xy 56.493541 116.75) + (xy 56.405377 116.25) + (xy 136.85 116.25) + (xy 137.3875 116.25) + (xy 137.3875 115.775) + (xy 137.8875 115.775) + (xy 137.8875 116.25) + (xy 138.425 116.25) + (xy 138.425 116.215868) + (xy 138.418758 116.15781) + (xy 138.418756 116.157804) + (xy 138.369769 116.026466) + (xy 138.285758 115.914241) + (xy 138.173533 115.83023) + (xy 138.042195 115.781243) + (xy 138.042189 115.781241) + (xy 137.984132 115.775) + (xy 137.8875 115.775) + (xy 137.3875 115.775) + (xy 137.290868 115.775) + (xy 137.23281 115.781241) + (xy 137.232804 115.781243) + (xy 137.101466 115.83023) + (xy 136.989241 115.914241) + (xy 136.90523 116.026466) + (xy 136.856243 116.157804) + (xy 136.856241 116.15781) + (xy 136.85 116.215868) + (xy 136.85 116.25) + (xy 56.405377 116.25) + (xy 56.313193 115.727198) + (xy 56.249407 115.342394) + (xy 56.138373 114.627101) + (xy 132.112 114.627101) + (xy 132.11848 114.676328) + (xy 132.118481 114.67633) + (xy 132.168856 114.784359) + (xy 132.253141 114.868644) + (xy 132.36117 114.919019) + (xy 132.410397 114.9255) + (xy 132.848154 114.925499) + (xy 132.90048 114.947173) + (xy 132.915003 114.971703) + (xy 132.916088 114.971198) + (xy 132.91848 114.976329) + (xy 132.918481 114.97633) + (xy 132.968856 115.084359) + (xy 133.053141 115.168644) + (xy 133.16117 115.219019) + (xy 133.210397 115.2255) + (xy 133.464602 115.225499) + (xy 133.51383 115.219019) + (xy 133.556225 115.199248) + (xy 133.612809 115.196777) + (xy 133.61877 115.199247) + (xy 133.66117 115.219019) + (xy 133.710397 115.2255) + (xy 133.964602 115.225499) + (xy 134.01383 115.219019) + (xy 134.056816 115.198973) + (xy 134.113399 115.196502) + (xy 134.119364 115.198973) + (xy 134.1613 115.218528) + (xy 134.1625 115.218685) + (xy 134.1625 115.158654) + (xy 134.184173 115.106329) + (xy 134.206144 115.084359) + (xy 134.256519 114.97633) + (xy 134.263 114.927103) + (xy 134.262999 114.397898) + (xy 134.256519 114.34867) + (xy 134.206144 114.240641) + (xy 134.206143 114.24064) + (xy 134.206143 114.240639) + (xy 134.184173 114.218669) + (xy 134.1625 114.166344) + (xy 134.1625 114.106313) + (xy 134.161296 114.106472) + (xy 134.119363 114.126026) + (xy 134.06278 114.128496) + (xy 134.056816 114.126026) + (xy 134.01383 114.105981) + (xy 133.964603 114.0995) + (xy 133.964601 114.0995) + (xy 133.710398 114.0995) + (xy 133.661171 114.10598) + (xy 133.661162 114.105983) + (xy 133.618771 114.12575) + (xy 133.562188 114.12822) + (xy 133.556226 114.12575) + (xy 133.51383 114.105981) + (xy 133.513828 114.10598) + (xy 133.477562 114.101206) + (xy 133.464603 114.0995) + (xy 133.464601 114.0995) + (xy 133.210398 114.0995) + (xy 133.161171 114.10598) + (xy 133.161168 114.105981) + (xy 133.133077 114.11908) + (xy 133.076494 114.121549) + (xy 133.070532 114.119079) + (xy 132.98883 114.080981) + (xy 132.988828 114.08098) + (xy 132.952563 114.076206) + (xy 132.939603 114.0745) + (xy 132.939601 114.0745) + (xy 132.410398 114.0745) + (xy 132.361171 114.08098) + (xy 132.361169 114.080981) + (xy 132.25314 114.131356) + (xy 132.231171 114.153326) + (xy 132.178845 114.175) + (xy 132.118814 114.175) + (xy 132.118971 114.1762) + (xy 132.138526 114.218135) + (xy 132.140996 114.274718) + (xy 132.138526 114.280681) + (xy 132.118481 114.323668) + (xy 132.112 114.372898) + (xy 132.112 114.627101) + (xy 56.138373 114.627101) + (xy 56.01005 113.800428) + (xy 56.007698 113.784174) + (xy 56.002752 113.75) + (xy 120.9875 113.75) + (xy 120.9875 113.784131) + (xy 120.993741 113.842189) + (xy 120.993743 113.842195) + (xy 121.04273 113.973533) + (xy 121.126741 114.085758) + (xy 121.238966 114.169769) + (xy 121.370304 114.218756) + (xy 121.37031 114.218758) + (xy 121.428368 114.225) + (xy 121.525 114.225) + (xy 121.525 113.75) + (xy 122.025 113.75) + (xy 122.025 114.225) + (xy 122.121632 114.225) + (xy 122.179689 114.218758) + (xy 122.179695 114.218756) + (xy 122.311033 114.169769) + (xy 122.423258 114.085758) + (xy 122.507269 113.973533) + (xy 122.556256 113.842195) + (xy 122.556258 113.842189) + (xy 122.562495 113.784174) + (xy 122.712 113.784174) + (xy 122.718249 113.842298) + (xy 122.71825 113.842303) + (xy 122.767286 113.973776) + (xy 122.767287 113.973777) + (xy 122.767288 113.973778) + (xy 122.851384 114.086116) + (xy 122.941165 114.153326) + (xy 122.963722 114.170212) + (xy 122.963723 114.170213) + (xy 123.071889 114.210556) + (xy 123.095201 114.219251) + (xy 123.145792 114.22469) + (xy 123.153325 114.2255) + (xy 123.153326 114.2255) + (xy 123.846675 114.2255) + (xy 123.854208 114.22469) + (xy 123.904799 114.219251) + (xy 123.992451 114.186558) + (xy 124.036276 114.170213) + (xy 124.036276 114.170212) + (xy 124.036278 114.170212) + (xy 124.148616 114.086116) + (xy 124.232712 113.973778) + (xy 124.232804 113.973533) + (xy 124.270338 113.872898) + (xy 124.281751 113.842299) + (xy 124.288 113.784174) + (xy 124.288 113.675) + (xy 132.118814 113.675) + (xy 132.118971 113.6762) + (xy 132.138801 113.718726) + (xy 132.141271 113.77531) + (xy 132.138801 113.781271) + (xy 132.118972 113.823796) + (xy 132.118814 113.825) + (xy 132.5 113.825) + (xy 132.5 113.675) + (xy 132.85 113.675) + (xy 132.85 113.825) + (xy 133.231186 113.825) + (xy 133.231028 113.823801) + (xy 133.211197 113.781273) + (xy 133.208727 113.72469) + (xy 133.211198 113.718724) + (xy 133.231028 113.6762) + (xy 133.231186 113.675) + (xy 132.85 113.675) + (xy 132.5 113.675) + (xy 132.118814 113.675) + (xy 124.288 113.675) + (xy 124.288 113.215826) + (xy 124.281751 113.157701) + (xy 124.270338 113.127101) + (xy 132.112 113.127101) + (xy 132.11848 113.176328) + (xy 132.118481 113.17633) + (xy 132.136898 113.215826) + (xy 132.138526 113.219316) + (xy 132.140996 113.275899) + (xy 132.138526 113.281863) + (xy 132.118972 113.323796) + (xy 132.118814 113.325) + (xy 132.178845 113.325) + (xy 132.231171 113.346674) + (xy 132.253141 113.368644) + (xy 132.36117 113.419019) + (xy 132.410397 113.4255) + (xy 132.939602 113.425499) + (xy 132.98883 113.419019) + (xy 133.070533 113.380919) + (xy 133.127114 113.378448) + (xy 133.133066 113.380914) + (xy 133.16117 113.394019) + (xy 133.210397 113.4005) + (xy 133.464602 113.400499) + (xy 133.51383 113.394019) + (xy 133.556225 113.374248) + (xy 133.612809 113.371777) + (xy 133.61877 113.374247) + (xy 133.66117 113.394019) + (xy 133.710397 113.4005) + (xy 133.964602 113.400499) + (xy 134.01383 113.394019) + (xy 134.056225 113.374248) + (xy 134.112807 113.371777) + (xy 134.118767 113.374245) + (xy 134.16117 113.394019) + (xy 134.210397 113.4005) + (xy 134.363 113.400499) + (xy 134.415326 113.422173) + (xy 134.437 113.474499) + (xy 134.437 113.627101) + (xy 134.441042 113.657804) + (xy 134.443481 113.67633) + (xy 134.463251 113.718726) + (xy 134.465721 113.775308) + (xy 134.463251 113.781272) + (xy 134.443481 113.823669) + (xy 134.44348 113.823671) + (xy 134.437 113.872898) + (xy 134.437 114.127101) + (xy 134.44348 114.176328) + (xy 134.443482 114.176334) + (xy 134.46325 114.218727) + (xy 134.46572 114.27531) + (xy 134.46325 114.281272) + (xy 134.443482 114.323666) + (xy 134.44348 114.323671) + (xy 134.437 114.372898) + (xy 134.437 114.627101) + (xy 134.44348 114.676328) + (xy 134.443481 114.67633) + (xy 134.493856 114.784359) + (xy 134.49757 114.789663) + (xy 134.495013 114.791452) + (xy 134.5125 114.83363) + (xy 134.5125 115.218685) + (xy 134.513701 115.218528) + (xy 134.513702 115.218528) + (xy 134.621567 115.168228) + (xy 134.705726 115.084069) + (xy 134.758421 114.971068) + (xy 134.760639 114.972102) + (xy 134.790731 114.934617) + (xy 134.826313 114.925499) + (xy 135.264602 114.925499) + (xy 135.31383 114.919019) + (xy 135.421859 114.868644) + (xy 135.506144 114.784359) + (xy 135.556519 114.67633) + (xy 135.563 114.627103) + (xy 135.562999 114.372898) + (xy 135.556519 114.32367) + (xy 135.536747 114.281271) + (xy 135.535382 114.25) + (xy 136.85 114.25) + (xy 136.85 114.284131) + (xy 136.856241 114.342189) + (xy 136.856243 114.342195) + (xy 136.90523 114.473533) + (xy 136.989241 114.585758) + (xy 137.101466 114.669769) + (xy 137.232804 114.718756) + (xy 137.23281 114.718758) + (xy 137.290868 114.725) + (xy 137.3875 114.725) + (xy 137.3875 114.25) + (xy 137.8875 114.25) + (xy 137.8875 114.725) + (xy 137.984132 114.725) + (xy 138.042189 114.718758) + (xy 138.042195 114.718756) + (xy 138.173533 114.669769) + (xy 138.285758 114.585758) + (xy 138.369769 114.473533) + (xy 138.418756 114.342195) + (xy 138.418758 114.342189) + (xy 138.425 114.284131) + (xy 138.425 114.25) + (xy 137.8875 114.25) + (xy 137.3875 114.25) + (xy 136.85 114.25) + (xy 135.535382 114.25) + (xy 135.534278 114.22469) + (xy 135.536741 114.21874) + (xy 135.556519 114.17633) + (xy 135.563 114.127103) + (xy 135.562999 113.872898) + (xy 135.556519 113.82367) + (xy 135.536747 113.781271) + (xy 135.535382 113.75) + (xy 136.85 113.75) + (xy 137.3875 113.75) + (xy 137.3875 113.275) + (xy 137.8875 113.275) + (xy 137.8875 113.75) + (xy 138.425 113.75) + (xy 138.425 113.715868) + (xy 138.418758 113.65781) + (xy 138.418756 113.657804) + (xy 138.369769 113.526466) + (xy 138.285758 113.414241) + (xy 138.173533 113.33023) + (xy 138.042195 113.281243) + (xy 138.042189 113.281241) + (xy 137.984132 113.275) + (xy 137.8875 113.275) + (xy 137.3875 113.275) + (xy 137.290868 113.275) + (xy 137.23281 113.281241) + (xy 137.232804 113.281243) + (xy 137.101466 113.33023) + (xy 136.989241 113.414241) + (xy 136.90523 113.526466) + (xy 136.856243 113.657804) + (xy 136.856241 113.65781) + (xy 136.85 113.715868) + (xy 136.85 113.75) + (xy 135.535382 113.75) + (xy 135.534278 113.72469) + (xy 135.536741 113.71874) + (xy 135.556519 113.67633) + (xy 135.563 113.627103) + (xy 135.562999 113.372898) + (xy 135.556519 113.32367) + (xy 135.536747 113.281272) + (xy 135.534278 113.22469) + (xy 135.536743 113.218737) + (xy 135.556519 113.17633) + (xy 135.563 113.127103) + (xy 135.562999 112.872898) + (xy 135.556519 112.82367) + (xy 135.506144 112.715641) + (xy 135.421859 112.631356) + (xy 135.31383 112.580981) + (xy 135.313828 112.58098) + (xy 135.277563 112.576206) + (xy 135.264603 112.5745) + (xy 135.264601 112.5745) + (xy 134.826845 112.5745) + (xy 134.774519 112.552826) + (xy 134.759998 112.528295) + (xy 134.758912 112.528802) + (xy 134.721933 112.449501) + (xy 134.706144 112.415641) + (xy 134.621859 112.331356) + (xy 134.51383 112.280981) + (xy 134.513828 112.28098) + (xy 134.477563 112.276206) + (xy 134.464603 112.2745) + (xy 134.464601 112.2745) + (xy 134.210398 112.2745) + (xy 134.161171 112.28098) + (xy 134.161162 112.280983) + (xy 134.118771 112.30075) + (xy 134.062188 112.30322) + (xy 134.056226 112.30075) + (xy 134.01383 112.280981) + (xy 134.013828 112.28098) + (xy 133.977563 112.276206) + (xy 133.964603 112.2745) + (xy 133.964601 112.2745) + (xy 133.710398 112.2745) + (xy 133.661171 112.28098) + (xy 133.661162 112.280983) + (xy 133.618771 112.30075) + (xy 133.562188 112.30322) + (xy 133.556226 112.30075) + (xy 133.51383 112.280981) + (xy 133.513828 112.28098) + (xy 133.477563 112.276206) + (xy 133.464603 112.2745) + (xy 133.464601 112.2745) + (xy 133.210398 112.2745) + (xy 133.161171 112.28098) + (xy 133.161169 112.280981) + (xy 133.05314 112.331356) + (xy 132.968856 112.41564) + (xy 132.968855 112.415641) + (xy 132.968856 112.415641) + (xy 132.918481 112.52367) + (xy 132.91848 112.523671) + (xy 132.916089 112.528801) + (xy 132.913919 112.527789) + (xy 132.883739 112.565383) + (xy 132.848155 112.5745) + (xy 132.410398 112.5745) + (xy 132.361171 112.58098) + (xy 132.361169 112.580981) + (xy 132.25314 112.631356) + (xy 132.168856 112.71564) + (xy 132.11848 112.823671) + (xy 132.112 112.872898) + (xy 132.112 113.127101) + (xy 124.270338 113.127101) + (xy 124.232713 113.026223) + (xy 124.232712 113.026222) + (xy 124.232711 113.026221) + (xy 124.148616 112.913884) + (xy 124.047705 112.838342) + (xy 124.036277 112.829787) + (xy 124.036276 112.829786) + (xy 123.904803 112.78075) + (xy 123.9048 112.780749) + (xy 123.904799 112.780749) + (xy 123.875736 112.777624) + (xy 123.846675 112.7745) + (xy 123.846674 112.7745) + (xy 123.153326 112.7745) + (xy 123.153325 112.7745) + (xy 123.095201 112.780749) + (xy 123.095196 112.78075) + (xy 122.963723 112.829786) + (xy 122.963722 112.829787) + (xy 122.851384 112.913884) + (xy 122.767287 113.026222) + (xy 122.767286 113.026223) + (xy 122.71825 113.157696) + (xy 122.718249 113.157701) + (xy 122.712 113.215825) + (xy 122.712 113.784174) + (xy 122.562495 113.784174) + (xy 122.5625 113.784131) + (xy 122.5625 113.75) + (xy 122.025 113.75) + (xy 121.525 113.75) + (xy 120.9875 113.75) + (xy 56.002752 113.75) + (xy 55.954146 113.414166) + (xy 55.932104 113.25) + (xy 120.9875 113.25) + (xy 121.525 113.25) + (xy 121.525 112.775) + (xy 122.025 112.775) + (xy 122.025 113.25) + (xy 122.5625 113.25) + (xy 122.5625 113.215868) + (xy 122.556258 113.15781) + (xy 122.556256 113.157804) + (xy 122.507269 113.026466) + (xy 122.423258 112.914241) + (xy 122.311033 112.83023) + (xy 122.179695 112.781243) + (xy 122.179689 112.781241) + (xy 122.121632 112.775) + (xy 122.025 112.775) + (xy 121.525 112.775) + (xy 121.428368 112.775) + (xy 121.37031 112.781241) + (xy 121.370304 112.781243) + (xy 121.238966 112.83023) + (xy 121.126741 112.914241) + (xy 121.04273 113.026466) + (xy 120.993743 113.157804) + (xy 120.993741 113.15781) + (xy 120.9875 113.215868) + (xy 120.9875 113.25) + (xy 55.932104 113.25) + (xy 55.746507 111.867669) + (xy 55.744381 111.8505) + (xy 55.733692 111.764174) + (xy 112.8495 111.764174) + (xy 112.855749 111.822298) + (xy 112.85575 111.822303) + (xy 112.904786 111.953776) + (xy 112.904787 111.953777) + (xy 112.92041 111.974647) + (xy 112.988884 112.066116) + (xy 113.10063 112.149769) + (xy 113.101222 112.150212) + (xy 113.101223 112.150213) + (xy 113.209389 112.190556) + (xy 113.232701 112.199251) + (xy 113.285182 112.204893) + (xy 113.290825 112.2055) + (xy 113.290826 112.2055) + (xy 113.884175 112.2055) + (xy 113.889317 112.204946) + (xy 113.942299 112.199251) + (xy 114.029951 112.166558) + (xy 114.073776 112.150213) + (xy 114.073776 112.150212) + (xy 114.073778 112.150212) + (xy 114.186116 112.066116) + (xy 114.270212 111.953778) + (xy 114.270304 111.953533) + (xy 114.302311 111.867717) + (xy 114.319251 111.822299) + (xy 114.3255 111.764174) + (xy 114.3255 111.73) + (xy 114.675 111.73) + (xy 114.675 111.764131) + (xy 114.681241 111.822189) + (xy 114.681243 111.822195) + (xy 114.73023 111.953533) + (xy 114.814241 112.065758) + (xy 114.926466 112.149769) + (xy 115.057804 112.198756) + (xy 115.05781 112.198758) + (xy 115.115868 112.205) + (xy 115.1625 112.205) + (xy 115.1625 111.73) + (xy 115.6625 111.73) + (xy 115.6625 112.205) + (xy 115.709132 112.205) + (xy 115.767189 112.198758) + (xy 115.767195 112.198756) + (xy 115.898533 112.149769) + (xy 116.010758 112.065758) + (xy 116.094769 111.953533) + (xy 116.143756 111.822195) + (xy 116.143758 111.822189) + (xy 116.15 111.764131) + (xy 116.15 111.73) + (xy 115.6625 111.73) + (xy 115.1625 111.73) + (xy 114.675 111.73) + (xy 114.3255 111.73) + (xy 114.3255 111.25) + (xy 121.35 111.25) + (xy 121.35 111.284131) + (xy 121.356241 111.342189) + (xy 121.356243 111.342195) + (xy 121.40523 111.473533) + (xy 121.489241 111.585758) + (xy 121.601466 111.669769) + (xy 121.732804 111.718756) + (xy 121.73281 111.718758) + (xy 121.790868 111.725) + (xy 121.887499 111.725) + (xy 121.887499 111.724999) + (xy 122.387499 111.724999) + (xy 122.3875 111.725) + (xy 122.484132 111.725) + (xy 122.542189 111.718758) + (xy 122.542195 111.718756) + (xy 122.673533 111.669769) + (xy 122.785758 111.585758) + (xy 122.869769 111.473533) + (xy 122.918756 111.342195) + (xy 122.918758 111.342189) + (xy 122.924995 111.284174) + (xy 123.0745 111.284174) + (xy 123.078188 111.318482) + (xy 123.080749 111.342298) + (xy 123.08075 111.342303) + (xy 123.129786 111.473776) + (xy 123.129787 111.473777) + (xy 123.140691 111.488343) + (xy 123.213884 111.586116) + (xy 123.280048 111.635646) + (xy 123.326222 111.670212) + (xy 123.326223 111.670213) + (xy 123.434389 111.710556) + (xy 123.457701 111.719251) + (xy 123.510182 111.724893) + (xy 123.515825 111.7255) + (xy 123.515826 111.7255) + (xy 124.209175 111.7255) + (xy 124.214317 111.724946) + (xy 124.267299 111.719251) + (xy 124.368463 111.681519) + (xy 124.398776 111.670213) + (xy 124.398776 111.670212) + (xy 124.398778 111.670212) + (xy 124.511116 111.586116) + (xy 124.595212 111.473778) + (xy 124.595304 111.473533) + (xy 124.63194 111.375306) + (xy 124.644251 111.342299) + (xy 124.6505 111.284174) + (xy 124.6505 110.715826) + (xy 124.644251 110.657701) + (xy 124.62239 110.599088) + (xy 124.595213 110.526223) + (xy 124.595212 110.526222) + (xy 124.552604 110.469305) + (xy 124.511116 110.413884) + (xy 124.427019 110.350929) + (xy 124.398777 110.329787) + (xy 124.398776 110.329786) + (xy 124.267303 110.28075) + (xy 124.2673 110.280749) + (xy 124.267299 110.280749) + (xy 124.238236 110.277624) + (xy 124.209175 110.2745) + (xy 124.209174 110.2745) + (xy 123.515826 110.2745) + (xy 123.515825 110.2745) + (xy 123.457701 110.280749) + (xy 123.457696 110.28075) + (xy 123.326223 110.329786) + (xy 123.326222 110.329787) + (xy 123.213884 110.413884) + (xy 123.129787 110.526222) + (xy 123.129786 110.526223) + (xy 123.08075 110.657696) + (xy 123.080749 110.657701) + (xy 123.0745 110.715826) + (xy 123.0745 111.284174) + (xy 122.924995 111.284174) + (xy 122.925 111.284131) + (xy 122.925 111.25) + (xy 122.3875 111.25) + (xy 122.387499 111.724999) + (xy 121.887499 111.724999) + (xy 121.8875 111.25) + (xy 121.35 111.25) + (xy 114.3255 111.25) + (xy 114.3255 111.23) + (xy 114.675 111.23) + (xy 115.1625 111.23) + (xy 115.1625 110.755) + (xy 115.6625 110.755) + (xy 115.6625 111.23) + (xy 116.15 111.23) + (xy 116.15 111.195868) + (xy 116.143758 111.13781) + (xy 116.143756 111.137804) + (xy 116.094769 111.006466) + (xy 116.010758 110.894241) + (xy 115.898533 110.81023) + (xy 115.767195 110.761243) + (xy 115.767189 110.761241) + (xy 115.709132 110.755) + (xy 115.6625 110.755) + (xy 115.1625 110.755) + (xy 115.115868 110.755) + (xy 115.05781 110.761241) + (xy 115.057804 110.761243) + (xy 114.926466 110.81023) + (xy 114.814241 110.894241) + (xy 114.73023 111.006466) + (xy 114.681243 111.137804) + (xy 114.681241 111.13781) + (xy 114.675 111.195868) + (xy 114.675 111.23) + (xy 114.3255 111.23) + (xy 114.3255 111.195826) + (xy 114.319251 111.137701) + (xy 114.309648 111.111954) + (xy 114.270213 111.006223) + (xy 114.270212 111.006222) + (xy 114.245362 110.973027) + (xy 114.186116 110.893884) + (xy 114.102019 110.830929) + (xy 114.073777 110.809787) + (xy 114.073776 110.809786) + (xy 113.942303 110.76075) + (xy 113.9423 110.760749) + (xy 113.942299 110.760749) + (xy 113.913236 110.757624) + (xy 113.884175 110.7545) + (xy 113.884174 110.7545) + (xy 113.290826 110.7545) + (xy 113.290825 110.7545) + (xy 113.232701 110.760749) + (xy 113.232696 110.76075) + (xy 113.101223 110.809786) + (xy 113.101222 110.809787) + (xy 112.988884 110.893884) + (xy 112.904787 111.006222) + (xy 112.904786 111.006223) + (xy 112.85575 111.137696) + (xy 112.855749 111.137701) + (xy 112.8495 111.195825) + (xy 112.8495 111.764174) + (xy 55.733692 111.764174) + (xy 55.698556 111.480423) + (xy 55.615715 110.75) + (xy 121.35 110.75) + (xy 121.887499 110.75) + (xy 122.387499 110.75) + (xy 122.925 110.75) + (xy 122.925 110.715868) + (xy 122.918758 110.65781) + (xy 122.918756 110.657804) + (xy 122.869769 110.526466) + (xy 122.785758 110.414241) + (xy 122.673533 110.33023) + (xy 122.542195 110.281243) + (xy 122.542189 110.281241) + (xy 122.484132 110.275) + (xy 122.3875 110.275) + (xy 122.387499 110.75) + (xy 121.887499 110.75) + (xy 121.8875 110.275) + (xy 121.790868 110.275) + (xy 121.73281 110.281241) + (xy 121.732804 110.281243) + (xy 121.601466 110.33023) + (xy 121.489241 110.414241) + (xy 121.40523 110.526466) + (xy 121.356243 110.657804) + (xy 121.356241 110.65781) + (xy 121.35 110.715868) + (xy 121.35 110.75) + (xy 55.615715 110.75) + (xy 55.53834 110.067771) + (xy 130.82528 110.067771) + (xy 130.854906 110.337019) + (xy 130.90437 110.526223) + (xy 130.92342 110.599088) + (xy 131.029362 110.84839) + (xy 131.170474 111.07961) + (xy 131.197391 111.111954) + (xy 131.343744 111.287817) + (xy 131.343745 111.287818) + (xy 131.343747 111.28782) + (xy 131.54549 111.468582) + (xy 131.771402 111.618044) + (xy 132.016668 111.73302) + (xy 132.155708 111.774851) + (xy 132.276056 111.811059) + (xy 132.276065 111.811061) + (xy 132.544051 111.8505) + (xy 132.544053 111.8505) + (xy 132.74712 111.8505) + (xy 132.747123 111.8505) + (xy 132.949648 111.835677) + (xy 133.214045 111.77678) + (xy 133.46705 111.680014) + (xy 133.703269 111.547441) + (xy 133.917669 111.381888) + (xy 134.105678 111.186881) + (xy 134.263291 110.966579) + (xy 134.387148 110.725675) + (xy 134.447251 110.5495) + (xy 134.474608 110.469312) + (xy 134.47461 110.469305) + (xy 134.474609 110.469304) + (xy 134.523811 110.202933) + (xy 134.533704 109.932235) + (xy 134.504078 109.662982) + (xy 134.435564 109.400912) + (xy 134.329622 109.15161) + (xy 134.18851 108.92039) + (xy 134.015237 108.71218) + (xy 133.813494 108.531418) + (xy 133.587582 108.381956) + (xy 133.587578 108.381954) + (xy 133.587579 108.381954) + (xy 133.342316 108.26698) + (xy 133.082927 108.18894) + (xy 133.082918 108.188938) + (xy 132.814933 108.1495) + (xy 132.814931 108.1495) + (xy 132.611861 108.1495) + (xy 132.525064 108.155852) + (xy 132.409332 108.164323) + (xy 132.14494 108.223219) + (xy 131.891941 108.319983) + (xy 131.891932 108.319987) + (xy 131.655715 108.452559) + (xy 131.65571 108.452562) + (xy 131.441314 108.618113) + (xy 131.44131 108.618116) + (xy 131.253304 108.81312) + (xy 131.095691 109.033423) + (xy 130.97184 109.274315) + (xy 130.971832 109.274333) + (xy 130.884375 109.530687) + (xy 130.884373 109.530694) + (xy 130.846428 109.736134) + (xy 130.835173 109.797067) + (xy 130.830234 109.932228) + (xy 130.82528 110.067771) + (xy 55.53834 110.067771) + (xy 55.522703 109.929899) + (xy 55.482735 109.541974) + (xy 55.338747 107.988108) + (xy 55.326745 107.842303) + (xy 55.30674 107.599284) + (xy 55.194689 106.04281) + (xy 55.176579 105.749177) + (xy 116.1745 105.749177) + (xy 116.1805 105.794758) + (xy 116.180501 105.79476) + (xy 116.22715 105.894799) + (xy 116.305201 105.97285) + (xy 116.40524 106.019499) + (xy 116.450821 106.0255) + (xy 117.1005 106.025499) + (xy 117.152826 106.047173) + (xy 117.1745 106.099499) + (xy 117.1745 106.749177) + (xy 117.1805 106.794758) + (xy 117.180501 106.79476) + (xy 117.22715 106.894799) + (xy 117.305201 106.97285) + (xy 117.40524 107.019499) + (xy 117.450821 107.0255) + (xy 117.649178 107.025499) + (xy 117.69476 107.019499) + (xy 117.768726 106.985007) + (xy 117.825309 106.982536) + (xy 117.831253 106.984998) + (xy 117.90524 107.019499) + (xy 117.950821 107.0255) + (xy 118.149178 107.025499) + (xy 118.19476 107.019499) + (xy 118.268726 106.985007) + (xy 118.325309 106.982536) + (xy 118.331253 106.984998) + (xy 118.40524 107.019499) + (xy 118.450821 107.0255) + (xy 118.649178 107.025499) + (xy 118.69476 107.019499) + (xy 118.768726 106.985007) + (xy 118.825309 106.982536) + (xy 118.831253 106.984998) + (xy 118.90524 107.019499) + (xy 118.950821 107.0255) + (xy 119.149178 107.025499) + (xy 119.19476 107.019499) + (xy 119.268726 106.985007) + (xy 119.325309 106.982536) + (xy 119.331253 106.984998) + (xy 119.40524 107.019499) + (xy 119.450821 107.0255) + (xy 119.649178 107.025499) + (xy 119.69476 107.019499) + (xy 119.768726 106.985007) + (xy 119.825309 106.982536) + (xy 119.831253 106.984998) + (xy 119.90524 107.019499) + (xy 119.950821 107.0255) + (xy 120.149178 107.025499) + (xy 120.19476 107.019499) + (xy 120.268726 106.985007) + (xy 120.325309 106.982536) + (xy 120.331253 106.984998) + (xy 120.40524 107.019499) + (xy 120.450821 107.0255) + (xy 120.649178 107.025499) + (xy 120.69476 107.019499) + (xy 120.768726 106.985007) + (xy 120.825309 106.982536) + (xy 120.831253 106.984998) + (xy 120.90524 107.019499) + (xy 120.950821 107.0255) + (xy 121.149178 107.025499) + (xy 121.19476 107.019499) + (xy 121.268726 106.985007) + (xy 121.325309 106.982536) + (xy 121.331253 106.984998) + (xy 121.40524 107.019499) + (xy 121.450821 107.0255) + (xy 121.649178 107.025499) + (xy 121.69476 107.019499) + (xy 121.768726 106.985007) + (xy 121.825309 106.982536) + (xy 121.831253 106.984998) + (xy 121.90524 107.019499) + (xy 121.950821 107.0255) + (xy 122.149178 107.025499) + (xy 122.19476 107.019499) + (xy 122.268726 106.985007) + (xy 122.325309 106.982536) + (xy 122.331253 106.984998) + (xy 122.40524 107.019499) + (xy 122.450821 107.0255) + (xy 122.649178 107.025499) + (xy 122.69476 107.019499) + (xy 122.768726 106.985007) + (xy 122.825309 106.982536) + (xy 122.831253 106.984998) + (xy 122.90524 107.019499) + (xy 122.950821 107.0255) + (xy 123.149178 107.025499) + (xy 123.19476 107.019499) + (xy 123.294799 106.97285) + (xy 123.37285 106.894799) + (xy 123.419499 106.79476) + (xy 123.4255 106.749179) + (xy 123.425499 106.099498) + (xy 123.447173 106.047173) + (xy 123.499499 106.025499) + (xy 124.149178 106.025499) + (xy 124.19476 106.019499) + (xy 124.294799 105.97285) + (xy 124.37285 105.894799) + (xy 124.419499 105.79476) + (xy 124.4255 105.749179) + (xy 124.425499 105.550822) + (xy 124.419499 105.50524) + (xy 124.400164 105.463777) + (xy 124.385008 105.431274) + (xy 124.382536 105.374691) + (xy 124.384998 105.368746) + (xy 124.419499 105.29476) + (xy 124.420893 105.284174) + (xy 126.437 105.284174) + (xy 126.443249 105.342298) + (xy 126.44325 105.342303) + (xy 126.492286 105.473776) + (xy 126.492287 105.473777) + (xy 126.492288 105.473778) + (xy 126.576384 105.586116) + (xy 126.661056 105.649501) + (xy 126.688722 105.670212) + (xy 126.688723 105.670213) + (xy 126.793387 105.70925) + (xy 126.820201 105.719251) + (xy 126.872682 105.724893) + (xy 126.878325 105.7255) + (xy 126.878326 105.7255) + (xy 127.471675 105.7255) + (xy 127.476817 105.724946) + (xy 127.529799 105.719251) + (xy 127.617451 105.686558) + (xy 127.661276 105.670213) + (xy 127.661276 105.670212) + (xy 127.661278 105.670212) + (xy 127.773616 105.586116) + (xy 127.857712 105.473778) + (xy 127.906751 105.342299) + (xy 127.913 105.284174) + (xy 128.262 105.284174) + (xy 128.268249 105.342298) + (xy 128.26825 105.342303) + (xy 128.317286 105.473776) + (xy 128.317287 105.473777) + (xy 128.317288 105.473778) + (xy 128.401384 105.586116) + (xy 128.486056 105.649501) + (xy 128.513722 105.670212) + (xy 128.513723 105.670213) + (xy 128.618387 105.70925) + (xy 128.645201 105.719251) + (xy 128.697682 105.724893) + (xy 128.703325 105.7255) + (xy 128.703326 105.7255) + (xy 129.296675 105.7255) + (xy 129.301817 105.724946) + (xy 129.354799 105.719251) + (xy 129.442451 105.686558) + (xy 129.486276 105.670213) + (xy 129.486276 105.670212) + (xy 129.486278 105.670212) + (xy 129.598616 105.586116) + (xy 129.682712 105.473778) + (xy 129.731751 105.342299) + (xy 129.738 105.284174) + (xy 129.738 104.715826) + (xy 129.731751 104.657701) + (xy 129.723056 104.634389) + (xy 129.682713 104.526223) + (xy 129.682712 104.526222) + (xy 129.675226 104.516222) + (xy 129.598616 104.413884) + (xy 129.486278 104.329788) + (xy 129.486277 104.329787) + (xy 129.486276 104.329786) + (xy 129.354803 104.28075) + (xy 129.3548 104.280749) + (xy 129.354799 104.280749) + (xy 129.325736 104.277624) + (xy 129.296675 104.2745) + (xy 129.296674 104.2745) + (xy 128.703326 104.2745) + (xy 128.703325 104.2745) + (xy 128.645201 104.280749) + (xy 128.645196 104.28075) + (xy 128.513723 104.329786) + (xy 128.513722 104.329787) + (xy 128.401384 104.413884) + (xy 128.317287 104.526222) + (xy 128.317286 104.526223) + (xy 128.26825 104.657696) + (xy 128.268249 104.657701) + (xy 128.262 104.715825) + (xy 128.262 105.284174) + (xy 127.913 105.284174) + (xy 127.913 104.715826) + (xy 127.906751 104.657701) + (xy 127.898056 104.634389) + (xy 127.857713 104.526223) + (xy 127.857712 104.526222) + (xy 127.850226 104.516222) + (xy 127.773616 104.413884) + (xy 127.661278 104.329788) + (xy 127.661277 104.329787) + (xy 127.661276 104.329786) + (xy 127.529803 104.28075) + (xy 127.5298 104.280749) + (xy 127.529799 104.280749) + (xy 127.500736 104.277624) + (xy 127.471675 104.2745) + (xy 127.471674 104.2745) + (xy 126.878326 104.2745) + (xy 126.878325 104.2745) + (xy 126.820201 104.280749) + (xy 126.820196 104.28075) + (xy 126.688723 104.329786) + (xy 126.688722 104.329787) + (xy 126.576384 104.413884) + (xy 126.492287 104.526222) + (xy 126.492286 104.526223) + (xy 126.44325 104.657696) + (xy 126.443249 104.657701) + (xy 126.437 104.715825) + (xy 126.437 105.284174) + (xy 124.420893 105.284174) + (xy 124.4255 105.249179) + (xy 124.425499 105.050822) + (xy 124.419499 105.00524) + (xy 124.385006 104.931271) + (xy 124.382537 104.87469) + (xy 124.385008 104.868726) + (xy 124.419499 104.79476) + (xy 124.4255 104.749179) + (xy 124.425499 104.550822) + (xy 124.419499 104.50524) + (xy 124.385006 104.431271) + (xy 124.382537 104.37469) + (xy 124.385008 104.368726) + (xy 124.419499 104.29476) + (xy 124.4255 104.249179) + (xy 124.425499 104.050822) + (xy 124.419499 104.00524) + (xy 124.385006 103.931271) + (xy 124.382537 103.87469) + (xy 124.385008 103.868726) + (xy 124.419499 103.79476) + (xy 124.4255 103.749179) + (xy 124.425499 103.550822) + (xy 124.419499 103.50524) + (xy 124.385006 103.431271) + (xy 124.382537 103.37469) + (xy 124.385008 103.368726) + (xy 124.419499 103.29476) + (xy 124.4255 103.249179) + (xy 124.425499 103.050822) + (xy 124.419499 103.00524) + (xy 124.385006 102.931271) + (xy 124.382537 102.87469) + (xy 124.385008 102.868726) + (xy 124.419499 102.79476) + (xy 124.422209 102.774174) + (xy 126.437 102.774174) + (xy 126.443249 102.832298) + (xy 126.44325 102.832303) + (xy 126.492286 102.963776) + (xy 126.492287 102.963777) + (xy 126.492288 102.963778) + (xy 126.576384 103.076116) + (xy 126.674772 103.149769) + (xy 126.688722 103.160212) + (xy 126.688723 103.160213) + (xy 126.793387 103.19925) + (xy 126.820201 103.209251) + (xy 126.872682 103.214893) + (xy 126.878325 103.2155) + (xy 126.878326 103.2155) + (xy 127.471675 103.2155) + (xy 127.476817 103.214946) + (xy 127.529799 103.209251) + (xy 127.617451 103.176558) + (xy 127.661276 103.160213) + (xy 127.661276 103.160212) + (xy 127.661278 103.160212) + (xy 127.773616 103.076116) + (xy 127.857712 102.963778) + (xy 127.906751 102.832299) + (xy 127.913 102.774174) + (xy 128.262 102.774174) + (xy 128.268249 102.832298) + (xy 128.26825 102.832303) + (xy 128.317286 102.963776) + (xy 128.317287 102.963777) + (xy 128.317288 102.963778) + (xy 128.401384 103.076116) + (xy 128.499772 103.149769) + (xy 128.513722 103.160212) + (xy 128.513723 103.160213) + (xy 128.618387 103.19925) + (xy 128.645201 103.209251) + (xy 128.697682 103.214893) + (xy 128.703325 103.2155) + (xy 128.703326 103.2155) + (xy 129.296675 103.2155) + (xy 129.301817 103.214946) + (xy 129.354799 103.209251) + (xy 129.442451 103.176558) + (xy 129.486276 103.160213) + (xy 129.486276 103.160212) + (xy 129.486278 103.160212) + (xy 129.598616 103.076116) + (xy 129.682712 102.963778) + (xy 129.731751 102.832299) + (xy 129.738 102.774174) + (xy 129.738 102.205826) + (xy 129.731751 102.147701) + (xy 129.723056 102.124389) + (xy 129.682713 102.016223) + (xy 129.682712 102.016222) + (xy 129.674486 102.005233) + (xy 129.598616 101.903884) + (xy 129.486278 101.819788) + (xy 129.486277 101.819787) + (xy 129.486276 101.819786) + (xy 129.354803 101.77075) + (xy 129.3548 101.770749) + (xy 129.354799 101.770749) + (xy 129.325736 101.767624) + (xy 129.296675 101.7645) + (xy 129.296674 101.7645) + (xy 128.703326 101.7645) + (xy 128.703325 101.7645) + (xy 128.645201 101.770749) + (xy 128.645196 101.77075) + (xy 128.513723 101.819786) + (xy 128.513722 101.819787) + (xy 128.401384 101.903884) + (xy 128.317287 102.016222) + (xy 128.317286 102.016223) + (xy 128.26825 102.147696) + (xy 128.268249 102.147701) + (xy 128.262 102.205825) + (xy 128.262 102.774174) + (xy 127.913 102.774174) + (xy 127.913 102.205826) + (xy 127.906751 102.147701) + (xy 127.898056 102.124389) + (xy 127.857713 102.016223) + (xy 127.857712 102.016222) + (xy 127.849486 102.005233) + (xy 127.773616 101.903884) + (xy 127.661278 101.819788) + (xy 127.661277 101.819787) + (xy 127.661276 101.819786) + (xy 127.529803 101.77075) + (xy 127.5298 101.770749) + (xy 127.529799 101.770749) + (xy 127.500736 101.767624) + (xy 127.471675 101.7645) + (xy 127.471674 101.7645) + (xy 126.878326 101.7645) + (xy 126.878325 101.7645) + (xy 126.820201 101.770749) + (xy 126.820196 101.77075) + (xy 126.688723 101.819786) + (xy 126.688722 101.819787) + (xy 126.576384 101.903884) + (xy 126.492287 102.016222) + (xy 126.492286 102.016223) + (xy 126.44325 102.147696) + (xy 126.443249 102.147701) + (xy 126.437 102.205825) + (xy 126.437 102.774174) + (xy 124.422209 102.774174) + (xy 124.4255 102.749179) + (xy 124.425499 102.550822) + (xy 124.419499 102.50524) + (xy 124.385006 102.431271) + (xy 124.382537 102.37469) + (xy 124.385008 102.368726) + (xy 124.419499 102.29476) + (xy 124.4255 102.249179) + (xy 124.425499 102.050822) + (xy 124.419499 102.00524) + (xy 124.385007 101.931273) + (xy 124.382536 101.874691) + (xy 124.384998 101.868746) + (xy 124.419499 101.79476) + (xy 124.4255 101.749179) + (xy 124.425499 101.550822) + (xy 124.419499 101.50524) + (xy 124.385007 101.431273) + (xy 124.382536 101.374691) + (xy 124.384998 101.368746) + (xy 124.419499 101.29476) + (xy 124.4255 101.249179) + (xy 124.425499 101.050822) + (xy 124.419499 101.00524) + (xy 124.385006 100.931271) + (xy 124.382537 100.87469) + (xy 124.385008 100.868726) + (xy 124.419499 100.79476) + (xy 124.4255 100.749179) + (xy 124.425499 100.550822) + (xy 124.419499 100.50524) + (xy 124.385006 100.431271) + (xy 124.382537 100.37469) + (xy 124.385008 100.368726) + (xy 124.419499 100.29476) + (xy 124.4255 100.249179) + (xy 124.425499 100.050822) + (xy 124.419499 100.00524) + (xy 124.417056 100) + (xy 132.5 100) + (xy 132.695461 102.60824) + (xy 133.024721 104.050822) + (xy 133.250286 105.039091) + (xy 133.277476 105.158216) + (xy 133.548442 105.848625) + (xy 134.213367 107.542828) + (xy 134.233045 107.592965) + (xy 135.540821 109.858101) + (xy 137.171592 111.903023) + (xy 137.171594 111.903025) + (xy 137.171595 111.903026) + (xy 138.700336 113.321491) + (xy 138.723951 113.37297) + (xy 138.709243 113.420083) + (xy 138.692497 113.442454) + (xy 138.629787 113.526222) + (xy 138.629786 113.526223) + (xy 138.58075 113.657696) + (xy 138.580749 113.657701) + (xy 138.5745 113.715825) + (xy 138.5745 114.284174) + (xy 138.580749 114.342298) + (xy 138.58075 114.342303) + (xy 138.629786 114.473776) + (xy 138.629787 114.473777) + (xy 138.629788 114.473778) + (xy 138.713884 114.586116) + (xy 138.788978 114.642331) + (xy 138.826222 114.670212) + (xy 138.826223 114.670213) + (xy 138.934389 114.710556) + (xy 138.957701 114.719251) + (xy 139.010182 114.724893) + (xy 139.015825 114.7255) + (xy 139.015826 114.7255) + (xy 139.709175 114.7255) + (xy 139.714317 114.724946) + (xy 139.767299 114.719251) + (xy 139.882375 114.67633) + (xy 139.898776 114.670213) + (xy 139.898776 114.670212) + (xy 139.898778 114.670212) + (xy 140.011116 114.586116) + (xy 140.095212 114.473778) + (xy 140.095213 114.473774) + (xy 140.097748 114.469134) + (xy 140.100517 114.470646) + (xy 140.132157 114.436596) + (xy 140.188756 114.434519) + (xy 140.20465 114.442737) + (xy 140.250176 114.473776) + (xy 141.25 115.155445) + (xy 143.606532 116.290291) + (xy 144.455385 116.552127) + (xy 146.105883 117.061238) + (xy 146.105882 117.061238) + (xy 148.634263 117.44233) + (xy 148.692223 117.451066) + (xy 148.692225 117.451066) + (xy 151.307775 117.451066) + (xy 151.307777 117.451066) + (xy 152.655874 117.247873) + (xy 178.1995 117.247873) + (xy 178.205909 117.307485) + (xy 178.256202 117.442329) + (xy 178.256203 117.44233) + (xy 178.256204 117.442331) + (xy 178.342454 117.557546) + (xy 178.457668 117.643795) + (xy 178.457669 117.643796) + (xy 178.45767 117.643797) + (xy 178.568605 117.685172) + (xy 178.592517 117.694091) + (xy 178.652127 117.7005) + (xy 179.347872 117.700499) + (xy 179.407483 117.694091) + (xy 179.532371 117.647511) + (xy 179.542329 117.643797) + (xy 179.542329 117.643796) + (xy 179.542331 117.643796) + (xy 179.657546 117.557546) + (xy 179.743796 117.442331) + (xy 179.745616 117.437453) + (xy 179.777784 117.351204) + (xy 179.794091 117.307483) + (xy 179.8005 117.247873) + (xy 179.800499 116.75) + (xy 183.85 116.75) + (xy 183.85 116.784131) + (xy 183.856241 116.842189) + (xy 183.856243 116.842195) + (xy 183.90523 116.973533) + (xy 183.989241 117.085758) + (xy 184.101466 117.169769) + (xy 184.232804 117.218756) + (xy 184.23281 117.218758) + (xy 184.290868 117.225) + (xy 184.3875 117.225) + (xy 184.3875 116.75) + (xy 184.8875 116.75) + (xy 184.8875 117.225) + (xy 184.984132 117.225) + (xy 185.042189 117.218758) + (xy 185.042195 117.218756) + (xy 185.173533 117.169769) + (xy 185.285758 117.085758) + (xy 185.369769 116.973533) + (xy 185.418756 116.842195) + (xy 185.418758 116.842189) + (xy 185.424995 116.784174) + (xy 185.5745 116.784174) + (xy 185.580749 116.842298) + (xy 185.58075 116.842303) + (xy 185.629786 116.973776) + (xy 185.629787 116.973777) + (xy 185.629788 116.973778) + (xy 185.713884 117.086116) + (xy 185.82563 117.169769) + (xy 185.826222 117.170212) + (xy 185.826223 117.170213) + (xy 185.934389 117.210556) + (xy 185.957701 117.219251) + (xy 186.010182 117.224893) + (xy 186.015825 117.2255) + (xy 186.015826 117.2255) + (xy 186.709175 117.2255) + (xy 186.714317 117.224946) + (xy 186.767299 117.219251) + (xy 186.854951 117.186558) + (xy 186.898776 117.170213) + (xy 186.898776 117.170212) + (xy 186.898778 117.170212) + (xy 187.011116 117.086116) + (xy 187.095212 116.973778) + (xy 187.095304 116.973533) + (xy 187.111558 116.929951) + (xy 187.144251 116.842299) + (xy 187.1505 116.784174) + (xy 187.1505 116.215826) + (xy 187.144251 116.157701) + (xy 187.122543 116.0995) + (xy 187.095213 116.026223) + (xy 187.095212 116.026222) + (xy 187.095211 116.026222) + (xy 187.011116 115.913884) + (xy 186.927018 115.850929) + (xy 186.898777 115.829787) + (xy 186.898776 115.829786) + (xy 186.767303 115.78075) + (xy 186.7673 115.780749) + (xy 186.767299 115.780749) + (xy 186.738236 115.777624) + (xy 186.709175 115.7745) + (xy 186.709174 115.7745) + (xy 186.015826 115.7745) + (xy 186.015825 115.7745) + (xy 185.957701 115.780749) + (xy 185.957696 115.78075) + (xy 185.826223 115.829786) + (xy 185.826222 115.829787) + (xy 185.713884 115.913884) + (xy 185.629787 116.026222) + (xy 185.629786 116.026223) + (xy 185.58075 116.157696) + (xy 185.580749 116.157701) + (xy 185.5745 116.215825) + (xy 185.5745 116.784174) + (xy 185.424995 116.784174) + (xy 185.425 116.784131) + (xy 185.425 116.75) + (xy 184.8875 116.75) + (xy 184.3875 116.75) + (xy 183.85 116.75) + (xy 179.800499 116.75) + (xy 179.800499 116.552128) + (xy 179.794091 116.492517) + (xy 179.794089 116.492512) + (xy 179.743797 116.35767) + (xy 179.743796 116.357669) + (xy 179.693358 116.290293) + (xy 179.663195 116.25) + (xy 183.85 116.25) + (xy 184.3875 116.25) + (xy 184.3875 115.775) + (xy 184.8875 115.775) + (xy 184.8875 116.25) + (xy 185.425 116.25) + (xy 185.425 116.215868) + (xy 185.418758 116.15781) + (xy 185.418756 116.157804) + (xy 185.369769 116.026466) + (xy 185.285758 115.914241) + (xy 185.173533 115.83023) + (xy 185.042195 115.781243) + (xy 185.042189 115.781241) + (xy 184.984132 115.775) + (xy 184.8875 115.775) + (xy 184.3875 115.775) + (xy 184.290868 115.775) + (xy 184.23281 115.781241) + (xy 184.232804 115.781243) + (xy 184.101466 115.83023) + (xy 183.989241 115.914241) + (xy 183.90523 116.026466) + (xy 183.856243 116.157804) + (xy 183.856241 116.15781) + (xy 183.85 116.215868) + (xy 183.85 116.25) + (xy 179.663195 116.25) + (xy 179.657546 116.242454) + (xy 179.571295 116.177886) + (xy 179.54233 116.156203) + (xy 179.542329 116.156202) + (xy 179.407487 116.10591) + (xy 179.407484 116.105909) + (xy 179.407483 116.105909) + (xy 179.347873 116.0995) + (xy 178.652126 116.0995) + (xy 178.592514 116.105909) + (xy 178.45767 116.156202) + (xy 178.457669 116.156203) + (xy 178.342454 116.242454) + (xy 178.256203 116.357669) + (xy 178.256202 116.35767) + (xy 178.20591 116.492512) + (xy 178.205909 116.492517) + (xy 178.1995 116.552126) + (xy 178.1995 117.247873) + (xy 152.655874 117.247873) + (xy 153.894116 117.061238) + (xy 156.393468 116.290291) + (xy 158.75 115.155445) + (xy 159.787817 114.447873) + (xy 178.1995 114.447873) + (xy 178.205909 114.507485) + (xy 178.256202 114.642329) + (xy 178.256203 114.64233) + (xy 178.256204 114.642331) + (xy 178.342454 114.757546) + (xy 178.387747 114.791452) + (xy 178.457669 114.843796) + (xy 178.45767 114.843797) + (xy 178.568605 114.885172) + (xy 178.592517 114.894091) + (xy 178.652127 114.9005) + (xy 179.347872 114.900499) + (xy 179.407483 114.894091) + (xy 179.475713 114.868643) + (xy 179.542329 114.843797) + (xy 179.542329 114.843796) + (xy 179.542331 114.843796) + (xy 179.657546 114.757546) + (xy 179.743796 114.642331) + (xy 179.749477 114.627101) + (xy 179.764896 114.585758) + (xy 179.794091 114.507483) + (xy 179.8005 114.447873) + (xy 179.800499 113.752128) + (xy 179.794091 113.692517) + (xy 179.794089 113.692512) + (xy 179.743797 113.55767) + (xy 179.743796 113.557669) + (xy 179.738429 113.5505) + (xy 179.657546 113.442454) + (xy 179.566435 113.374248) + (xy 179.54233 113.356203) + (xy 179.542329 113.356202) + (xy 179.407487 113.30591) + (xy 179.407484 113.305909) + (xy 179.407483 113.305909) + (xy 179.347873 113.2995) + (xy 178.652126 113.2995) + (xy 178.592514 113.305909) + (xy 178.45767 113.356202) + (xy 178.457669 113.356203) + (xy 178.342454 113.442454) + (xy 178.256203 113.557669) + (xy 178.256202 113.55767) + (xy 178.20591 113.692512) + (xy 178.205909 113.692517) + (xy 178.1995 113.752126) + (xy 178.1995 114.447873) + (xy 159.787817 114.447873) + (xy 160.911072 113.682051) + (xy 161.450517 113.181519) + (xy 182.087 113.181519) + (xy 182.101853 113.275304) + (xy 182.101854 113.275306) + (xy 182.152269 113.374248) + (xy 182.15945 113.388342) + (xy 182.249158 113.47805) + (xy 182.362196 113.535646) + (xy 182.455981 113.5505) + (xy 183.544018 113.550499) + (xy 183.544019 113.550499) + (xy 183.637804 113.535646) + (xy 183.637806 113.535645) + (xy 183.639919 113.534568) + (xy 183.750842 113.47805) + (xy 183.84055 113.388342) + (xy 183.898146 113.275304) + (xy 183.913 113.181519) + (xy 183.912999 112.818482) + (xy 183.907101 112.781243) + (xy 183.898146 112.724695) + (xy 183.898145 112.724693) + (xy 183.868269 112.666061) + (xy 183.84055 112.611658) + (xy 183.750842 112.52195) + (xy 183.637804 112.464354) + (xy 183.637802 112.464353) + (xy 183.637801 112.464353) + (xy 183.544019 112.4495) + (xy 182.45598 112.4495) + (xy 182.362195 112.464353) + (xy 182.362193 112.464354) + (xy 182.249157 112.52195) + (xy 182.159451 112.611656) + (xy 182.101853 112.724698) + (xy 182.087 112.81848) + (xy 182.087 113.181519) + (xy 161.450517 113.181519) + (xy 162.043276 112.631519) + (xy 172.4495 112.631519) + (xy 172.464353 112.725304) + (xy 172.464354 112.725306) + (xy 172.492605 112.78075) + (xy 172.52195 112.838342) + (xy 172.611658 112.92805) + (xy 172.724696 112.985646) + (xy 172.818481 113.0005) + (xy 173.906518 113.000499) + (xy 173.906519 113.000499) + (xy 174.000304 112.985646) + (xy 174.000306 112.985645) + (xy 174.002419 112.984567) + (xy 174.113342 112.92805) + (xy 174.20305 112.838342) + (xy 174.260646 112.725304) + (xy 174.2755 112.631519) + (xy 174.7245 112.631519) + (xy 174.739353 112.725304) + (xy 174.739354 112.725306) + (xy 174.767605 112.78075) + (xy 174.79695 112.838342) + (xy 174.886658 112.92805) + (xy 174.999696 112.985646) + (xy 175.093481 113.0005) + (xy 176.181518 113.000499) + (xy 176.181519 113.000499) + (xy 176.275304 112.985646) + (xy 176.275306 112.985645) + (xy 176.277419 112.984567) + (xy 176.388342 112.92805) + (xy 176.47805 112.838342) + (xy 176.535646 112.725304) + (xy 176.5505 112.631519) + (xy 176.550499 112.300001) + (xy 184.373351 112.300001) + (xy 184.377334 112.325147) + (xy 184.377335 112.325148) + (xy 184.434858 112.438044) + (xy 184.524453 112.527639) + (xy 184.63735 112.585164) + (xy 184.731018 112.599999) + (xy 185.025 112.599999) + (xy 185.524999 112.599999) + (xy 185.818981 112.599999) + (xy 185.912648 112.585165) + (xy 185.912649 112.585164) + (xy 186.025546 112.527639) + (xy 186.115141 112.438044) + (xy 186.172664 112.325148) + (xy 186.172665 112.325147) + (xy 186.176648 112.300001) + (xy 186.176647 112.3) + (xy 185.525 112.3) + (xy 185.524999 112.599999) + (xy 185.025 112.599999) + (xy 185.025 112.3) + (xy 184.373353 112.3) + (xy 184.373351 112.300001) + (xy 176.550499 112.300001) + (xy 176.550499 112.268482) + (xy 176.540524 112.2055) + (xy 176.535646 112.174695) + (xy 176.535645 112.174693) + (xy 176.478049 112.061657) + (xy 176.443717 112.027325) + (xy 176.422043 111.974999) + (xy 176.443715 111.922676) + (xy 176.47805 111.888342) + (xy 176.523064 111.799998) + (xy 184.373351 111.799998) + (xy 184.373353 111.8) + (xy 185.025 111.8) + (xy 185.025 111.5) + (xy 185.524999 111.5) + (xy 185.524999 111.799999) + (xy 185.525 111.8) + (xy 186.176647 111.8) + (xy 186.176648 111.799998) + (xy 186.172665 111.774852) + (xy 186.172664 111.774851) + (xy 186.115141 111.661955) + (xy 186.025546 111.57236) + (xy 185.912649 111.514835) + (xy 185.818982 111.5) + (xy 185.524999 111.5) + (xy 185.025 111.5) + (xy 184.731018 111.5) + (xy 184.637351 111.514834) + (xy 184.63735 111.514835) + (xy 184.524453 111.57236) + (xy 184.434858 111.661955) + (xy 184.377335 111.774851) + (xy 184.377334 111.774852) + (xy 184.373351 111.799998) + (xy 176.523064 111.799998) + (xy 176.535646 111.775304) + (xy 176.5505 111.681519) + (xy 176.550499 111.318482) + (xy 176.544645 111.281519) + (xy 182.087 111.281519) + (xy 182.101853 111.375304) + (xy 182.101854 111.375306) + (xy 182.14938 111.468579) + (xy 182.15945 111.488342) + (xy 182.249158 111.57805) + (xy 182.362196 111.635646) + (xy 182.455981 111.6505) + (xy 183.544018 111.650499) + (xy 183.544019 111.650499) + (xy 183.637804 111.635646) + (xy 183.637806 111.635645) + (xy 183.639919 111.634568) + (xy 183.750842 111.57805) + (xy 183.84055 111.488342) + (xy 183.898146 111.375304) + (xy 183.913 111.281519) + (xy 183.912999 110.918482) + (xy 183.909103 110.893884) + (xy 183.898146 110.824695) + (xy 183.898145 110.824693) + (xy 183.860086 110.75) + (xy 183.84055 110.711658) + (xy 183.750842 110.62195) + (xy 183.637804 110.564354) + (xy 183.637802 110.564353) + (xy 183.637801 110.564353) + (xy 183.544019 110.5495) + (xy 182.45598 110.5495) + (xy 182.362195 110.564353) + (xy 182.362193 110.564354) + (xy 182.249157 110.62195) + (xy 182.159451 110.711656) + (xy 182.101853 110.824698) + (xy 182.087 110.91848) + (xy 182.087 111.281519) + (xy 176.544645 111.281519) + (xy 176.539653 111.25) + (xy 176.535646 111.224695) + (xy 176.535645 111.224694) + (xy 176.516377 111.186879) + (xy 176.47805 111.111658) + (xy 176.466891 111.100499) + (xy 176.443717 111.077324) + (xy 176.422044 111.024998) + (xy 176.443718 110.972673) + (xy 176.47805 110.938342) + (xy 176.535646 110.825304) + (xy 176.5505 110.731519) + (xy 176.550499 110.368482) + (xy 176.535646 110.274696) + (xy 176.535646 110.274695) + (xy 176.535645 110.274693) + (xy 176.478049 110.161657) + (xy 176.388343 110.071951) + (xy 176.388342 110.07195) + (xy 176.275304 110.014354) + (xy 176.275302 110.014353) + (xy 176.275301 110.014353) + (xy 176.181519 109.9995) + (xy 175.09348 109.9995) + (xy 174.999695 110.014353) + (xy 174.999693 110.014354) + (xy 174.886657 110.07195) + (xy 174.796951 110.161656) + (xy 174.739353 110.274698) + (xy 174.7245 110.36848) + (xy 174.7245 110.731519) + (xy 174.739353 110.825304) + (xy 174.739354 110.825306) + (xy 174.79695 110.938342) + (xy 174.831281 110.972673) + (xy 174.852955 111.024999) + (xy 174.831282 111.077324) + (xy 174.796951 111.111656) + (xy 174.739353 111.224698) + (xy 174.7245 111.31848) + (xy 174.7245 111.681519) + (xy 174.739353 111.775304) + (xy 174.739354 111.775306) + (xy 174.79695 111.888342) + (xy 174.831281 111.922673) + (xy 174.852955 111.974999) + (xy 174.831282 112.027324) + (xy 174.796951 112.061656) + (xy 174.739353 112.174698) + (xy 174.7245 112.26848) + (xy 174.7245 112.631519) + (xy 174.2755 112.631519) + (xy 174.275499 112.268482) + (xy 174.265524 112.2055) + (xy 174.260646 112.174695) + (xy 174.260645 112.174693) + (xy 174.203049 112.061657) + (xy 174.168365 112.026973) + (xy 174.146691 111.974647) + (xy 174.168365 111.922321) + (xy 174.20264 111.888045) + (xy 174.202641 111.888044) + (xy 174.260164 111.775148) + (xy 174.260165 111.775147) + (xy 174.264148 111.750001) + (xy 174.264147 111.75) + (xy 172.460853 111.75) + (xy 172.460851 111.750001) + (xy 172.464834 111.775147) + (xy 172.464835 111.775148) + (xy 172.522358 111.888044) + (xy 172.556635 111.922321) + (xy 172.578309 111.974647) + (xy 172.556635 112.026973) + (xy 172.521951 112.061656) + (xy 172.464353 112.174698) + (xy 172.4495 112.26848) + (xy 172.4495 112.631519) + (xy 162.043276 112.631519) + (xy 162.828408 111.903023) + (xy 164.291973 110.067771) + (xy 165.466296 110.067771) + (xy 165.495922 110.337019) + (xy 165.545386 110.526223) + (xy 165.564436 110.599088) + (xy 165.670378 110.84839) + (xy 165.81149 111.07961) + (xy 165.838407 111.111954) + (xy 165.98476 111.287817) + (xy 165.984761 111.287818) + (xy 165.984763 111.28782) + (xy 166.186506 111.468582) + (xy 166.412418 111.618044) + (xy 166.657684 111.73302) + (xy 166.796724 111.774851) + (xy 166.917072 111.811059) + (xy 166.917081 111.811061) + (xy 167.185067 111.8505) + (xy 167.185069 111.8505) + (xy 167.388136 111.8505) + (xy 167.388139 111.8505) + (xy 167.590664 111.835677) + (xy 167.855061 111.77678) + (xy 168.108066 111.680014) + (xy 168.344285 111.547441) + (xy 168.558685 111.381888) + (xy 168.746694 111.186881) + (xy 168.904307 110.966579) + (xy 169.025159 110.731519) + (xy 172.4495 110.731519) + (xy 172.464353 110.825304) + (xy 172.464354 110.825306) + (xy 172.52195 110.938342) + (xy 172.556635 110.973027) + (xy 172.578309 111.025353) + (xy 172.556635 111.077679) + (xy 172.522359 111.111954) + (xy 172.522358 111.111955) + (xy 172.464835 111.224851) + (xy 172.464834 111.224852) + (xy 172.460851 111.249998) + (xy 172.460853 111.25) + (xy 174.264147 111.25) + (xy 174.264148 111.249998) + (xy 174.260165 111.224852) + (xy 174.260164 111.224851) + (xy 174.202641 111.111955) + (xy 174.20264 111.111954) + (xy 174.168364 111.077677) + (xy 174.146691 111.025351) + (xy 174.168365 110.973026) + (xy 174.20305 110.938342) + (xy 174.260646 110.825304) + (xy 174.2755 110.731519) + (xy 174.275499 110.368482) + (xy 174.260646 110.274696) + (xy 174.260646 110.274695) + (xy 174.260645 110.274693) + (xy 174.203049 110.161657) + (xy 174.113343 110.071951) + (xy 174.113342 110.07195) + (xy 174.000304 110.014354) + (xy 174.000302 110.014353) + (xy 174.000301 110.014353) + (xy 173.906519 109.9995) + (xy 172.81848 109.9995) + (xy 172.724695 110.014353) + (xy 172.724693 110.014354) + (xy 172.611657 110.07195) + (xy 172.521951 110.161656) + (xy 172.464353 110.274698) + (xy 172.4495 110.36848) + (xy 172.4495 110.731519) + (xy 169.025159 110.731519) + (xy 169.028164 110.725675) + (xy 169.088267 110.5495) + (xy 169.115624 110.469312) + (xy 169.115626 110.469305) + (xy 169.115625 110.469304) + (xy 169.164827 110.202933) + (xy 169.17472 109.932235) + (xy 169.145094 109.662982) + (xy 169.07658 109.400912) + (xy 168.970638 109.15161) + (xy 168.829526 108.92039) + (xy 168.656253 108.71218) + (xy 168.45451 108.531418) + (xy 168.228598 108.381956) + (xy 168.228594 108.381954) + (xy 168.228595 108.381954) + (xy 167.983332 108.26698) + (xy 167.723943 108.18894) + (xy 167.723934 108.188938) + (xy 167.455949 108.1495) + (xy 167.455947 108.1495) + (xy 167.252877 108.1495) + (xy 167.16608 108.155852) + (xy 167.050348 108.164323) + (xy 166.785956 108.223219) + (xy 166.532957 108.319983) + (xy 166.532948 108.319987) + (xy 166.296731 108.452559) + (xy 166.296726 108.452562) + (xy 166.08233 108.618113) + (xy 166.082326 108.618116) + (xy 165.89432 108.81312) + (xy 165.736707 109.033423) + (xy 165.612856 109.274315) + (xy 165.612848 109.274333) + (xy 165.525391 109.530687) + (xy 165.525389 109.530694) + (xy 165.487444 109.736134) + (xy 165.476189 109.797067) + (xy 165.47125 109.932228) + (xy 165.466296 110.067771) + (xy 164.291973 110.067771) + (xy 164.459179 109.858101) + (xy 165.606044 107.871672) + (xy 172.8505 107.871672) + (xy 172.865034 107.94474) + (xy 172.884435 107.973777) + (xy 172.920399 108.027601) + (xy 173.00326 108.082966) + (xy 173.076326 108.0975) + (xy 173.076328 108.0975) + (xy 174.325672 108.0975) + (xy 174.325674 108.0975) + (xy 174.39874 108.082966) + (xy 174.481601 108.027601) + (xy 174.536966 107.94474) + (xy 174.5515 107.871674) + (xy 174.5515 107.871672) + (xy 175.6505 107.871672) + (xy 175.665034 107.94474) + (xy 175.684435 107.973777) + (xy 175.720399 108.027601) + (xy 175.80326 108.082966) + (xy 175.876326 108.0975) + (xy 175.876328 108.0975) + (xy 177.125672 108.0975) + (xy 177.125674 108.0975) + (xy 177.19874 108.082966) + (xy 177.281601 108.027601) + (xy 177.336966 107.94474) + (xy 177.3515 107.871674) + (xy 177.3515 107.42) + (xy 179.3 107.42) + (xy 179.3 107.542828) + (xy 179.306402 107.602375) + (xy 179.306403 107.60238) + (xy 179.356645 107.737087) + (xy 179.356646 107.737088) + (xy 179.442811 107.852188) + (xy 179.557911 107.938353) + (xy 179.557912 107.938354) + (xy 179.692619 107.988596) + (xy 179.692624 107.988597) + (xy 179.752171 107.995) + (xy 180.2 107.995) + (xy 180.2 107.42) + (xy 180.7 107.42) + (xy 180.7 107.995) + (xy 181.147829 107.995) + (xy 181.207375 107.988597) + (xy 181.20738 107.988596) + (xy 181.342087 107.938354) + (xy 181.342088 107.938353) + (xy 181.457188 107.852188) + (xy 181.543353 107.737088) + (xy 181.543354 107.737087) + (xy 181.593596 107.60238) + (xy 181.593597 107.602375) + (xy 181.6 107.542828) + (xy 181.6 107.42) + (xy 182.65 107.42) + (xy 182.65 107.542828) + (xy 182.656402 107.602375) + (xy 182.656403 107.60238) + (xy 182.706645 107.737087) + (xy 182.706646 107.737088) + (xy 182.792811 107.852188) + (xy 182.907911 107.938353) + (xy 182.907912 107.938354) + (xy 183.042619 107.988596) + (xy 183.042624 107.988597) + (xy 183.102171 107.995) + (xy 183.55 107.995) + (xy 183.55 107.42) + (xy 184.05 107.42) + (xy 184.05 107.995) + (xy 184.497829 107.995) + (xy 184.557375 107.988597) + (xy 184.55738 107.988596) + (xy 184.692087 107.938354) + (xy 184.692088 107.938353) + (xy 184.807188 107.852188) + (xy 184.893353 107.737088) + (xy 184.893354 107.737087) + (xy 184.943596 107.60238) + (xy 184.943597 107.602375) + (xy 184.95 107.542828) + (xy 184.95 107.42) + (xy 186 107.42) + (xy 186 107.542828) + (xy 186.006402 107.602375) + (xy 186.006403 107.60238) + (xy 186.056645 107.737087) + (xy 186.056646 107.737088) + (xy 186.142811 107.852188) + (xy 186.257911 107.938353) + (xy 186.257912 107.938354) + (xy 186.392619 107.988596) + (xy 186.392624 107.988597) + (xy 186.452171 107.995) + (xy 186.9 107.995) + (xy 186.9 107.42) + (xy 187.4 107.42) + (xy 187.4 107.995) + (xy 187.847829 107.995) + (xy 187.907375 107.988597) + (xy 187.90738 107.988596) + (xy 188.042087 107.938354) + (xy 188.042088 107.938353) + (xy 188.157188 107.852188) + (xy 188.243353 107.737088) + (xy 188.243354 107.737087) + (xy 188.293596 107.60238) + (xy 188.293597 107.602375) + (xy 188.3 107.542828) + (xy 188.3 107.42) + (xy 189.35 107.42) + (xy 189.35 107.542828) + (xy 189.356402 107.602375) + (xy 189.356403 107.60238) + (xy 189.406645 107.737087) + (xy 189.406646 107.737088) + (xy 189.492811 107.852188) + (xy 189.607911 107.938353) + (xy 189.607912 107.938354) + (xy 189.742619 107.988596) + (xy 189.742624 107.988597) + (xy 189.802171 107.995) + (xy 190.25 107.995) + (xy 190.25 107.42) + (xy 190.75 107.42) + (xy 190.75 107.995) + (xy 191.197829 107.995) + (xy 191.257375 107.988597) + (xy 191.25738 107.988596) + (xy 191.392087 107.938354) + (xy 191.392088 107.938353) + (xy 191.507188 107.852188) + (xy 191.593353 107.737088) + (xy 191.593354 107.737087) + (xy 191.643596 107.60238) + (xy 191.643597 107.602375) + (xy 191.65 107.542828) + (xy 191.65 107.42) + (xy 192.7 107.42) + (xy 192.7 107.542828) + (xy 192.706402 107.602375) + (xy 192.706403 107.60238) + (xy 192.756645 107.737087) + (xy 192.756646 107.737088) + (xy 192.842811 107.852188) + (xy 192.957911 107.938353) + (xy 192.957912 107.938354) + (xy 193.092619 107.988596) + (xy 193.092624 107.988597) + (xy 193.152171 107.995) + (xy 193.6 107.995) + (xy 193.6 107.42) + (xy 194.1 107.42) + (xy 194.1 107.995) + (xy 194.547829 107.995) + (xy 194.607375 107.988597) + (xy 194.60738 107.988596) + (xy 194.742087 107.938354) + (xy 194.742088 107.938353) + (xy 194.857188 107.852188) + (xy 194.908104 107.784174) + (xy 196.3495 107.784174) + (xy 196.355749 107.842298) + (xy 196.35575 107.842303) + (xy 196.404786 107.973776) + (xy 196.404787 107.973777) + (xy 196.404788 107.973778) + (xy 196.488884 108.086116) + (xy 196.593355 108.164323) + (xy 196.601222 108.170212) + (xy 196.601223 108.170213) + (xy 196.709389 108.210556) + (xy 196.732701 108.219251) + (xy 196.785182 108.224893) + (xy 196.790825 108.2255) + (xy 196.790826 108.2255) + (xy 197.384175 108.2255) + (xy 197.389317 108.224946) + (xy 197.442299 108.219251) + (xy 197.529951 108.186558) + (xy 197.573776 108.170213) + (xy 197.573776 108.170212) + (xy 197.573778 108.170212) + (xy 197.686116 108.086116) + (xy 197.770212 107.973778) + (xy 197.819251 107.842299) + (xy 197.8255 107.784174) + (xy 198.1745 107.784174) + (xy 198.180749 107.842298) + (xy 198.18075 107.842303) + (xy 198.229786 107.973776) + (xy 198.229787 107.973777) + (xy 198.229788 107.973778) + (xy 198.313884 108.086116) + (xy 198.418355 108.164323) + (xy 198.426222 108.170212) + (xy 198.426223 108.170213) + (xy 198.534389 108.210556) + (xy 198.557701 108.219251) + (xy 198.610182 108.224893) + (xy 198.615825 108.2255) + (xy 198.615826 108.2255) + (xy 199.209175 108.2255) + (xy 199.214317 108.224946) + (xy 199.267299 108.219251) + (xy 199.354951 108.186558) + (xy 199.398776 108.170213) + (xy 199.398776 108.170212) + (xy 199.398778 108.170212) + (xy 199.511116 108.086116) + (xy 199.595212 107.973778) + (xy 199.644251 107.842299) + (xy 199.6505 107.784174) + (xy 199.6505 107.215826) + (xy 199.644251 107.157701) + (xy 199.635556 107.134389) + (xy 199.595213 107.026223) + (xy 199.595212 107.026222) + (xy 199.564359 106.985008) + (xy 199.511116 106.913884) + (xy 199.398778 106.829788) + (xy 199.398777 106.829787) + (xy 199.398776 106.829786) + (xy 199.267303 106.78075) + (xy 199.2673 106.780749) + (xy 199.267299 106.780749) + (xy 199.238236 106.777624) + (xy 199.209175 106.7745) + (xy 199.209174 106.7745) + (xy 198.615826 106.7745) + (xy 198.615825 106.7745) + (xy 198.557701 106.780749) + (xy 198.557696 106.78075) + (xy 198.426223 106.829786) + (xy 198.426222 106.829787) + (xy 198.313884 106.913884) + (xy 198.229787 107.026222) + (xy 198.229786 107.026223) + (xy 198.18075 107.157696) + (xy 198.180749 107.157701) + (xy 198.1745 107.215825) + (xy 198.1745 107.784174) + (xy 197.8255 107.784174) + (xy 197.8255 107.215826) + (xy 197.819251 107.157701) + (xy 197.810556 107.134389) + (xy 197.770213 107.026223) + (xy 197.770212 107.026222) + (xy 197.739359 106.985008) + (xy 197.686116 106.913884) + (xy 197.573778 106.829788) + (xy 197.573777 106.829787) + (xy 197.573776 106.829786) + (xy 197.442303 106.78075) + (xy 197.4423 106.780749) + (xy 197.442299 106.780749) + (xy 197.413236 106.777624) + (xy 197.384175 106.7745) + (xy 197.384174 106.7745) + (xy 196.790826 106.7745) + (xy 196.790825 106.7745) + (xy 196.732701 106.780749) + (xy 196.732696 106.78075) + (xy 196.601223 106.829786) + (xy 196.601222 106.829787) + (xy 196.488884 106.913884) + (xy 196.404787 107.026222) + (xy 196.404786 107.026223) + (xy 196.35575 107.157696) + (xy 196.355749 107.157701) + (xy 196.3495 107.215825) + (xy 196.3495 107.784174) + (xy 194.908104 107.784174) + (xy 194.943353 107.737088) + (xy 194.943354 107.737087) + (xy 194.993596 107.60238) + (xy 194.993597 107.602375) + (xy 195 107.542828) + (xy 195 107.42) + (xy 194.1 107.42) + (xy 193.6 107.42) + (xy 192.7 107.42) + (xy 191.65 107.42) + (xy 190.75 107.42) + (xy 190.25 107.42) + (xy 189.35 107.42) + (xy 188.3 107.42) + (xy 187.4 107.42) + (xy 186.9 107.42) + (xy 186 107.42) + (xy 184.95 107.42) + (xy 184.05 107.42) + (xy 183.55 107.42) + (xy 182.65 107.42) + (xy 181.6 107.42) + (xy 180.7 107.42) + (xy 180.2 107.42) + (xy 179.3 107.42) + (xy 177.3515 107.42) + (xy 177.3515 106.92) + (xy 179.3 106.92) + (xy 180.2 106.92) + (xy 180.2 106.345) + (xy 180.7 106.345) + (xy 180.7 106.92) + (xy 181.6 106.92) + (xy 182.65 106.92) + (xy 183.55 106.92) + (xy 183.55 106.345) + (xy 184.05 106.345) + (xy 184.05 106.92) + (xy 184.949999 106.92) + (xy 186 106.92) + (xy 186.9 106.92) + (xy 186.9 106.345) + (xy 187.4 106.345) + (xy 187.4 106.92) + (xy 188.3 106.92) + (xy 188.3 106.919999) + (xy 189.349999 106.919999) + (xy 189.35 106.92) + (xy 190.25 106.92) + (xy 190.25 106.345) + (xy 190.75 106.345) + (xy 190.75 106.92) + (xy 191.65 106.92) + (xy 192.7 106.92) + (xy 193.6 106.92) + (xy 193.6 106.345) + (xy 194.1 106.345) + (xy 194.1 106.92) + (xy 195 106.92) + (xy 195 106.797171) + (xy 194.993597 106.737624) + (xy 194.993596 106.737619) + (xy 194.943354 106.602912) + (xy 194.943353 106.602911) + (xy 194.857188 106.487811) + (xy 194.742088 106.401646) + (xy 194.742087 106.401645) + (xy 194.60738 106.351403) + (xy 194.607375 106.351402) + (xy 194.547829 106.345) + (xy 194.1 106.345) + (xy 193.6 106.345) + (xy 193.152171 106.345) + (xy 193.092624 106.351402) + (xy 193.092619 106.351403) + (xy 192.957912 106.401645) + (xy 192.957911 106.401646) + (xy 192.842811 106.487811) + (xy 192.756646 106.602911) + (xy 192.756645 106.602912) + (xy 192.706403 106.737619) + (xy 192.706402 106.737624) + (xy 192.7 106.797171) + (xy 192.7 106.92) + (xy 191.65 106.92) + (xy 191.65 106.797171) + (xy 191.643597 106.737624) + (xy 191.643596 106.737619) + (xy 191.593354 106.602912) + (xy 191.593353 106.602911) + (xy 191.507188 106.487811) + (xy 191.392088 106.401646) + (xy 191.392087 106.401645) + (xy 191.25738 106.351403) + (xy 191.257375 106.351402) + (xy 191.197829 106.345) + (xy 190.75 106.345) + (xy 190.25 106.345) + (xy 189.802171 106.345) + (xy 189.742624 106.351402) + (xy 189.742619 106.351403) + (xy 189.607912 106.401645) + (xy 189.607911 106.401646) + (xy 189.492811 106.487811) + (xy 189.406646 106.602911) + (xy 189.406645 106.602912) + (xy 189.356403 106.737619) + (xy 189.356402 106.737624) + (xy 189.35 106.797171) + (xy 189.349999 106.919999) + (xy 188.3 106.919999) + (xy 188.3 106.797171) + (xy 188.293597 106.737624) + (xy 188.293596 106.737619) + (xy 188.243354 106.602912) + (xy 188.243353 106.602911) + (xy 188.157188 106.487811) + (xy 188.042088 106.401646) + (xy 188.042087 106.401645) + (xy 187.90738 106.351403) + (xy 187.907375 106.351402) + (xy 187.847829 106.345) + (xy 187.4 106.345) + (xy 186.9 106.345) + (xy 186.452171 106.345) + (xy 186.392624 106.351402) + (xy 186.392619 106.351403) + (xy 186.257912 106.401645) + (xy 186.257911 106.401646) + (xy 186.142811 106.487811) + (xy 186.056646 106.602911) + (xy 186.056645 106.602912) + (xy 186.006403 106.737619) + (xy 186.006402 106.737624) + (xy 186 106.797171) + (xy 186 106.92) + (xy 184.949999 106.92) + (xy 184.95 106.797171) + (xy 184.943597 106.737624) + (xy 184.943596 106.737619) + (xy 184.893354 106.602912) + (xy 184.893353 106.602911) + (xy 184.807188 106.487811) + (xy 184.692088 106.401646) + (xy 184.692087 106.401645) + (xy 184.55738 106.351403) + (xy 184.557375 106.351402) + (xy 184.497829 106.345) + (xy 184.05 106.345) + (xy 183.55 106.345) + (xy 183.102171 106.345) + (xy 183.042624 106.351402) + (xy 183.042619 106.351403) + (xy 182.907912 106.401645) + (xy 182.907911 106.401646) + (xy 182.792811 106.487811) + (xy 182.706646 106.602911) + (xy 182.706645 106.602912) + (xy 182.656403 106.737619) + (xy 182.656402 106.737624) + (xy 182.65 106.797171) + (xy 182.65 106.92) + (xy 181.6 106.92) + (xy 181.6 106.797171) + (xy 181.593597 106.737624) + (xy 181.593596 106.737619) + (xy 181.543354 106.602912) + (xy 181.543353 106.602911) + (xy 181.457188 106.487811) + (xy 181.342088 106.401646) + (xy 181.342087 106.401645) + (xy 181.20738 106.351403) + (xy 181.207375 106.351402) + (xy 181.147829 106.345) + (xy 180.7 106.345) + (xy 180.2 106.345) + (xy 179.752171 106.345) + (xy 179.692624 106.351402) + (xy 179.692619 106.351403) + (xy 179.557912 106.401645) + (xy 179.557911 106.401646) + (xy 179.442811 106.487811) + (xy 179.356646 106.602911) + (xy 179.356645 106.602912) + (xy 179.306403 106.737619) + (xy 179.306402 106.737624) + (xy 179.3 106.797171) + (xy 179.3 106.92) + (xy 177.3515 106.92) + (xy 177.3515 105.274174) + (xy 196.3495 105.274174) + (xy 196.355749 105.332298) + (xy 196.35575 105.332303) + (xy 196.404786 105.463776) + (xy 196.404787 105.463777) + (xy 196.404788 105.463778) + (xy 196.488884 105.576116) + (xy 196.586913 105.6495) + (xy 196.601222 105.660212) + (xy 196.601223 105.660213) + (xy 196.709389 105.700556) + (xy 196.732701 105.709251) + (xy 196.785182 105.714893) + (xy 196.790825 105.7155) + (xy 196.790826 105.7155) + (xy 197.384175 105.7155) + (xy 197.389317 105.714946) + (xy 197.442299 105.709251) + (xy 197.546967 105.670212) + (xy 197.573776 105.660213) + (xy 197.573776 105.660212) + (xy 197.573778 105.660212) + (xy 197.686116 105.576116) + (xy 197.770212 105.463778) + (xy 197.819251 105.332299) + (xy 197.8255 105.274174) + (xy 198.1745 105.274174) + (xy 198.180749 105.332298) + (xy 198.18075 105.332303) + (xy 198.229786 105.463776) + (xy 198.229787 105.463777) + (xy 198.229788 105.463778) + (xy 198.313884 105.576116) + (xy 198.411913 105.6495) + (xy 198.426222 105.660212) + (xy 198.426223 105.660213) + (xy 198.534389 105.700556) + (xy 198.557701 105.709251) + (xy 198.610182 105.714893) + (xy 198.615825 105.7155) + (xy 198.615826 105.7155) + (xy 199.209175 105.7155) + (xy 199.214317 105.714946) + (xy 199.267299 105.709251) + (xy 199.371967 105.670212) + (xy 199.398776 105.660213) + (xy 199.398776 105.660212) + (xy 199.398778 105.660212) + (xy 199.511116 105.576116) + (xy 199.595212 105.463778) + (xy 199.644251 105.332299) + (xy 199.6505 105.274174) + (xy 199.6505 104.705826) + (xy 199.644251 104.647701) + (xy 199.623801 104.592872) + (xy 199.595213 104.516223) + (xy 199.595212 104.516222) + (xy 199.531619 104.431273) + (xy 199.511116 104.403884) + (xy 199.398778 104.319788) + (xy 199.398777 104.319787) + (xy 199.398776 104.319786) + (xy 199.267303 104.27075) + (xy 199.2673 104.270749) + (xy 199.267299 104.270749) + (xy 199.238236 104.267624) + (xy 199.209175 104.2645) + (xy 199.209174 104.2645) + (xy 198.615826 104.2645) + (xy 198.615825 104.2645) + (xy 198.557701 104.270749) + (xy 198.557696 104.27075) + (xy 198.426223 104.319786) + (xy 198.426222 104.319787) + (xy 198.313884 104.403884) + (xy 198.229787 104.516222) + (xy 198.229786 104.516223) + (xy 198.18075 104.647696) + (xy 198.180749 104.647701) + (xy 198.1745 104.705825) + (xy 198.1745 105.274174) + (xy 197.8255 105.274174) + (xy 197.8255 104.705826) + (xy 197.819251 104.647701) + (xy 197.798801 104.592872) + (xy 197.770213 104.516223) + (xy 197.770212 104.516222) + (xy 197.706619 104.431273) + (xy 197.686116 104.403884) + (xy 197.573778 104.319788) + (xy 197.573777 104.319787) + (xy 197.573776 104.319786) + (xy 197.442303 104.27075) + (xy 197.4423 104.270749) + (xy 197.442299 104.270749) + (xy 197.413236 104.267624) + (xy 197.384175 104.2645) + (xy 197.384174 104.2645) + (xy 196.790826 104.2645) + (xy 196.790825 104.2645) + (xy 196.732701 104.270749) + (xy 196.732696 104.27075) + (xy 196.601223 104.319786) + (xy 196.601222 104.319787) + (xy 196.488884 104.403884) + (xy 196.404787 104.516222) + (xy 196.404786 104.516223) + (xy 196.35575 104.647696) + (xy 196.355749 104.647701) + (xy 196.3495 104.705825) + (xy 196.3495 105.274174) + (xy 177.3515 105.274174) + (xy 177.3515 104.592873) + (xy 179.2995 104.592873) + (xy 179.305909 104.652485) + (xy 179.356202 104.787329) + (xy 179.356203 104.78733) + (xy 179.377886 104.816295) + (xy 179.442454 104.902546) + (xy 179.557669 104.988795) + (xy 179.557669 104.988796) + (xy 179.55767 104.988797) + (xy 179.668605 105.030172) + (xy 179.692517 105.039091) + (xy 179.752127 105.0455) + (xy 181.147872 105.045499) + (xy 181.207483 105.039091) + (xy 181.29824 105.005241) + (xy 181.342329 104.988797) + (xy 181.342329 104.988796) + (xy 181.342331 104.988796) + (xy 181.457546 104.902546) + (xy 181.543796 104.787331) + (xy 181.594091 104.652483) + (xy 181.6005 104.592873) + (xy 182.6495 104.592873) + (xy 182.655909 104.652485) + (xy 182.706202 104.787329) + (xy 182.706203 104.78733) + (xy 182.727886 104.816294) + (xy 182.792454 104.902546) + (xy 182.907669 104.988795) + (xy 182.907669 104.988796) + (xy 182.90767 104.988797) + (xy 183.018605 105.030172) + (xy 183.042517 105.039091) + (xy 183.102127 105.0455) + (xy 184.497872 105.045499) + (xy 184.557483 105.039091) + (xy 184.64824 105.005241) + (xy 184.692329 104.988797) + (xy 184.692329 104.988796) + (xy 184.692331 104.988796) + (xy 184.807546 104.902546) + (xy 184.893796 104.787331) + (xy 184.944091 104.652483) + (xy 184.9505 104.592873) + (xy 185.9995 104.592873) + (xy 186.005909 104.652485) + (xy 186.056202 104.787329) + (xy 186.056203 104.78733) + (xy 186.077886 104.816294) + (xy 186.142454 104.902546) + (xy 186.257668 104.988795) + (xy 186.257669 104.988796) + (xy 186.25767 104.988797) + (xy 186.368605 105.030172) + (xy 186.392517 105.039091) + (xy 186.452127 105.0455) + (xy 187.847872 105.045499) + (xy 187.907483 105.039091) + (xy 187.99824 105.005241) + (xy 188.042329 104.988797) + (xy 188.042329 104.988796) + (xy 188.042331 104.988796) + (xy 188.157546 104.902546) + (xy 188.243796 104.787331) + (xy 188.294091 104.652483) + (xy 188.3005 104.592873) + (xy 189.3495 104.592873) + (xy 189.355909 104.652485) + (xy 189.406202 104.787329) + (xy 189.406203 104.78733) + (xy 189.427886 104.816294) + (xy 189.492454 104.902546) + (xy 189.607668 104.988795) + (xy 189.607669 104.988796) + (xy 189.60767 104.988797) + (xy 189.718605 105.030172) + (xy 189.742517 105.039091) + (xy 189.802127 105.0455) + (xy 191.197872 105.045499) + (xy 191.257483 105.039091) + (xy 191.34824 105.005241) + (xy 191.392329 104.988797) + (xy 191.392329 104.988796) + (xy 191.392331 104.988796) + (xy 191.507546 104.902546) + (xy 191.593796 104.787331) + (xy 191.644091 104.652483) + (xy 191.6505 104.592873) + (xy 192.6995 104.592873) + (xy 192.705909 104.652485) + (xy 192.756202 104.787329) + (xy 192.756203 104.78733) + (xy 192.777886 104.816294) + (xy 192.842454 104.902546) + (xy 192.957669 104.988795) + (xy 192.957669 104.988796) + (xy 192.95767 104.988797) + (xy 193.068605 105.030172) + (xy 193.092517 105.039091) + (xy 193.152127 105.0455) + (xy 194.547872 105.045499) + (xy 194.607483 105.039091) + (xy 194.69824 105.005241) + (xy 194.742329 104.988797) + (xy 194.742329 104.988796) + (xy 194.742331 104.988796) + (xy 194.857546 104.902546) + (xy 194.943796 104.787331) + (xy 194.994091 104.652483) + (xy 195.0005 104.592873) + (xy 195.000499 103.847128) + (xy 194.994091 103.787517) + (xy 194.979792 103.749179) + (xy 194.943797 103.65267) + (xy 194.943796 103.652669) + (xy 194.943795 103.652668) + (xy 194.857546 103.537454) + (xy 194.742331 103.451204) + (xy 194.74233 103.451203) + (xy 194.742329 103.451202) + (xy 194.607487 103.40091) + (xy 194.607484 103.400909) + (xy 194.607483 103.400909) + (xy 194.547873 103.3945) + (xy 193.152126 103.3945) + (xy 193.092514 103.400909) + (xy 192.95767 103.451202) + (xy 192.957669 103.451203) + (xy 192.842454 103.537454) + (xy 192.756203 103.652669) + (xy 192.756202 103.65267) + (xy 192.70591 103.787512) + (xy 192.705909 103.787517) + (xy 192.6995 103.847126) + (xy 192.6995 104.592873) + (xy 191.6505 104.592873) + (xy 191.650499 103.847128) + (xy 191.644091 103.787517) + (xy 191.629792 103.749179) + (xy 191.593797 103.65267) + (xy 191.593796 103.652669) + (xy 191.593795 103.652668) + (xy 191.507546 103.537454) + (xy 191.392331 103.451204) + (xy 191.39233 103.451203) + (xy 191.392329 103.451202) + (xy 191.257487 103.40091) + (xy 191.257484 103.400909) + (xy 191.257483 103.400909) + (xy 191.197873 103.3945) + (xy 189.802126 103.3945) + (xy 189.742514 103.400909) + (xy 189.60767 103.451202) + (xy 189.607669 103.451203) + (xy 189.492454 103.537454) + (xy 189.406203 103.652669) + (xy 189.406202 103.65267) + (xy 189.35591 103.787512) + (xy 189.355909 103.787517) + (xy 189.3495 103.847126) + (xy 189.3495 104.592873) + (xy 188.3005 104.592873) + (xy 188.300499 103.847128) + (xy 188.294091 103.787517) + (xy 188.279792 103.749179) + (xy 188.243797 103.65267) + (xy 188.243796 103.652669) + (xy 188.243796 103.652668) + (xy 188.157546 103.537454) + (xy 188.042331 103.451204) + (xy 188.04233 103.451203) + (xy 188.042329 103.451202) + (xy 187.907487 103.40091) + (xy 187.907484 103.400909) + (xy 187.907483 103.400909) + (xy 187.847873 103.3945) + (xy 186.452126 103.3945) + (xy 186.392514 103.400909) + (xy 186.25767 103.451202) + (xy 186.257669 103.451203) + (xy 186.142454 103.537454) + (xy 186.056203 103.652669) + (xy 186.056202 103.65267) + (xy 186.00591 103.787512) + (xy 186.005909 103.787517) + (xy 185.9995 103.847126) + (xy 185.9995 104.592873) + (xy 184.9505 104.592873) + (xy 184.950499 103.847128) + (xy 184.944091 103.787517) + (xy 184.929792 103.749179) + (xy 184.893797 103.65267) + (xy 184.893796 103.652669) + (xy 184.807546 103.537454) + (xy 184.692331 103.451204) + (xy 184.69233 103.451203) + (xy 184.692329 103.451202) + (xy 184.557487 103.40091) + (xy 184.557484 103.400909) + (xy 184.557483 103.400909) + (xy 184.497873 103.3945) + (xy 183.102126 103.3945) + (xy 183.042514 103.400909) + (xy 182.90767 103.451202) + (xy 182.907669 103.451203) + (xy 182.792454 103.537454) + (xy 182.706203 103.652669) + (xy 182.706202 103.65267) + (xy 182.65591 103.787512) + (xy 182.655909 103.787517) + (xy 182.6495 103.847126) + (xy 182.6495 104.592873) + (xy 181.6005 104.592873) + (xy 181.600499 103.847128) + (xy 181.594091 103.787517) + (xy 181.579792 103.749179) + (xy 181.543797 103.65267) + (xy 181.543796 103.652669) + (xy 181.543795 103.652669) + (xy 181.457546 103.537454) + (xy 181.342331 103.451204) + (xy 181.34233 103.451203) + (xy 181.342329 103.451202) + (xy 181.207487 103.40091) + (xy 181.207484 103.400909) + (xy 181.207483 103.400909) + (xy 181.147873 103.3945) + (xy 179.752126 103.3945) + (xy 179.692514 103.400909) + (xy 179.55767 103.451202) + (xy 179.557669 103.451203) + (xy 179.442454 103.537454) + (xy 179.356203 103.652669) + (xy 179.356202 103.65267) + (xy 179.30591 103.787512) + (xy 179.305909 103.787517) + (xy 179.2995 103.847126) + (xy 179.2995 104.592873) + (xy 177.3515 104.592873) + (xy 177.3515 104.122326) + (xy 177.336966 104.04926) + (xy 177.281601 103.966399) + (xy 177.22903 103.931273) + (xy 177.19874 103.911034) + (xy 177.125674 103.8965) + (xy 175.876326 103.8965) + (xy 175.832584 103.905201) + (xy 175.803259 103.911034) + (xy 175.720399 103.966398) + (xy 175.720398 103.966399) + (xy 175.665034 104.049259) + (xy 175.6505 104.122327) + (xy 175.6505 107.871672) + (xy 174.5515 107.871672) + (xy 174.5515 104.122326) + (xy 174.536966 104.04926) + (xy 174.481601 103.966399) + (xy 174.42903 103.931273) + (xy 174.39874 103.911034) + (xy 174.325674 103.8965) + (xy 173.076326 103.8965) + (xy 173.032584 103.905201) + (xy 173.003259 103.911034) + (xy 172.920399 103.966398) + (xy 172.920398 103.966399) + (xy 172.865034 104.049259) + (xy 172.8505 104.122327) + (xy 172.8505 107.871672) + (xy 165.606044 107.871672) + (xy 165.766955 107.592965) + (xy 166.722524 105.158216) + (xy 167.276748 102.73) + (xy 196.35 102.73) + (xy 196.35 102.764131) + (xy 196.356241 102.822189) + (xy 196.356243 102.822195) + (xy 196.40523 102.953533) + (xy 196.489241 103.065758) + (xy 196.601466 103.149769) + (xy 196.732804 103.198756) + (xy 196.73281 103.198758) + (xy 196.790868 103.205) + (xy 196.8375 103.205) + (xy 196.8375 102.73) + (xy 197.3375 102.73) + (xy 197.3375 103.205) + (xy 197.384132 103.205) + (xy 197.442189 103.198758) + (xy 197.442195 103.198756) + (xy 197.573533 103.149769) + (xy 197.685758 103.065758) + (xy 197.769769 102.953533) + (xy 197.818756 102.822195) + (xy 197.818758 102.822189) + (xy 197.824995 102.764174) + (xy 198.1745 102.764174) + (xy 198.180749 102.822298) + (xy 198.18075 102.822303) + (xy 198.229786 102.953776) + (xy 198.229787 102.953777) + (xy 198.229788 102.953778) + (xy 198.313884 103.066116) + (xy 198.42563 103.149769) + (xy 198.426222 103.150212) + (xy 198.426223 103.150213) + (xy 198.534389 103.190556) + (xy 198.557701 103.199251) + (xy 198.610182 103.204893) + (xy 198.615825 103.2055) + (xy 198.615826 103.2055) + (xy 199.209175 103.2055) + (xy 199.214317 103.204946) + (xy 199.267299 103.199251) + (xy 199.378423 103.157804) + (xy 199.398776 103.150213) + (xy 199.398776 103.150212) + (xy 199.398778 103.150212) + (xy 199.511116 103.066116) + (xy 199.595212 102.953778) + (xy 199.595304 102.953533) + (xy 199.62471 102.87469) + (xy 199.644251 102.822299) + (xy 199.6505 102.764174) + (xy 199.6505 102.195826) + (xy 199.644251 102.137701) + (xy 199.60868 102.04233) + (xy 199.595213 102.006223) + (xy 199.595212 102.006222) + (xy 199.594472 102.005233) + (xy 199.511116 101.893884) + (xy 199.412134 101.819786) + (xy 199.398777 101.809787) + (xy 199.398776 101.809786) + (xy 199.267303 101.76075) + (xy 199.2673 101.760749) + (xy 199.267299 101.760749) + (xy 199.217769 101.755424) + (xy 199.209175 101.7545) + (xy 199.209174 101.7545) + (xy 198.615826 101.7545) + (xy 198.615825 101.7545) + (xy 198.557701 101.760749) + (xy 198.557696 101.76075) + (xy 198.426223 101.809786) + (xy 198.426222 101.809787) + (xy 198.313884 101.893884) + (xy 198.229787 102.006222) + (xy 198.229786 102.006223) + (xy 198.18075 102.137696) + (xy 198.180749 102.137701) + (xy 198.1745 102.195825) + (xy 198.1745 102.764174) + (xy 197.824995 102.764174) + (xy 197.825 102.764131) + (xy 197.825 102.73) + (xy 197.3375 102.73) + (xy 196.8375 102.73) + (xy 196.35 102.73) + (xy 167.276748 102.73) + (xy 167.304539 102.60824) + (xy 167.361521 101.847873) + (xy 179.6495 101.847873) + (xy 179.655909 101.907485) + (xy 179.706202 102.042329) + (xy 179.706203 102.04233) + (xy 179.71256 102.050822) + (xy 179.792454 102.157546) + (xy 179.856948 102.205826) + (xy 179.907669 102.243796) + (xy 179.90767 102.243797) + (xy 180.018605 102.285172) + (xy 180.042517 102.294091) + (xy 180.102127 102.3005) + (xy 180.797872 102.300499) + (xy 180.857483 102.294091) + (xy 180.924907 102.268943) + (xy 180.992329 102.243797) + (xy 180.992329 102.243796) + (xy 180.992331 102.243796) + (xy 181.107546 102.157546) + (xy 181.193796 102.042331) + (xy 181.244091 101.907483) + (xy 181.2505 101.847873) + (xy 182.9995 101.847873) + (xy 183.005909 101.907485) + (xy 183.056202 102.042329) + (xy 183.056203 102.04233) + (xy 183.06256 102.050822) + (xy 183.142454 102.157546) + (xy 183.206948 102.205826) + (xy 183.257669 102.243796) + (xy 183.25767 102.243797) + (xy 183.368605 102.285172) + (xy 183.392517 102.294091) + (xy 183.452127 102.3005) + (xy 184.147872 102.300499) + (xy 184.207483 102.294091) + (xy 184.274907 102.268943) + (xy 184.342329 102.243797) + (xy 184.342329 102.243796) + (xy 184.342331 102.243796) + (xy 184.457546 102.157546) + (xy 184.543796 102.042331) + (xy 184.594091 101.907483) + (xy 184.6005 101.847873) + (xy 186.3495 101.847873) + (xy 186.355909 101.907485) + (xy 186.406202 102.042329) + (xy 186.406203 102.04233) + (xy 186.41256 102.050822) + (xy 186.492454 102.157546) + (xy 186.556948 102.205826) + (xy 186.607669 102.243796) + (xy 186.60767 102.243797) + (xy 186.718605 102.285172) + (xy 186.742517 102.294091) + (xy 186.802127 102.3005) + (xy 187.497872 102.300499) + (xy 187.557483 102.294091) + (xy 187.624907 102.268943) + (xy 187.692329 102.243797) + (xy 187.692329 102.243796) + (xy 187.692331 102.243796) + (xy 187.807546 102.157546) + (xy 187.893796 102.042331) + (xy 187.944091 101.907483) + (xy 187.9505 101.847873) + (xy 189.6995 101.847873) + (xy 189.705909 101.907485) + (xy 189.756202 102.042329) + (xy 189.756203 102.04233) + (xy 189.76256 102.050822) + (xy 189.842454 102.157546) + (xy 189.906948 102.205826) + (xy 189.957669 102.243796) + (xy 189.95767 102.243797) + (xy 190.068605 102.285172) + (xy 190.092517 102.294091) + (xy 190.152127 102.3005) + (xy 190.847872 102.300499) + (xy 190.907483 102.294091) + (xy 190.974907 102.268943) + (xy 191.042329 102.243797) + (xy 191.042329 102.243796) + (xy 191.042331 102.243796) + (xy 191.157546 102.157546) + (xy 191.243796 102.042331) + (xy 191.294091 101.907483) + (xy 191.3005 101.847873) + (xy 193.0495 101.847873) + (xy 193.055909 101.907485) + (xy 193.106202 102.042329) + (xy 193.106203 102.04233) + (xy 193.11256 102.050822) + (xy 193.192454 102.157546) + (xy 193.256948 102.205826) + (xy 193.307669 102.243796) + (xy 193.30767 102.243797) + (xy 193.418605 102.285172) + (xy 193.442517 102.294091) + (xy 193.502127 102.3005) + (xy 194.197872 102.300499) + (xy 194.257483 102.294091) + (xy 194.324907 102.268943) + (xy 194.392329 102.243797) + (xy 194.392329 102.243796) + (xy 194.392331 102.243796) + (xy 194.41076 102.23) + (xy 196.35 102.23) + (xy 196.8375 102.23) + (xy 196.8375 101.755) + (xy 197.3375 101.755) + (xy 197.3375 102.23) + (xy 197.825 102.23) + (xy 197.825 102.195868) + (xy 197.818758 102.13781) + (xy 197.818756 102.137804) + (xy 197.769769 102.006466) + (xy 197.685758 101.894241) + (xy 197.573533 101.81023) + (xy 197.442195 101.761243) + (xy 197.442189 101.761241) + (xy 197.384132 101.755) + (xy 197.3375 101.755) + (xy 196.8375 101.755) + (xy 196.790868 101.755) + (xy 196.73281 101.761241) + (xy 196.732804 101.761243) + (xy 196.601466 101.81023) + (xy 196.489241 101.894241) + (xy 196.40523 102.006466) + (xy 196.356243 102.137804) + (xy 196.356241 102.13781) + (xy 196.35 102.195868) + (xy 196.35 102.23) + (xy 194.41076 102.23) + (xy 194.507546 102.157546) + (xy 194.593796 102.042331) + (xy 194.644091 101.907483) + (xy 194.6505 101.847873) + (xy 194.650499 101.152128) + (xy 194.644091 101.092517) + (xy 194.62854 101.050822) + (xy 194.593797 100.95767) + (xy 194.593796 100.957669) + (xy 194.554518 100.905201) + (xy 194.507546 100.842454) + (xy 194.392331 100.756204) + (xy 194.39233 100.756203) + (xy 194.392329 100.756202) + (xy 194.257487 100.70591) + (xy 194.257484 100.705909) + (xy 194.257483 100.705909) + (xy 194.197873 100.6995) + (xy 193.502126 100.6995) + (xy 193.442514 100.705909) + (xy 193.30767 100.756202) + (xy 193.307669 100.756203) + (xy 193.192454 100.842454) + (xy 193.106203 100.957669) + (xy 193.106202 100.95767) + (xy 193.05591 101.092512) + (xy 193.055909 101.092517) + (xy 193.0495 101.152126) + (xy 193.0495 101.847873) + (xy 191.3005 101.847873) + (xy 191.300499 101.152128) + (xy 191.294091 101.092517) + (xy 191.27854 101.050822) + (xy 191.243797 100.95767) + (xy 191.243796 100.957669) + (xy 191.204518 100.905201) + (xy 191.157546 100.842454) + (xy 191.042331 100.756204) + (xy 191.04233 100.756203) + (xy 191.042329 100.756202) + (xy 190.907487 100.70591) + (xy 190.907484 100.705909) + (xy 190.907483 100.705909) + (xy 190.847873 100.6995) + (xy 190.152126 100.6995) + (xy 190.092514 100.705909) + (xy 189.95767 100.756202) + (xy 189.957669 100.756203) + (xy 189.842454 100.842454) + (xy 189.756203 100.957669) + (xy 189.756202 100.95767) + (xy 189.70591 101.092512) + (xy 189.705909 101.092517) + (xy 189.6995 101.152126) + (xy 189.6995 101.847873) + (xy 187.9505 101.847873) + (xy 187.950499 101.152128) + (xy 187.944091 101.092517) + (xy 187.92854 101.050822) + (xy 187.893797 100.95767) + (xy 187.893796 100.957669) + (xy 187.854518 100.905201) + (xy 187.807546 100.842454) + (xy 187.692331 100.756204) + (xy 187.69233 100.756203) + (xy 187.692329 100.756202) + (xy 187.557487 100.70591) + (xy 187.557484 100.705909) + (xy 187.557483 100.705909) + (xy 187.497873 100.6995) + (xy 186.802126 100.6995) + (xy 186.742514 100.705909) + (xy 186.60767 100.756202) + (xy 186.607669 100.756203) + (xy 186.492454 100.842454) + (xy 186.406203 100.957669) + (xy 186.406202 100.95767) + (xy 186.35591 101.092512) + (xy 186.355909 101.092517) + (xy 186.3495 101.152126) + (xy 186.3495 101.847873) + (xy 184.6005 101.847873) + (xy 184.600499 101.152128) + (xy 184.594091 101.092517) + (xy 184.57854 101.050822) + (xy 184.543797 100.95767) + (xy 184.543796 100.957669) + (xy 184.504518 100.905201) + (xy 184.457546 100.842454) + (xy 184.342331 100.756204) + (xy 184.34233 100.756203) + (xy 184.342329 100.756202) + (xy 184.207487 100.70591) + (xy 184.207484 100.705909) + (xy 184.207483 100.705909) + (xy 184.147873 100.6995) + (xy 183.452126 100.6995) + (xy 183.392514 100.705909) + (xy 183.25767 100.756202) + (xy 183.257669 100.756203) + (xy 183.142454 100.842454) + (xy 183.056203 100.957669) + (xy 183.056202 100.95767) + (xy 183.00591 101.092512) + (xy 183.005909 101.092517) + (xy 182.9995 101.152126) + (xy 182.9995 101.847873) + (xy 181.2505 101.847873) + (xy 181.250499 101.152128) + (xy 181.244091 101.092517) + (xy 181.22854 101.050822) + (xy 181.193797 100.95767) + (xy 181.193796 100.957669) + (xy 181.154518 100.905201) + (xy 181.107546 100.842454) + (xy 180.992331 100.756204) + (xy 180.99233 100.756203) + (xy 180.992329 100.756202) + (xy 180.857487 100.70591) + (xy 180.857484 100.705909) + (xy 180.857483 100.705909) + (xy 180.797873 100.6995) + (xy 180.102126 100.6995) + (xy 180.042514 100.705909) + (xy 179.90767 100.756202) + (xy 179.907669 100.756203) + (xy 179.792454 100.842454) + (xy 179.706203 100.957669) + (xy 179.706202 100.95767) + (xy 179.65591 101.092512) + (xy 179.655909 101.092517) + (xy 179.6495 101.152126) + (xy 179.6495 101.847873) + (xy 167.361521 101.847873) + (xy 167.409385 101.209174) + (xy 171.7745 101.209174) + (xy 171.780749 101.267298) + (xy 171.78075 101.267303) + (xy 171.829786 101.398776) + (xy 171.829787 101.398777) + (xy 171.829788 101.398778) + (xy 171.913884 101.511116) + (xy 172.026222 101.595212) + (xy 172.026223 101.595213) + (xy 172.134389 101.635556) + (xy 172.157701 101.644251) + (xy 172.210182 101.649893) + (xy 172.215825 101.6505) + (xy 172.215826 101.6505) + (xy 172.784175 101.6505) + (xy 172.789317 101.649946) + (xy 172.842299 101.644251) + (xy 172.929951 101.611558) + (xy 172.973776 101.595213) + (xy 172.973776 101.595212) + (xy 172.973778 101.595212) + (xy 173.086116 101.511116) + (xy 173.170212 101.398778) + (xy 173.219251 101.267299) + (xy 173.2255 101.209174) + (xy 173.7745 101.209174) + (xy 173.780749 101.267298) + (xy 173.78075 101.267303) + (xy 173.829786 101.398776) + (xy 173.829787 101.398777) + (xy 173.829788 101.398778) + (xy 173.913884 101.511116) + (xy 174.026222 101.595212) + (xy 174.026223 101.595213) + (xy 174.134389 101.635556) + (xy 174.157701 101.644251) + (xy 174.210182 101.649893) + (xy 174.215825 101.6505) + (xy 174.215826 101.6505) + (xy 174.784175 101.6505) + (xy 174.789317 101.649946) + (xy 174.842299 101.644251) + (xy 174.929951 101.611558) + (xy 174.973776 101.595213) + (xy 174.973776 101.595212) + (xy 174.973778 101.595212) + (xy 175.086116 101.511116) + (xy 175.170212 101.398778) + (xy 175.219251 101.267299) + (xy 175.2255 101.209174) + (xy 175.2255 100.515826) + (xy 175.219251 100.457701) + (xy 175.18829 100.37469) + (xy 175.170213 100.326223) + (xy 175.170212 100.326222) + (xy 175.159789 100.312299) + (xy 175.116277 100.254174) + (xy 196.3495 100.254174) + (xy 196.353863 100.294761) + (xy 196.355749 100.312298) + (xy 196.35575 100.312303) + (xy 196.404786 100.443776) + (xy 196.404787 100.443777) + (xy 196.404788 100.443778) + (xy 196.488884 100.556116) + (xy 196.601222 100.640212) + (xy 196.601223 100.640213) + (xy 196.709389 100.680556) + (xy 196.732701 100.689251) + (xy 196.785182 100.694893) + (xy 196.790825 100.6955) + (xy 196.790826 100.6955) + (xy 197.384175 100.6955) + (xy 197.389317 100.694946) + (xy 197.442299 100.689251) + (xy 197.529951 100.656558) + (xy 197.573776 100.640213) + (xy 197.573776 100.640212) + (xy 197.573778 100.640212) + (xy 197.686116 100.556116) + (xy 197.770212 100.443778) + (xy 197.819251 100.312299) + (xy 197.8255 100.254174) + (xy 198.1745 100.254174) + (xy 198.178863 100.294761) + (xy 198.180749 100.312298) + (xy 198.18075 100.312303) + (xy 198.229786 100.443776) + (xy 198.229787 100.443777) + (xy 198.229788 100.443778) + (xy 198.313884 100.556116) + (xy 198.426222 100.640212) + (xy 198.426223 100.640213) + (xy 198.534389 100.680556) + (xy 198.557701 100.689251) + (xy 198.610182 100.694893) + (xy 198.615825 100.6955) + (xy 198.615826 100.6955) + (xy 199.209175 100.6955) + (xy 199.214317 100.694946) + (xy 199.267299 100.689251) + (xy 199.354951 100.656558) + (xy 199.398776 100.640213) + (xy 199.398776 100.640212) + (xy 199.398778 100.640212) + (xy 199.511116 100.556116) + (xy 199.595212 100.443778) + (xy 199.644251 100.312299) + (xy 199.6505 100.254174) + (xy 199.6505 99.685826) + (xy 199.644251 99.627701) + (xy 199.635556 99.604389) + (xy 199.595213 99.496223) + (xy 199.595212 99.496222) + (xy 199.586193 99.484174) + (xy 199.511116 99.383884) + (xy 199.398778 99.299788) + (xy 199.398777 99.299787) + (xy 199.398776 99.299786) + (xy 199.267303 99.25075) + (xy 199.2673 99.250749) + (xy 199.267299 99.250749) + (xy 199.238236 99.247624) + (xy 199.209175 99.2445) + (xy 199.209174 99.2445) + (xy 198.615826 99.2445) + (xy 198.615825 99.2445) + (xy 198.557701 99.250749) + (xy 198.557696 99.25075) + (xy 198.426223 99.299786) + (xy 198.426222 99.299787) + (xy 198.313884 99.383884) + (xy 198.229787 99.496222) + (xy 198.229786 99.496223) + (xy 198.18075 99.627696) + (xy 198.180749 99.627701) + (xy 198.1745 99.685826) + (xy 198.1745 100.254174) + (xy 197.8255 100.254174) + (xy 197.8255 99.685826) + (xy 197.819251 99.627701) + (xy 197.810556 99.604389) + (xy 197.770213 99.496223) + (xy 197.770212 99.496222) + (xy 197.761193 99.484174) + (xy 197.686116 99.383884) + (xy 197.573778 99.299788) + (xy 197.573777 99.299787) + (xy 197.573776 99.299786) + (xy 197.442303 99.25075) + (xy 197.4423 99.250749) + (xy 197.442299 99.250749) + (xy 197.413236 99.247624) + (xy 197.384175 99.2445) + (xy 197.384174 99.2445) + (xy 196.790826 99.2445) + (xy 196.790825 99.2445) + (xy 196.732701 99.250749) + (xy 196.732696 99.25075) + (xy 196.601223 99.299786) + (xy 196.601222 99.299787) + (xy 196.488884 99.383884) + (xy 196.404787 99.496222) + (xy 196.404786 99.496223) + (xy 196.35575 99.627696) + (xy 196.355749 99.627701) + (xy 196.3495 99.685826) + (xy 196.3495 100.254174) + (xy 175.116277 100.254174) + (xy 175.086116 100.213884) + (xy 175.001444 100.150499) + (xy 174.973777 100.129787) + (xy 174.973776 100.129786) + (xy 174.842303 100.08075) + (xy 174.8423 100.080749) + (xy 174.842299 100.080749) + (xy 174.813236 100.077624) + (xy 174.784175 100.0745) + (xy 174.784174 100.0745) + (xy 174.215826 100.0745) + (xy 174.215825 100.0745) + (xy 174.157701 100.080749) + (xy 174.157696 100.08075) + (xy 174.026223 100.129786) + (xy 174.026222 100.129787) + (xy 173.913884 100.213884) + (xy 173.829787 100.326222) + (xy 173.829786 100.326223) + (xy 173.78075 100.457696) + (xy 173.780749 100.457701) + (xy 173.7745 100.515825) + (xy 173.7745 101.209174) + (xy 173.2255 101.209174) + (xy 173.2255 100.515826) + (xy 173.219251 100.457701) + (xy 173.18829 100.37469) + (xy 173.170213 100.326223) + (xy 173.170212 100.326222) + (xy 173.159789 100.312299) + (xy 173.086116 100.213884) + (xy 173.001444 100.150499) + (xy 172.973777 100.129787) + (xy 172.973776 100.129786) + (xy 172.842303 100.08075) + (xy 172.8423 100.080749) + (xy 172.842299 100.080749) + (xy 172.813236 100.077624) + (xy 172.784175 100.0745) + (xy 172.784174 100.0745) + (xy 172.215826 100.0745) + (xy 172.215825 100.0745) + (xy 172.157701 100.080749) + (xy 172.157696 100.08075) + (xy 172.026223 100.129786) + (xy 172.026222 100.129787) + (xy 171.913884 100.213884) + (xy 171.829787 100.326222) + (xy 171.829786 100.326223) + (xy 171.78075 100.457696) + (xy 171.780749 100.457701) + (xy 171.7745 100.515825) + (xy 171.7745 101.209174) + (xy 167.409385 101.209174) + (xy 167.5 100) + (xy 167.493546 99.913884) + (xy 167.4657 99.542298) + (xy 167.461344 99.484174) + (xy 171.7745 99.484174) + (xy 171.780749 99.542298) + (xy 171.78075 99.542303) + (xy 171.829786 99.673776) + (xy 171.829787 99.673777) + (xy 171.829788 99.673778) + (xy 171.913884 99.786116) + (xy 171.972813 99.83023) + (xy 172.026222 99.870212) + (xy 172.026223 99.870213) + (xy 172.120031 99.905201) + (xy 172.157701 99.919251) + (xy 172.210182 99.924893) + (xy 172.215825 99.9255) + (xy 172.215826 99.9255) + (xy 172.784175 99.9255) + (xy 172.789317 99.924946) + (xy 172.842299 99.919251) + (xy 172.929951 99.886558) + (xy 172.973776 99.870213) + (xy 172.973776 99.870212) + (xy 172.973778 99.870212) + (xy 173.086116 99.786116) + (xy 173.170212 99.673778) + (xy 173.219251 99.542299) + (xy 173.2255 99.484174) + (xy 173.7745 99.484174) + (xy 173.780749 99.542298) + (xy 173.78075 99.542303) + (xy 173.829786 99.673776) + (xy 173.829787 99.673777) + (xy 173.829788 99.673778) + (xy 173.913884 99.786116) + (xy 173.972813 99.83023) + (xy 174.026222 99.870212) + (xy 174.026223 99.870213) + (xy 174.120031 99.905201) + (xy 174.157701 99.919251) + (xy 174.210182 99.924893) + (xy 174.215825 99.9255) + (xy 174.215826 99.9255) + (xy 174.784175 99.9255) + (xy 174.789317 99.924946) + (xy 174.842299 99.919251) + (xy 174.929951 99.886558) + (xy 174.973776 99.870213) + (xy 174.973776 99.870212) + (xy 174.973778 99.870212) + (xy 175.086116 99.786116) + (xy 175.170212 99.673778) + (xy 175.219251 99.542299) + (xy 175.2255 99.484174) + (xy 175.2255 99.047873) + (xy 179.6495 99.047873) + (xy 179.655909 99.107485) + (xy 179.706202 99.242329) + (xy 179.706203 99.24233) + (xy 179.712506 99.250749) + (xy 179.792454 99.357546) + (xy 179.907077 99.443353) + (xy 179.907669 99.443796) + (xy 179.90767 99.443797) + (xy 180.015928 99.484174) + (xy 180.042517 99.494091) + (xy 180.102127 99.5005) + (xy 180.797872 99.500499) + (xy 180.857483 99.494091) + (xy 180.924907 99.468943) + (xy 180.992329 99.443797) + (xy 180.992329 99.443796) + (xy 180.992331 99.443796) + (xy 181.107546 99.357546) + (xy 181.193796 99.242331) + (xy 181.244091 99.107483) + (xy 181.2505 99.047873) + (xy 181.2505 98.95) + (xy 183 98.95) + (xy 183 99.047828) + (xy 183.006402 99.107375) + (xy 183.006403 99.10738) + (xy 183.056645 99.242087) + (xy 183.056646 99.242088) + (xy 183.142811 99.357188) + (xy 183.257911 99.443353) + (xy 183.257912 99.443354) + (xy 183.392619 99.493596) + (xy 183.392624 99.493597) + (xy 183.452171 99.5) + (xy 183.55 99.5) + (xy 183.55 99.499999) + (xy 184.049999 99.499999) + (xy 184.05 99.5) + (xy 184.147829 99.5) + (xy 184.207375 99.493597) + (xy 184.20738 99.493596) + (xy 184.342087 99.443354) + (xy 184.342088 99.443353) + (xy 184.457188 99.357188) + (xy 184.543353 99.242088) + (xy 184.543354 99.242087) + (xy 184.593596 99.10738) + (xy 184.593597 99.107375) + (xy 184.599995 99.047873) + (xy 186.3495 99.047873) + (xy 186.355909 99.107485) + (xy 186.406202 99.242329) + (xy 186.406203 99.24233) + (xy 186.412506 99.250749) + (xy 186.492454 99.357546) + (xy 186.607077 99.443353) + (xy 186.607669 99.443796) + (xy 186.60767 99.443797) + (xy 186.715928 99.484174) + (xy 186.742517 99.494091) + (xy 186.802127 99.5005) + (xy 187.497872 99.500499) + (xy 187.557483 99.494091) + (xy 187.624907 99.468943) + (xy 187.692329 99.443797) + (xy 187.692329 99.443796) + (xy 187.692331 99.443796) + (xy 187.807546 99.357546) + (xy 187.893796 99.242331) + (xy 187.944091 99.107483) + (xy 187.9505 99.047873) + (xy 187.9505 98.95) + (xy 189.7 98.95) + (xy 189.7 99.047828) + (xy 189.706402 99.107375) + (xy 189.706403 99.10738) + (xy 189.756645 99.242087) + (xy 189.756646 99.242088) + (xy 189.842811 99.357188) + (xy 189.957911 99.443353) + (xy 189.957912 99.443354) + (xy 190.092619 99.493596) + (xy 190.092624 99.493597) + (xy 190.152171 99.5) + (xy 190.249999 99.5) + (xy 190.25 98.95) + (xy 190.75 98.95) + (xy 190.75 99.5) + (xy 190.847829 99.5) + (xy 190.907375 99.493597) + (xy 190.90738 99.493596) + (xy 191.042087 99.443354) + (xy 191.042088 99.443353) + (xy 191.157188 99.357188) + (xy 191.243353 99.242088) + (xy 191.243354 99.242087) + (xy 191.293596 99.10738) + (xy 191.293597 99.107375) + (xy 191.299995 99.047873) + (xy 193.0495 99.047873) + (xy 193.055909 99.107485) + (xy 193.106202 99.242329) + (xy 193.106203 99.24233) + (xy 193.112506 99.250749) + (xy 193.192454 99.357546) + (xy 193.307077 99.443353) + (xy 193.307669 99.443796) + (xy 193.30767 99.443797) + (xy 193.415928 99.484174) + (xy 193.442517 99.494091) + (xy 193.502127 99.5005) + (xy 194.197872 99.500499) + (xy 194.257483 99.494091) + (xy 194.324907 99.468943) + (xy 194.392329 99.443797) + (xy 194.392329 99.443796) + (xy 194.392331 99.443796) + (xy 194.507546 99.357546) + (xy 194.593796 99.242331) + (xy 194.644091 99.107483) + (xy 194.6505 99.047873) + (xy 194.650499 98.352128) + (xy 194.650216 98.3495) + (xy 194.648955 98.337766) + (xy 194.644091 98.292517) + (xy 194.593887 98.157912) + (xy 194.593797 98.15767) + (xy 194.593796 98.157669) + (xy 194.593795 98.157669) + (xy 194.507546 98.042454) + (xy 194.421294 97.977886) + (xy 194.39233 97.956203) + (xy 194.392329 97.956202) + (xy 194.257487 97.90591) + (xy 194.257484 97.905909) + (xy 194.257483 97.905909) + (xy 194.197873 97.8995) + (xy 193.502126 97.8995) + (xy 193.442514 97.905909) + (xy 193.30767 97.956202) + (xy 193.307669 97.956203) + (xy 193.192454 98.042454) + (xy 193.106203 98.157669) + (xy 193.106202 98.15767) + (xy 193.05591 98.292512) + (xy 193.055909 98.292517) + (xy 193.0495 98.352126) + (xy 193.0495 99.047873) + (xy 191.299995 99.047873) + (xy 191.3 99.047828) + (xy 191.3 98.95) + (xy 190.75 98.95) + (xy 190.25 98.95) + (xy 189.7 98.95) + (xy 187.9505 98.95) + (xy 187.950499 98.45) + (xy 189.7 98.45) + (xy 190.249999 98.45) + (xy 190.25 97.9) + (xy 190.75 97.9) + (xy 190.75 98.45) + (xy 191.3 98.45) + (xy 191.3 98.352171) + (xy 191.293597 98.292624) + (xy 191.293596 98.292619) + (xy 191.243354 98.157912) + (xy 191.243353 98.157911) + (xy 191.157188 98.042811) + (xy 191.042088 97.956646) + (xy 191.042087 97.956645) + (xy 190.90738 97.906403) + (xy 190.907375 97.906402) + (xy 190.847829 97.9) + (xy 190.75 97.9) + (xy 190.25 97.9) + (xy 190.152171 97.9) + (xy 190.092624 97.906402) + (xy 190.092619 97.906403) + (xy 189.957912 97.956645) + (xy 189.957911 97.956646) + (xy 189.842811 98.042811) + (xy 189.756646 98.157911) + (xy 189.756645 98.157912) + (xy 189.706403 98.292619) + (xy 189.706402 98.292624) + (xy 189.7 98.352171) + (xy 189.7 98.45) + (xy 187.950499 98.45) + (xy 187.950499 98.352128) + (xy 187.950216 98.3495) + (xy 187.948955 98.337766) + (xy 187.944091 98.292517) + (xy 187.893887 98.157912) + (xy 187.893797 98.15767) + (xy 187.893796 98.157669) + (xy 187.893795 98.157669) + (xy 187.807546 98.042454) + (xy 187.721294 97.977886) + (xy 187.69233 97.956203) + (xy 187.692329 97.956202) + (xy 187.557487 97.90591) + (xy 187.557484 97.905909) + (xy 187.557483 97.905909) + (xy 187.497873 97.8995) + (xy 186.802126 97.8995) + (xy 186.742514 97.905909) + (xy 186.60767 97.956202) + (xy 186.607669 97.956203) + (xy 186.492454 98.042454) + (xy 186.406203 98.157669) + (xy 186.406202 98.15767) + (xy 186.35591 98.292512) + (xy 186.355909 98.292517) + (xy 186.3495 98.352126) + (xy 186.3495 99.047873) + (xy 184.599995 99.047873) + (xy 184.6 99.047828) + (xy 184.6 98.95) + (xy 184.05 98.95) + (xy 184.049999 99.499999) + (xy 183.55 99.499999) + (xy 183.55 98.95) + (xy 183 98.95) + (xy 181.2505 98.95) + (xy 181.250499 98.45) + (xy 183 98.45) + (xy 183.55 98.45) + (xy 183.55 98.449999) + (xy 184.049999 98.449999) + (xy 184.05 98.45) + (xy 184.6 98.45) + (xy 184.6 98.352171) + (xy 184.593597 98.292624) + (xy 184.593596 98.292619) + (xy 184.543354 98.157912) + (xy 184.543353 98.157911) + (xy 184.457188 98.042811) + (xy 184.342088 97.956646) + (xy 184.342087 97.956645) + (xy 184.20738 97.906403) + (xy 184.207375 97.906402) + (xy 184.147829 97.9) + (xy 184.05 97.9) + (xy 184.049999 98.449999) + (xy 183.55 98.449999) + (xy 183.55 97.9) + (xy 183.452171 97.9) + (xy 183.392624 97.906402) + (xy 183.392619 97.906403) + (xy 183.257912 97.956645) + (xy 183.257911 97.956646) + (xy 183.142811 98.042811) + (xy 183.056646 98.157911) + (xy 183.056645 98.157912) + (xy 183.006403 98.292619) + (xy 183.006402 98.292624) + (xy 183 98.352171) + (xy 183 98.45) + (xy 181.250499 98.45) + (xy 181.250499 98.352128) + (xy 181.250216 98.3495) + (xy 181.248955 98.337766) + (xy 181.244091 98.292517) + (xy 181.193887 98.157912) + (xy 181.193797 98.15767) + (xy 181.193796 98.157669) + (xy 181.107546 98.042454) + (xy 181.021294 97.977886) + (xy 180.99233 97.956203) + (xy 180.992329 97.956202) + (xy 180.857487 97.90591) + (xy 180.857484 97.905909) + (xy 180.857483 97.905909) + (xy 180.797873 97.8995) + (xy 180.102126 97.8995) + (xy 180.042514 97.905909) + (xy 179.90767 97.956202) + (xy 179.907669 97.956203) + (xy 179.792454 98.042454) + (xy 179.706203 98.157669) + (xy 179.706202 98.15767) + (xy 179.65591 98.292512) + (xy 179.655909 98.292517) + (xy 179.6495 98.352126) + (xy 179.6495 99.047873) + (xy 175.2255 99.047873) + (xy 175.2255 98.790826) + (xy 175.219251 98.732701) + (xy 175.210556 98.709389) + (xy 175.170213 98.601223) + (xy 175.170212 98.601222) + (xy 175.170211 98.601222) + (xy 175.086116 98.488884) + (xy 174.973778 98.404788) + (xy 174.973777 98.404787) + (xy 174.973776 98.404786) + (xy 174.842303 98.35575) + (xy 174.8423 98.355749) + (xy 174.842299 98.355749) + (xy 174.8086 98.352126) + (xy 174.784175 98.3495) + (xy 174.784174 98.3495) + (xy 174.215826 98.3495) + (xy 174.215825 98.3495) + (xy 174.157701 98.355749) + (xy 174.157696 98.35575) + (xy 174.026223 98.404786) + (xy 174.026222 98.404787) + (xy 173.913884 98.488884) + (xy 173.829787 98.601222) + (xy 173.829786 98.601223) + (xy 173.78075 98.732696) + (xy 173.780749 98.732701) + (xy 173.7745 98.790825) + (xy 173.7745 99.484174) + (xy 173.2255 99.484174) + (xy 173.2255 98.790826) + (xy 173.219251 98.732701) + (xy 173.210556 98.709389) + (xy 173.170213 98.601223) + (xy 173.170212 98.601222) + (xy 173.170211 98.601222) + (xy 173.086116 98.488884) + (xy 172.973778 98.404788) + (xy 172.973777 98.404787) + (xy 172.973776 98.404786) + (xy 172.842303 98.35575) + (xy 172.8423 98.355749) + (xy 172.842299 98.355749) + (xy 172.8086 98.352126) + (xy 172.784175 98.3495) + (xy 172.784174 98.3495) + (xy 172.215826 98.3495) + (xy 172.215825 98.3495) + (xy 172.157701 98.355749) + (xy 172.157696 98.35575) + (xy 172.026223 98.404786) + (xy 172.026222 98.404787) + (xy 171.913884 98.488884) + (xy 171.829787 98.601222) + (xy 171.829786 98.601223) + (xy 171.78075 98.732696) + (xy 171.780749 98.732701) + (xy 171.7745 98.790825) + (xy 171.7745 99.484174) + (xy 167.461344 99.484174) + (xy 167.304539 97.39176) + (xy 166.722524 94.841784) + (xy 165.766955 92.407035) + (xy 164.997715 91.074672) + (xy 182.6995 91.074672) + (xy 182.714034 91.14774) + (xy 182.76599 91.2255) + (xy 182.769399 91.230601) + (xy 182.85226 91.285966) + (xy 182.925326 91.3005) + (xy 182.925328 91.3005) + (xy 184.274672 91.3005) + (xy 184.274674 91.3005) + (xy 184.34774 91.285966) + (xy 184.430601 91.230601) + (xy 184.438471 91.218822) + (xy 184.485562 91.187356) + (xy 184.541111 91.198404) + (xy 184.561527 91.21882) + (xy 184.569399 91.230601) + (xy 184.65226 91.285966) + (xy 184.725326 91.3005) + (xy 184.725328 91.3005) + (xy 186.074672 91.3005) + (xy 186.074674 91.3005) + (xy 186.14774 91.285966) + (xy 186.150422 91.284174) + (xy 189.937 91.284174) + (xy 189.943249 91.342298) + (xy 189.94325 91.342303) + (xy 189.992286 91.473776) + (xy 189.992287 91.473777) + (xy 189.992288 91.473778) + (xy 190.076384 91.586116) + (xy 190.188721 91.670211) + (xy 190.188722 91.670212) + (xy 190.188723 91.670213) + (xy 190.296889 91.710556) + (xy 190.320201 91.719251) + (xy 190.372682 91.724893) + (xy 190.378325 91.7255) + (xy 190.378326 91.7255) + (xy 190.971675 91.7255) + (xy 190.976817 91.724946) + (xy 191.029799 91.719251) + (xy 191.117451 91.686558) + (xy 191.161276 91.670213) + (xy 191.161276 91.670212) + (xy 191.161278 91.670212) + (xy 191.273616 91.586116) + (xy 191.357712 91.473778) + (xy 191.406751 91.342299) + (xy 191.413 91.284174) + (xy 191.762 91.284174) + (xy 191.768249 91.342298) + (xy 191.76825 91.342303) + (xy 191.817286 91.473776) + (xy 191.817287 91.473777) + (xy 191.817288 91.473778) + (xy 191.901384 91.586116) + (xy 192.013722 91.670211) + (xy 192.013722 91.670212) + (xy 192.013723 91.670213) + (xy 192.121889 91.710556) + (xy 192.145201 91.719251) + (xy 192.197682 91.724893) + (xy 192.203325 91.7255) + (xy 192.203326 91.7255) + (xy 192.796675 91.7255) + (xy 192.801817 91.724946) + (xy 192.854799 91.719251) + (xy 192.942451 91.686558) + (xy 192.986276 91.670213) + (xy 192.986276 91.670212) + (xy 192.986278 91.670212) + (xy 193.098616 91.586116) + (xy 193.182712 91.473778) + (xy 193.231751 91.342299) + (xy 193.238 91.284174) + (xy 193.238 90.715826) + (xy 193.231751 90.657701) + (xy 193.223056 90.634389) + (xy 193.182713 90.526223) + (xy 193.182712 90.526222) + (xy 193.182711 90.526222) + (xy 193.098616 90.413884) + (xy 192.998298 90.338786) + (xy 192.986277 90.329787) + (xy 192.986276 90.329786) + (xy 192.854803 90.28075) + (xy 192.8548 90.280749) + (xy 192.854799 90.280749) + (xy 192.825736 90.277624) + (xy 192.796675 90.2745) + (xy 192.796674 90.2745) + (xy 192.203326 90.2745) + (xy 192.203325 90.2745) + (xy 192.145201 90.280749) + (xy 192.145196 90.28075) + (xy 192.013723 90.329786) + (xy 192.013722 90.329787) + (xy 191.901384 90.413884) + (xy 191.817287 90.526222) + (xy 191.817286 90.526223) + (xy 191.76825 90.657696) + (xy 191.768249 90.657701) + (xy 191.762 90.715825) + (xy 191.762 91.284174) + (xy 191.413 91.284174) + (xy 191.413 90.715826) + (xy 191.406751 90.657701) + (xy 191.398056 90.634389) + (xy 191.357713 90.526223) + (xy 191.357712 90.526222) + (xy 191.357711 90.526221) + (xy 191.273616 90.413884) + (xy 191.173298 90.338786) + (xy 191.161277 90.329787) + (xy 191.161276 90.329786) + (xy 191.029803 90.28075) + (xy 191.0298 90.280749) + (xy 191.029799 90.280749) + (xy 191.000736 90.277624) + (xy 190.971675 90.2745) + (xy 190.971674 90.2745) + (xy 190.378326 90.2745) + (xy 190.378325 90.2745) + (xy 190.320201 90.280749) + (xy 190.320196 90.28075) + (xy 190.188723 90.329786) + (xy 190.188722 90.329787) + (xy 190.076384 90.413884) + (xy 189.992287 90.526222) + (xy 189.992286 90.526223) + (xy 189.94325 90.657696) + (xy 189.943249 90.657701) + (xy 189.937 90.715825) + (xy 189.937 91.284174) + (xy 186.150422 91.284174) + (xy 186.230601 91.230601) + (xy 186.285966 91.14774) + (xy 186.3005 91.074674) + (xy 186.3005 89.284174) + (xy 198.937 89.284174) + (xy 198.943249 89.342298) + (xy 198.94325 89.342303) + (xy 198.992286 89.473776) + (xy 198.992287 89.473777) + (xy 198.992288 89.473778) + (xy 199.076384 89.586116) + (xy 199.161219 89.649623) + (xy 199.188722 89.670212) + (xy 199.188723 89.670213) + (xy 199.296889 89.710556) + (xy 199.320201 89.719251) + (xy 199.372682 89.724893) + (xy 199.378325 89.7255) + (xy 199.378326 89.7255) + (xy 199.971675 89.7255) + (xy 199.976817 89.724946) + (xy 200.029799 89.719251) + (xy 200.117451 89.686558) + (xy 200.161276 89.670213) + (xy 200.161276 89.670212) + (xy 200.161278 89.670212) + (xy 200.273616 89.586116) + (xy 200.357712 89.473778) + (xy 200.406751 89.342299) + (xy 200.413 89.284174) + (xy 200.762 89.284174) + (xy 200.768249 89.342298) + (xy 200.76825 89.342303) + (xy 200.817286 89.473776) + (xy 200.817287 89.473777) + (xy 200.817288 89.473778) + (xy 200.901384 89.586116) + (xy 200.986219 89.649623) + (xy 201.013722 89.670212) + (xy 201.013723 89.670213) + (xy 201.121889 89.710556) + (xy 201.145201 89.719251) + (xy 201.197682 89.724893) + (xy 201.203325 89.7255) + (xy 201.203326 89.7255) + (xy 201.796675 89.7255) + (xy 201.801817 89.724946) + (xy 201.854799 89.719251) + (xy 201.942451 89.686558) + (xy 201.986276 89.670213) + (xy 201.986276 89.670212) + (xy 201.986278 89.670212) + (xy 202.098616 89.586116) + (xy 202.182712 89.473778) + (xy 202.231751 89.342299) + (xy 202.238 89.284174) + (xy 202.238 88.715826) + (xy 202.231751 88.657701) + (xy 202.219368 88.6245) + (xy 202.182713 88.526223) + (xy 202.182712 88.526222) + (xy 202.17561 88.516735) + (xy 202.098616 88.413884) + (xy 201.989638 88.332303) + (xy 201.986277 88.329787) + (xy 201.986276 88.329786) + (xy 201.854803 88.28075) + (xy 201.8548 88.280749) + (xy 201.854799 88.280749) + (xy 201.822346 88.27726) + (xy 201.796675 88.2745) + (xy 201.796674 88.2745) + (xy 201.203326 88.2745) + (xy 201.203325 88.2745) + (xy 201.145201 88.280749) + (xy 201.145196 88.28075) + (xy 201.013723 88.329786) + (xy 201.013722 88.329787) + (xy 200.901384 88.413884) + (xy 200.817287 88.526222) + (xy 200.817286 88.526223) + (xy 200.76825 88.657696) + (xy 200.768249 88.657701) + (xy 200.762 88.715825) + (xy 200.762 89.284174) + (xy 200.413 89.284174) + (xy 200.413 88.715826) + (xy 200.406751 88.657701) + (xy 200.394368 88.6245) + (xy 200.357713 88.526223) + (xy 200.357712 88.526222) + (xy 200.35061 88.516735) + (xy 200.273616 88.413884) + (xy 200.164638 88.332303) + (xy 200.161277 88.329787) + (xy 200.161276 88.329786) + (xy 200.029803 88.28075) + (xy 200.0298 88.280749) + (xy 200.029799 88.280749) + (xy 199.997346 88.27726) + (xy 199.971675 88.2745) + (xy 199.971674 88.2745) + (xy 199.378326 88.2745) + (xy 199.378325 88.2745) + (xy 199.320201 88.280749) + (xy 199.320196 88.28075) + (xy 199.188723 88.329786) + (xy 199.188722 88.329787) + (xy 199.076384 88.413884) + (xy 198.992287 88.526222) + (xy 198.992286 88.526223) + (xy 198.94325 88.657696) + (xy 198.943249 88.657701) + (xy 198.937 88.715825) + (xy 198.937 89.284174) + (xy 186.3005 89.284174) + (xy 186.3005 88.774174) + (xy 189.937 88.774174) + (xy 189.943249 88.832298) + (xy 189.94325 88.832303) + (xy 189.992286 88.963776) + (xy 189.992287 88.963777) + (xy 189.999772 88.973776) + (xy 190.076384 89.076116) + (xy 190.174645 89.149674) + (xy 190.188722 89.160212) + (xy 190.188723 89.160213) + (xy 190.296889 89.200556) + (xy 190.320201 89.209251) + (xy 190.372682 89.214893) + (xy 190.378325 89.2155) + (xy 190.378326 89.2155) + (xy 190.971675 89.2155) + (xy 190.976817 89.214946) + (xy 191.029799 89.209251) + (xy 191.143776 89.16674) + (xy 191.161276 89.160213) + (xy 191.161276 89.160212) + (xy 191.161278 89.160212) + (xy 191.273616 89.076116) + (xy 191.357712 88.963778) + (xy 191.362489 88.950972) + (xy 191.400027 88.850326) + (xy 191.406751 88.832299) + (xy 191.413 88.774174) + (xy 191.762 88.774174) + (xy 191.768249 88.832298) + (xy 191.76825 88.832303) + (xy 191.817286 88.963776) + (xy 191.817287 88.963777) + (xy 191.824772 88.973776) + (xy 191.901384 89.076116) + (xy 191.999645 89.149674) + (xy 192.013722 89.160212) + (xy 192.013723 89.160213) + (xy 192.121889 89.200556) + (xy 192.145201 89.209251) + (xy 192.197682 89.214893) + (xy 192.203325 89.2155) + (xy 192.203326 89.2155) + (xy 192.796675 89.2155) + (xy 192.801817 89.214946) + (xy 192.854799 89.209251) + (xy 192.968776 89.16674) + (xy 192.986276 89.160213) + (xy 192.986276 89.160212) + (xy 192.986278 89.160212) + (xy 193.098616 89.076116) + (xy 193.182712 88.963778) + (xy 193.187489 88.950972) + (xy 193.225027 88.850326) + (xy 193.231751 88.832299) + (xy 193.238 88.774174) + (xy 193.238 88.205826) + (xy 193.231751 88.147701) + (xy 193.212832 88.096977) + (xy 193.182713 88.016223) + (xy 193.182712 88.016222) + (xy 193.146481 87.967824) + (xy 193.098616 87.903884) + (xy 192.986278 87.819788) + (xy 192.986277 87.819787) + (xy 192.986276 87.819786) + (xy 192.854803 87.77075) + (xy 192.8548 87.770749) + (xy 192.854799 87.770749) + (xy 192.825736 87.767624) + (xy 192.796675 87.7645) + (xy 192.796674 87.7645) + (xy 192.203326 87.7645) + (xy 192.203325 87.7645) + (xy 192.145201 87.770749) + (xy 192.145196 87.77075) + (xy 192.013723 87.819786) + (xy 192.013722 87.819787) + (xy 191.901384 87.903884) + (xy 191.817287 88.016222) + (xy 191.817286 88.016223) + (xy 191.76825 88.147696) + (xy 191.768249 88.147701) + (xy 191.762 88.205825) + (xy 191.762 88.774174) + (xy 191.413 88.774174) + (xy 191.413 88.205826) + (xy 191.406751 88.147701) + (xy 191.387832 88.096977) + (xy 191.357713 88.016223) + (xy 191.357712 88.016222) + (xy 191.321481 87.967824) + (xy 191.273616 87.903884) + (xy 191.161278 87.819788) + (xy 191.161277 87.819787) + (xy 191.161276 87.819786) + (xy 191.029803 87.77075) + (xy 191.0298 87.770749) + (xy 191.029799 87.770749) + (xy 191.000736 87.767624) + (xy 190.971675 87.7645) + (xy 190.971674 87.7645) + (xy 190.378326 87.7645) + (xy 190.378325 87.7645) + (xy 190.320201 87.770749) + (xy 190.320196 87.77075) + (xy 190.188723 87.819786) + (xy 190.188722 87.819787) + (xy 190.076384 87.903884) + (xy 189.992287 88.016222) + (xy 189.992286 88.016223) + (xy 189.94325 88.147696) + (xy 189.943249 88.147701) + (xy 189.937 88.205825) + (xy 189.937 88.774174) + (xy 186.3005 88.774174) + (xy 186.3005 87.925326) + (xy 186.285966 87.85226) + (xy 186.230601 87.769399) + (xy 186.14774 87.714034) + (xy 186.074674 87.6995) + (xy 184.725326 87.6995) + (xy 184.693529 87.705825) + (xy 184.652259 87.714034) + (xy 184.569399 87.769398) + (xy 184.569398 87.769399) + (xy 184.561529 87.781177) + (xy 184.514437 87.812643) + (xy 184.458888 87.801594) + (xy 184.438471 87.781177) + (xy 184.430601 87.769399) + (xy 184.4306 87.769398) + (xy 184.34774 87.714034) + (xy 184.274674 87.6995) + (xy 182.925326 87.6995) + (xy 182.893529 87.705825) + (xy 182.852259 87.714034) + (xy 182.769399 87.769398) + (xy 182.769398 87.769399) + (xy 182.714034 87.852259) + (xy 182.6995 87.925327) + (xy 182.6995 91.074672) + (xy 164.997715 91.074672) + (xy 164.459179 90.141899) + (xy 164.14665 89.75) + (xy 172.85 89.75) + (xy 172.85 89.784131) + (xy 172.856241 89.842189) + (xy 172.856243 89.842195) + (xy 172.90523 89.973533) + (xy 172.989241 90.085758) + (xy 173.101466 90.169769) + (xy 173.232804 90.218756) + (xy 173.23281 90.218758) + (xy 173.290868 90.225) + (xy 173.3875 90.225) + (xy 173.3875 89.75) + (xy 173.8875 89.75) + (xy 173.8875 90.225) + (xy 173.984132 90.225) + (xy 174.042189 90.218758) + (xy 174.042195 90.218756) + (xy 174.173533 90.169769) + (xy 174.285758 90.085758) + (xy 174.369769 89.973533) + (xy 174.418756 89.842195) + (xy 174.418758 89.842189) + (xy 174.424995 89.784174) + (xy 174.5745 89.784174) + (xy 174.580749 89.842298) + (xy 174.58075 89.842303) + (xy 174.629786 89.973776) + (xy 174.629787 89.973777) + (xy 174.629788 89.973778) + (xy 174.713884 90.086116) + (xy 174.82563 90.169769) + (xy 174.826222 90.170212) + (xy 174.826223 90.170213) + (xy 174.934389 90.210556) + (xy 174.957701 90.219251) + (xy 175.010182 90.224893) + (xy 175.015825 90.2255) + (xy 175.015826 90.2255) + (xy 175.709175 90.2255) + (xy 175.714317 90.224946) + (xy 175.767299 90.219251) + (xy 175.854951 90.186558) + (xy 175.898776 90.170213) + (xy 175.898776 90.170212) + (xy 175.898778 90.170212) + (xy 176.011116 90.086116) + (xy 176.095212 89.973778) + (xy 176.095304 89.973533) + (xy 176.117551 89.913884) + (xy 176.144251 89.842299) + (xy 176.1505 89.784174) + (xy 176.1505 89.215826) + (xy 176.144251 89.157701) + (xy 176.12221 89.098606) + (xy 176.095213 89.026223) + (xy 176.095212 89.026222) + (xy 176.081197 89.0075) + (xy 176.011116 88.913884) + (xy 175.902138 88.832303) + (xy 175.898777 88.829787) + (xy 175.898776 88.829786) + (xy 175.767303 88.78075) + (xy 175.7673 88.780749) + (xy 175.767299 88.780749) + (xy 175.734846 88.77726) + (xy 175.709175 88.7745) + (xy 175.709174 88.7745) + (xy 175.015826 88.7745) + (xy 175.015825 88.7745) + (xy 174.957701 88.780749) + (xy 174.957696 88.78075) + (xy 174.826223 88.829786) + (xy 174.826222 88.829787) + (xy 174.713884 88.913884) + (xy 174.629787 89.026222) + (xy 174.629786 89.026223) + (xy 174.58075 89.157696) + (xy 174.580749 89.157701) + (xy 174.5745 89.215825) + (xy 174.5745 89.784174) + (xy 174.424995 89.784174) + (xy 174.425 89.784131) + (xy 174.425 89.75) + (xy 173.8875 89.75) + (xy 173.3875 89.75) + (xy 172.85 89.75) + (xy 164.14665 89.75) + (xy 163.747913 89.25) + (xy 172.85 89.25) + (xy 173.3875 89.25) + (xy 173.3875 88.775) + (xy 173.8875 88.775) + (xy 173.8875 89.25) + (xy 174.425 89.25) + (xy 174.425 89.215868) + (xy 174.418758 89.15781) + (xy 174.418756 89.157804) + (xy 174.369769 89.026466) + (xy 174.285758 88.914241) + (xy 174.173533 88.83023) + (xy 174.042195 88.781243) + (xy 174.042189 88.781241) + (xy 173.984132 88.775) + (xy 173.8875 88.775) + (xy 173.3875 88.775) + (xy 173.290868 88.775) + (xy 173.23281 88.781241) + (xy 173.232804 88.781243) + (xy 173.101466 88.83023) + (xy 172.989241 88.914241) + (xy 172.90523 89.026466) + (xy 172.856243 89.157804) + (xy 172.856241 89.15781) + (xy 172.85 89.215868) + (xy 172.85 89.25) + (xy 163.747913 89.25) + (xy 162.828408 88.096977) + (xy 162.752153 88.026223) + (xy 162.081431 87.403884) + (xy 160.911072 86.317949) + (xy 160.674436 86.156613) + (xy 168.5495 86.156613) + (xy 168.562284 86.225) + (xy 168.588679 86.366198) + (xy 168.665702 86.565019) + (xy 168.723152 86.657804) + (xy 168.777415 86.745442) + (xy 168.777948 86.746302) + (xy 168.921593 86.903872) + (xy 168.95909 86.932189) + (xy 168.987784 86.981018) + (xy 168.974035 87.035183) + (xy 168.921146 87.106845) + (xy 168.877291 87.232175) + (xy 168.87729 87.232179) + (xy 168.87729 87.232181) + (xy 168.8745 87.261934) + (xy 168.8745 87.938066) + (xy 168.87729 87.967819) + (xy 168.87729 87.967821) + (xy 168.877291 87.967824) + (xy 168.921146 88.093155) + (xy 169 88.199998) + (xy 169.000001 88.199999) + (xy 169.106844 88.278853) + (xy 169.232175 88.322708) + (xy 169.232181 88.32271) + (xy 169.261934 88.3255) + (xy 169.261941 88.3255) + (xy 170.738059 88.3255) + (xy 170.738066 88.3255) + (xy 170.767819 88.32271) + (xy 170.854154 88.2925) + (xy 170.893155 88.278853) + (xy 170.893155 88.278852) + (xy 170.893157 88.278852) + (xy 170.999999 88.199999) + (xy 171.078852 88.093157) + (xy 171.12271 87.967819) + (xy 171.1255 87.938066) + (xy 171.1255 87.261934) + (xy 171.12271 87.232181) + (xy 171.093466 87.148606) + (xy 171.092204 87.145) + (xy 175.46473 87.145) + (xy 175.464912 87.14625) + (xy 175.516214 87.251189) + (xy 175.59881 87.333785) + (xy 175.70375 87.385087) + (xy 175.771781 87.394999) + (xy 176.229999 87.394999) + (xy 176.23 87.394998) + (xy 176.23 87.145) + (xy 175.46473 87.145) + (xy 171.092204 87.145) + (xy 171.078853 87.106844) + (xy 171.040543 87.054936) + (xy 171.025964 87.035183) + (xy 171.012332 86.980212) + (xy 171.040909 86.932188) + (xy 171.078407 86.903872) + (xy 171.222052 86.746302) + (xy 171.334298 86.565019) + (xy 171.387277 86.428264) + (xy 175.4545 86.428264) + (xy 175.464427 86.496393) + (xy 175.464427 86.496395) + (xy 175.509243 86.588068) + (xy 175.512752 86.644596) + (xy 175.509243 86.653068) + (xy 175.464912 86.743748) + (xy 175.46473 86.745) + (xy 175.762945 86.745) + (xy 175.769059 86.745442) + (xy 175.769069 86.745306) + (xy 175.771734 86.745499) + (xy 175.77174 86.7455) + (xy 175.771746 86.7455) + (xy 176.556 86.7455) + (xy 176.608326 86.767174) + (xy 176.63 86.8195) + (xy 176.629999 87.394999) + (xy 177.088211 87.394999) + (xy 177.088224 87.394998) + (xy 177.15625 87.385087) + (xy 177.261188 87.333786) + (xy 177.343785 87.251189) + (xy 177.395087 87.14625) + (xy 177.403501 87.088502) + (xy 177.432493 87.039848) + (xy 177.487397 87.025944) + (xy 177.536051 87.054936) + (xy 177.538257 87.058059) + (xy 177.559759 87.090239) + (xy 177.55976 87.09024) + (xy 177.642454 87.145494) + (xy 177.715378 87.16) + (xy 178.33 87.16) + (xy 178.83 87.16) + (xy 179.444622 87.16) + (xy 179.517545 87.145494) + (xy 179.600239 87.09024) + (xy 179.60024 87.090239) + (xy 179.621327 87.058681) + (xy 179.668419 87.027215) + (xy 179.723968 87.038264) + (xy 179.755434 87.085356) + (xy 179.756081 87.089113) + (xy 179.758665 87.106843) + (xy 179.764427 87.146394) + (xy 179.815801 87.251482) + (xy 179.815802 87.251483) + (xy 179.898517 87.334198) + (xy 180.003607 87.385573) + (xy 180.07174 87.3955) + (xy 180.071746 87.3955) + (xy 181.388254 87.3955) + (xy 181.38826 87.3955) + (xy 181.456393 87.385573) + (xy 181.561483 87.334198) + (xy 181.644198 87.251483) + (xy 181.644923 87.25) + (xy 200.35 87.25) + (xy 200.35 87.284131) + (xy 200.356241 87.342189) + (xy 200.356243 87.342195) + (xy 200.40523 87.473533) + (xy 200.489241 87.585758) + (xy 200.601466 87.669769) + (xy 200.732804 87.718756) + (xy 200.73281 87.718758) + (xy 200.790868 87.725) + (xy 200.8875 87.725) + (xy 200.8875 87.25) + (xy 201.3875 87.25) + (xy 201.3875 87.725) + (xy 201.484132 87.725) + (xy 201.542189 87.718758) + (xy 201.542195 87.718756) + (xy 201.673533 87.669769) + (xy 201.785758 87.585758) + (xy 201.869769 87.473533) + (xy 201.918756 87.342195) + (xy 201.918758 87.342189) + (xy 201.924995 87.284174) + (xy 202.0745 87.284174) + (xy 202.080749 87.342298) + (xy 202.08075 87.342303) + (xy 202.129786 87.473776) + (xy 202.129787 87.473777) + (xy 202.129788 87.473778) + (xy 202.213884 87.586116) + (xy 202.32563 87.669769) + (xy 202.326222 87.670212) + (xy 202.326223 87.670213) + (xy 202.404746 87.6995) + (xy 202.457701 87.719251) + (xy 202.510182 87.724893) + (xy 202.515825 87.7255) + (xy 202.515826 87.7255) + (xy 203.209175 87.7255) + (xy 203.214317 87.724946) + (xy 203.267299 87.719251) + (xy 203.385944 87.674999) + (xy 203.398776 87.670213) + (xy 203.398776 87.670212) + (xy 203.398778 87.670212) + (xy 203.511116 87.586116) + (xy 203.595212 87.473778) + (xy 203.595304 87.473533) + (xy 203.624595 87.394998) + (xy 203.644251 87.342299) + (xy 203.6505 87.284174) + (xy 203.6505 86.715826) + (xy 203.644251 86.657701) + (xy 203.623283 86.601483) + (xy 203.595213 86.526223) + (xy 203.595212 86.526222) + (xy 203.574539 86.498607) + (xy 203.511116 86.413884) + (xy 203.415758 86.342499) + (xy 203.398777 86.329787) + (xy 203.398776 86.329786) + (xy 203.267303 86.28075) + (xy 203.2673 86.280749) + (xy 203.267299 86.280749) + (xy 203.238236 86.277624) + (xy 203.209175 86.2745) + (xy 203.209174 86.2745) + (xy 202.515826 86.2745) + (xy 202.515825 86.2745) + (xy 202.457701 86.280749) + (xy 202.457696 86.28075) + (xy 202.326223 86.329786) + (xy 202.326222 86.329787) + (xy 202.213884 86.413884) + (xy 202.129787 86.526222) + (xy 202.129786 86.526223) + (xy 202.08075 86.657696) + (xy 202.080749 86.657701) + (xy 202.0745 86.715825) + (xy 202.0745 87.284174) + (xy 201.924995 87.284174) + (xy 201.925 87.284131) + (xy 201.925 87.25) + (xy 201.3875 87.25) + (xy 200.8875 87.25) + (xy 200.35 87.25) + (xy 181.644923 87.25) + (xy 181.695573 87.146393) + (xy 181.7055 87.07826) + (xy 181.7055 86.81174) + (xy 181.696504 86.75) + (xy 200.35 86.75) + (xy 200.8875 86.75) + (xy 200.8875 86.275) + (xy 201.3875 86.275) + (xy 201.3875 86.75) + (xy 201.925 86.75) + (xy 201.925 86.715868) + (xy 201.918758 86.65781) + (xy 201.918756 86.657804) + (xy 201.869769 86.526466) + (xy 201.785758 86.414241) + (xy 201.673533 86.33023) + (xy 201.542195 86.281243) + (xy 201.542189 86.281241) + (xy 201.484132 86.275) + (xy 201.3875 86.275) + (xy 200.8875 86.275) + (xy 200.790868 86.275) + (xy 200.73281 86.281241) + (xy 200.732804 86.281243) + (xy 200.601466 86.33023) + (xy 200.489241 86.414241) + (xy 200.40523 86.526466) + (xy 200.356243 86.657804) + (xy 200.356241 86.65781) + (xy 200.35 86.715868) + (xy 200.35 86.75) + (xy 181.696504 86.75) + (xy 181.695573 86.743607) + (xy 181.653627 86.657804) + (xy 181.651034 86.6525) + (xy 181.647525 86.595972) + (xy 181.651034 86.5875) + (xy 181.68099 86.526223) + (xy 181.695573 86.496393) + (xy 181.7055 86.42826) + (xy 181.7055 86.16174) + (xy 181.695573 86.093607) + (xy 181.655246 86.011116) + (xy 181.651034 86.0025) + (xy 181.647525 85.945972) + (xy 181.651034 85.9375) + (xy 181.669965 85.898776) + (xy 181.695573 85.846393) + (xy 181.7055 85.77826) + (xy 181.7055 85.709174) + (xy 183.7745 85.709174) + (xy 183.780749 85.767298) + (xy 183.78075 85.767303) + (xy 183.829786 85.898776) + (xy 183.829787 85.898777) + (xy 183.843234 85.91674) + (xy 183.913884 86.011116) + (xy 184.013593 86.085758) + (xy 184.026222 86.095212) + (xy 184.026223 86.095213) + (xy 184.134389 86.135556) + (xy 184.157701 86.144251) + (xy 184.210182 86.149893) + (xy 184.215825 86.1505) + (xy 184.215826 86.1505) + (xy 184.784175 86.1505) + (xy 184.789317 86.149946) + (xy 184.842299 86.144251) + (xy 184.938785 86.108264) + (xy 186.3245 86.108264) + (xy 186.334427 86.176393) + (xy 186.334427 86.176394) + (xy 186.385801 86.281482) + (xy 186.385802 86.281483) + (xy 186.468517 86.364198) + (xy 186.573607 86.415573) + (xy 186.64174 86.4255) + (xy 186.641746 86.4255) + (xy 188.133254 86.4255) + (xy 188.13326 86.4255) + (xy 188.201393 86.415573) + (xy 188.306483 86.364198) + (xy 188.389198 86.281483) + (xy 188.440573 86.176393) + (xy 188.450499 86.108264) + (xy 190.5495 86.108264) + (xy 190.559427 86.176393) + (xy 190.559427 86.176394) + (xy 190.610801 86.281482) + (xy 190.610802 86.281483) + (xy 190.693517 86.364198) + (xy 190.798607 86.415573) + (xy 190.86674 86.4255) + (xy 190.866746 86.4255) + (xy 192.358254 86.4255) + (xy 192.35826 86.4255) + (xy 192.426393 86.415573) + (xy 192.531483 86.364198) + (xy 192.614198 86.281483) + (xy 192.665573 86.176393) + (xy 192.6755 86.10826) + (xy 192.6755 85.84174) + (xy 192.665573 85.773607) + (xy 192.654032 85.75) + (xy 194.35 85.75) + (xy 194.35 85.784131) + (xy 194.356241 85.842189) + (xy 194.356243 85.842195) + (xy 194.40523 85.973533) + (xy 194.489241 86.085758) + (xy 194.601466 86.169769) + (xy 194.732804 86.218756) + (xy 194.73281 86.218758) + (xy 194.790868 86.225) + (xy 194.8875 86.225) + (xy 194.8875 85.75) + (xy 195.3875 85.75) + (xy 195.3875 86.225) + (xy 195.484132 86.225) + (xy 195.542189 86.218758) + (xy 195.542195 86.218756) + (xy 195.673533 86.169769) + (xy 195.785758 86.085758) + (xy 195.869769 85.973533) + (xy 195.918756 85.842195) + (xy 195.918758 85.842189) + (xy 195.924995 85.784174) + (xy 196.0745 85.784174) + (xy 196.080749 85.842298) + (xy 196.08075 85.842303) + (xy 196.129786 85.973776) + (xy 196.129787 85.973777) + (xy 196.144947 85.994028) + (xy 196.213884 86.086116) + (xy 196.291543 86.144251) + (xy 196.326222 86.170212) + (xy 196.326223 86.170213) + (xy 196.434389 86.210556) + (xy 196.457701 86.219251) + (xy 196.510182 86.224893) + (xy 196.515825 86.2255) + (xy 196.515826 86.2255) + (xy 197.209175 86.2255) + (xy 197.214317 86.224946) + (xy 197.267299 86.219251) + (xy 197.363814 86.183253) + (xy 197.398776 86.170213) + (xy 197.398776 86.170212) + (xy 197.398778 86.170212) + (xy 197.511116 86.086116) + (xy 197.595212 85.973778) + (xy 197.595304 85.973533) + (xy 197.641898 85.848607) + (xy 197.644251 85.842299) + (xy 197.6505 85.784174) + (xy 197.6505 85.215826) + (xy 197.644251 85.157701) + (xy 197.63327 85.12826) + (xy 197.595213 85.026223) + (xy 197.595212 85.026222) + (xy 197.589444 85.018517) + (xy 197.511116 84.913884) + (xy 197.409827 84.838059) + (xy 197.398777 84.829787) + (xy 197.398776 84.829786) + (xy 197.267303 84.78075) + (xy 197.2673 84.780749) + (xy 197.267299 84.780749) + (xy 197.238236 84.777624) + (xy 197.209175 84.7745) + (xy 197.209174 84.7745) + (xy 196.515826 84.7745) + (xy 196.515825 84.7745) + (xy 196.457701 84.780749) + (xy 196.457696 84.78075) + (xy 196.326223 84.829786) + (xy 196.326222 84.829787) + (xy 196.213884 84.913884) + (xy 196.129787 85.026222) + (xy 196.129786 85.026223) + (xy 196.08075 85.157696) + (xy 196.080749 85.157701) + (xy 196.0745 85.215825) + (xy 196.0745 85.784174) + (xy 195.924995 85.784174) + (xy 195.925 85.784131) + (xy 195.925 85.75) + (xy 195.3875 85.75) + (xy 194.8875 85.75) + (xy 194.35 85.75) + (xy 192.654032 85.75) + (xy 192.621032 85.682497) + (xy 192.617523 85.625973) + (xy 192.621025 85.617516) + (xy 192.665573 85.526393) + (xy 192.6755 85.45826) + (xy 192.6755 85.25) + (xy 194.35 85.25) + (xy 194.8875 85.25) + (xy 194.8875 84.775) + (xy 195.3875 84.775) + (xy 195.3875 85.25) + (xy 195.925 85.25) + (xy 195.925 85.215868) + (xy 195.918758 85.15781) + (xy 195.918756 85.157804) + (xy 195.869769 85.026466) + (xy 195.785758 84.914241) + (xy 195.673533 84.83023) + (xy 195.542195 84.781243) + (xy 195.542189 84.781241) + (xy 195.484132 84.775) + (xy 195.3875 84.775) + (xy 194.8875 84.775) + (xy 194.790868 84.775) + (xy 194.73281 84.781241) + (xy 194.732804 84.781243) + (xy 194.601466 84.83023) + (xy 194.489241 84.914241) + (xy 194.40523 85.026466) + (xy 194.356243 85.157804) + (xy 194.356241 85.15781) + (xy 194.35 85.215868) + (xy 194.35 85.25) + (xy 192.6755 85.25) + (xy 192.6755 85.19174) + (xy 192.665573 85.123607) + (xy 192.621034 85.0325) + (xy 192.617525 84.975972) + (xy 192.621034 84.9675) + (xy 192.647465 84.913433) + (xy 192.665573 84.876393) + (xy 192.6755 84.80826) + (xy 192.6755 84.54174) + (xy 192.665573 84.473607) + (xy 192.641212 84.423776) + (xy 192.620756 84.381931) + (xy 192.617247 84.325403) + (xy 192.620756 84.31693) + (xy 192.665087 84.226249) + (xy 192.66527 84.225) + (xy 192.367055 84.225) + (xy 192.36094 84.224557) + (xy 192.360931 84.224694) + (xy 192.358265 84.2245) + (xy 192.35826 84.2245) + (xy 190.86674 84.2245) + (xy 190.866734 84.2245) + (xy 190.864069 84.224694) + (xy 190.864059 84.224557) + (xy 190.857945 84.225) + (xy 190.55973 84.225) + (xy 190.559912 84.226251) + (xy 190.604243 84.316932) + (xy 190.607752 84.37346) + (xy 190.604243 84.381932) + (xy 190.559427 84.473604) + (xy 190.559427 84.473606) + (xy 190.5495 84.541735) + (xy 190.5495 84.808264) + (xy 190.555709 84.850875) + (xy 190.559427 84.876393) + (xy 190.559427 84.876394) + (xy 190.559428 84.876395) + (xy 190.603965 84.9675) + (xy 190.607474 85.024029) + (xy 190.603965 85.0325) + (xy 190.559428 85.123604) + (xy 190.559427 85.123606) + (xy 190.5495 85.191735) + (xy 190.5495 85.458264) + (xy 190.551761 85.473778) + (xy 190.559427 85.526393) + (xy 190.559427 85.526394) + (xy 190.559428 85.526395) + (xy 190.603965 85.6175) + (xy 190.607474 85.674029) + (xy 190.603965 85.6825) + (xy 190.559428 85.773604) + (xy 190.559427 85.773606) + (xy 190.5495 85.841735) + (xy 190.5495 86.108264) + (xy 188.450499 86.108264) + (xy 188.4505 86.10826) + (xy 188.4505 85.84174) + (xy 188.440573 85.773607) + (xy 188.396032 85.682497) + (xy 188.392523 85.625973) + (xy 188.396025 85.617516) + (xy 188.440573 85.526393) + (xy 188.4505 85.45826) + (xy 188.4505 85.19174) + (xy 188.440573 85.123607) + (xy 188.396034 85.0325) + (xy 188.392525 84.975972) + (xy 188.396034 84.9675) + (xy 188.422465 84.913433) + (xy 188.440573 84.876393) + (xy 188.4505 84.80826) + (xy 188.4505 84.54174) + (xy 188.440573 84.473607) + (xy 188.396032 84.382497) + (xy 188.392523 84.325973) + (xy 188.396025 84.317516) + (xy 188.440573 84.226393) + (xy 188.444418 84.2) + (xy 200.4 84.2) + (xy 200.4 84.234131) + (xy 200.406241 84.292189) + (xy 200.406243 84.292195) + (xy 200.45523 84.423533) + (xy 200.539241 84.535758) + (xy 200.651466 84.619769) + (xy 200.782804 84.668756) + (xy 200.78281 84.668758) + (xy 200.840868 84.675) + (xy 200.9375 84.675) + (xy 200.9375 84.2) + (xy 201.4375 84.2) + (xy 201.4375 84.675) + (xy 201.534132 84.675) + (xy 201.592189 84.668758) + (xy 201.592195 84.668756) + (xy 201.723533 84.619769) + (xy 201.835758 84.535758) + (xy 201.919769 84.423533) + (xy 201.968756 84.292195) + (xy 201.968758 84.292189) + (xy 201.974995 84.234174) + (xy 202.1245 84.234174) + (xy 202.128835 84.2745) + (xy 202.130749 84.292298) + (xy 202.13075 84.292303) + (xy 202.179786 84.423776) + (xy 202.179787 84.423777) + (xy 202.179788 84.423778) + (xy 202.263884 84.536116) + (xy 202.356973 84.605802) + (xy 202.376222 84.620212) + (xy 202.376223 84.620213) + (xy 202.476721 84.657696) + (xy 202.507701 84.669251) + (xy 202.560182 84.674893) + (xy 202.565825 84.6755) + (xy 202.565826 84.6755) + (xy 203.259175 84.6755) + (xy 203.264317 84.674946) + (xy 203.317299 84.669251) + (xy 203.423104 84.629788) + (xy 203.448776 84.620213) + (xy 203.448776 84.620212) + (xy 203.448778 84.620212) + (xy 203.561116 84.536116) + (xy 203.645212 84.423778) + (xy 203.645304 84.423533) + (xy 203.679636 84.331483) + (xy 203.694251 84.292299) + (xy 203.7005 84.234174) + (xy 204.7495 84.234174) + (xy 204.753835 84.2745) + (xy 204.755749 84.292298) + (xy 204.75575 84.292303) + (xy 204.804786 84.423776) + (xy 204.804787 84.423777) + (xy 204.804788 84.423778) + (xy 204.888884 84.536116) + (xy 204.981973 84.605802) + (xy 205.001222 84.620212) + (xy 205.001223 84.620213) + (xy 205.101721 84.657696) + (xy 205.132701 84.669251) + (xy 205.185182 84.674893) + (xy 205.190825 84.6755) + (xy 205.190826 84.6755) + (xy 205.784175 84.6755) + (xy 205.789317 84.674946) + (xy 205.842299 84.669251) + (xy 205.948104 84.629788) + (xy 205.973776 84.620213) + (xy 205.973776 84.620212) + (xy 205.973778 84.620212) + (xy 206.086116 84.536116) + (xy 206.170212 84.423778) + (xy 206.170304 84.423533) + (xy 206.204636 84.331483) + (xy 206.219251 84.292299) + (xy 206.2255 84.234174) + (xy 206.5745 84.234174) + (xy 206.578835 84.2745) + (xy 206.580749 84.292298) + (xy 206.58075 84.292303) + (xy 206.629786 84.423776) + (xy 206.629787 84.423777) + (xy 206.629788 84.423778) + (xy 206.713884 84.536116) + (xy 206.806973 84.605802) + (xy 206.826222 84.620212) + (xy 206.826223 84.620213) + (xy 206.926721 84.657696) + (xy 206.957701 84.669251) + (xy 207.010182 84.674893) + (xy 207.015825 84.6755) + (xy 207.015826 84.6755) + (xy 207.609175 84.6755) + (xy 207.614317 84.674946) + (xy 207.667299 84.669251) + (xy 207.773104 84.629788) + (xy 207.798776 84.620213) + (xy 207.798776 84.620212) + (xy 207.798778 84.620212) + (xy 207.911116 84.536116) + (xy 207.995212 84.423778) + (xy 207.995304 84.423533) + (xy 208.029636 84.331483) + (xy 208.044251 84.292299) + (xy 208.0505 84.234174) + (xy 209.0995 84.234174) + (xy 209.103835 84.2745) + (xy 209.105749 84.292298) + (xy 209.10575 84.292303) + (xy 209.154786 84.423776) + (xy 209.154787 84.423777) + (xy 209.154788 84.423778) + (xy 209.238884 84.536116) + (xy 209.331973 84.605802) + (xy 209.351222 84.620212) + (xy 209.351223 84.620213) + (xy 209.451721 84.657696) + (xy 209.482701 84.669251) + (xy 209.535182 84.674893) + (xy 209.540825 84.6755) + (xy 209.540826 84.6755) + (xy 210.134175 84.6755) + (xy 210.139317 84.674946) + (xy 210.192299 84.669251) + (xy 210.298104 84.629788) + (xy 210.323776 84.620213) + (xy 210.323776 84.620212) + (xy 210.323778 84.620212) + (xy 210.436116 84.536116) + (xy 210.520212 84.423778) + (xy 210.520304 84.423533) + (xy 210.554636 84.331483) + (xy 210.569251 84.292299) + (xy 210.5755 84.234174) + (xy 210.9245 84.234174) + (xy 210.928835 84.2745) + (xy 210.930749 84.292298) + (xy 210.93075 84.292303) + (xy 210.979786 84.423776) + (xy 210.979787 84.423777) + (xy 210.979788 84.423778) + (xy 211.063884 84.536116) + (xy 211.156973 84.605802) + (xy 211.176222 84.620212) + (xy 211.176223 84.620213) + (xy 211.276721 84.657696) + (xy 211.307701 84.669251) + (xy 211.360182 84.674893) + (xy 211.365825 84.6755) + (xy 211.365826 84.6755) + (xy 211.959175 84.6755) + (xy 211.964317 84.674946) + (xy 212.017299 84.669251) + (xy 212.123104 84.629788) + (xy 212.148776 84.620213) + (xy 212.148776 84.620212) + (xy 212.148778 84.620212) + (xy 212.261116 84.536116) + (xy 212.345212 84.423778) + (xy 212.345304 84.423533) + (xy 212.379636 84.331483) + (xy 212.394251 84.292299) + (xy 212.4005 84.234174) + (xy 212.4005 83.665826) + (xy 212.394251 83.607701) + (xy 212.381868 83.5745) + (xy 212.345213 83.476223) + (xy 212.345212 83.476222) + (xy 212.345212 83.476221) + (xy 212.261116 83.363884) + (xy 212.163522 83.290825) + (xy 212.148777 83.279787) + (xy 212.148776 83.279786) + (xy 212.017303 83.23075) + (xy 212.0173 83.230749) + (xy 212.017299 83.230749) + (xy 211.988236 83.227624) + (xy 211.959175 83.2245) + (xy 211.959174 83.2245) + (xy 211.365826 83.2245) + (xy 211.365825 83.2245) + (xy 211.307701 83.230749) + (xy 211.307696 83.23075) + (xy 211.176223 83.279786) + (xy 211.176222 83.279787) + (xy 211.063884 83.363884) + (xy 210.979787 83.476222) + (xy 210.979786 83.476223) + (xy 210.93075 83.607696) + (xy 210.930749 83.607701) + (xy 210.9245 83.665826) + (xy 210.9245 84.234174) + (xy 210.5755 84.234174) + (xy 210.5755 83.665826) + (xy 210.569251 83.607701) + (xy 210.556868 83.5745) + (xy 210.520213 83.476223) + (xy 210.520212 83.476222) + (xy 210.520211 83.476221) + (xy 210.436116 83.363884) + (xy 210.338522 83.290825) + (xy 210.323777 83.279787) + (xy 210.323776 83.279786) + (xy 210.192303 83.23075) + (xy 210.1923 83.230749) + (xy 210.192299 83.230749) + (xy 210.163236 83.227624) + (xy 210.134175 83.2245) + (xy 210.134174 83.2245) + (xy 209.540826 83.2245) + (xy 209.540825 83.2245) + (xy 209.482701 83.230749) + (xy 209.482696 83.23075) + (xy 209.351223 83.279786) + (xy 209.351222 83.279787) + (xy 209.238884 83.363884) + (xy 209.154787 83.476222) + (xy 209.154786 83.476223) + (xy 209.10575 83.607696) + (xy 209.105749 83.607701) + (xy 209.0995 83.665826) + (xy 209.0995 84.234174) + (xy 208.0505 84.234174) + (xy 208.0505 83.665826) + (xy 208.044251 83.607701) + (xy 208.031868 83.5745) + (xy 207.995213 83.476223) + (xy 207.995212 83.476222) + (xy 207.995211 83.476221) + (xy 207.911116 83.363884) + (xy 207.813522 83.290825) + (xy 207.798777 83.279787) + (xy 207.798776 83.279786) + (xy 207.667303 83.23075) + (xy 207.6673 83.230749) + (xy 207.667299 83.230749) + (xy 207.638236 83.227624) + (xy 207.609175 83.2245) + (xy 207.609174 83.2245) + (xy 207.015826 83.2245) + (xy 207.015825 83.2245) + (xy 206.957701 83.230749) + (xy 206.957696 83.23075) + (xy 206.826223 83.279786) + (xy 206.826222 83.279787) + (xy 206.713884 83.363884) + (xy 206.629787 83.476222) + (xy 206.629786 83.476223) + (xy 206.58075 83.607696) + (xy 206.580749 83.607701) + (xy 206.5745 83.665826) + (xy 206.5745 84.234174) + (xy 206.2255 84.234174) + (xy 206.2255 83.665826) + (xy 206.219251 83.607701) + (xy 206.206868 83.5745) + (xy 206.170213 83.476223) + (xy 206.170212 83.476222) + (xy 206.170211 83.476222) + (xy 206.086116 83.363884) + (xy 205.988522 83.290825) + (xy 205.973777 83.279787) + (xy 205.973776 83.279786) + (xy 205.842303 83.23075) + (xy 205.8423 83.230749) + (xy 205.842299 83.230749) + (xy 205.813236 83.227624) + (xy 205.784175 83.2245) + (xy 205.784174 83.2245) + (xy 205.190826 83.2245) + (xy 205.190825 83.2245) + (xy 205.132701 83.230749) + (xy 205.132696 83.23075) + (xy 205.001223 83.279786) + (xy 205.001222 83.279787) + (xy 204.888884 83.363884) + (xy 204.804787 83.476222) + (xy 204.804786 83.476223) + (xy 204.75575 83.607696) + (xy 204.755749 83.607701) + (xy 204.7495 83.665826) + (xy 204.7495 84.234174) + (xy 203.7005 84.234174) + (xy 203.7005 83.665826) + (xy 203.694251 83.607701) + (xy 203.681868 83.5745) + (xy 203.645213 83.476223) + (xy 203.645212 83.476222) + (xy 203.645212 83.476221) + (xy 203.561116 83.363884) + (xy 203.463522 83.290825) + (xy 203.448777 83.279787) + (xy 203.448776 83.279786) + (xy 203.317303 83.23075) + (xy 203.3173 83.230749) + (xy 203.317299 83.230749) + (xy 203.288236 83.227624) + (xy 203.259175 83.2245) + (xy 203.259174 83.2245) + (xy 202.565826 83.2245) + (xy 202.565825 83.2245) + (xy 202.507701 83.230749) + (xy 202.507696 83.23075) + (xy 202.376223 83.279786) + (xy 202.376222 83.279787) + (xy 202.263884 83.363884) + (xy 202.179787 83.476222) + (xy 202.179786 83.476223) + (xy 202.13075 83.607696) + (xy 202.130749 83.607701) + (xy 202.1245 83.665826) + (xy 202.1245 84.234174) + (xy 201.974995 84.234174) + (xy 201.975 84.234131) + (xy 201.975 84.2) + (xy 201.4375 84.2) + (xy 200.9375 84.2) + (xy 200.4 84.2) + (xy 188.444418 84.2) + (xy 188.4505 84.15826) + (xy 188.4505 83.89174) + (xy 188.440776 83.825) + (xy 190.55973 83.825) + (xy 191.4125 83.825) + (xy 191.4125 83.575) + (xy 191.8125 83.575) + (xy 191.8125 83.825) + (xy 192.665269 83.825) + (xy 192.665087 83.823749) + (xy 192.613785 83.71881) + (xy 192.594975 83.7) + (xy 200.4 83.7) + (xy 200.9375 83.7) + (xy 200.9375 83.225) + (xy 201.4375 83.225) + (xy 201.4375 83.7) + (xy 201.975 83.7) + (xy 201.975 83.665868) + (xy 201.968758 83.60781) + (xy 201.968756 83.607804) + (xy 201.919769 83.476466) + (xy 201.835758 83.364241) + (xy 201.723533 83.28023) + (xy 201.592195 83.231243) + (xy 201.592189 83.231241) + (xy 201.534132 83.225) + (xy 201.4375 83.225) + (xy 200.9375 83.225) + (xy 200.840868 83.225) + (xy 200.78281 83.231241) + (xy 200.782804 83.231243) + (xy 200.651466 83.28023) + (xy 200.539241 83.364241) + (xy 200.45523 83.476466) + (xy 200.406243 83.607804) + (xy 200.406241 83.60781) + (xy 200.4 83.665868) + (xy 200.4 83.7) + (xy 192.594975 83.7) + (xy 192.531189 83.636214) + (xy 192.426249 83.584912) + (xy 192.358223 83.575) + (xy 191.8125 83.575) + (xy 191.4125 83.575) + (xy 190.866782 83.575) + (xy 190.798749 83.584912) + (xy 190.693811 83.636213) + (xy 190.611214 83.71881) + (xy 190.559912 83.823749) + (xy 190.55973 83.825) + (xy 188.440776 83.825) + (xy 188.440573 83.823607) + (xy 188.389198 83.718517) + (xy 188.306483 83.635802) + (xy 188.306482 83.635801) + (xy 188.201394 83.584427) + (xy 188.133264 83.5745) + (xy 188.13326 83.5745) + (xy 186.64174 83.5745) + (xy 186.641735 83.5745) + (xy 186.573606 83.584427) + (xy 186.573605 83.584427) + (xy 186.468517 83.635801) + (xy 186.385801 83.718517) + (xy 186.334427 83.823605) + (xy 186.334427 83.823606) + (xy 186.3245 83.891735) + (xy 186.3245 84.158264) + (xy 186.334427 84.226393) + (xy 186.334427 84.226394) + (xy 186.378966 84.3175) + (xy 186.382475 84.374028) + (xy 186.378966 84.3825) + (xy 186.334427 84.473605) + (xy 186.334427 84.473606) + (xy 186.3245 84.541735) + (xy 186.3245 84.808264) + (xy 186.330709 84.850875) + (xy 186.334427 84.876393) + (xy 186.334427 84.876394) + (xy 186.334428 84.876395) + (xy 186.378965 84.9675) + (xy 186.382474 85.024029) + (xy 186.378965 85.0325) + (xy 186.334428 85.123604) + (xy 186.334427 85.123606) + (xy 186.3245 85.191735) + (xy 186.3245 85.458264) + (xy 186.334427 85.526393) + (xy 186.334427 85.526394) + (xy 186.378966 85.6175) + (xy 186.382475 85.674028) + (xy 186.378966 85.6825) + (xy 186.334427 85.773605) + (xy 186.334427 85.773606) + (xy 186.3245 85.841735) + (xy 186.3245 86.108264) + (xy 184.938785 86.108264) + (xy 184.938814 86.108253) + (xy 184.973776 86.095213) + (xy 184.973776 86.095212) + (xy 184.973778 86.095212) + (xy 185.086116 86.011116) + (xy 185.170212 85.898778) + (xy 185.219251 85.767299) + (xy 185.2255 85.709174) + (xy 185.2255 85.015826) + (xy 185.219251 84.957701) + (xy 185.202498 84.912784) + (xy 185.170213 84.826223) + (xy 185.170212 84.826222) + (xy 185.15676 84.808253) + (xy 185.086116 84.713884) + (xy 184.973778 84.629788) + (xy 184.973777 84.629787) + (xy 184.973776 84.629786) + (xy 184.842303 84.58075) + (xy 184.8423 84.580749) + (xy 184.842299 84.580749) + (xy 184.813236 84.577624) + (xy 184.784175 84.5745) + (xy 184.784174 84.5745) + (xy 184.215826 84.5745) + (xy 184.215825 84.5745) + (xy 184.157701 84.580749) + (xy 184.157696 84.58075) + (xy 184.026223 84.629786) + (xy 184.026222 84.629787) + (xy 183.913884 84.713884) + (xy 183.829787 84.826222) + (xy 183.829786 84.826223) + (xy 183.78075 84.957696) + (xy 183.780749 84.957701) + (xy 183.7745 85.015825) + (xy 183.7745 85.709174) + (xy 181.7055 85.709174) + (xy 181.7055 85.51174) + (xy 181.695573 85.443607) + (xy 181.690598 85.433431) + (xy 181.651034 85.3525) + (xy 181.647525 85.295972) + (xy 181.651034 85.2875) + (xy 181.686052 85.215868) + (xy 181.695573 85.196393) + (xy 181.7055 85.12826) + (xy 181.7055 84.86174) + (xy 181.695573 84.793607) + (xy 181.644198 84.688517) + (xy 181.561483 84.605802) + (xy 181.561482 84.605802) + (xy 181.561482 84.605801) + (xy 181.456394 84.554427) + (xy 181.388264 84.5445) + (xy 181.38826 84.5445) + (xy 180.07174 84.5445) + (xy 180.071735 84.5445) + (xy 180.003606 84.554427) + (xy 180.003605 84.554427) + (xy 179.898517 84.605801) + (xy 179.815801 84.688517) + (xy 179.764427 84.793605) + (xy 179.764427 84.793606) + (xy 179.764427 84.793607) + (xy 179.756246 84.84976) + (xy 179.756083 84.850876) + (xy 179.727091 84.89953) + (xy 179.672186 84.913433) + (xy 179.623532 84.884441) + (xy 179.621328 84.881319) + (xy 179.600241 84.849761) + (xy 179.600239 84.849759) + (xy 179.517545 84.794505) + (xy 179.444622 84.78) + (xy 178.83 84.78) + (xy 178.83 87.16) + (xy 178.33 87.16) + (xy 178.33 84.78) + (xy 177.715378 84.78) + (xy 177.642454 84.794505) + (xy 177.55976 84.849759) + (xy 177.559759 84.84976) + (xy 177.538671 84.88132) + (xy 177.491578 84.912784) + (xy 177.436029 84.901734) + (xy 177.404565 84.854641) + (xy 177.403922 84.850911) + (xy 177.395573 84.793607) + (xy 177.344198 84.688517) + (xy 177.261483 84.605802) + (xy 177.261482 84.605802) + (xy 177.261482 84.605801) + (xy 177.156394 84.554427) + (xy 177.088264 84.5445) + (xy 177.08826 84.5445) + (xy 175.77174 84.5445) + (xy 175.771735 84.5445) + (xy 175.703606 84.554427) + (xy 175.703605 84.554427) + (xy 175.598517 84.605801) + (xy 175.515801 84.688517) + (xy 175.464427 84.793605) + (xy 175.464427 84.793606) + (xy 175.4545 84.861735) + (xy 175.4545 85.128264) + (xy 175.463748 85.191735) + (xy 175.464427 85.196393) + (xy 175.464427 85.196394) + (xy 175.464428 85.196395) + (xy 175.508965 85.2875) + (xy 175.512474 85.344029) + (xy 175.508965 85.3525) + (xy 175.464428 85.443604) + (xy 175.464427 85.443606) + (xy 175.4545 85.511735) + (xy 175.4545 85.778264) + (xy 175.464427 85.846393) + (xy 175.464427 85.846394) + (xy 175.508966 85.9375) + (xy 175.512475 85.994028) + (xy 175.508966 86.0025) + (xy 175.464427 86.093605) + (xy 175.464427 86.093606) + (xy 175.4545 86.161735) + (xy 175.4545 86.428264) + (xy 171.387277 86.428264) + (xy 171.411321 86.366198) + (xy 171.4505 86.15661) + (xy 171.4505 85.94339) + (xy 171.411321 85.733802) + (xy 171.334298 85.534981) + (xy 171.222052 85.353698) + (xy 171.096364 85.215826) + (xy 171.078411 85.196132) + (xy 171.078409 85.196131) + (xy 171.078407 85.196128) + (xy 171.040908 85.167809) + (xy 171.012214 85.11898) + (xy 171.025964 85.064817) + (xy 171.078852 84.993157) + (xy 171.084866 84.975972) + (xy 171.106976 84.912784) + (xy 171.12271 84.867819) + (xy 171.1255 84.838066) + (xy 171.1255 84.161934) + (xy 171.12271 84.132181) + (xy 171.122708 84.132175) + (xy 171.078853 84.006844) + (xy 171.062122 83.984174) + (xy 183.7745 83.984174) + (xy 183.780749 84.042298) + (xy 183.78075 84.042303) + (xy 183.829786 84.173776) + (xy 183.829787 84.173777) + (xy 183.829788 84.173778) + (xy 183.913884 84.286116) + (xy 184.023958 84.368517) + (xy 184.026222 84.370212) + (xy 184.026223 84.370213) + (xy 184.134389 84.410556) + (xy 184.157701 84.419251) + (xy 184.210182 84.424893) + (xy 184.215825 84.4255) + (xy 184.215826 84.4255) + (xy 184.784175 84.4255) + (xy 184.789317 84.424946) + (xy 184.842299 84.419251) + (xy 184.940833 84.3825) + (xy 184.973776 84.370213) + (xy 184.973776 84.370212) + (xy 184.973778 84.370212) + (xy 185.086116 84.286116) + (xy 185.170212 84.173778) + (xy 185.174628 84.16194) + (xy 185.186558 84.129951) + (xy 185.219251 84.042299) + (xy 185.2255 83.984174) + (xy 185.2255 83.290826) + (xy 185.219251 83.232701) + (xy 185.195944 83.170212) + (xy 185.170213 83.101223) + (xy 185.170212 83.101222) + (xy 185.158903 83.086115) + (xy 185.086116 82.988884) + (xy 184.973778 82.904788) + (xy 184.973777 82.904787) + (xy 184.973776 82.904786) + (xy 184.842303 82.85575) + (xy 184.8423 82.855749) + (xy 184.842299 82.855749) + (xy 184.813236 82.852624) + (xy 184.784175 82.8495) + (xy 184.784174 82.8495) + (xy 184.215826 82.8495) + (xy 184.215825 82.8495) + (xy 184.157701 82.855749) + (xy 184.157696 82.85575) + (xy 184.026223 82.904786) + (xy 184.026222 82.904787) + (xy 183.913884 82.988884) + (xy 183.829787 83.101222) + (xy 183.829786 83.101223) + (xy 183.78075 83.232696) + (xy 183.780749 83.232701) + (xy 183.7745 83.290825) + (xy 183.7745 83.984174) + (xy 171.062122 83.984174) + (xy 170.999999 83.900001) + (xy 170.999998 83.9) + (xy 170.893155 83.821146) + (xy 170.767824 83.777291) + (xy 170.767825 83.777291) + (xy 170.76782 83.77729) + (xy 170.767819 83.77729) + (xy 170.738066 83.7745) + (xy 169.261934 83.7745) + (xy 169.232181 83.77729) + (xy 169.232179 83.77729) + (xy 169.232175 83.777291) + (xy 169.106844 83.821146) + (xy 169.000001 83.9) + (xy 169 83.900001) + (xy 168.921146 84.006844) + (xy 168.877291 84.132175) + (xy 168.87729 84.132179) + (xy 168.87729 84.132181) + (xy 168.8745 84.161934) + (xy 168.8745 84.838066) + (xy 168.87729 84.867819) + (xy 168.87729 84.867821) + (xy 168.877291 84.867824) + (xy 168.921146 84.993155) + (xy 168.974034 85.064815) + (xy 168.987667 85.119787) + (xy 168.95909 85.167811) + (xy 168.92159 85.19613) + (xy 168.777946 85.3537) + (xy 168.665705 85.534976) + (xy 168.6657 85.534986) + (xy 168.58868 85.733798) + (xy 168.588679 85.7338) + (xy 168.588679 85.733802) + (xy 168.581238 85.773606) + (xy 168.5495 85.943386) + (xy 168.5495 86.156613) + (xy 160.674436 86.156613) + (xy 158.75 84.844555) + (xy 157.084107 84.042303) + (xy 156.393473 83.709711) + (xy 156.393469 83.709709) + (xy 156.393468 83.709709) + (xy 156.393463 83.709707) + (xy 156.393459 83.709706) + (xy 153.894116 82.938761) + (xy 153.894117 82.938761) + (xy 152.868499 82.784174) + (xy 172.937 82.784174) + (xy 172.943249 82.842298) + (xy 172.94325 82.842303) + (xy 172.992286 82.973776) + (xy 172.992287 82.973777) + (xy 172.992288 82.973778) + (xy 173.076384 83.086116) + (xy 173.188721 83.170211) + (xy 173.188722 83.170212) + (xy 173.188723 83.170213) + (xy 173.296889 83.210556) + (xy 173.320201 83.219251) + (xy 173.369025 83.2245) + (xy 173.378325 83.2255) + (xy 173.378326 83.2255) + (xy 173.971675 83.2255) + (xy 173.980975 83.2245) + (xy 174.029799 83.219251) + (xy 174.117451 83.186558) + (xy 174.161276 83.170213) + (xy 174.161276 83.170212) + (xy 174.161278 83.170212) + (xy 174.273616 83.086116) + (xy 174.357712 82.973778) + (xy 174.406751 82.842299) + (xy 174.413 82.784174) + (xy 174.762 82.784174) + (xy 174.768249 82.842298) + (xy 174.76825 82.842303) + (xy 174.817286 82.973776) + (xy 174.817287 82.973777) + (xy 174.817288 82.973778) + (xy 174.901384 83.086116) + (xy 175.013722 83.170211) + (xy 175.013722 83.170212) + (xy 175.013723 83.170213) + (xy 175.121889 83.210556) + (xy 175.145201 83.219251) + (xy 175.194025 83.2245) + (xy 175.203325 83.2255) + (xy 175.203326 83.2255) + (xy 175.796675 83.2255) + (xy 175.805975 83.2245) + (xy 175.854799 83.219251) + (xy 175.942451 83.186558) + (xy 175.986276 83.170213) + (xy 175.986276 83.170212) + (xy 175.986278 83.170212) + (xy 176.098616 83.086116) + (xy 176.182712 82.973778) + (xy 176.231751 82.842299) + (xy 176.238 82.784174) + (xy 176.238 82.215826) + (xy 176.231751 82.157701) + (xy 176.210592 82.100971) + (xy 176.182713 82.026223) + (xy 176.182712 82.026222) + (xy 176.164124 82.001392) + (xy 176.098616 81.913884) + (xy 175.994145 81.835677) + (xy 175.986277 81.829787) + (xy 175.986276 81.829786) + (xy 175.854803 81.78075) + (xy 175.8548 81.780749) + (xy 175.854799 81.780749) + (xy 175.825736 81.777624) + (xy 175.796675 81.7745) + (xy 175.796674 81.7745) + (xy 175.203326 81.7745) + (xy 175.203325 81.7745) + (xy 175.145201 81.780749) + (xy 175.145196 81.78075) + (xy 175.013723 81.829786) + (xy 175.013722 81.829787) + (xy 174.901384 81.913884) + (xy 174.817287 82.026222) + (xy 174.817286 82.026223) + (xy 174.76825 82.157696) + (xy 174.768249 82.157701) + (xy 174.762 82.215825) + (xy 174.762 82.784174) + (xy 174.413 82.784174) + (xy 174.413 82.215826) + (xy 174.406751 82.157701) + (xy 174.385592 82.100971) + (xy 174.357713 82.026223) + (xy 174.357712 82.026222) + (xy 174.339124 82.001392) + (xy 174.273616 81.913884) + (xy 174.169145 81.835677) + (xy 174.161277 81.829787) + (xy 174.161276 81.829786) + (xy 174.029803 81.78075) + (xy 174.0298 81.780749) + (xy 174.029799 81.780749) + (xy 174.000736 81.777624) + (xy 173.971675 81.7745) + (xy 173.971674 81.7745) + (xy 173.378326 81.7745) + (xy 173.378325 81.7745) + (xy 173.320201 81.780749) + (xy 173.320196 81.78075) + (xy 173.188723 81.829786) + (xy 173.188722 81.829787) + (xy 173.076384 81.913884) + (xy 172.992287 82.026222) + (xy 172.992286 82.026223) + (xy 172.94325 82.157696) + (xy 172.943249 82.157701) + (xy 172.937 82.215825) + (xy 172.937 82.784174) + (xy 152.868499 82.784174) + (xy 151.307783 82.548934) + (xy 151.307777 82.548934) + (xy 148.692223 82.548934) + (xy 148.692216 82.548934) + (xy 146.105883 82.938761) + (xy 143.60654 83.709706) + (xy 143.606526 83.709711) + (xy 141.250002 84.844554) + (xy 141.25 84.844555) + (xy 139.142414 86.281483) + (xy 139.088927 86.31795) + (xy 137.171595 88.096973) + (xy 135.540821 90.141899) + (xy 134.233044 92.407036) + (xy 133.277475 94.841786) + (xy 132.695461 97.391761) + (xy 132.506454 99.913884) + (xy 132.5 100) + (xy 124.417056 100) + (xy 124.37285 99.905201) + (xy 124.294799 99.82715) + (xy 124.19476 99.780501) + (xy 124.194758 99.7805) + (xy 124.161179 99.776079) + (xy 124.149179 99.7745) + (xy 124.149177 99.7745) + (xy 123.499499 99.7745) + (xy 123.447173 99.752826) + (xy 123.425499 99.7005) + (xy 123.425499 99.050822) + (xy 123.419499 99.005241) + (xy 123.419499 99.00524) + (xy 123.37285 98.905201) + (xy 123.294799 98.82715) + (xy 123.19476 98.780501) + (xy 123.194758 98.7805) + (xy 123.161179 98.776079) + (xy 123.149179 98.7745) + (xy 123.149177 98.7745) + (xy 122.950822 98.7745) + (xy 122.905241 98.7805) + (xy 122.905236 98.780502) + (xy 122.831272 98.814992) + (xy 122.774689 98.817462) + (xy 122.768734 98.814996) + (xy 122.69476 98.780501) + (xy 122.694758 98.7805) + (xy 122.661179 98.776079) + (xy 122.649179 98.7745) + (xy 122.649177 98.7745) + (xy 122.450822 98.7745) + (xy 122.405241 98.7805) + (xy 122.405236 98.780502) + (xy 122.331272 98.814992) + (xy 122.274689 98.817462) + (xy 122.268734 98.814996) + (xy 122.19476 98.780501) + (xy 122.194758 98.7805) + (xy 122.161179 98.776079) + (xy 122.149179 98.7745) + (xy 122.149177 98.7745) + (xy 121.950822 98.7745) + (xy 121.905241 98.7805) + (xy 121.905236 98.780502) + (xy 121.831272 98.814992) + (xy 121.774689 98.817462) + (xy 121.768734 98.814996) + (xy 121.69476 98.780501) + (xy 121.694758 98.7805) + (xy 121.661179 98.776079) + (xy 121.649179 98.7745) + (xy 121.649177 98.7745) + (xy 121.450822 98.7745) + (xy 121.405241 98.7805) + (xy 121.405236 98.780502) + (xy 121.331272 98.814992) + (xy 121.274689 98.817462) + (xy 121.268734 98.814996) + (xy 121.19476 98.780501) + (xy 121.194758 98.7805) + (xy 121.161179 98.776079) + (xy 121.149179 98.7745) + (xy 121.149177 98.7745) + (xy 120.950822 98.7745) + (xy 120.905241 98.7805) + (xy 120.905236 98.780502) + (xy 120.831272 98.814992) + (xy 120.774689 98.817462) + (xy 120.768734 98.814996) + (xy 120.69476 98.780501) + (xy 120.694758 98.7805) + (xy 120.661179 98.776079) + (xy 120.649179 98.7745) + (xy 120.649177 98.7745) + (xy 120.450822 98.7745) + (xy 120.405241 98.7805) + (xy 120.405238 98.780501) + (xy 120.331274 98.814992) + (xy 120.274691 98.817462) + (xy 120.268727 98.814992) + (xy 120.19476 98.780501) + (xy 120.194758 98.7805) + (xy 120.161179 98.776079) + (xy 120.149179 98.7745) + (xy 120.149177 98.7745) + (xy 119.950822 98.7745) + (xy 119.905241 98.7805) + (xy 119.905238 98.780501) + (xy 119.831274 98.814992) + (xy 119.774691 98.817462) + (xy 119.768727 98.814992) + (xy 119.69476 98.780501) + (xy 119.694758 98.7805) + (xy 119.661179 98.776079) + (xy 119.649179 98.7745) + (xy 119.649177 98.7745) + (xy 119.450822 98.7745) + (xy 119.405241 98.7805) + (xy 119.405236 98.780502) + (xy 119.331272 98.814992) + (xy 119.274689 98.817462) + (xy 119.268734 98.814996) + (xy 119.19476 98.780501) + (xy 119.194758 98.7805) + (xy 119.161179 98.776079) + (xy 119.149179 98.7745) + (xy 119.149177 98.7745) + (xy 118.950822 98.7745) + (xy 118.905241 98.7805) + (xy 118.905236 98.780502) + (xy 118.831272 98.814992) + (xy 118.774689 98.817462) + (xy 118.768734 98.814996) + (xy 118.69476 98.780501) + (xy 118.694758 98.7805) + (xy 118.661179 98.776079) + (xy 118.649179 98.7745) + (xy 118.649177 98.7745) + (xy 118.450822 98.7745) + (xy 118.405241 98.7805) + (xy 118.405236 98.780502) + (xy 118.331272 98.814992) + (xy 118.274689 98.817462) + (xy 118.268734 98.814996) + (xy 118.19476 98.780501) + (xy 118.194758 98.7805) + (xy 118.161179 98.776079) + (xy 118.149179 98.7745) + (xy 118.149177 98.7745) + (xy 117.950822 98.7745) + (xy 117.905241 98.7805) + (xy 117.905236 98.780502) + (xy 117.831272 98.814992) + (xy 117.774689 98.817462) + (xy 117.768734 98.814996) + (xy 117.69476 98.780501) + (xy 117.694758 98.7805) + (xy 117.661179 98.776079) + (xy 117.649179 98.7745) + (xy 117.649177 98.7745) + (xy 117.450822 98.7745) + (xy 117.405241 98.7805) + (xy 117.405239 98.780501) + (xy 117.3052 98.82715) + (xy 117.22715 98.9052) + (xy 117.1805 99.005241) + (xy 117.1745 99.050822) + (xy 117.1745 99.7005) + (xy 117.152826 99.752826) + (xy 117.1005 99.7745) + (xy 116.450822 99.7745) + (xy 116.405241 99.7805) + (xy 116.405239 99.780501) + (xy 116.3052 99.82715) + (xy 116.22715 99.9052) + (xy 116.1805 100.005241) + (xy 116.1745 100.050822) + (xy 116.1745 100.249177) + (xy 116.1805 100.294758) + (xy 116.180501 100.294761) + (xy 116.188681 100.312303) + (xy 116.214991 100.368725) + (xy 116.214992 100.368726) + (xy 116.217462 100.425309) + (xy 116.214992 100.431273) + (xy 116.180501 100.505239) + (xy 116.1805 100.505241) + (xy 116.1745 100.550822) + (xy 116.1745 100.749177) + (xy 116.1805 100.794758) + (xy 116.180501 100.794761) + (xy 116.20262 100.842195) + (xy 116.214991 100.868725) + (xy 116.214992 100.868726) + (xy 116.217462 100.925309) + (xy 116.214992 100.931273) + (xy 116.180501 101.005239) + (xy 116.1805 101.005241) + (xy 116.1745 101.050822) + (xy 116.1745 101.249177) + (xy 116.1805 101.294758) + (xy 116.180501 101.294761) + (xy 116.214992 101.368726) + (xy 116.217462 101.425309) + (xy 116.214992 101.431273) + (xy 116.180501 101.505239) + (xy 116.1805 101.505241) + (xy 116.1745 101.550822) + (xy 116.1745 101.749177) + (xy 116.1805 101.794758) + (xy 116.180501 101.794761) + (xy 116.214992 101.868726) + (xy 116.217462 101.925309) + (xy 116.214992 101.931273) + (xy 116.180501 102.005239) + (xy 116.1805 102.005241) + (xy 116.1745 102.050822) + (xy 116.1745 102.249177) + (xy 116.1805 102.294758) + (xy 116.180501 102.294761) + (xy 116.211523 102.361288) + (xy 116.214991 102.368725) + (xy 116.214992 102.368726) + (xy 116.217462 102.425309) + (xy 116.214992 102.431273) + (xy 116.180501 102.505239) + (xy 116.1805 102.505241) + (xy 116.1745 102.550822) + (xy 116.1745 102.749177) + (xy 116.1805 102.794758) + (xy 116.180501 102.794761) + (xy 116.211523 102.861288) + (xy 116.214991 102.868725) + (xy 116.214992 102.868726) + (xy 116.217462 102.925309) + (xy 116.214992 102.931273) + (xy 116.180501 103.005239) + (xy 116.1805 103.005241) + (xy 116.1745 103.050822) + (xy 116.1745 103.249177) + (xy 116.1805 103.294758) + (xy 116.180501 103.29476) + (xy 116.214991 103.368725) + (xy 116.214992 103.368726) + (xy 116.217462 103.425309) + (xy 116.214992 103.431273) + (xy 116.180501 103.505239) + (xy 116.1805 103.505241) + (xy 116.1745 103.550822) + (xy 116.1745 103.749177) + (xy 116.1805 103.794758) + (xy 116.180501 103.794761) + (xy 116.20262 103.842195) + (xy 116.214991 103.868725) + (xy 116.214992 103.868726) + (xy 116.217462 103.925309) + (xy 116.214992 103.931273) + (xy 116.180501 104.005239) + (xy 116.1805 104.005241) + (xy 116.1745 104.050822) + (xy 116.1745 104.249177) + (xy 116.1805 104.294758) + (xy 116.180501 104.294761) + (xy 116.196834 104.329786) + (xy 116.214991 104.368725) + (xy 116.214992 104.368726) + (xy 116.217462 104.425309) + (xy 116.214992 104.431273) + (xy 116.180501 104.505239) + (xy 116.1805 104.505241) + (xy 116.1745 104.550822) + (xy 116.1745 104.749177) + (xy 116.1805 104.794758) + (xy 116.180501 104.79476) + (xy 116.214991 104.868725) + (xy 116.214992 104.868726) + (xy 116.217462 104.925309) + (xy 116.214992 104.931273) + (xy 116.180501 105.005239) + (xy 116.1805 105.005241) + (xy 116.1745 105.050822) + (xy 116.1745 105.249177) + (xy 116.1805 105.294758) + (xy 116.180501 105.294761) + (xy 116.214992 105.368726) + (xy 116.217462 105.425309) + (xy 116.214992 105.431273) + (xy 116.180501 105.505239) + (xy 116.1805 105.505241) + (xy 116.1745 105.550822) + (xy 116.1745 105.749177) + (xy 55.176579 105.749177) + (xy 55.170669 105.653354) + (xy 55.170471 105.6495) + (xy 55.090607 104.095084) + (xy 55.090224 104.085758) + (xy 55.076428 103.75) + (xy 108.85 103.75) + (xy 108.85 103.784131) + (xy 108.856241 103.842189) + (xy 108.856243 103.842195) + (xy 108.90523 103.973533) + (xy 108.989241 104.085758) + (xy 109.101466 104.169769) + (xy 109.232804 104.218756) + (xy 109.23281 104.218758) + (xy 109.290868 104.225) + (xy 109.387499 104.225) + (xy 109.387499 104.224999) + (xy 109.887499 104.224999) + (xy 109.8875 104.225) + (xy 109.984132 104.225) + (xy 110.042189 104.218758) + (xy 110.042195 104.218756) + (xy 110.173533 104.169769) + (xy 110.285758 104.085758) + (xy 110.369769 103.973533) + (xy 110.418756 103.842195) + (xy 110.418758 103.842189) + (xy 110.424995 103.784174) + (xy 110.5745 103.784174) + (xy 110.580749 103.842298) + (xy 110.58075 103.842303) + (xy 110.629786 103.973776) + (xy 110.629787 103.973777) + (xy 110.629788 103.973778) + (xy 110.713884 104.086116) + (xy 110.82563 104.169769) + (xy 110.826222 104.170212) + (xy 110.826223 104.170213) + (xy 110.934389 104.210556) + (xy 110.957701 104.219251) + (xy 111.010182 104.224893) + (xy 111.015825 104.2255) + (xy 111.015826 104.2255) + (xy 111.709175 104.2255) + (xy 111.714317 104.224946) + (xy 111.767299 104.219251) + (xy 111.854951 104.186558) + (xy 111.898776 104.170213) + (xy 111.898776 104.170212) + (xy 111.898778 104.170212) + (xy 112.011116 104.086116) + (xy 112.095212 103.973778) + (xy 112.095304 103.973533) + (xy 112.124035 103.8965) + (xy 112.144251 103.842299) + (xy 112.1505 103.784174) + (xy 112.1505 103.215826) + (xy 112.144251 103.157701) + (xy 112.135556 103.134389) + (xy 112.095213 103.026223) + (xy 112.095212 103.026222) + (xy 112.095211 103.026222) + (xy 112.011116 102.913884) + (xy 111.902138 102.832303) + (xy 111.898777 102.829787) + (xy 111.898776 102.829786) + (xy 111.767303 102.78075) + (xy 111.7673 102.780749) + (xy 111.767299 102.780749) + (xy 111.738236 102.777624) + (xy 111.709175 102.7745) + (xy 111.709174 102.7745) + (xy 111.015826 102.7745) + (xy 111.015825 102.7745) + (xy 110.957701 102.780749) + (xy 110.957696 102.78075) + (xy 110.826223 102.829786) + (xy 110.826222 102.829787) + (xy 110.713884 102.913884) + (xy 110.629787 103.026222) + (xy 110.629786 103.026223) + (xy 110.58075 103.157696) + (xy 110.580749 103.157701) + (xy 110.5745 103.215825) + (xy 110.5745 103.784174) + (xy 110.424995 103.784174) + (xy 110.425 103.784131) + (xy 110.425 103.75) + (xy 109.8875 103.75) + (xy 109.887499 104.224999) + (xy 109.387499 104.224999) + (xy 109.3875 103.75) + (xy 108.85 103.75) + (xy 55.076428 103.75) + (xy 55.074585 103.705143) + (xy 55.060562 103.25) + (xy 108.85 103.25) + (xy 109.387499 103.25) + (xy 109.887499 103.25) + (xy 110.425 103.25) + (xy 110.425 103.215868) + (xy 110.418758 103.15781) + (xy 110.418756 103.157804) + (xy 110.369769 103.026466) + (xy 110.285758 102.914241) + (xy 110.173533 102.83023) + (xy 110.042195 102.781243) + (xy 110.042189 102.781241) + (xy 109.984132 102.775) + (xy 109.8875 102.775) + (xy 109.887499 103.25) + (xy 109.387499 103.25) + (xy 109.3875 102.775) + (xy 109.290868 102.775) + (xy 109.23281 102.781241) + (xy 109.232804 102.781243) + (xy 109.101466 102.83023) + (xy 108.989241 102.914241) + (xy 108.90523 103.026466) + (xy 108.856243 103.157804) + (xy 108.856241 103.15781) + (xy 108.85 103.215868) + (xy 108.85 103.25) + (xy 55.060562 103.25) + (xy 55.026531 102.145431) + (xy 55.018523 101.75552) + (xy 55.0082 100.75) + (xy 109.35 100.75) + (xy 109.35 100.784131) + (xy 109.356241 100.842189) + (xy 109.356243 100.842195) + (xy 109.40523 100.973533) + (xy 109.489241 101.085758) + (xy 109.601466 101.169769) + (xy 109.732804 101.218756) + (xy 109.73281 101.218758) + (xy 109.790868 101.225) + (xy 109.887499 101.225) + (xy 109.887499 101.224999) + (xy 110.387499 101.224999) + (xy 110.3875 101.225) + (xy 110.484132 101.225) + (xy 110.542189 101.218758) + (xy 110.542195 101.218756) + (xy 110.673533 101.169769) + (xy 110.785758 101.085758) + (xy 110.869769 100.973533) + (xy 110.918756 100.842195) + (xy 110.918758 100.842189) + (xy 110.924995 100.784174) + (xy 111.0745 100.784174) + (xy 111.080749 100.842298) + (xy 111.08075 100.842303) + (xy 111.129786 100.973776) + (xy 111.129787 100.973777) + (xy 111.129788 100.973778) + (xy 111.213884 101.086116) + (xy 111.302062 101.152126) + (xy 111.326222 101.170212) + (xy 111.326223 101.170213) + (xy 111.430683 101.209174) + (xy 111.457701 101.219251) + (xy 111.510182 101.224893) + (xy 111.515825 101.2255) + (xy 111.515826 101.2255) + (xy 112.209175 101.2255) + (xy 112.214317 101.224946) + (xy 112.267299 101.219251) + (xy 112.354951 101.186558) + (xy 112.398776 101.170213) + (xy 112.398776 101.170212) + (xy 112.398778 101.170212) + (xy 112.511116 101.086116) + (xy 112.595212 100.973778) + (xy 112.595304 100.973533) + (xy 112.62273 100.9) + (xy 112.644251 100.842299) + (xy 112.6505 100.784174) + (xy 112.6505 100.215826) + (xy 112.644251 100.157701) + (xy 112.61555 100.08075) + (xy 112.595213 100.026223) + (xy 112.595212 100.026222) + (xy 112.595211 100.026222) + (xy 112.511116 99.913884) + (xy 112.427019 99.850929) + (xy 112.398777 99.829787) + (xy 112.398776 99.829786) + (xy 112.267303 99.78075) + (xy 112.2673 99.780749) + (xy 112.267299 99.780749) + (xy 112.238236 99.777624) + (xy 112.209175 99.7745) + (xy 112.209174 99.7745) + (xy 111.515826 99.7745) + (xy 111.515825 99.7745) + (xy 111.457701 99.780749) + (xy 111.457696 99.78075) + (xy 111.326223 99.829786) + (xy 111.326222 99.829787) + (xy 111.213884 99.913884) + (xy 111.129787 100.026222) + (xy 111.129786 100.026223) + (xy 111.08075 100.157696) + (xy 111.080749 100.157701) + (xy 111.0745 100.215825) + (xy 111.0745 100.784174) + (xy 110.924995 100.784174) + (xy 110.925 100.784131) + (xy 110.925 100.75) + (xy 110.3875 100.75) + (xy 110.387499 101.224999) + (xy 109.887499 101.224999) + (xy 109.8875 100.75) + (xy 109.35 100.75) + (xy 55.0082 100.75) + (xy 55.003067 100.25) + (xy 109.35 100.25) + (xy 109.887499 100.25) + (xy 110.387499 100.25) + (xy 110.925 100.25) + (xy 110.925 100.215868) + (xy 110.918758 100.15781) + (xy 110.918756 100.157804) + (xy 110.869769 100.026466) + (xy 110.785758 99.914241) + (xy 110.673533 99.83023) + (xy 110.542195 99.781243) + (xy 110.542189 99.781241) + (xy 110.484132 99.775) + (xy 110.3875 99.775) + (xy 110.387499 100.25) + (xy 109.887499 100.25) + (xy 109.8875 99.775) + (xy 109.790868 99.775) + (xy 109.73281 99.781241) + (xy 109.732804 99.781243) + (xy 109.601466 99.83023) + (xy 109.489241 99.914241) + (xy 109.40523 100.026466) + (xy 109.356243 100.157804) + (xy 109.356241 100.15781) + (xy 109.35 100.215868) + (xy 109.35 100.25) + (xy 55.003067 100.25) + (xy 55.002503 100.19509) + (xy 55.002503 99.804909) + (xy 55.005628 99.500499) + (xy 55.018523 98.24456) + (xy 55.026531 97.854576) + (xy 55.074585 96.294835) + (xy 55.090609 95.904879) + (xy 55.14523 94.841786) + (xy 55.170671 94.346604) + (xy 55.194694 93.957121) + (xy 55.306735 92.400772) + (xy 55.338749 92.011877) + (xy 55.378202 91.586115) + (xy 55.452513 90.784174) + (xy 121.8495 90.784174) + (xy 121.855749 90.842298) + (xy 121.85575 90.842303) + (xy 121.904786 90.973776) + (xy 121.904787 90.973777) + (xy 121.904788 90.973778) + (xy 121.988884 91.086116) + (xy 122.101222 91.170212) + (xy 122.101223 91.170213) + (xy 122.209389 91.210556) + (xy 122.232701 91.219251) + (xy 122.285182 91.224893) + (xy 122.290825 91.2255) + (xy 122.290826 91.2255) + (xy 122.884175 91.2255) + (xy 122.889317 91.224946) + (xy 122.942299 91.219251) + (xy 123.029951 91.186558) + (xy 123.073776 91.170213) + (xy 123.073776 91.170212) + (xy 123.073778 91.170212) + (xy 123.186116 91.086116) + (xy 123.270212 90.973778) + (xy 123.319251 90.842299) + (xy 123.3255 90.784174) + (xy 123.6745 90.784174) + (xy 123.680749 90.842298) + (xy 123.68075 90.842303) + (xy 123.729786 90.973776) + (xy 123.729787 90.973777) + (xy 123.729788 90.973778) + (xy 123.813884 91.086116) + (xy 123.926222 91.170212) + (xy 123.926223 91.170213) + (xy 124.034389 91.210556) + (xy 124.057701 91.219251) + (xy 124.110182 91.224893) + (xy 124.115825 91.2255) + (xy 124.115826 91.2255) + (xy 124.709175 91.2255) + (xy 124.714317 91.224946) + (xy 124.767299 91.219251) + (xy 124.854951 91.186558) + (xy 124.898776 91.170213) + (xy 124.898776 91.170212) + (xy 124.898778 91.170212) + (xy 125.011116 91.086116) + (xy 125.095212 90.973778) + (xy 125.144251 90.842299) + (xy 125.1505 90.784174) + (xy 125.1505 90.215826) + (xy 125.1505 90.215823) + (xy 125.150499 90.215812) + (xy 125.148401 90.196309) + (xy 125.144251 90.157701) + (xy 125.141257 90.149674) + (xy 125.5495 90.149674) + (xy 125.553586 90.170213) + (xy 125.564034 90.22274) + (xy 125.619157 90.30524) + (xy 125.619399 90.305601) + (xy 125.70226 90.360966) + (xy 125.775326 90.3755) + (xy 125.775328 90.3755) + (xy 126.924672 90.3755) + (xy 126.924674 90.3755) + (xy 126.99774 90.360966) + (xy 127.080601 90.305601) + (xy 127.135966 90.22274) + (xy 127.1505 90.149674) + (xy 127.1505 90.125) + (xy 129.85 90.125) + (xy 129.85 90.149622) + (xy 129.864505 90.222545) + (xy 129.919759 90.305239) + (xy 129.91976 90.30524) + (xy 130.002454 90.360494) + (xy 130.075378 90.375) + (xy 130.525 90.375) + (xy 130.525 90.125) + (xy 130.775 90.125) + (xy 130.775 90.375) + (xy 131.224622 90.375) + (xy 131.297545 90.360494) + (xy 131.380239 90.30524) + (xy 131.38024 90.305239) + (xy 131.435494 90.222545) + (xy 131.45 90.149622) + (xy 131.45 90.125) + (xy 130.775 90.125) + (xy 130.525 90.125) + (xy 129.85 90.125) + (xy 127.1505 90.125) + (xy 127.1505 89.850326) + (xy 127.135966 89.77726) + (xy 127.135965 89.777259) + (xy 127.134544 89.770112) + (xy 127.136129 89.769796) + (xy 127.136126 89.730103) + (xy 127.134073 89.729695) + (xy 127.14999 89.649674) + (xy 129.8495 89.649674) + (xy 129.853586 89.670213) + (xy 129.865456 89.729888) + (xy 129.863873 89.730202) + (xy 129.863873 89.769898) + (xy 129.865927 89.770307) + (xy 129.85 89.850377) + (xy 129.85 89.875) + (xy 130.068425 89.875) + (xy 130.072051 89.875178) + (xy 130.075322 89.8755) + (xy 130.075326 89.8755) + (xy 131.224678 89.8755) + (xy 131.227949 89.875178) + (xy 131.231575 89.875) + (xy 131.45 89.875) + (xy 131.45 89.850377) + (xy 131.434073 89.770307) + (xy 131.436129 89.769897) + (xy 131.436126 89.730203) + (xy 131.434544 89.729889) + (xy 131.441603 89.694399) + (xy 131.4505 89.649674) + (xy 131.4505 89.350326) + (xy 131.435966 89.27726) + (xy 131.435965 89.277259) + (xy 131.434544 89.270112) + (xy 131.436404 89.269741) + (xy 131.436402 89.230257) + (xy 131.434544 89.229888) + (xy 131.437341 89.215826) + (xy 131.4505 89.149674) + (xy 131.4505 88.850326) + (xy 131.435966 88.77726) + (xy 131.435965 88.777259) + (xy 131.434544 88.770112) + (xy 131.436129 88.769796) + (xy 131.436126 88.730103) + (xy 131.434073 88.729695) + (xy 131.45 88.649623) + (xy 131.45 88.625) + (xy 131.231575 88.625) + (xy 131.227949 88.624822) + (xy 131.224678 88.6245) + (xy 131.224674 88.6245) + (xy 130.075326 88.6245) + (xy 130.075322 88.6245) + (xy 130.072051 88.624822) + (xy 130.068425 88.625) + (xy 129.85 88.625) + (xy 129.85 88.649622) + (xy 129.865927 88.729693) + (xy 129.863873 88.730101) + (xy 129.863873 88.769797) + (xy 129.865456 88.770112) + (xy 129.864034 88.777259) + (xy 129.864034 88.77726) + (xy 129.8495 88.850326) + (xy 129.8495 89.149674) + (xy 129.862659 89.215826) + (xy 129.865456 89.229888) + (xy 129.863598 89.230257) + (xy 129.863598 89.269742) + (xy 129.865456 89.270112) + (xy 129.864034 89.277259) + (xy 129.864034 89.27726) + (xy 129.8495 89.350326) + (xy 129.8495 89.649674) + (xy 127.14999 89.649674) + (xy 127.15 89.649623) + (xy 127.15 89.625) + (xy 126.931575 89.625) + (xy 126.927949 89.624822) + (xy 126.924678 89.6245) + (xy 126.924674 89.6245) + (xy 125.775326 89.6245) + (xy 125.775322 89.6245) + (xy 125.772051 89.624822) + (xy 125.768425 89.625) + (xy 125.55 89.625) + (xy 125.55 89.649622) + (xy 125.565927 89.729693) + (xy 125.563873 89.730101) + (xy 125.563873 89.769797) + (xy 125.565456 89.770112) + (xy 125.564034 89.777259) + (xy 125.564034 89.77726) + (xy 125.5495 89.850326) + (xy 125.5495 90.149674) + (xy 125.141257 90.149674) + (xy 125.132054 90.125) + (xy 125.095213 90.026223) + (xy 125.095212 90.026222) + (xy 125.095211 90.026221) + (xy 125.011116 89.913884) + (xy 124.898778 89.829788) + (xy 124.898777 89.829787) + (xy 124.898776 89.829786) + (xy 124.767303 89.78075) + (xy 124.7673 89.780749) + (xy 124.767299 89.780749) + (xy 124.734846 89.77726) + (xy 124.709175 89.7745) + (xy 124.709174 89.7745) + (xy 124.115826 89.7745) + (xy 124.115825 89.7745) + (xy 124.057701 89.780749) + (xy 124.057696 89.78075) + (xy 123.926223 89.829786) + (xy 123.926222 89.829787) + (xy 123.813884 89.913884) + (xy 123.729787 90.026222) + (xy 123.729786 90.026223) + (xy 123.68075 90.157696) + (xy 123.680749 90.157701) + (xy 123.674501 90.215812) + (xy 123.6745 90.215823) + (xy 123.6745 90.784174) + (xy 123.3255 90.784174) + (xy 123.3255 90.215826) + (xy 123.3255 90.215823) + (xy 123.325499 90.215812) + (xy 123.323401 90.196309) + (xy 123.319251 90.157701) + (xy 123.307054 90.125) + (xy 123.270213 90.026223) + (xy 123.270212 90.026222) + (xy 123.270211 90.026221) + (xy 123.186116 89.913884) + (xy 123.073778 89.829788) + (xy 123.073777 89.829787) + (xy 123.073776 89.829786) + (xy 122.942303 89.78075) + (xy 122.9423 89.780749) + (xy 122.942299 89.780749) + (xy 122.909846 89.77726) + (xy 122.884175 89.7745) + (xy 122.884174 89.7745) + (xy 122.290826 89.7745) + (xy 122.290825 89.7745) + (xy 122.232701 89.780749) + (xy 122.232696 89.78075) + (xy 122.101223 89.829786) + (xy 122.101222 89.829787) + (xy 121.988884 89.913884) + (xy 121.904787 90.026222) + (xy 121.904786 90.026223) + (xy 121.85575 90.157696) + (xy 121.855749 90.157701) + (xy 121.849501 90.215812) + (xy 121.8495 90.215823) + (xy 121.8495 90.784174) + (xy 55.452513 90.784174) + (xy 55.482731 90.458069) + (xy 55.488714 90.399999) + (xy 55.514471 90.15) + (xy 113.79723 90.15) + (xy 113.797412 90.15125) + (xy 113.848714 90.256189) + (xy 113.93131 90.338785) + (xy 114.03625 90.390087) + (xy 114.104281 90.399999) + (xy 114.575 90.399999) + (xy 114.575 90.15) + (xy 114.975 90.15) + (xy 114.975 90.399999) + (xy 115.445711 90.399999) + (xy 115.445724 90.399998) + (xy 115.51375 90.390087) + (xy 115.618688 90.338786) + (xy 115.701285 90.256189) + (xy 115.752587 90.15125) + (xy 115.75277 90.15) + (xy 114.975 90.15) + (xy 114.575 90.15) + (xy 113.79723 90.15) + (xy 55.514471 90.15) + (xy 55.521346 90.083264) + (xy 119.512 90.083264) + (xy 119.521927 90.151393) + (xy 119.521927 90.151394) + (xy 119.573301 90.256482) + (xy 119.573302 90.256483) + (xy 119.656017 90.339198) + (xy 119.761107 90.390573) + (xy 119.82924 90.4005) + (xy 119.829246 90.4005) + (xy 121.170754 90.4005) + (xy 121.17076 90.4005) + (xy 121.238893 90.390573) + (xy 121.343983 90.339198) + (xy 121.426698 90.256483) + (xy 121.478073 90.151393) + (xy 121.488 90.08326) + (xy 121.488 89.81674) + (xy 121.478073 89.748607) + (xy 121.433532 89.657497) + (xy 121.430023 89.600973) + (xy 121.433525 89.592516) + (xy 121.478073 89.501393) + (xy 121.488 89.43326) + (xy 121.488 89.16674) + (xy 121.485513 89.149674) + (xy 125.5495 89.149674) + (xy 125.562659 89.215826) + (xy 125.565456 89.229888) + (xy 125.563873 89.230202) + (xy 125.563873 89.269898) + (xy 125.565927 89.270307) + (xy 125.55 89.350377) + (xy 125.55 89.375) + (xy 125.768425 89.375) + (xy 125.772051 89.375178) + (xy 125.775322 89.3755) + (xy 125.775326 89.3755) + (xy 126.924678 89.3755) + (xy 126.927949 89.375178) + (xy 126.931575 89.375) + (xy 127.15 89.375) + (xy 127.15 89.350377) + (xy 127.134073 89.270307) + (xy 127.136129 89.269897) + (xy 127.136126 89.230203) + (xy 127.134544 89.229889) + (xy 127.137341 89.215826) + (xy 127.1505 89.149674) + (xy 127.1505 88.850326) + (xy 127.135966 88.77726) + (xy 127.135965 88.777259) + (xy 127.134544 88.770112) + (xy 127.136404 88.769741) + (xy 127.136402 88.730257) + (xy 127.134544 88.729888) + (xy 127.137341 88.715826) + (xy 127.1505 88.649674) + (xy 127.1505 88.350326) + (xy 127.135966 88.27726) + (xy 127.135965 88.277259) + (xy 127.134544 88.270112) + (xy 127.136404 88.269741) + (xy 127.136402 88.230257) + (xy 127.134544 88.229888) + (xy 127.137341 88.215826) + (xy 127.1505 88.149674) + (xy 129.8495 88.149674) + (xy 129.862659 88.215826) + (xy 129.865456 88.229888) + (xy 129.863873 88.230202) + (xy 129.863873 88.269898) + (xy 129.865927 88.270307) + (xy 129.85 88.350377) + (xy 129.85 88.375) + (xy 130.068425 88.375) + (xy 130.072051 88.375178) + (xy 130.075322 88.3755) + (xy 130.075326 88.3755) + (xy 131.224678 88.3755) + (xy 131.227949 88.375178) + (xy 131.231575 88.375) + (xy 131.45 88.375) + (xy 131.45 88.350377) + (xy 131.434073 88.270307) + (xy 131.436129 88.269897) + (xy 131.436126 88.230203) + (xy 131.434544 88.229889) + (xy 131.437341 88.215826) + (xy 131.4505 88.149674) + (xy 131.4505 87.850326) + (xy 131.435966 87.77726) + (xy 131.380601 87.694399) + (xy 131.351566 87.674999) + (xy 131.29774 87.639034) + (xy 131.224674 87.6245) + (xy 130.075326 87.6245) + (xy 130.026615 87.634189) + (xy 130.002259 87.639034) + (xy 129.919399 87.694398) + (xy 129.919398 87.694399) + (xy 129.864034 87.777259) + (xy 129.864033 87.77726) + (xy 129.864034 87.77726) + (xy 129.8495 87.850326) + (xy 129.8495 88.149674) + (xy 127.1505 88.149674) + (xy 127.1505 87.850326) + (xy 127.135966 87.77726) + (xy 127.080601 87.694399) + (xy 127.051566 87.674999) + (xy 126.99774 87.639034) + (xy 126.924674 87.6245) + (xy 125.775326 87.6245) + (xy 125.726615 87.634189) + (xy 125.702259 87.639034) + (xy 125.619399 87.694398) + (xy 125.619398 87.694399) + (xy 125.564034 87.777259) + (xy 125.564033 87.77726) + (xy 125.564034 87.77726) + (xy 125.5495 87.850326) + (xy 125.5495 88.149674) + (xy 125.562659 88.215826) + (xy 125.565456 88.229888) + (xy 125.563598 88.230257) + (xy 125.563598 88.269742) + (xy 125.565456 88.270112) + (xy 125.564034 88.277259) + (xy 125.564034 88.27726) + (xy 125.5495 88.350326) + (xy 125.5495 88.649674) + (xy 125.562659 88.715826) + (xy 125.565456 88.729888) + (xy 125.563598 88.730257) + (xy 125.563598 88.769742) + (xy 125.565456 88.770112) + (xy 125.564034 88.777259) + (xy 125.564034 88.77726) + (xy 125.5495 88.850326) + (xy 125.5495 89.149674) + (xy 121.485513 89.149674) + (xy 121.478073 89.098607) + (xy 121.442687 89.026223) + (xy 121.433534 89.0075) + (xy 121.430025 88.950972) + (xy 121.433534 88.9425) + (xy 121.447523 88.913884) + (xy 121.478073 88.851393) + (xy 121.488 88.78326) + (xy 121.488 88.51674) + (xy 121.478073 88.448607) + (xy 121.433532 88.357497) + (xy 121.430023 88.300973) + (xy 121.433525 88.292516) + (xy 121.442492 88.274174) + (xy 121.8495 88.274174) + (xy 121.854957 88.324936) + (xy 121.855749 88.332298) + (xy 121.85575 88.332303) + (xy 121.904786 88.463776) + (xy 121.904787 88.463777) + (xy 121.904788 88.463778) + (xy 121.988884 88.576116) + (xy 122.087145 88.649674) + (xy 122.101222 88.660212) + (xy 122.101223 88.660213) + (xy 122.192881 88.694399) + (xy 122.232701 88.709251) + (xy 122.285182 88.714893) + (xy 122.290825 88.7155) + (xy 122.290826 88.7155) + (xy 122.884175 88.7155) + (xy 122.889317 88.714946) + (xy 122.942299 88.709251) + (xy 123.029951 88.676558) + (xy 123.073776 88.660213) + (xy 123.073776 88.660212) + (xy 123.073778 88.660212) + (xy 123.186116 88.576116) + (xy 123.270212 88.463778) + (xy 123.275871 88.448607) + (xy 123.303324 88.375) + (xy 123.319251 88.332299) + (xy 123.3255 88.274174) + (xy 123.6745 88.274174) + (xy 123.679957 88.324936) + (xy 123.680749 88.332298) + (xy 123.68075 88.332303) + (xy 123.729786 88.463776) + (xy 123.729787 88.463777) + (xy 123.729788 88.463778) + (xy 123.813884 88.576116) + (xy 123.912145 88.649674) + (xy 123.926222 88.660212) + (xy 123.926223 88.660213) + (xy 124.017881 88.694399) + (xy 124.057701 88.709251) + (xy 124.110182 88.714893) + (xy 124.115825 88.7155) + (xy 124.115826 88.7155) + (xy 124.709175 88.7155) + (xy 124.714317 88.714946) + (xy 124.767299 88.709251) + (xy 124.854951 88.676558) + (xy 124.898776 88.660213) + (xy 124.898776 88.660212) + (xy 124.898778 88.660212) + (xy 125.011116 88.576116) + (xy 125.095212 88.463778) + (xy 125.100871 88.448607) + (xy 125.128324 88.375) + (xy 125.144251 88.332299) + (xy 125.1505 88.274174) + (xy 125.1505 87.705826) + (xy 125.144251 87.647701) + (xy 125.121148 87.585758) + (xy 125.095213 87.516223) + (xy 125.095212 87.516222) + (xy 125.095211 87.516221) + (xy 125.011116 87.403884) + (xy 124.898778 87.319788) + (xy 124.898777 87.319787) + (xy 124.898776 87.319786) + (xy 124.767303 87.27075) + (xy 124.7673 87.270749) + (xy 124.767299 87.270749) + (xy 124.738236 87.267624) + (xy 124.709175 87.2645) + (xy 124.709174 87.2645) + (xy 124.115826 87.2645) + (xy 124.115825 87.2645) + (xy 124.057701 87.270749) + (xy 124.057696 87.27075) + (xy 123.926223 87.319786) + (xy 123.926222 87.319787) + (xy 123.813884 87.403884) + (xy 123.729787 87.516222) + (xy 123.729786 87.516223) + (xy 123.68075 87.647696) + (xy 123.680749 87.647701) + (xy 123.675729 87.694399) + (xy 123.6745 87.705826) + (xy 123.6745 88.274174) + (xy 123.3255 88.274174) + (xy 123.3255 87.705826) + (xy 123.319251 87.647701) + (xy 123.296148 87.585758) + (xy 123.270213 87.516223) + (xy 123.270212 87.516222) + (xy 123.270211 87.516222) + (xy 123.186116 87.403884) + (xy 123.073778 87.319788) + (xy 123.073777 87.319787) + (xy 123.073776 87.319786) + (xy 122.942303 87.27075) + (xy 122.9423 87.270749) + (xy 122.942299 87.270749) + (xy 122.913236 87.267624) + (xy 122.884175 87.2645) + (xy 122.884174 87.2645) + (xy 122.290826 87.2645) + (xy 122.290825 87.2645) + (xy 122.232701 87.270749) + (xy 122.232696 87.27075) + (xy 122.101223 87.319786) + (xy 122.101222 87.319787) + (xy 121.988884 87.403884) + (xy 121.904787 87.516222) + (xy 121.904786 87.516223) + (xy 121.85575 87.647696) + (xy 121.855749 87.647701) + (xy 121.850729 87.694399) + (xy 121.8495 87.705826) + (xy 121.8495 88.274174) + (xy 121.442492 88.274174) + (xy 121.478073 88.201393) + (xy 121.488 88.13326) + (xy 121.488 87.86674) + (xy 121.478073 87.798607) + (xy 121.461399 87.7645) + (xy 121.433534 87.7075) + (xy 121.430025 87.650972) + (xy 121.433534 87.6425) + (xy 121.461098 87.586116) + (xy 121.478073 87.551393) + (xy 121.488 87.48326) + (xy 121.488 87.21674) + (xy 121.478073 87.148607) + (xy 121.433532 87.057497) + (xy 121.430023 87.000973) + (xy 121.433525 86.992516) + (xy 121.478073 86.901393) + (xy 121.488 86.83326) + (xy 121.488 86.56674) + (xy 121.478073 86.498607) + (xy 121.433532 86.407497) + (xy 121.430023 86.350973) + (xy 121.433525 86.342516) + (xy 121.478073 86.251393) + (xy 121.488 86.18326) + (xy 121.488 85.91674) + (xy 121.478073 85.848607) + (xy 121.426698 85.743517) + (xy 121.343983 85.660802) + (xy 121.343982 85.660802) + (xy 121.343982 85.660801) + (xy 121.238894 85.609427) + (xy 121.170764 85.5995) + (xy 121.17076 85.5995) + (xy 119.82924 85.5995) + (xy 119.829235 85.5995) + (xy 119.761106 85.609427) + (xy 119.761105 85.609427) + (xy 119.656017 85.660801) + (xy 119.573301 85.743517) + (xy 119.521927 85.848605) + (xy 119.521927 85.848606) + (xy 119.512 85.916735) + (xy 119.512 86.183264) + (xy 119.521927 86.251393) + (xy 119.521927 86.251394) + (xy 119.566466 86.3425) + (xy 119.569975 86.399028) + (xy 119.566466 86.4075) + (xy 119.521927 86.498605) + (xy 119.521927 86.498606) + (xy 119.512 86.566735) + (xy 119.512 86.833264) + (xy 119.521927 86.901393) + (xy 119.521927 86.901394) + (xy 119.566466 86.9925) + (xy 119.569975 87.049028) + (xy 119.566466 87.0575) + (xy 119.521927 87.148605) + (xy 119.521927 87.148606) + (xy 119.512 87.216735) + (xy 119.512 87.483264) + (xy 119.521927 87.551393) + (xy 119.521927 87.551394) + (xy 119.566466 87.6425) + (xy 119.569975 87.699028) + (xy 119.566466 87.7075) + (xy 119.521927 87.798605) + (xy 119.521927 87.798606) + (xy 119.512 87.866735) + (xy 119.512 88.133264) + (xy 119.521927 88.201393) + (xy 119.521928 88.201395) + (xy 119.566465 88.2925) + (xy 119.569974 88.349029) + (xy 119.566465 88.3575) + (xy 119.521928 88.448604) + (xy 119.521927 88.448606) + (xy 119.512 88.516735) + (xy 119.512 88.783264) + (xy 119.521927 88.851393) + (xy 119.521927 88.851394) + (xy 119.566466 88.9425) + (xy 119.569975 88.999028) + (xy 119.566466 89.0075) + (xy 119.521927 89.098605) + (xy 119.521927 89.098606) + (xy 119.512 89.166735) + (xy 119.512 89.433264) + (xy 119.521927 89.501393) + (xy 119.521927 89.501394) + (xy 119.566466 89.5925) + (xy 119.569975 89.649028) + (xy 119.566466 89.6575) + (xy 119.521927 89.748605) + (xy 119.521927 89.748606) + (xy 119.512 89.816735) + (xy 119.512 90.083264) + (xy 55.521346 90.083264) + (xy 55.522701 90.070113) + (xy 55.594929 89.433264) + (xy 113.787 89.433264) + (xy 113.796927 89.501393) + (xy 113.796927 89.501395) + (xy 113.841743 89.593068) + (xy 113.845252 89.649596) + (xy 113.841743 89.658068) + (xy 113.797412 89.748748) + (xy 113.79723 89.75) + (xy 114.095445 89.75) + (xy 114.101559 89.750442) + (xy 114.101569 89.750306) + (xy 114.104234 89.750499) + (xy 114.10424 89.7505) + (xy 114.104246 89.7505) + (xy 115.445754 89.7505) + (xy 115.44576 89.7505) + (xy 115.445765 89.750499) + (xy 115.448431 89.750306) + (xy 115.44844 89.750442) + (xy 115.454555 89.75) + (xy 115.752769 89.75) + (xy 115.752587 89.748749) + (xy 115.708256 89.658069) + (xy 115.704746 89.60154) + (xy 115.708256 89.593068) + (xy 115.753072 89.501395) + (xy 115.753073 89.501393) + (xy 115.763 89.43326) + (xy 115.763 89.16674) + (xy 115.753073 89.098607) + (xy 115.717687 89.026223) + (xy 115.708534 89.0075) + (xy 115.705025 88.950972) + (xy 115.708534 88.9425) + (xy 115.722523 88.913884) + (xy 115.753073 88.851393) + (xy 115.763 88.78326) + (xy 115.763 88.51674) + (xy 115.753073 88.448607) + (xy 115.708532 88.357497) + (xy 115.705023 88.300973) + (xy 115.708525 88.292516) + (xy 115.753073 88.201393) + (xy 115.763 88.13326) + (xy 115.763 87.86674) + (xy 115.753073 87.798607) + (xy 115.736399 87.7645) + (xy 115.708534 87.7075) + (xy 115.705025 87.650972) + (xy 115.708534 87.6425) + (xy 115.736098 87.586116) + (xy 115.753073 87.551393) + (xy 115.763 87.48326) + (xy 115.763 87.21674) + (xy 115.753073 87.148607) + (xy 115.708532 87.057497) + (xy 115.705023 87.000973) + (xy 115.708525 86.992516) + (xy 115.753073 86.901393) + (xy 115.763 86.83326) + (xy 115.763 86.56674) + (xy 115.753073 86.498607) + (xy 115.708532 86.407497) + (xy 115.705023 86.350973) + (xy 115.708525 86.342516) + (xy 115.753073 86.251393) + (xy 115.763 86.18326) + (xy 115.763 85.91674) + (xy 115.753073 85.848607) + (xy 115.701698 85.743517) + (xy 115.618983 85.660802) + (xy 115.618982 85.660801) + (xy 115.513894 85.609427) + (xy 115.445764 85.5995) + (xy 115.44576 85.5995) + (xy 114.10424 85.5995) + (xy 114.104235 85.5995) + (xy 114.036106 85.609427) + (xy 114.036105 85.609427) + (xy 113.931017 85.660801) + (xy 113.848301 85.743517) + (xy 113.796927 85.848605) + (xy 113.796927 85.848606) + (xy 113.787 85.916735) + (xy 113.787 86.183264) + (xy 113.796927 86.251393) + (xy 113.796927 86.251394) + (xy 113.841466 86.3425) + (xy 113.844975 86.399028) + (xy 113.841466 86.4075) + (xy 113.796927 86.498605) + (xy 113.796927 86.498606) + (xy 113.787 86.566735) + (xy 113.787 86.833264) + (xy 113.796927 86.901393) + (xy 113.796927 86.901394) + (xy 113.841466 86.9925) + (xy 113.844975 87.049028) + (xy 113.841466 87.0575) + (xy 113.796927 87.148605) + (xy 113.796927 87.148606) + (xy 113.787 87.216735) + (xy 113.787 87.483264) + (xy 113.796927 87.551393) + (xy 113.796927 87.551394) + (xy 113.841466 87.6425) + (xy 113.844975 87.699028) + (xy 113.841466 87.7075) + (xy 113.796927 87.798605) + (xy 113.796927 87.798606) + (xy 113.787 87.866735) + (xy 113.787 88.133264) + (xy 113.796927 88.201393) + (xy 113.796928 88.201395) + (xy 113.841465 88.2925) + (xy 113.844974 88.349029) + (xy 113.841465 88.3575) + (xy 113.796928 88.448604) + (xy 113.796927 88.448606) + (xy 113.787 88.516735) + (xy 113.787 88.783264) + (xy 113.796927 88.851393) + (xy 113.796927 88.851394) + (xy 113.841466 88.9425) + (xy 113.844975 88.999028) + (xy 113.841466 89.0075) + (xy 113.796927 89.098605) + (xy 113.796927 89.098606) + (xy 113.787 89.166735) + (xy 113.787 89.433264) + (xy 55.594929 89.433264) + (xy 55.668546 88.784174) + (xy 107.3495 88.784174) + (xy 107.354451 88.83023) + (xy 107.355749 88.842298) + (xy 107.35575 88.842303) + (xy 107.404786 88.973776) + (xy 107.404787 88.973777) + (xy 107.42369 88.999028) + (xy 107.488884 89.086116) + (xy 107.584647 89.157804) + (xy 107.601222 89.170212) + (xy 107.601223 89.170213) + (xy 107.705887 89.20925) + (xy 107.732701 89.219251) + (xy 107.785182 89.224893) + (xy 107.790825 89.2255) + (xy 107.790826 89.2255) + (xy 108.384175 89.2255) + (xy 108.389317 89.224946) + (xy 108.442299 89.219251) + (xy 108.529951 89.186558) + (xy 108.573776 89.170213) + (xy 108.573776 89.170212) + (xy 108.573778 89.170212) + (xy 108.686116 89.086116) + (xy 108.770212 88.973778) + (xy 108.770304 88.973533) + (xy 108.792551 88.913884) + (xy 108.819251 88.842299) + (xy 108.8255 88.784174) + (xy 108.8255 88.75) + (xy 109.175 88.75) + (xy 109.175 88.784131) + (xy 109.181241 88.842189) + (xy 109.181243 88.842195) + (xy 109.23023 88.973533) + (xy 109.314241 89.085758) + (xy 109.426466 89.169769) + (xy 109.557804 89.218756) + (xy 109.55781 89.218758) + (xy 109.615868 89.225) + (xy 109.6625 89.225) + (xy 109.6625 88.75) + (xy 110.1625 88.75) + (xy 110.1625 89.225) + (xy 110.209132 89.225) + (xy 110.267189 89.218758) + (xy 110.267195 89.218756) + (xy 110.398533 89.169769) + (xy 110.510758 89.085758) + (xy 110.594769 88.973533) + (xy 110.643756 88.842195) + (xy 110.643758 88.842189) + (xy 110.65 88.784131) + (xy 110.65 88.75) + (xy 110.1625 88.75) + (xy 109.6625 88.75) + (xy 109.175 88.75) + (xy 108.8255 88.75) + (xy 108.8255 88.25) + (xy 109.175 88.25) + (xy 109.6625 88.25) + (xy 109.6625 87.775) + (xy 110.1625 87.775) + (xy 110.1625 88.25) + (xy 110.65 88.25) + (xy 110.65 88.215868) + (xy 110.643758 88.15781) + (xy 110.643756 88.157804) + (xy 110.594769 88.026466) + (xy 110.510758 87.914241) + (xy 110.398533 87.83023) + (xy 110.267195 87.781243) + (xy 110.267189 87.781241) + (xy 110.209132 87.775) + (xy 110.1625 87.775) + (xy 109.6625 87.775) + (xy 109.615868 87.775) + (xy 109.55781 87.781241) + (xy 109.557804 87.781243) + (xy 109.426466 87.83023) + (xy 109.314241 87.914241) + (xy 109.23023 88.026466) + (xy 109.181243 88.157804) + (xy 109.181241 88.15781) + (xy 109.175 88.215868) + (xy 109.175 88.25) + (xy 108.8255 88.25) + (xy 108.8255 88.215826) + (xy 108.819251 88.157701) + (xy 108.810556 88.134389) + (xy 108.770213 88.026223) + (xy 108.770212 88.026222) + (xy 108.726495 87.967824) + (xy 108.686116 87.913884) + (xy 108.601213 87.850326) + (xy 108.573777 87.829787) + (xy 108.573776 87.829786) + (xy 108.442303 87.78075) + (xy 108.4423 87.780749) + (xy 108.442299 87.780749) + (xy 108.409837 87.777259) + (xy 108.384175 87.7745) + (xy 108.384174 87.7745) + (xy 107.790826 87.7745) + (xy 107.790825 87.7745) + (xy 107.732701 87.780749) + (xy 107.732696 87.78075) + (xy 107.601223 87.829786) + (xy 107.601222 87.829787) + (xy 107.488884 87.913884) + (xy 107.404787 88.026222) + (xy 107.404786 88.026223) + (xy 107.35575 88.157696) + (xy 107.355749 88.157701) + (xy 107.351202 88.199999) + (xy 107.3495 88.215826) + (xy 107.3495 88.784174) + (xy 55.668546 88.784174) + (xy 55.698565 88.519495) + (xy 55.7465 88.132383) + (xy 55.954151 86.585794) + (xy 55.956909 86.566746) + (xy 56.010052 86.199558) + (xy 56.074531 85.784174) + (xy 106.8495 85.784174) + (xy 106.855749 85.842298) + (xy 106.85575 85.842303) + (xy 106.904786 85.973776) + (xy 106.904787 85.973777) + (xy 106.919947 85.994028) + (xy 106.988884 86.086116) + (xy 107.066543 86.144251) + (xy 107.101222 86.170212) + (xy 107.101223 86.170213) + (xy 107.209389 86.210556) + (xy 107.232701 86.219251) + (xy 107.285182 86.224893) + (xy 107.290825 86.2255) + (xy 107.290826 86.2255) + (xy 107.884175 86.2255) + (xy 107.889317 86.224946) + (xy 107.942299 86.219251) + (xy 108.038814 86.183253) + (xy 108.073776 86.170213) + (xy 108.073776 86.170212) + (xy 108.073778 86.170212) + (xy 108.186116 86.086116) + (xy 108.270212 85.973778) + (xy 108.270304 85.973533) + (xy 108.316898 85.848607) + (xy 108.319251 85.842299) + (xy 108.3255 85.784174) + (xy 108.3255 85.75) + (xy 108.675 85.75) + (xy 108.675 85.784131) + (xy 108.681241 85.842189) + (xy 108.681243 85.842195) + (xy 108.73023 85.973533) + (xy 108.814241 86.085758) + (xy 108.926466 86.169769) + (xy 109.057804 86.218756) + (xy 109.05781 86.218758) + (xy 109.115868 86.225) + (xy 109.1625 86.225) + (xy 109.1625 85.75) + (xy 109.6625 85.75) + (xy 109.6625 86.225) + (xy 109.709132 86.225) + (xy 109.767189 86.218758) + (xy 109.767195 86.218756) + (xy 109.898533 86.169769) + (xy 110.010758 86.085758) + (xy 110.094769 85.973533) + (xy 110.143756 85.842195) + (xy 110.143758 85.842189) + (xy 110.15 85.784131) + (xy 110.15 85.75) + (xy 109.6625 85.75) + (xy 109.1625 85.75) + (xy 108.675 85.75) + (xy 108.3255 85.75) + (xy 108.3255 85.25) + (xy 108.675 85.25) + (xy 109.1625 85.25) + (xy 109.1625 84.775) + (xy 109.6625 84.775) + (xy 109.6625 85.25) + (xy 110.15 85.25) + (xy 131.35 85.25) + (xy 131.35 85.284131) + (xy 131.356241 85.342189) + (xy 131.356243 85.342195) + (xy 131.40523 85.473533) + (xy 131.489241 85.585758) + (xy 131.601466 85.669769) + (xy 131.732804 85.718756) + (xy 131.73281 85.718758) + (xy 131.790868 85.725) + (xy 131.887499 85.725) + (xy 131.887499 85.724999) + (xy 132.387499 85.724999) + (xy 132.3875 85.725) + (xy 132.484132 85.725) + (xy 132.542189 85.718758) + (xy 132.542195 85.718756) + (xy 132.673533 85.669769) + (xy 132.785758 85.585758) + (xy 132.869769 85.473533) + (xy 132.918756 85.342195) + (xy 132.918758 85.342189) + (xy 132.924995 85.284174) + (xy 133.0745 85.284174) + (xy 133.080749 85.342298) + (xy 133.08075 85.342303) + (xy 133.129786 85.473776) + (xy 133.129787 85.473777) + (xy 133.129788 85.473778) + (xy 133.213884 85.586116) + (xy 133.313652 85.660802) + (xy 133.326222 85.670212) + (xy 133.326223 85.670213) + (xy 133.430683 85.709174) + (xy 133.457701 85.719251) + (xy 133.510182 85.724893) + (xy 133.515825 85.7255) + (xy 133.515826 85.7255) + (xy 134.209175 85.7255) + (xy 134.214317 85.724946) + (xy 134.267299 85.719251) + (xy 134.365833 85.6825) + (xy 134.398776 85.670213) + (xy 134.398776 85.670212) + (xy 134.398778 85.670212) + (xy 134.511116 85.586116) + (xy 134.595212 85.473778) + (xy 134.595304 85.473533) + (xy 134.611558 85.429951) + (xy 134.644251 85.342299) + (xy 134.6505 85.284174) + (xy 134.6505 84.715826) + (xy 134.644251 84.657701) + (xy 134.624894 84.605802) + (xy 134.595213 84.526223) + (xy 134.595212 84.526222) + (xy 134.511116 84.413884) + (xy 134.425778 84.35) + (xy 134.398777 84.329787) + (xy 134.398776 84.329786) + (xy 134.267303 84.28075) + (xy 134.2673 84.280749) + (xy 134.267299 84.280749) + (xy 134.238236 84.277624) + (xy 134.209175 84.2745) + (xy 134.209174 84.2745) + (xy 133.515826 84.2745) + (xy 133.515825 84.2745) + (xy 133.457701 84.280749) + (xy 133.457696 84.28075) + (xy 133.326223 84.329786) + (xy 133.326222 84.329787) + (xy 133.213884 84.413884) + (xy 133.129787 84.526222) + (xy 133.129786 84.526223) + (xy 133.08075 84.657696) + (xy 133.080749 84.657701) + (xy 133.0745 84.715825) + (xy 133.0745 85.284174) + (xy 132.924995 85.284174) + (xy 132.925 85.284131) + (xy 132.925 85.25) + (xy 132.3875 85.25) + (xy 132.387499 85.724999) + (xy 131.887499 85.724999) + (xy 131.8875 85.25) + (xy 131.35 85.25) + (xy 110.15 85.25) + (xy 110.15 85.215868) + (xy 110.143758 85.15781) + (xy 110.143756 85.157804) + (xy 110.094769 85.026466) + (xy 110.010758 84.914241) + (xy 109.898533 84.83023) + (xy 109.767195 84.781243) + (xy 109.767189 84.781241) + (xy 109.709132 84.775) + (xy 109.6625 84.775) + (xy 109.1625 84.775) + (xy 109.115868 84.775) + (xy 109.05781 84.781241) + (xy 109.057804 84.781243) + (xy 108.926466 84.83023) + (xy 108.814241 84.914241) + (xy 108.73023 85.026466) + (xy 108.681243 85.157804) + (xy 108.681241 85.15781) + (xy 108.675 85.215868) + (xy 108.675 85.25) + (xy 108.3255 85.25) + (xy 108.3255 85.215826) + (xy 108.319251 85.157701) + (xy 108.30827 85.12826) + (xy 108.270213 85.026223) + (xy 108.270212 85.026222) + (xy 108.264444 85.018517) + (xy 108.186116 84.913884) + (xy 108.084827 84.838059) + (xy 108.073777 84.829787) + (xy 108.073776 84.829786) + (xy 107.942303 84.78075) + (xy 107.9423 84.780749) + (xy 107.942299 84.780749) + (xy 107.913236 84.777624) + (xy 107.884175 84.7745) + (xy 107.884174 84.7745) + (xy 107.290826 84.7745) + (xy 107.290825 84.7745) + (xy 107.232701 84.780749) + (xy 107.232696 84.78075) + (xy 107.101223 84.829786) + (xy 107.101222 84.829787) + (xy 106.988884 84.913884) + (xy 106.904787 85.026222) + (xy 106.904786 85.026223) + (xy 106.85575 85.157696) + (xy 106.855749 85.157701) + (xy 106.8495 85.215825) + (xy 106.8495 85.784174) + (xy 56.074531 85.784174) + (xy 56.235065 84.75) + (xy 131.35 84.75) + (xy 131.887499 84.75) + (xy 131.887499 84.749999) + (xy 132.387499 84.749999) + (xy 132.3875 84.75) + (xy 132.925 84.75) + (xy 132.925 84.715868) + (xy 132.918758 84.65781) + (xy 132.918756 84.657804) + (xy 132.869769 84.526466) + (xy 132.785758 84.414241) + (xy 132.673533 84.33023) + (xy 132.542195 84.281243) + (xy 132.542189 84.281241) + (xy 132.484132 84.275) + (xy 132.3875 84.275) + (xy 132.387499 84.749999) + (xy 131.887499 84.749999) + (xy 131.8875 84.275) + (xy 131.790868 84.275) + (xy 131.73281 84.281241) + (xy 131.732804 84.281243) + (xy 131.601466 84.33023) + (xy 131.489241 84.414241) + (xy 131.40523 84.526466) + (xy 131.356243 84.657804) + (xy 131.356241 84.65781) + (xy 131.35 84.715868) + (xy 131.35 84.75) + (xy 56.235065 84.75) + (xy 56.249402 84.657638) + (xy 56.25402 84.629786) + (xy 56.313196 84.272783) + (xy 56.584184 82.735931) + (xy 56.645436 82.408264) + (xy 114.1495 82.408264) + (xy 114.159427 82.476393) + (xy 114.159427 82.476394) + (xy 114.210801 82.581482) + (xy 114.210802 82.581483) + (xy 114.293517 82.664198) + (xy 114.398607 82.715573) + (xy 114.46674 82.7255) + (xy 114.466746 82.7255) + (xy 115.808254 82.7255) + (xy 115.80826 82.7255) + (xy 115.876393 82.715573) + (xy 115.981483 82.664198) + (xy 116.064198 82.581483) + (xy 116.115573 82.476393) + (xy 116.125499 82.408264) + (xy 119.8745 82.408264) + (xy 119.884427 82.476393) + (xy 119.884427 82.476394) + (xy 119.935801 82.581482) + (xy 119.935802 82.581483) + (xy 120.018517 82.664198) + (xy 120.123607 82.715573) + (xy 120.19174 82.7255) + (xy 120.191746 82.7255) + (xy 121.533254 82.7255) + (xy 121.53326 82.7255) + (xy 121.601393 82.715573) + (xy 121.706483 82.664198) + (xy 121.787417 82.583264) + (xy 123.6495 82.583264) + (xy 123.659427 82.651393) + (xy 123.659427 82.651394) + (xy 123.710801 82.756482) + (xy 123.710802 82.756483) + (xy 123.793517 82.839198) + (xy 123.898607 82.890573) + (xy 123.96674 82.9005) + (xy 123.966746 82.9005) + (xy 125.308254 82.9005) + (xy 125.30826 82.9005) + (xy 125.376393 82.890573) + (xy 125.481483 82.839198) + (xy 125.564198 82.756483) + (xy 125.615573 82.651393) + (xy 125.625499 82.583264) + (xy 129.3745 82.583264) + (xy 129.384427 82.651393) + (xy 129.384427 82.651394) + (xy 129.435801 82.756482) + (xy 129.435802 82.756483) + (xy 129.518517 82.839198) + (xy 129.623607 82.890573) + (xy 129.69174 82.9005) + (xy 129.691746 82.9005) + (xy 131.033254 82.9005) + (xy 131.03326 82.9005) + (xy 131.101393 82.890573) + (xy 131.206483 82.839198) + (xy 131.289198 82.756483) + (xy 131.340573 82.651393) + (xy 131.3505 82.58326) + (xy 131.3505 82.31674) + (xy 131.340573 82.248607) + (xy 131.327992 82.222872) + (xy 168.5495 82.222872) + (xy 168.555909 82.282481) + (xy 168.55591 82.282486) + (xy 168.606202 82.417328) + (xy 168.606203 82.417329) + (xy 168.606204 82.41733) + (xy 168.692454 82.532546) + (xy 168.807669 82.618796) + (xy 168.80767 82.618796) + (xy 168.807671 82.618797) + (xy 168.918606 82.660172) + (xy 168.942518 82.669091) + (xy 168.99634 82.674877) + (xy 169.002127 82.6755) + (xy 169.002128 82.6755) + (xy 170.347873 82.6755) + (xy 170.353147 82.674932) + (xy 170.407482 82.669091) + (xy 170.49738 82.635561) + (xy 170.542328 82.618797) + (xy 170.542328 82.618796) + (xy 170.54233 82.618796) + (xy 170.657546 82.532546) + (xy 170.743796 82.41733) + (xy 170.747178 82.408264) + (xy 170.781311 82.316746) + (xy 170.794091 82.282482) + (xy 170.8005 82.222872) + (xy 170.8005 81.69) + (xy 200.4 81.69) + (xy 200.4 81.724131) + (xy 200.406241 81.782189) + (xy 200.406243 81.782195) + (xy 200.45523 81.913533) + (xy 200.539241 82.025758) + (xy 200.651466 82.109769) + (xy 200.782804 82.158756) + (xy 200.78281 82.158758) + (xy 200.840868 82.165) + (xy 200.9375 82.165) + (xy 200.9375 81.69) + (xy 201.4375 81.69) + (xy 201.4375 82.165) + (xy 201.534132 82.165) + (xy 201.592189 82.158758) + (xy 201.592195 82.158756) + (xy 201.723533 82.109769) + (xy 201.835758 82.025758) + (xy 201.919769 81.913533) + (xy 201.968756 81.782195) + (xy 201.968758 81.782189) + (xy 201.974995 81.724174) + (xy 202.1245 81.724174) + (xy 202.130582 81.78075) + (xy 202.130749 81.782298) + (xy 202.13075 81.782303) + (xy 202.179786 81.913776) + (xy 202.179787 81.913777) + (xy 202.182574 81.9175) + (xy 202.263884 82.026116) + (xy 202.352562 82.0925) + (xy 202.376222 82.110212) + (xy 202.376223 82.110213) + (xy 202.460752 82.14174) + (xy 202.507701 82.159251) + (xy 202.560182 82.164893) + (xy 202.565825 82.1655) + (xy 202.565826 82.1655) + (xy 203.259175 82.1655) + (xy 203.264317 82.164946) + (xy 203.317299 82.159251) + (xy 203.40913 82.125) + (xy 203.448776 82.110213) + (xy 203.448776 82.110212) + (xy 203.448778 82.110212) + (xy 203.561116 82.026116) + (xy 203.645212 81.913778) + (xy 203.645304 81.913533) + (xy 203.674342 81.835676) + (xy 203.694251 81.782299) + (xy 203.7005 81.724174) + (xy 204.7495 81.724174) + (xy 204.755582 81.78075) + (xy 204.755749 81.782298) + (xy 204.75575 81.782303) + (xy 204.804786 81.913776) + (xy 204.804787 81.913777) + (xy 204.807574 81.9175) + (xy 204.888884 82.026116) + (xy 204.977562 82.0925) + (xy 205.001222 82.110212) + (xy 205.001223 82.110213) + (xy 205.085752 82.14174) + (xy 205.132701 82.159251) + (xy 205.185182 82.164893) + (xy 205.190825 82.1655) + (xy 205.190826 82.1655) + (xy 205.784175 82.1655) + (xy 205.789317 82.164946) + (xy 205.842299 82.159251) + (xy 205.93413 82.125) + (xy 205.973776 82.110213) + (xy 205.973776 82.110212) + (xy 205.973778 82.110212) + (xy 206.086116 82.026116) + (xy 206.170212 81.913778) + (xy 206.170304 81.913533) + (xy 206.199342 81.835676) + (xy 206.219251 81.782299) + (xy 206.2255 81.724174) + (xy 206.5745 81.724174) + (xy 206.580582 81.78075) + (xy 206.580749 81.782298) + (xy 206.58075 81.782303) + (xy 206.629786 81.913776) + (xy 206.629787 81.913777) + (xy 206.632574 81.9175) + (xy 206.713884 82.026116) + (xy 206.802562 82.0925) + (xy 206.826222 82.110212) + (xy 206.826223 82.110213) + (xy 206.910752 82.14174) + (xy 206.957701 82.159251) + (xy 207.010182 82.164893) + (xy 207.015825 82.1655) + (xy 207.015826 82.1655) + (xy 207.609175 82.1655) + (xy 207.614317 82.164946) + (xy 207.667299 82.159251) + (xy 207.75913 82.125) + (xy 207.798776 82.110213) + (xy 207.798776 82.110212) + (xy 207.798778 82.110212) + (xy 207.911116 82.026116) + (xy 207.995212 81.913778) + (xy 207.995304 81.913533) + (xy 208.024342 81.835676) + (xy 208.044251 81.782299) + (xy 208.0505 81.724174) + (xy 209.0995 81.724174) + (xy 209.105582 81.78075) + (xy 209.105749 81.782298) + (xy 209.10575 81.782303) + (xy 209.154786 81.913776) + (xy 209.154787 81.913777) + (xy 209.157574 81.9175) + (xy 209.238884 82.026116) + (xy 209.327562 82.0925) + (xy 209.351222 82.110212) + (xy 209.351223 82.110213) + (xy 209.435752 82.14174) + (xy 209.482701 82.159251) + (xy 209.535182 82.164893) + (xy 209.540825 82.1655) + (xy 209.540826 82.1655) + (xy 210.134175 82.1655) + (xy 210.139317 82.164946) + (xy 210.192299 82.159251) + (xy 210.28413 82.125) + (xy 210.323776 82.110213) + (xy 210.323776 82.110212) + (xy 210.323778 82.110212) + (xy 210.436116 82.026116) + (xy 210.520212 81.913778) + (xy 210.520304 81.913533) + (xy 210.549342 81.835676) + (xy 210.569251 81.782299) + (xy 210.5755 81.724174) + (xy 210.9245 81.724174) + (xy 210.930582 81.78075) + (xy 210.930749 81.782298) + (xy 210.93075 81.782303) + (xy 210.979786 81.913776) + (xy 210.979787 81.913777) + (xy 210.982574 81.9175) + (xy 211.063884 82.026116) + (xy 211.152562 82.0925) + (xy 211.176222 82.110212) + (xy 211.176223 82.110213) + (xy 211.260752 82.14174) + (xy 211.307701 82.159251) + (xy 211.360182 82.164893) + (xy 211.365825 82.1655) + (xy 211.365826 82.1655) + (xy 211.959175 82.1655) + (xy 211.964317 82.164946) + (xy 212.017299 82.159251) + (xy 212.10913 82.125) + (xy 212.148776 82.110213) + (xy 212.148776 82.110212) + (xy 212.148778 82.110212) + (xy 212.261116 82.026116) + (xy 212.345212 81.913778) + (xy 212.345304 81.913533) + (xy 212.374342 81.835676) + (xy 212.382176 81.814674) + (xy 213.5245 81.814674) + (xy 213.539034 81.887739) + (xy 213.539034 81.88774) + (xy 213.593006 81.968517) + (xy 213.594399 81.970601) + (xy 213.67726 82.025966) + (xy 213.750326 82.0405) + (xy 213.750328 82.0405) + (xy 214.449672 82.0405) + (xy 214.449674 82.0405) + (xy 214.52274 82.025966) + (xy 214.605601 81.970601) + (xy 214.660966 81.88774) + (xy 214.6755 81.814674) + (xy 215.4245 81.814674) + (xy 215.439034 81.887739) + (xy 215.439034 81.88774) + (xy 215.493006 81.968517) + (xy 215.494399 81.970601) + (xy 215.57726 82.025966) + (xy 215.650326 82.0405) + (xy 215.650328 82.0405) + (xy 216.349672 82.0405) + (xy 216.349674 82.0405) + (xy 216.42274 82.025966) + (xy 216.505601 81.970601) + (xy 216.560966 81.88774) + (xy 216.5755 81.814674) + (xy 216.5755 81.365326) + (xy 216.560966 81.29226) + (xy 216.560965 81.292259) + (xy 216.559544 81.285112) + (xy 216.561404 81.284741) + (xy 216.561402 81.245258) + (xy 216.559544 81.244889) + (xy 216.570462 81.19) + (xy 216.5755 81.164674) + (xy 216.5755 80.715326) + (xy 216.560966 80.64226) + (xy 216.560965 80.642259) + (xy 216.559544 80.635112) + (xy 216.561404 80.634741) + (xy 216.561402 80.595257) + (xy 216.559544 80.594888) + (xy 216.560966 80.58774) + (xy 216.5755 80.514674) + (xy 216.5755 80.065326) + (xy 216.560966 79.99226) + (xy 216.505601 79.909399) + (xy 216.476391 79.889882) + (xy 216.42274 79.854034) + (xy 216.349674 79.8395) + (xy 215.650326 79.8395) + (xy 215.601615 79.849189) + (xy 215.577259 79.854034) + (xy 215.494399 79.909398) + (xy 215.494398 79.909399) + (xy 215.439034 79.992259) + (xy 215.439033 79.99226) + (xy 215.439034 79.99226) + (xy 215.4245 80.065326) + (xy 215.4245 80.514674) + (xy 215.439034 80.58774) + (xy 215.440456 80.594888) + (xy 215.438597 80.595257) + (xy 215.438597 80.634742) + (xy 215.440456 80.635112) + (xy 215.439034 80.642259) + (xy 215.439034 80.64226) + (xy 215.4245 80.715326) + (xy 215.4245 81.164674) + (xy 215.429538 81.19) + (xy 215.440456 81.244888) + (xy 215.438597 81.245257) + (xy 215.438597 81.284742) + (xy 215.440456 81.285112) + (xy 215.439034 81.292259) + (xy 215.439034 81.29226) + (xy 215.4245 81.365326) + (xy 215.4245 81.814674) + (xy 214.6755 81.814674) + (xy 214.6755 81.365326) + (xy 214.660966 81.29226) + (xy 214.660965 81.292259) + (xy 214.659544 81.285112) + (xy 214.661404 81.284741) + (xy 214.661402 81.245258) + (xy 214.659544 81.244889) + (xy 214.660966 81.23774) + (xy 214.6755 81.164674) + (xy 214.6755 80.715326) + (xy 214.660966 80.64226) + (xy 214.660965 80.642259) + (xy 214.659544 80.635112) + (xy 214.661404 80.634741) + (xy 214.661402 80.595257) + (xy 214.659544 80.594888) + (xy 214.660966 80.58774) + (xy 214.6755 80.514674) + (xy 214.6755 80.065326) + (xy 214.660966 79.99226) + (xy 214.605601 79.909399) + (xy 214.576391 79.889882) + (xy 214.52274 79.854034) + (xy 214.449674 79.8395) + (xy 213.750326 79.8395) + (xy 213.701615 79.849189) + (xy 213.677259 79.854034) + (xy 213.594399 79.909398) + (xy 213.594398 79.909399) + (xy 213.539034 79.992259) + (xy 213.539033 79.99226) + (xy 213.539034 79.99226) + (xy 213.5245 80.065326) + (xy 213.5245 80.514674) + (xy 213.539034 80.58774) + (xy 213.540456 80.594888) + (xy 213.538597 80.595257) + (xy 213.538597 80.634742) + (xy 213.540456 80.635112) + (xy 213.539034 80.642259) + (xy 213.539034 80.64226) + (xy 213.5245 80.715326) + (xy 213.5245 81.164674) + (xy 213.529538 81.19) + (xy 213.540456 81.244888) + (xy 213.538597 81.245257) + (xy 213.538597 81.284742) + (xy 213.540456 81.285112) + (xy 213.539034 81.292259) + (xy 213.539034 81.29226) + (xy 213.5245 81.365326) + (xy 213.5245 81.814674) + (xy 212.382176 81.814674) + (xy 212.394251 81.782299) + (xy 212.4005 81.724174) + (xy 212.4005 81.155826) + (xy 212.394251 81.097701) + (xy 212.385556 81.074389) + (xy 212.345213 80.966223) + (xy 212.345212 80.966222) + (xy 212.289989 80.892454) + (xy 212.261116 80.853884) + (xy 212.153877 80.773605) + (xy 212.148777 80.769787) + (xy 212.148776 80.769786) + (xy 212.017303 80.72075) + (xy 212.0173 80.720749) + (xy 212.017299 80.720749) + (xy 211.988236 80.717624) + (xy 211.959175 80.7145) + (xy 211.959174 80.7145) + (xy 211.365826 80.7145) + (xy 211.365825 80.7145) + (xy 211.307701 80.720749) + (xy 211.307696 80.72075) + (xy 211.176223 80.769786) + (xy 211.176222 80.769787) + (xy 211.063884 80.853884) + (xy 210.979787 80.966222) + (xy 210.979786 80.966223) + (xy 210.93075 81.097696) + (xy 210.930749 81.097701) + (xy 210.9245 81.155826) + (xy 210.9245 81.724174) + (xy 210.5755 81.724174) + (xy 210.5755 81.155826) + (xy 210.569251 81.097701) + (xy 210.560556 81.074389) + (xy 210.520213 80.966223) + (xy 210.520212 80.966222) + (xy 210.464989 80.892454) + (xy 210.436116 80.853884) + (xy 210.328877 80.773605) + (xy 210.323777 80.769787) + (xy 210.323776 80.769786) + (xy 210.192303 80.72075) + (xy 210.1923 80.720749) + (xy 210.192299 80.720749) + (xy 210.163236 80.717624) + (xy 210.134175 80.7145) + (xy 210.134174 80.7145) + (xy 209.540826 80.7145) + (xy 209.540825 80.7145) + (xy 209.482701 80.720749) + (xy 209.482696 80.72075) + (xy 209.351223 80.769786) + (xy 209.351222 80.769787) + (xy 209.238884 80.853884) + (xy 209.154787 80.966222) + (xy 209.154786 80.966223) + (xy 209.10575 81.097696) + (xy 209.105749 81.097701) + (xy 209.0995 81.155826) + (xy 209.0995 81.724174) + (xy 208.0505 81.724174) + (xy 208.0505 81.155826) + (xy 208.044251 81.097701) + (xy 208.035556 81.074389) + (xy 207.995213 80.966223) + (xy 207.995212 80.966222) + (xy 207.939989 80.892454) + (xy 207.911116 80.853884) + (xy 207.803877 80.773605) + (xy 207.798777 80.769787) + (xy 207.798776 80.769786) + (xy 207.667303 80.72075) + (xy 207.6673 80.720749) + (xy 207.667299 80.720749) + (xy 207.638236 80.717624) + (xy 207.609175 80.7145) + (xy 207.609174 80.7145) + (xy 207.015826 80.7145) + (xy 207.015825 80.7145) + (xy 206.957701 80.720749) + (xy 206.957696 80.72075) + (xy 206.826223 80.769786) + (xy 206.826222 80.769787) + (xy 206.713884 80.853884) + (xy 206.629787 80.966222) + (xy 206.629786 80.966223) + (xy 206.58075 81.097696) + (xy 206.580749 81.097701) + (xy 206.5745 81.155826) + (xy 206.5745 81.724174) + (xy 206.2255 81.724174) + (xy 206.2255 81.155826) + (xy 206.219251 81.097701) + (xy 206.210556 81.074389) + (xy 206.170213 80.966223) + (xy 206.170212 80.966222) + (xy 206.114989 80.892454) + (xy 206.086116 80.853884) + (xy 205.978877 80.773605) + (xy 205.973777 80.769787) + (xy 205.973776 80.769786) + (xy 205.842303 80.72075) + (xy 205.8423 80.720749) + (xy 205.842299 80.720749) + (xy 205.813236 80.717624) + (xy 205.784175 80.7145) + (xy 205.784174 80.7145) + (xy 205.190826 80.7145) + (xy 205.190825 80.7145) + (xy 205.132701 80.720749) + (xy 205.132696 80.72075) + (xy 205.001223 80.769786) + (xy 205.001222 80.769787) + (xy 204.888884 80.853884) + (xy 204.804787 80.966222) + (xy 204.804786 80.966223) + (xy 204.75575 81.097696) + (xy 204.755749 81.097701) + (xy 204.7495 81.155826) + (xy 204.7495 81.724174) + (xy 203.7005 81.724174) + (xy 203.7005 81.155826) + (xy 203.694251 81.097701) + (xy 203.685556 81.074389) + (xy 203.645213 80.966223) + (xy 203.645212 80.966222) + (xy 203.589989 80.892454) + (xy 203.561116 80.853884) + (xy 203.453877 80.773605) + (xy 203.448777 80.769787) + (xy 203.448776 80.769786) + (xy 203.317303 80.72075) + (xy 203.3173 80.720749) + (xy 203.317299 80.720749) + (xy 203.288236 80.717624) + (xy 203.259175 80.7145) + (xy 203.259174 80.7145) + (xy 202.565826 80.7145) + (xy 202.565825 80.7145) + (xy 202.507701 80.720749) + (xy 202.507696 80.72075) + (xy 202.376223 80.769786) + (xy 202.376222 80.769787) + (xy 202.263884 80.853884) + (xy 202.179787 80.966222) + (xy 202.179786 80.966223) + (xy 202.13075 81.097696) + (xy 202.130749 81.097701) + (xy 202.1245 81.155826) + (xy 202.1245 81.724174) + (xy 201.974995 81.724174) + (xy 201.975 81.724131) + (xy 201.975 81.69) + (xy 201.4375 81.69) + (xy 200.9375 81.69) + (xy 200.4 81.69) + (xy 170.8005 81.69) + (xy 170.8005 81.202128) + (xy 170.799196 81.19) + (xy 200.4 81.19) + (xy 200.9375 81.19) + (xy 200.9375 80.715) + (xy 201.4375 80.715) + (xy 201.4375 81.19) + (xy 201.975 81.19) + (xy 201.975 81.155868) + (xy 201.968758 81.09781) + (xy 201.968756 81.097804) + (xy 201.919769 80.966466) + (xy 201.835758 80.854241) + (xy 201.723533 80.77023) + (xy 201.592195 80.721243) + (xy 201.592189 80.721241) + (xy 201.534132 80.715) + (xy 201.4375 80.715) + (xy 200.9375 80.715) + (xy 200.840868 80.715) + (xy 200.78281 80.721241) + (xy 200.782804 80.721243) + (xy 200.651466 80.77023) + (xy 200.539241 80.854241) + (xy 200.45523 80.966466) + (xy 200.406243 81.097804) + (xy 200.406241 81.09781) + (xy 200.4 81.155868) + (xy 200.4 81.19) + (xy 170.799196 81.19) + (xy 170.794091 81.142518) + (xy 170.777375 81.097701) + (xy 170.743797 81.007671) + (xy 170.743796 81.00767) + (xy 170.743796 81.007669) + (xy 170.657546 80.892454) + (xy 170.54233 80.806204) + (xy 170.542329 80.806203) + (xy 170.542328 80.806202) + (xy 170.407486 80.75591) + (xy 170.407483 80.755909) + (xy 170.407482 80.755909) + (xy 170.377676 80.752704) + (xy 170.347873 80.7495) + (xy 170.347872 80.7495) + (xy 169.002128 80.7495) + (xy 169.002127 80.7495) + (xy 168.942518 80.755909) + (xy 168.942513 80.75591) + (xy 168.807671 80.806202) + (xy 168.80767 80.806203) + (xy 168.692454 80.892454) + (xy 168.606203 81.00767) + (xy 168.606202 81.007671) + (xy 168.55591 81.142513) + (xy 168.555909 81.142518) + (xy 168.5495 81.202127) + (xy 168.5495 82.222872) + (xy 131.327992 82.222872) + (xy 131.296032 82.157497) + (xy 131.292523 82.100973) + (xy 131.296025 82.092516) + (xy 131.340573 82.001393) + (xy 131.3505 81.93326) + (xy 131.3505 81.66674) + (xy 131.340573 81.598607) + (xy 131.296032 81.507497) + (xy 131.292523 81.450973) + (xy 131.296025 81.442516) + (xy 131.340573 81.351393) + (xy 131.3505 81.28326) + (xy 131.3505 81.01674) + (xy 131.340573 80.948607) + (xy 131.313122 80.892454) + (xy 131.295756 80.856931) + (xy 131.292247 80.800403) + (xy 131.295756 80.79193) + (xy 131.340087 80.701249) + (xy 131.34027 80.7) + (xy 131.042055 80.7) + (xy 131.03594 80.699557) + (xy 131.035931 80.699694) + (xy 131.033265 80.6995) + (xy 131.03326 80.6995) + (xy 129.69174 80.6995) + (xy 129.691734 80.6995) + (xy 129.689069 80.699694) + (xy 129.689059 80.699557) + (xy 129.682945 80.7) + (xy 129.38473 80.7) + (xy 129.384912 80.701251) + (xy 129.429243 80.791931) + (xy 129.432752 80.848459) + (xy 129.429243 80.856931) + (xy 129.384428 80.948604) + (xy 129.384427 80.948606) + (xy 129.3745 81.016735) + (xy 129.3745 81.283264) + (xy 129.384427 81.351393) + (xy 129.384427 81.351394) + (xy 129.428966 81.4425) + (xy 129.432475 81.499028) + (xy 129.428966 81.5075) + (xy 129.384427 81.598605) + (xy 129.384427 81.598606) + (xy 129.3745 81.666735) + (xy 129.3745 81.933264) + (xy 129.384427 82.001393) + (xy 129.384427 82.001394) + (xy 129.428966 82.0925) + (xy 129.432475 82.149028) + (xy 129.428966 82.1575) + (xy 129.384427 82.248605) + (xy 129.384427 82.248606) + (xy 129.3745 82.316735) + (xy 129.3745 82.583264) + (xy 125.625499 82.583264) + (xy 125.6255 82.58326) + (xy 125.6255 82.31674) + (xy 125.615573 82.248607) + (xy 125.571032 82.157498) + (xy 125.567524 82.100971) + (xy 125.571023 82.092522) + (xy 125.615573 82.001393) + (xy 125.6255 81.93326) + (xy 125.6255 81.66674) + (xy 125.615573 81.598607) + (xy 125.571032 81.507498) + (xy 125.567524 81.450971) + (xy 125.571023 81.442522) + (xy 125.615573 81.351393) + (xy 125.6255 81.28326) + (xy 125.6255 81.01674) + (xy 125.615573 80.948607) + (xy 125.571032 80.857497) + (xy 125.567523 80.800973) + (xy 125.571025 80.792516) + (xy 125.615573 80.701393) + (xy 125.6255 80.63326) + (xy 125.6255 80.36674) + (xy 125.615573 80.298607) + (xy 125.571032 80.207497) + (xy 125.567523 80.150973) + (xy 125.571025 80.142516) + (xy 125.615573 80.051393) + (xy 125.625499 79.983264) + (xy 129.3745 79.983264) + (xy 129.384427 80.051393) + (xy 129.384427 80.051395) + (xy 129.429243 80.143068) + (xy 129.432752 80.199596) + (xy 129.429243 80.208068) + (xy 129.384912 80.298748) + (xy 129.38473 80.3) + (xy 129.682945 80.3) + (xy 129.689059 80.300442) + (xy 129.689069 80.300306) + (xy 129.691734 80.300499) + (xy 129.69174 80.3005) + (xy 129.691746 80.3005) + (xy 131.033254 80.3005) + (xy 131.03326 80.3005) + (xy 131.033265 80.300499) + (xy 131.035931 80.300306) + (xy 131.03594 80.300442) + (xy 131.042055 80.3) + (xy 131.340269 80.3) + (xy 131.340087 80.298749) + (xy 131.295756 80.208069) + (xy 131.292246 80.15154) + (xy 131.295756 80.143068) + (xy 131.332566 80.067771) + (xy 148.145788 80.067771) + (xy 148.175414 80.337019) + (xy 148.221858 80.514672) + (xy 148.243928 80.599088) + (xy 148.34987 80.84839) + (xy 148.490982 81.07961) + (xy 148.506123 81.097804) + (xy 148.664252 81.287817) + (xy 148.664253 81.287818) + (xy 148.664255 81.28782) + (xy 148.865998 81.468582) + (xy 149.09191 81.618044) + (xy 149.337176 81.73302) + (xy 149.475049 81.7745) + (xy 149.596564 81.811059) + (xy 149.596573 81.811061) + (xy 149.864559 81.8505) + (xy 149.864561 81.8505) + (xy 150.067628 81.8505) + (xy 150.067631 81.8505) + (xy 150.270156 81.835677) + (xy 150.534553 81.77678) + (xy 150.787558 81.680014) + (xy 151.023777 81.547441) + (xy 151.238177 81.381888) + (xy 151.426186 81.186881) + (xy 151.583799 80.966579) + (xy 151.707656 80.725675) + (xy 151.733473 80.65) + (xy 151.795116 80.469312) + (xy 151.795118 80.469305) + (xy 151.814061 80.366746) + (xy 151.844319 80.202933) + (xy 151.854212 79.932235) + (xy 151.824586 79.662982) + (xy 151.756072 79.400912) + (xy 151.691037 79.247872) + (xy 168.5495 79.247872) + (xy 168.555909 79.307481) + (xy 168.55591 79.307486) + (xy 168.606202 79.442328) + (xy 168.606203 79.442329) + (xy 168.606204 79.44233) + (xy 168.692454 79.557546) + (xy 168.807669 79.643796) + (xy 168.80767 79.643796) + (xy 168.807671 79.643797) + (xy 168.918606 79.685172) + (xy 168.942518 79.694091) + (xy 168.99634 79.699877) + (xy 169.002127 79.7005) + (xy 169.002128 79.7005) + (xy 170.347873 79.7005) + (xy 170.353147 79.699932) + (xy 170.407482 79.694091) + (xy 170.51095 79.6555) + (xy 170.542328 79.643797) + (xy 170.542328 79.643796) + (xy 170.54233 79.643796) + (xy 170.657546 79.557546) + (xy 170.743796 79.44233) + (xy 170.759065 79.401393) + (xy 170.778233 79.35) + (xy 170.794091 79.307482) + (xy 170.8005 79.247872) + (xy 170.8005 78.284174) + (xy 171.937 78.284174) + (xy 171.942589 78.336164) + (xy 171.943249 78.342298) + (xy 171.94325 78.342303) + (xy 171.992286 78.473776) + (xy 171.992287 78.473777) + (xy 171.992288 78.473778) + (xy 172.076384 78.586116) + (xy 172.156203 78.645868) + (xy 172.188722 78.670212) + (xy 172.188723 78.670213) + (xy 172.296889 78.710556) + (xy 172.320201 78.719251) + (xy 172.371871 78.724806) + (xy 172.378325 78.7255) + (xy 172.378326 78.7255) + (xy 172.971675 78.7255) + (xy 172.978129 78.724806) + (xy 173.029799 78.719251) + (xy 173.126314 78.683253) + (xy 173.161276 78.670213) + (xy 173.161276 78.670212) + (xy 173.161278 78.670212) + (xy 173.273616 78.586116) + (xy 173.357712 78.473778) + (xy 173.406751 78.342299) + (xy 173.413 78.284174) + (xy 173.762 78.284174) + (xy 173.767589 78.336164) + (xy 173.768249 78.342298) + (xy 173.76825 78.342303) + (xy 173.817286 78.473776) + (xy 173.817287 78.473777) + (xy 173.817288 78.473778) + (xy 173.901384 78.586116) + (xy 173.981203 78.645868) + (xy 174.013722 78.670212) + (xy 174.013723 78.670213) + (xy 174.121889 78.710556) + (xy 174.145201 78.719251) + (xy 174.196871 78.724806) + (xy 174.203325 78.7255) + (xy 174.203326 78.7255) + (xy 174.796675 78.7255) + (xy 174.803129 78.724806) + (xy 174.854799 78.719251) + (xy 174.951314 78.683253) + (xy 174.986276 78.670213) + (xy 174.986276 78.670212) + (xy 174.986278 78.670212) + (xy 175.098616 78.586116) + (xy 175.182712 78.473778) + (xy 175.231751 78.342299) + (xy 175.236656 78.296674) + (xy 177.7745 78.296674) + (xy 177.780749 78.354798) + (xy 177.78075 78.354803) + (xy 177.829786 78.486276) + (xy 177.829787 78.486277) + (xy 177.829788 78.486278) + (xy 177.913884 78.598616) + (xy 178.017977 78.67654) + (xy 178.026222 78.682712) + (xy 178.026223 78.682713) + (xy 178.105229 78.71218) + (xy 178.157701 78.731751) + (xy 178.210182 78.737393) + (xy 178.215825 78.738) + (xy 178.215826 78.738) + (xy 178.784175 78.738) + (xy 178.789317 78.737446) + (xy 178.842299 78.731751) + (xy 178.929951 78.699058) + (xy 178.973776 78.682713) + (xy 178.973776 78.682712) + (xy 178.973778 78.682712) + (xy 179.086116 78.598616) + (xy 179.170212 78.486278) + (xy 179.177511 78.46671) + (xy 179.198139 78.411402) + (xy 179.219251 78.354799) + (xy 179.2255 78.296674) + (xy 179.2255 77.845552) + (xy 181.356934 77.845552) + (xy 181.388656 77.94318) + (xy 181.388655 77.94318) + (xy 181.477995 78.09792) + (xy 181.597551 78.230702) + (xy 181.74211 78.335729) + (xy 181.742109 78.335729) + (xy 181.905336 78.408402) + (xy 181.905339 78.408403) + (xy 181.919448 78.411402) + (xy 181.919448 78.411401) + (xy 182.419448 78.411401) + (xy 182.433556 78.408403) + (xy 182.433559 78.408402) + (xy 182.512141 78.373415) + (xy 182.568758 78.371932) + (xy 182.609842 78.410918) + (xy 182.61451 78.456924) + (xy 182.588948 78.573054) + (xy 182.588948 79.111656) + (xy 182.588949 79.111678) + (xy 182.594015 79.15826) + (xy 182.603934 79.249462) + (xy 182.632167 79.333253) + (xy 182.655929 79.403777) + (xy 182.663004 79.424773) + (xy 182.758378 79.583288) + (xy 182.885599 79.717593) + (xy 183.038717 79.821409) + (xy 183.038718 79.82141) + (xy 183.210573 79.889883) + (xy 183.393131 79.919812) + (xy 183.393133 79.919811) + (xy 183.393134 79.919812) + (xy 183.439311 79.917308) + (xy 183.577855 79.909797) + (xy 183.756107 79.860306) + (xy 183.919552 79.773652) + (xy 184.060548 79.653889) + (xy 184.135721 79.555) + (xy 191.30473 79.555) + (xy 191.304912 79.55625) + (xy 191.356214 79.661189) + (xy 191.43881 79.743785) + (xy 191.54375 79.795087) + (xy 191.611781 79.804999) + (xy 192.07 79.804999) + (xy 192.07 79.555) + (xy 191.30473 79.555) + (xy 184.135721 79.555) + (xy 184.172502 79.506616) + (xy 184.25018 79.338719) + (xy 184.289948 79.158049) + (xy 184.289948 78.838264) + (xy 191.2945 78.838264) + (xy 191.304427 78.906393) + (xy 191.304427 78.906395) + (xy 191.349243 78.998068) + (xy 191.352752 79.054596) + (xy 191.349243 79.063068) + (xy 191.304912 79.153748) + (xy 191.30473 79.155) + (xy 191.602945 79.155) + (xy 191.609059 79.155442) + (xy 191.609069 79.155306) + (xy 191.611734 79.155499) + (xy 191.61174 79.1555) + (xy 191.611746 79.1555) + (xy 192.396 79.1555) + (xy 192.448326 79.177174) + (xy 192.47 79.2295) + (xy 192.47 79.804999) + (xy 192.928211 79.804999) + (xy 192.928224 79.804998) + (xy 192.99625 79.795087) + (xy 193.101188 79.743786) + (xy 193.183785 79.661189) + (xy 193.235087 79.55625) + (xy 193.243501 79.498502) + (xy 193.272493 79.449848) + (xy 193.327397 79.435944) + (xy 193.376051 79.464936) + (xy 193.378257 79.468059) + (xy 193.399759 79.500239) + (xy 193.39976 79.50024) + (xy 193.482454 79.555494) + (xy 193.555378 79.57) + (xy 194.17 79.57) + (xy 194.67 79.57) + (xy 195.284622 79.57) + (xy 195.357545 79.555494) + (xy 195.440239 79.50024) + (xy 195.44024 79.500239) + (xy 195.461327 79.468681) + (xy 195.508419 79.437215) + (xy 195.563968 79.448264) + (xy 195.595434 79.495356) + (xy 195.596081 79.499113) + (xy 195.598559 79.516116) + (xy 195.604427 79.556394) + (xy 195.655801 79.661482) + (xy 195.655802 79.661483) + (xy 195.738517 79.744198) + (xy 195.843607 79.795573) + (xy 195.91174 79.8055) + (xy 195.911746 79.8055) + (xy 197.228254 79.8055) + (xy 197.22826 79.8055) + (xy 197.296393 79.795573) + (xy 197.401483 79.744198) + (xy 197.484198 79.661483) + (xy 197.535573 79.556393) + (xy 197.5455 79.48826) + (xy 197.5455 79.22174) + (xy 197.544398 79.214174) + (xy 200.3995 79.214174) + (xy 200.405749 79.272298) + (xy 200.40575 79.272303) + (xy 200.454786 79.403776) + (xy 200.454787 79.403777) + (xy 200.454788 79.403778) + (xy 200.538884 79.516116) + (xy 200.65063 79.599769) + (xy 200.651222 79.600212) + (xy 200.651223 79.600213) + (xy 200.759389 79.640556) + (xy 200.782701 79.649251) + (xy 200.835182 79.654893) + (xy 200.840825 79.6555) + (xy 200.840826 79.6555) + (xy 201.534175 79.6555) + (xy 201.539317 79.654946) + (xy 201.592299 79.649251) + (xy 201.679951 79.616558) + (xy 201.723776 79.600213) + (xy 201.723776 79.600212) + (xy 201.723778 79.600212) + (xy 201.836116 79.516116) + (xy 201.920212 79.403778) + (xy 201.920304 79.403533) + (xy 201.946516 79.333253) + (xy 201.969251 79.272299) + (xy 201.9755 79.214174) + (xy 202.1245 79.214174) + (xy 202.130749 79.272298) + (xy 202.13075 79.272303) + (xy 202.179786 79.403776) + (xy 202.179787 79.403777) + (xy 202.179788 79.403778) + (xy 202.263884 79.516116) + (xy 202.37563 79.599769) + (xy 202.376222 79.600212) + (xy 202.376223 79.600213) + (xy 202.484389 79.640556) + (xy 202.507701 79.649251) + (xy 202.560182 79.654893) + (xy 202.565825 79.6555) + (xy 202.565826 79.6555) + (xy 203.259175 79.6555) + (xy 203.264317 79.654946) + (xy 203.317299 79.649251) + (xy 203.404951 79.616558) + (xy 203.448776 79.600213) + (xy 203.448776 79.600212) + (xy 203.448778 79.600212) + (xy 203.561116 79.516116) + (xy 203.645212 79.403778) + (xy 203.645304 79.403533) + (xy 203.671516 79.333253) + (xy 203.694251 79.272299) + (xy 203.7005 79.214174) + (xy 204.7495 79.214174) + (xy 204.755749 79.272298) + (xy 204.75575 79.272303) + (xy 204.804786 79.403776) + (xy 204.804787 79.403777) + (xy 204.804788 79.403778) + (xy 204.888884 79.516116) + (xy 205.00063 79.599769) + (xy 205.001222 79.600212) + (xy 205.001223 79.600213) + (xy 205.109389 79.640556) + (xy 205.132701 79.649251) + (xy 205.185182 79.654893) + (xy 205.190825 79.6555) + (xy 205.190826 79.6555) + (xy 205.784175 79.6555) + (xy 205.789317 79.654946) + (xy 205.842299 79.649251) + (xy 205.929951 79.616558) + (xy 205.973776 79.600213) + (xy 205.973776 79.600212) + (xy 205.973778 79.600212) + (xy 206.086116 79.516116) + (xy 206.170212 79.403778) + (xy 206.170304 79.403533) + (xy 206.196516 79.333253) + (xy 206.219251 79.272299) + (xy 206.2255 79.214174) + (xy 206.5745 79.214174) + (xy 206.580749 79.272298) + (xy 206.58075 79.272303) + (xy 206.629786 79.403776) + (xy 206.629787 79.403777) + (xy 206.629788 79.403778) + (xy 206.713884 79.516116) + (xy 206.82563 79.599769) + (xy 206.826222 79.600212) + (xy 206.826223 79.600213) + (xy 206.934389 79.640556) + (xy 206.957701 79.649251) + (xy 207.010182 79.654893) + (xy 207.015825 79.6555) + (xy 207.015826 79.6555) + (xy 207.609175 79.6555) + (xy 207.614317 79.654946) + (xy 207.667299 79.649251) + (xy 207.754951 79.616558) + (xy 207.798776 79.600213) + (xy 207.798776 79.600212) + (xy 207.798778 79.600212) + (xy 207.911116 79.516116) + (xy 207.995212 79.403778) + (xy 207.995304 79.403533) + (xy 208.021516 79.333253) + (xy 208.044251 79.272299) + (xy 208.0505 79.214174) + (xy 208.0505 79.18) + (xy 209.1 79.18) + (xy 209.1 79.214131) + (xy 209.106241 79.272189) + (xy 209.106243 79.272195) + (xy 209.15523 79.403533) + (xy 209.239241 79.515758) + (xy 209.351466 79.599769) + (xy 209.482804 79.648756) + (xy 209.48281 79.648758) + (xy 209.540868 79.655) + (xy 209.5875 79.655) + (xy 209.5875 79.18) + (xy 210.0875 79.18) + (xy 210.0875 79.655) + (xy 210.134132 79.655) + (xy 210.192189 79.648758) + (xy 210.192195 79.648756) + (xy 210.323533 79.599769) + (xy 210.435758 79.515758) + (xy 210.519769 79.403533) + (xy 210.568756 79.272195) + (xy 210.568758 79.272189) + (xy 210.574995 79.214174) + (xy 210.9245 79.214174) + (xy 210.930749 79.272298) + (xy 210.93075 79.272303) + (xy 210.979786 79.403776) + (xy 210.979787 79.403777) + (xy 210.979788 79.403778) + (xy 211.063884 79.516116) + (xy 211.17563 79.599769) + (xy 211.176222 79.600212) + (xy 211.176223 79.600213) + (xy 211.284389 79.640556) + (xy 211.307701 79.649251) + (xy 211.360182 79.654893) + (xy 211.365825 79.6555) + (xy 211.365826 79.6555) + (xy 211.959175 79.6555) + (xy 211.964317 79.654946) + (xy 212.017299 79.649251) + (xy 212.104951 79.616558) + (xy 212.148776 79.600213) + (xy 212.148776 79.600212) + (xy 212.148778 79.600212) + (xy 212.261116 79.516116) + (xy 212.345212 79.403778) + (xy 212.345304 79.403533) + (xy 212.371516 79.333253) + (xy 212.394251 79.272299) + (xy 212.4005 79.214174) + (xy 212.4005 78.645826) + (xy 212.394251 78.587701) + (xy 212.374619 78.535065) + (xy 212.345213 78.456223) + (xy 212.345212 78.456222) + (xy 212.315652 78.416735) + (xy 212.261116 78.343884) + (xy 212.168013 78.274187) + (xy 212.148777 78.259787) + (xy 212.148776 78.259786) + (xy 212.017303 78.21075) + (xy 212.0173 78.210749) + (xy 212.017299 78.210749) + (xy 211.988236 78.207624) + (xy 211.959175 78.2045) + (xy 211.959174 78.2045) + (xy 211.365826 78.2045) + (xy 211.365825 78.2045) + (xy 211.307701 78.210749) + (xy 211.307696 78.21075) + (xy 211.176223 78.259786) + (xy 211.176222 78.259787) + (xy 211.063884 78.343884) + (xy 210.979787 78.456222) + (xy 210.979786 78.456223) + (xy 210.93075 78.587696) + (xy 210.930749 78.587701) + (xy 210.9245 78.645825) + (xy 210.9245 79.214174) + (xy 210.574995 79.214174) + (xy 210.575 79.214131) + (xy 210.575 79.18) + (xy 210.0875 79.18) + (xy 209.5875 79.18) + (xy 209.1 79.18) + (xy 208.0505 79.18) + (xy 208.0505 78.68) + (xy 209.1 78.68) + (xy 209.5875 78.68) + (xy 209.5875 78.205) + (xy 210.0875 78.205) + (xy 210.0875 78.68) + (xy 210.575 78.68) + (xy 210.575 78.645868) + (xy 210.568758 78.58781) + (xy 210.568756 78.587804) + (xy 210.519769 78.456466) + (xy 210.435758 78.344241) + (xy 210.323533 78.26023) + (xy 210.192195 78.211243) + (xy 210.192189 78.211241) + (xy 210.134132 78.205) + (xy 210.0875 78.205) + (xy 209.5875 78.205) + (xy 209.540868 78.205) + (xy 209.48281 78.211241) + (xy 209.482804 78.211243) + (xy 209.351466 78.26023) + (xy 209.239241 78.344241) + (xy 209.15523 78.456466) + (xy 209.106243 78.587804) + (xy 209.106241 78.58781) + (xy 209.1 78.645868) + (xy 209.1 78.68) + (xy 208.0505 78.68) + (xy 208.0505 78.645826) + (xy 208.044251 78.587701) + (xy 208.024619 78.535065) + (xy 207.995213 78.456223) + (xy 207.995212 78.456222) + (xy 207.965652 78.416735) + (xy 207.911116 78.343884) + (xy 207.818013 78.274187) + (xy 207.798777 78.259787) + (xy 207.798776 78.259786) + (xy 207.667303 78.21075) + (xy 207.6673 78.210749) + (xy 207.667299 78.210749) + (xy 207.638236 78.207624) + (xy 207.609175 78.2045) + (xy 207.609174 78.2045) + (xy 207.015826 78.2045) + (xy 207.015825 78.2045) + (xy 206.957701 78.210749) + (xy 206.957696 78.21075) + (xy 206.826223 78.259786) + (xy 206.826222 78.259787) + (xy 206.713884 78.343884) + (xy 206.629787 78.456222) + (xy 206.629786 78.456223) + (xy 206.58075 78.587696) + (xy 206.580749 78.587701) + (xy 206.5745 78.645825) + (xy 206.5745 79.214174) + (xy 206.2255 79.214174) + (xy 206.2255 78.645826) + (xy 206.219251 78.587701) + (xy 206.199619 78.535065) + (xy 206.170213 78.456223) + (xy 206.170212 78.456222) + (xy 206.140652 78.416735) + (xy 206.086116 78.343884) + (xy 205.993013 78.274187) + (xy 205.973777 78.259787) + (xy 205.973776 78.259786) + (xy 205.842303 78.21075) + (xy 205.8423 78.210749) + (xy 205.842299 78.210749) + (xy 205.813236 78.207624) + (xy 205.784175 78.2045) + (xy 205.784174 78.2045) + (xy 205.190826 78.2045) + (xy 205.190825 78.2045) + (xy 205.132701 78.210749) + (xy 205.132696 78.21075) + (xy 205.001223 78.259786) + (xy 205.001222 78.259787) + (xy 204.888884 78.343884) + (xy 204.804787 78.456222) + (xy 204.804786 78.456223) + (xy 204.75575 78.587696) + (xy 204.755749 78.587701) + (xy 204.7495 78.645825) + (xy 204.7495 79.214174) + (xy 203.7005 79.214174) + (xy 203.7005 78.645826) + (xy 203.694251 78.587701) + (xy 203.674619 78.535065) + (xy 203.645213 78.456223) + (xy 203.645212 78.456222) + (xy 203.615652 78.416735) + (xy 203.561116 78.343884) + (xy 203.468013 78.274187) + (xy 203.448777 78.259787) + (xy 203.448776 78.259786) + (xy 203.317303 78.21075) + (xy 203.3173 78.210749) + (xy 203.317299 78.210749) + (xy 203.288236 78.207624) + (xy 203.259175 78.2045) + (xy 203.259174 78.2045) + (xy 202.565826 78.2045) + (xy 202.565825 78.2045) + (xy 202.507701 78.210749) + (xy 202.507696 78.21075) + (xy 202.376223 78.259786) + (xy 202.376222 78.259787) + (xy 202.263884 78.343884) + (xy 202.179787 78.456222) + (xy 202.179786 78.456223) + (xy 202.13075 78.587696) + (xy 202.130749 78.587701) + (xy 202.1245 78.645825) + (xy 202.1245 79.214174) + (xy 201.9755 79.214174) + (xy 201.9755 78.645826) + (xy 201.969251 78.587701) + (xy 201.949619 78.535065) + (xy 201.920213 78.456223) + (xy 201.920212 78.456222) + (xy 201.890652 78.416735) + (xy 201.836116 78.343884) + (xy 201.743013 78.274187) + (xy 201.723777 78.259787) + (xy 201.723776 78.259786) + (xy 201.592303 78.21075) + (xy 201.5923 78.210749) + (xy 201.592299 78.210749) + (xy 201.563236 78.207624) + (xy 201.534175 78.2045) + (xy 201.534174 78.2045) + (xy 200.840826 78.2045) + (xy 200.840825 78.2045) + (xy 200.782701 78.210749) + (xy 200.782696 78.21075) + (xy 200.651223 78.259786) + (xy 200.651222 78.259787) + (xy 200.538884 78.343884) + (xy 200.454787 78.456222) + (xy 200.454786 78.456223) + (xy 200.40575 78.587696) + (xy 200.405749 78.587701) + (xy 200.3995 78.645825) + (xy 200.3995 79.214174) + (xy 197.544398 79.214174) + (xy 197.535573 79.153607) + (xy 197.534597 79.15161) + (xy 197.491034 79.062499) + (xy 197.487525 79.005971) + (xy 197.491029 78.997508) + (xy 197.535573 78.906393) + (xy 197.5455 78.83826) + (xy 197.5455 78.57174) + (xy 197.535573 78.503607) + (xy 197.491032 78.412497) + (xy 197.487523 78.355973) + (xy 197.491025 78.347516) + (xy 197.535573 78.256393) + (xy 197.5455 78.18826) + (xy 197.5455 77.964674) + (xy 213.5245 77.964674) + (xy 213.538026 78.032671) + (xy 213.539034 78.03774) + (xy 213.59012 78.114198) + (xy 213.594399 78.120601) + (xy 213.67726 78.175966) + (xy 213.750326 78.1905) + (xy 213.750328 78.1905) + (xy 214.449672 78.1905) + (xy 214.449674 78.1905) + (xy 214.52274 78.175966) + (xy 214.605601 78.120601) + (xy 214.660966 78.03774) + (xy 214.6755 77.964674) + (xy 215.4245 77.964674) + (xy 215.438026 78.032671) + (xy 215.439034 78.03774) + (xy 215.49012 78.114198) + (xy 215.494399 78.120601) + (xy 215.57726 78.175966) + (xy 215.650326 78.1905) + (xy 215.650328 78.1905) + (xy 216.349672 78.1905) + (xy 216.349674 78.1905) + (xy 216.42274 78.175966) + (xy 216.505601 78.120601) + (xy 216.560966 78.03774) + (xy 216.5755 77.964674) + (xy 216.5755 77.515326) + (xy 216.560966 77.44226) + (xy 216.560965 77.442259) + (xy 216.559544 77.435112) + (xy 216.561404 77.434741) + (xy 216.561402 77.395257) + (xy 216.559544 77.394888) + (xy 216.560966 77.38774) + (xy 216.5755 77.314674) + (xy 216.5755 76.865326) + (xy 216.560966 76.79226) + (xy 216.560965 76.792259) + (xy 216.559544 76.785112) + (xy 216.561404 76.784741) + (xy 216.561402 76.745257) + (xy 216.559544 76.744888) + (xy 216.567651 76.704131) + (xy 216.5755 76.664674) + (xy 216.5755 76.215326) + (xy 216.560966 76.14226) + (xy 216.505601 76.059399) + (xy 216.42274 76.004034) + (xy 216.349674 75.9895) + (xy 215.650326 75.9895) + (xy 215.601615 75.999189) + (xy 215.577259 76.004034) + (xy 215.494399 76.059398) + (xy 215.494398 76.059399) + (xy 215.439034 76.142259) + (xy 215.439033 76.14226) + (xy 215.439034 76.14226) + (xy 215.4245 76.215326) + (xy 215.4245 76.664674) + (xy 215.432349 76.704131) + (xy 215.440456 76.744888) + (xy 215.438597 76.745257) + (xy 215.438597 76.784742) + (xy 215.440456 76.785112) + (xy 215.439034 76.792259) + (xy 215.439034 76.79226) + (xy 215.4245 76.865326) + (xy 215.4245 77.314674) + (xy 215.439034 77.38774) + (xy 215.440456 77.394888) + (xy 215.438597 77.395257) + (xy 215.438597 77.434742) + (xy 215.440456 77.435112) + (xy 215.439034 77.442259) + (xy 215.439034 77.44226) + (xy 215.4245 77.515326) + (xy 215.4245 77.964674) + (xy 214.6755 77.964674) + (xy 214.6755 77.515326) + (xy 214.660966 77.44226) + (xy 214.660965 77.442259) + (xy 214.659544 77.435112) + (xy 214.661404 77.434741) + (xy 214.661402 77.395257) + (xy 214.659544 77.394888) + (xy 214.660966 77.38774) + (xy 214.6755 77.314674) + (xy 214.6755 76.865326) + (xy 214.660966 76.79226) + (xy 214.660965 76.792259) + (xy 214.659544 76.785112) + (xy 214.661404 76.784741) + (xy 214.661402 76.745257) + (xy 214.659544 76.744888) + (xy 214.660966 76.73774) + (xy 214.6755 76.664674) + (xy 214.6755 76.215326) + (xy 214.660966 76.14226) + (xy 214.605601 76.059399) + (xy 214.52274 76.004034) + (xy 214.449674 75.9895) + (xy 213.750326 75.9895) + (xy 213.701615 75.999189) + (xy 213.677259 76.004034) + (xy 213.594399 76.059398) + (xy 213.594398 76.059399) + (xy 213.539034 76.142259) + (xy 213.539033 76.14226) + (xy 213.539034 76.14226) + (xy 213.5245 76.215326) + (xy 213.5245 76.664674) + (xy 213.532349 76.704131) + (xy 213.540456 76.744888) + (xy 213.538597 76.745257) + (xy 213.538597 76.784742) + (xy 213.540456 76.785112) + (xy 213.539034 76.792259) + (xy 213.539034 76.79226) + (xy 213.5245 76.865326) + (xy 213.5245 77.314674) + (xy 213.539034 77.38774) + (xy 213.540456 77.394888) + (xy 213.538597 77.395257) + (xy 213.538597 77.434742) + (xy 213.540456 77.435112) + (xy 213.539034 77.442259) + (xy 213.539034 77.44226) + (xy 213.5245 77.515326) + (xy 213.5245 77.964674) + (xy 197.5455 77.964674) + (xy 197.5455 77.92174) + (xy 197.535573 77.853607) + (xy 197.491032 77.762497) + (xy 197.487523 77.705973) + (xy 197.491025 77.697516) + (xy 197.535573 77.606393) + (xy 197.5455 77.53826) + (xy 197.5455 77.27174) + (xy 197.535573 77.203607) + (xy 197.484198 77.098517) + (xy 197.401483 77.015802) + (xy 197.401482 77.015802) + (xy 197.401482 77.015801) + (xy 197.296394 76.964427) + (xy 197.228264 76.9545) + (xy 197.22826 76.9545) + (xy 195.91174 76.9545) + (xy 195.911735 76.9545) + (xy 195.843606 76.964427) + (xy 195.843605 76.964427) + (xy 195.738517 77.015801) + (xy 195.655801 77.098517) + (xy 195.604427 77.203605) + (xy 195.604427 77.203606) + (xy 195.604427 77.203607) + (xy 195.596246 77.25976) + (xy 195.596083 77.260876) + (xy 195.567091 77.30953) + (xy 195.512186 77.323433) + (xy 195.463532 77.294441) + (xy 195.461328 77.291319) + (xy 195.440241 77.259761) + (xy 195.440239 77.259759) + (xy 195.357545 77.204505) + (xy 195.284622 77.19) + (xy 194.67 77.19) + (xy 194.67 79.57) + (xy 194.17 79.57) + (xy 194.17 77.19) + (xy 193.555378 77.19) + (xy 193.482454 77.204505) + (xy 193.39976 77.259759) + (xy 193.399759 77.25976) + (xy 193.378671 77.29132) + (xy 193.331578 77.322784) + (xy 193.276029 77.311734) + (xy 193.244565 77.264641) + (xy 193.243922 77.260911) + (xy 193.235573 77.203607) + (xy 193.184198 77.098517) + (xy 193.101483 77.015802) + (xy 193.101482 77.015802) + (xy 193.101482 77.015801) + (xy 192.996394 76.964427) + (xy 192.928264 76.9545) + (xy 192.92826 76.9545) + (xy 191.61174 76.9545) + (xy 191.611735 76.9545) + (xy 191.543606 76.964427) + (xy 191.543605 76.964427) + (xy 191.438517 77.015801) + (xy 191.355801 77.098517) + (xy 191.304427 77.203605) + (xy 191.304427 77.203606) + (xy 191.2945 77.271735) + (xy 191.2945 77.538264) + (xy 191.304427 77.606393) + (xy 191.304427 77.606394) + (xy 191.348966 77.6975) + (xy 191.352475 77.754028) + (xy 191.348966 77.7625) + (xy 191.304427 77.853605) + (xy 191.304427 77.853606) + (xy 191.2945 77.921735) + (xy 191.2945 78.188264) + (xy 191.304427 78.256393) + (xy 191.304427 78.256394) + (xy 191.348966 78.3475) + (xy 191.352475 78.404028) + (xy 191.348966 78.4125) + (xy 191.304427 78.503605) + (xy 191.304427 78.503606) + (xy 191.2945 78.571735) + (xy 191.2945 78.838264) + (xy 184.289948 78.838264) + (xy 184.289948 78.619439) + (xy 184.274962 78.481642) + (xy 184.26993 78.466708) + (xy 184.273759 78.410202) + (xy 184.316424 78.372954) + (xy 184.370153 78.375476) + (xy 184.445181 78.408881) + (xy 184.620057 78.446052) + (xy 184.620058 78.446052) + (xy 184.798838 78.446052) + (xy 184.798839 78.446052) + (xy 184.973715 78.408881) + (xy 185.137041 78.336164) + (xy 185.281678 78.231078) + (xy 185.401307 78.098217) + (xy 185.401479 78.09792) + (xy 185.429145 78.05) + (xy 185.490698 77.943387) + (xy 185.545945 77.773355) + (xy 185.564633 77.595552) + (xy 185.545945 77.417749) + (xy 185.490698 77.247717) + (xy 185.431683 77.1455) + (xy 185.401309 77.092889) + (xy 185.401306 77.092886) + (xy 185.398898 77.090212) + (xy 185.281678 76.960026) + (xy 185.281677 76.960025) + (xy 185.281675 76.960023) + (xy 185.137047 76.854943) + (xy 185.13704 76.854939) + (xy 184.973716 76.782223) + (xy 184.973714 76.782222) + (xy 184.836009 76.752952) + (xy 184.798839 76.745052) + (xy 184.620057 76.745052) + (xy 184.589402 76.751567) + (xy 184.445181 76.782222) + (xy 184.445179 76.782223) + (xy 184.281856 76.854939) + (xy 184.281851 76.854942) + (xy 184.277602 76.85803) + (xy 184.22253 76.871251) + (xy 184.174239 76.841657) + (xy 184.161018 76.786585) + (xy 184.170021 76.761162) + (xy 184.179417 76.744888) + (xy 184.202923 76.704174) + (xy 200.3995 76.704174) + (xy 200.405749 76.762298) + (xy 200.40575 76.762303) + (xy 200.454786 76.893776) + (xy 200.454787 76.893777) + (xy 200.475929 76.922019) + (xy 200.538884 77.006116) + (xy 200.619098 77.066164) + (xy 200.651222 77.090212) + (xy 200.651223 77.090213) + (xy 200.759389 77.130556) + (xy 200.782701 77.139251) + (xy 200.835182 77.144893) + (xy 200.840825 77.1455) + (xy 200.840826 77.1455) + (xy 201.534175 77.1455) + (xy 201.539317 77.144946) + (xy 201.592299 77.139251) + (xy 201.689312 77.103067) + (xy 201.723776 77.090213) + (xy 201.723776 77.090212) + (xy 201.723778 77.090212) + (xy 201.836116 77.006116) + (xy 201.920212 76.893778) + (xy 201.920304 76.893533) + (xy 201.945174 76.826853) + (xy 201.969251 76.762299) + (xy 201.9755 76.704174) + (xy 202.1245 76.704174) + (xy 202.130749 76.762298) + (xy 202.13075 76.762303) + (xy 202.179786 76.893776) + (xy 202.179787 76.893777) + (xy 202.200929 76.922019) + (xy 202.263884 77.006116) + (xy 202.344098 77.066164) + (xy 202.376222 77.090212) + (xy 202.376223 77.090213) + (xy 202.484389 77.130556) + (xy 202.507701 77.139251) + (xy 202.560182 77.144893) + (xy 202.565825 77.1455) + (xy 202.565826 77.1455) + (xy 203.259175 77.1455) + (xy 203.264317 77.144946) + (xy 203.317299 77.139251) + (xy 203.414312 77.103067) + (xy 203.448776 77.090213) + (xy 203.448776 77.090212) + (xy 203.448778 77.090212) + (xy 203.561116 77.006116) + (xy 203.645212 76.893778) + (xy 203.645304 76.893533) + (xy 203.670174 76.826853) + (xy 203.694251 76.762299) + (xy 203.7005 76.704174) + (xy 204.7495 76.704174) + (xy 204.755749 76.762298) + (xy 204.75575 76.762303) + (xy 204.804786 76.893776) + (xy 204.804787 76.893777) + (xy 204.825929 76.922019) + (xy 204.888884 77.006116) + (xy 204.969098 77.066164) + (xy 205.001222 77.090212) + (xy 205.001223 77.090213) + (xy 205.109389 77.130556) + (xy 205.132701 77.139251) + (xy 205.185182 77.144893) + (xy 205.190825 77.1455) + (xy 205.190826 77.1455) + (xy 205.784175 77.1455) + (xy 205.789317 77.144946) + (xy 205.842299 77.139251) + (xy 205.939312 77.103067) + (xy 205.973776 77.090213) + (xy 205.973776 77.090212) + (xy 205.973778 77.090212) + (xy 206.086116 77.006116) + (xy 206.170212 76.893778) + (xy 206.170304 76.893533) + (xy 206.195174 76.826853) + (xy 206.219251 76.762299) + (xy 206.2255 76.704174) + (xy 206.5745 76.704174) + (xy 206.580749 76.762298) + (xy 206.58075 76.762303) + (xy 206.629786 76.893776) + (xy 206.629787 76.893777) + (xy 206.650929 76.922018) + (xy 206.713884 77.006116) + (xy 206.794098 77.066164) + (xy 206.826222 77.090212) + (xy 206.826223 77.090213) + (xy 206.934389 77.130556) + (xy 206.957701 77.139251) + (xy 207.010182 77.144893) + (xy 207.015825 77.1455) + (xy 207.015826 77.1455) + (xy 207.609175 77.1455) + (xy 207.614317 77.144946) + (xy 207.667299 77.139251) + (xy 207.764312 77.103067) + (xy 207.798776 77.090213) + (xy 207.798776 77.090212) + (xy 207.798778 77.090212) + (xy 207.911116 77.006116) + (xy 207.995212 76.893778) + (xy 207.995304 76.893533) + (xy 208.020174 76.826853) + (xy 208.044251 76.762299) + (xy 208.0505 76.704174) + (xy 208.0505 76.67) + (xy 209.1 76.67) + (xy 209.1 76.704131) + (xy 209.106241 76.762189) + (xy 209.106243 76.762195) + (xy 209.15523 76.893533) + (xy 209.239241 77.005758) + (xy 209.351466 77.089769) + (xy 209.482804 77.138756) + (xy 209.48281 77.138758) + (xy 209.540868 77.145) + (xy 209.5875 77.145) + (xy 209.5875 76.67) + (xy 210.0875 76.67) + (xy 210.0875 77.145) + (xy 210.134132 77.145) + (xy 210.192189 77.138758) + (xy 210.192195 77.138756) + (xy 210.323533 77.089769) + (xy 210.435758 77.005758) + (xy 210.519769 76.893533) + (xy 210.568756 76.762195) + (xy 210.568758 76.762189) + (xy 210.574995 76.704174) + (xy 210.9245 76.704174) + (xy 210.930749 76.762298) + (xy 210.93075 76.762303) + (xy 210.979786 76.893776) + (xy 210.979787 76.893777) + (xy 211.000929 76.922019) + (xy 211.063884 77.006116) + (xy 211.144098 77.066164) + (xy 211.176222 77.090212) + (xy 211.176223 77.090213) + (xy 211.284389 77.130556) + (xy 211.307701 77.139251) + (xy 211.360182 77.144893) + (xy 211.365825 77.1455) + (xy 211.365826 77.1455) + (xy 211.959175 77.1455) + (xy 211.964317 77.144946) + (xy 212.017299 77.139251) + (xy 212.114312 77.103067) + (xy 212.148776 77.090213) + (xy 212.148776 77.090212) + (xy 212.148778 77.090212) + (xy 212.261116 77.006116) + (xy 212.345212 76.893778) + (xy 212.345304 76.893533) + (xy 212.370174 76.826853) + (xy 212.394251 76.762299) + (xy 212.4005 76.704174) + (xy 212.4005 76.135826) + (xy 212.394251 76.077701) + (xy 212.361354 75.9895) + (xy 212.345213 75.946223) + (xy 212.345212 75.946222) + (xy 212.294384 75.878325) + (xy 212.261116 75.833884) + (xy 212.177019 75.770929) + (xy 212.148777 75.749787) + (xy 212.148776 75.749786) + (xy 212.017303 75.70075) + (xy 212.0173 75.700749) + (xy 212.017299 75.700749) + (xy 211.988236 75.697624) + (xy 211.959175 75.6945) + (xy 211.959174 75.6945) + (xy 211.365826 75.6945) + (xy 211.365825 75.6945) + (xy 211.307701 75.700749) + (xy 211.307696 75.70075) + (xy 211.176223 75.749786) + (xy 211.176222 75.749787) + (xy 211.063884 75.833884) + (xy 210.979787 75.946222) + (xy 210.979786 75.946223) + (xy 210.93075 76.077696) + (xy 210.930749 76.077701) + (xy 210.9245 76.135825) + (xy 210.9245 76.704174) + (xy 210.574995 76.704174) + (xy 210.575 76.704131) + (xy 210.575 76.67) + (xy 210.0875 76.67) + (xy 209.5875 76.67) + (xy 209.1 76.67) + (xy 208.0505 76.67) + (xy 208.0505 76.17) + (xy 209.1 76.17) + (xy 209.5875 76.17) + (xy 209.5875 75.695) + (xy 210.0875 75.695) + (xy 210.0875 76.17) + (xy 210.575 76.17) + (xy 210.575 76.135868) + (xy 210.568758 76.07781) + (xy 210.568756 76.077804) + (xy 210.519769 75.946466) + (xy 210.435758 75.834241) + (xy 210.323533 75.75023) + (xy 210.192195 75.701243) + (xy 210.192189 75.701241) + (xy 210.134132 75.695) + (xy 210.0875 75.695) + (xy 209.5875 75.695) + (xy 209.540868 75.695) + (xy 209.48281 75.701241) + (xy 209.482804 75.701243) + (xy 209.351466 75.75023) + (xy 209.239241 75.834241) + (xy 209.15523 75.946466) + (xy 209.106243 76.077804) + (xy 209.106241 76.07781) + (xy 209.1 76.135868) + (xy 209.1 76.17) + (xy 208.0505 76.17) + (xy 208.0505 76.135826) + (xy 208.044251 76.077701) + (xy 208.011354 75.9895) + (xy 207.995213 75.946223) + (xy 207.995212 75.946222) + (xy 207.944384 75.878325) + (xy 207.911116 75.833884) + (xy 207.827018 75.770929) + (xy 207.798777 75.749787) + (xy 207.798776 75.749786) + (xy 207.667303 75.70075) + (xy 207.6673 75.700749) + (xy 207.667299 75.700749) + (xy 207.638236 75.697624) + (xy 207.609175 75.6945) + (xy 207.609174 75.6945) + (xy 207.015826 75.6945) + (xy 207.015825 75.6945) + (xy 206.957701 75.700749) + (xy 206.957696 75.70075) + (xy 206.826223 75.749786) + (xy 206.826222 75.749787) + (xy 206.713884 75.833884) + (xy 206.629787 75.946222) + (xy 206.629786 75.946223) + (xy 206.58075 76.077696) + (xy 206.580749 76.077701) + (xy 206.5745 76.135825) + (xy 206.5745 76.704174) + (xy 206.2255 76.704174) + (xy 206.2255 76.135826) + (xy 206.219251 76.077701) + (xy 206.186354 75.9895) + (xy 206.170213 75.946223) + (xy 206.170212 75.946222) + (xy 206.119384 75.878325) + (xy 206.086116 75.833884) + (xy 206.002019 75.770929) + (xy 205.973777 75.749787) + (xy 205.973776 75.749786) + (xy 205.842303 75.70075) + (xy 205.8423 75.700749) + (xy 205.842299 75.700749) + (xy 205.813236 75.697624) + (xy 205.784175 75.6945) + (xy 205.784174 75.6945) + (xy 205.190826 75.6945) + (xy 205.190825 75.6945) + (xy 205.132701 75.700749) + (xy 205.132696 75.70075) + (xy 205.001223 75.749786) + (xy 205.001222 75.749787) + (xy 204.888884 75.833884) + (xy 204.804787 75.946222) + (xy 204.804786 75.946223) + (xy 204.75575 76.077696) + (xy 204.755749 76.077701) + (xy 204.7495 76.135825) + (xy 204.7495 76.704174) + (xy 203.7005 76.704174) + (xy 203.7005 76.135826) + (xy 203.694251 76.077701) + (xy 203.661354 75.9895) + (xy 203.645213 75.946223) + (xy 203.645212 75.946222) + (xy 203.594384 75.878325) + (xy 203.561116 75.833884) + (xy 203.477018 75.770929) + (xy 203.448777 75.749787) + (xy 203.448776 75.749786) + (xy 203.317303 75.70075) + (xy 203.3173 75.700749) + (xy 203.317299 75.700749) + (xy 203.288236 75.697624) + (xy 203.259175 75.6945) + (xy 203.259174 75.6945) + (xy 202.565826 75.6945) + (xy 202.565825 75.6945) + (xy 202.507701 75.700749) + (xy 202.507696 75.70075) + (xy 202.376223 75.749786) + (xy 202.376222 75.749787) + (xy 202.263884 75.833884) + (xy 202.179787 75.946222) + (xy 202.179786 75.946223) + (xy 202.13075 76.077696) + (xy 202.130749 76.077701) + (xy 202.1245 76.135825) + (xy 202.1245 76.704174) + (xy 201.9755 76.704174) + (xy 201.9755 76.135826) + (xy 201.969251 76.077701) + (xy 201.936354 75.9895) + (xy 201.920213 75.946223) + (xy 201.920212 75.946222) + (xy 201.869384 75.878325) + (xy 201.836116 75.833884) + (xy 201.752018 75.770929) + (xy 201.723777 75.749787) + (xy 201.723776 75.749786) + (xy 201.592303 75.70075) + (xy 201.5923 75.700749) + (xy 201.592299 75.700749) + (xy 201.563236 75.697624) + (xy 201.534175 75.6945) + (xy 201.534174 75.6945) + (xy 200.840826 75.6945) + (xy 200.840825 75.6945) + (xy 200.782701 75.700749) + (xy 200.782696 75.70075) + (xy 200.651223 75.749786) + (xy 200.651222 75.749787) + (xy 200.538884 75.833884) + (xy 200.454787 75.946222) + (xy 200.454786 75.946223) + (xy 200.40575 76.077696) + (xy 200.405749 76.077701) + (xy 200.3995 76.135825) + (xy 200.3995 76.704174) + (xy 184.202923 76.704174) + (xy 184.220698 76.673387) + (xy 184.275945 76.503355) + (xy 184.294633 76.325552) + (xy 184.275945 76.147749) + (xy 184.220698 75.977717) + (xy 184.163314 75.878325) + (xy 184.131309 75.822889) + (xy 184.131306 75.822886) + (xy 184.011678 75.690026) + (xy 184.011677 75.690025) + (xy 184.011675 75.690023) + (xy 183.867047 75.584943) + (xy 183.86704 75.584939) + (xy 183.703716 75.512223) + (xy 183.703714 75.512222) + (xy 183.566009 75.482952) + (xy 183.528839 75.475052) + (xy 183.350057 75.475052) + (xy 183.319402 75.481567) + (xy 183.175181 75.512222) + (xy 183.175179 75.512223) + (xy 183.011856 75.584939) + (xy 183.011849 75.584943) + (xy 182.86722 75.690023) + (xy 182.747589 75.822886) + (xy 182.747586 75.822889) + (xy 182.658196 75.97772) + (xy 182.602952 76.147743) + (xy 182.602951 76.147747) + (xy 182.602951 76.147749) + (xy 182.584263 76.325552) + (xy 182.599621 76.471674) + (xy 182.602952 76.50336) + (xy 182.658196 76.673383) + (xy 182.70949 76.762228) + (xy 182.716882 76.818381) + (xy 182.682404 76.863314) + (xy 182.626251 76.870706) + (xy 182.601908 76.859095) + (xy 182.596791 76.855377) + (xy 182.596783 76.855373) + (xy 182.433557 76.7827) + (xy 182.419448 76.7797) + (xy 182.419448 77.345552) + (xy 182.981961 77.345552) + (xy 182.981961 77.345551) + (xy 182.950239 77.247923) + (xy 182.95024 77.247923) + (xy 182.899027 77.15922) + (xy 182.891634 77.103067) + (xy 182.926113 77.058134) + (xy 182.982266 77.050741) + (xy 183.006611 77.062354) + (xy 183.011855 77.066164) + (xy 183.175181 77.138881) + (xy 183.350057 77.176052) + (xy 183.350058 77.176052) + (xy 183.528838 77.176052) + (xy 183.528839 77.176052) + (xy 183.703715 77.138881) + (xy 183.867041 77.066164) + (xy 183.871289 77.063077) + (xy 183.926362 77.049854) + (xy 183.974654 77.079445) + (xy 183.987877 77.134517) + (xy 183.978874 77.159943) + (xy 183.928196 77.24772) + (xy 183.872952 77.417743) + (xy 183.872951 77.417747) + (xy 183.872951 77.417749) + (xy 183.854263 77.595552) + (xy 183.855403 77.606394) + (xy 183.872951 77.773358) + (xy 183.879979 77.794987) + (xy 183.875534 77.85145) + (xy 183.832466 77.888232) + (xy 183.78221 77.886597) + (xy 183.668323 77.841221) + (xy 183.668322 77.84122) + (xy 183.485761 77.811291) + (xy 183.301049 77.821306) + (xy 183.301043 77.821306) + (xy 183.301041 77.821307) + (xy 183.301037 77.821307) + (xy 183.301037 77.821308) + (xy 183.265395 77.831204) + (xy 183.122789 77.870798) + (xy 183.122787 77.870798) + (xy 183.122783 77.8708) + (xy 183.091127 77.887583) + (xy 183.034745 77.892943) + (xy 182.996599 77.865699) + (xy 182.981961 77.845552) + (xy 182.419448 77.845552) + (xy 182.419448 78.411401) + (xy 181.919448 78.411401) + (xy 181.919448 77.845552) + (xy 181.356934 77.845552) + (xy 179.2255 77.845552) + (xy 179.2255 77.703326) + (xy 179.219251 77.645201) + (xy 179.211662 77.624854) + (xy 181.81582 77.624854) + (xy 181.844495 77.73809) + (xy 181.908384 77.835879) + (xy 182.000563 77.907624) + (xy 182.111043 77.945552) + (xy 182.198453 77.945552) + (xy 182.284664 77.931166) + (xy 182.387395 77.875571) + (xy 182.466508 77.789631) + (xy 182.51343 77.68266) + (xy 182.523076 77.56625) + (xy 182.494401 77.453014) + (xy 182.430512 77.355225) + (xy 182.338333 77.28348) + (xy 182.227853 77.245552) + (xy 182.140443 77.245552) + (xy 182.054232 77.259938) + (xy 181.951501 77.315533) + (xy 181.872388 77.401473) + (xy 181.825466 77.508444) + (xy 181.81582 77.624854) + (xy 179.211662 77.624854) + (xy 179.200733 77.595551) + (xy 179.170213 77.513723) + (xy 179.170212 77.513722) + (xy 179.124766 77.453014) + (xy 179.086116 77.401384) + (xy 179.011533 77.345551) + (xy 181.356934 77.345551) + (xy 181.356935 77.345552) + (xy 181.919448 77.345552) + (xy 181.919448 76.779701) + (xy 181.919447 76.7797) + (xy 181.905339 76.7827) + (xy 181.905337 76.7827) + (xy 181.742112 76.855373) + (xy 181.74211 76.855374) + (xy 181.597551 76.960401) + (xy 181.477995 77.093183) + (xy 181.388655 77.247923) + (xy 181.356934 77.345551) + (xy 179.011533 77.345551) + (xy 178.973778 77.317288) + (xy 178.973777 77.317287) + (xy 178.973776 77.317286) + (xy 178.842303 77.26825) + (xy 178.8423 77.268249) + (xy 178.842299 77.268249) + (xy 178.808739 77.264641) + (xy 178.784175 77.262) + (xy 178.784174 77.262) + (xy 178.215826 77.262) + (xy 178.215825 77.262) + (xy 178.157701 77.268249) + (xy 178.157696 77.26825) + (xy 178.026223 77.317286) + (xy 178.026222 77.317287) + (xy 177.913884 77.401384) + (xy 177.829787 77.513722) + (xy 177.829786 77.513723) + (xy 177.78075 77.645196) + (xy 177.780749 77.645201) + (xy 177.7745 77.703325) + (xy 177.7745 78.296674) + (xy 175.236656 78.296674) + (xy 175.238 78.284174) + (xy 175.238 77.715826) + (xy 175.231751 77.657701) + (xy 175.208571 77.595552) + (xy 175.182713 77.526223) + (xy 175.182712 77.526222) + (xy 175.173355 77.513723) + (xy 175.098616 77.413884) + (xy 174.994312 77.335802) + (xy 174.986277 77.329787) + (xy 174.986276 77.329786) + (xy 174.854803 77.28075) + (xy 174.8548 77.280749) + (xy 174.854799 77.280749) + (xy 174.825736 77.277624) + (xy 174.796675 77.2745) + (xy 174.796674 77.2745) + (xy 174.203326 77.2745) + (xy 174.203325 77.2745) + (xy 174.145201 77.280749) + (xy 174.145196 77.28075) + (xy 174.013723 77.329786) + (xy 174.013722 77.329787) + (xy 173.901384 77.413884) + (xy 173.817287 77.526222) + (xy 173.817286 77.526223) + (xy 173.76825 77.657696) + (xy 173.768249 77.657701) + (xy 173.762 77.715826) + (xy 173.762 78.284174) + (xy 173.413 78.284174) + (xy 173.413 77.715826) + (xy 173.406751 77.657701) + (xy 173.383571 77.595552) + (xy 173.357713 77.526223) + (xy 173.357712 77.526222) + (xy 173.348355 77.513723) + (xy 173.273616 77.413884) + (xy 173.169312 77.335802) + (xy 173.161277 77.329787) + (xy 173.161276 77.329786) + (xy 173.029803 77.28075) + (xy 173.0298 77.280749) + (xy 173.029799 77.280749) + (xy 173.000736 77.277624) + (xy 172.971675 77.2745) + (xy 172.971674 77.2745) + (xy 172.378326 77.2745) + (xy 172.378325 77.2745) + (xy 172.320201 77.280749) + (xy 172.320196 77.28075) + (xy 172.188723 77.329786) + (xy 172.188722 77.329787) + (xy 172.076384 77.413884) + (xy 171.992287 77.526222) + (xy 171.992286 77.526223) + (xy 171.94325 77.657696) + (xy 171.943249 77.657701) + (xy 171.937 77.715826) + (xy 171.937 78.284174) + (xy 170.8005 78.284174) + (xy 170.8005 78.227128) + (xy 170.794091 78.167518) + (xy 170.774204 78.114198) + (xy 170.743797 78.032671) + (xy 170.743796 78.03267) + (xy 170.708925 77.986088) + (xy 170.657546 77.917454) + (xy 170.54233 77.831204) + (xy 170.542329 77.831203) + (xy 170.542328 77.831202) + (xy 170.407486 77.78091) + (xy 170.407483 77.780909) + (xy 170.407482 77.780909) + (xy 170.377676 77.777704) + (xy 170.347873 77.7745) + (xy 170.347872 77.7745) + (xy 169.002128 77.7745) + (xy 169.002127 77.7745) + (xy 168.942518 77.780909) + (xy 168.942513 77.78091) + (xy 168.807671 77.831202) + (xy 168.80767 77.831203) + (xy 168.692454 77.917454) + (xy 168.606203 78.03267) + (xy 168.606202 78.032671) + (xy 168.55591 78.167513) + (xy 168.555909 78.167518) + (xy 168.5495 78.227127) + (xy 168.5495 79.247872) + (xy 151.691037 79.247872) + (xy 151.65013 79.15161) + (xy 151.509018 78.92039) + (xy 151.368378 78.751393) + (xy 151.335747 78.712182) + (xy 151.303473 78.683264) + (xy 151.134002 78.531418) + (xy 150.90809 78.381956) + (xy 150.908086 78.381954) + (xy 150.908087 78.381954) + (xy 150.662824 78.26698) + (xy 150.403435 78.18894) + (xy 150.403426 78.188938) + (xy 150.135441 78.1495) + (xy 150.135439 78.1495) + (xy 149.932369 78.1495) + (xy 149.845572 78.155852) + (xy 149.72984 78.164323) + (xy 149.465448 78.223219) + (xy 149.212449 78.319983) + (xy 149.21244 78.319987) + (xy 148.976223 78.452559) + (xy 148.976218 78.452562) + (xy 148.820174 78.573055) + (xy 148.801074 78.587804) + (xy 148.761822 78.618113) + (xy 148.761818 78.618116) + (xy 148.573812 78.81312) + (xy 148.416199 79.033423) + (xy 148.292348 79.274315) + (xy 148.29234 79.274333) + (xy 148.204883 79.530687) + (xy 148.204881 79.530694) + (xy 148.165522 79.743786) + (xy 148.155681 79.797067) + (xy 148.146387 80.051394) + (xy 148.145788 80.067771) + (xy 131.332566 80.067771) + (xy 131.333761 80.065327) + (xy 131.340573 80.051393) + (xy 131.3505 79.98326) + (xy 131.3505 79.71674) + (xy 131.340573 79.648607) + (xy 131.296034 79.5575) + (xy 131.292525 79.500972) + (xy 131.296034 79.4925) + (xy 131.329143 79.424773) + (xy 131.340573 79.401393) + (xy 131.3505 79.33326) + (xy 131.3505 79.06674) + (xy 131.340573 78.998607) + (xy 131.296032 78.907497) + (xy 131.292523 78.850973) + (xy 131.296025 78.842516) + (xy 131.340573 78.751393) + (xy 131.3505 78.68326) + (xy 131.3505 78.41674) + (xy 131.340573 78.348607) + (xy 131.289198 78.243517) + (xy 131.206483 78.160802) + (xy 131.206483 78.160801) + (xy 131.206482 78.160801) + (xy 131.101394 78.109427) + (xy 131.033264 78.0995) + (xy 131.03326 78.0995) + (xy 129.69174 78.0995) + (xy 129.691735 78.0995) + (xy 129.623606 78.109427) + (xy 129.623605 78.109427) + (xy 129.518517 78.160801) + (xy 129.435801 78.243517) + (xy 129.384427 78.348605) + (xy 129.384427 78.348606) + (xy 129.3745 78.416735) + (xy 129.3745 78.683264) + (xy 129.384427 78.751393) + (xy 129.384428 78.751395) + (xy 129.428965 78.8425) + (xy 129.432474 78.899029) + (xy 129.428965 78.9075) + (xy 129.384428 78.998604) + (xy 129.384427 78.998606) + (xy 129.3745 79.066735) + (xy 129.3745 79.333264) + (xy 129.384427 79.401393) + (xy 129.384427 79.401394) + (xy 129.428966 79.4925) + (xy 129.432475 79.549028) + (xy 129.428966 79.5575) + (xy 129.384427 79.648605) + (xy 129.384427 79.648606) + (xy 129.3745 79.716735) + (xy 129.3745 79.983264) + (xy 125.625499 79.983264) + (xy 125.6255 79.98326) + (xy 125.6255 79.71674) + (xy 125.615573 79.648607) + (xy 125.571034 79.5575) + (xy 125.567525 79.500972) + (xy 125.571034 79.4925) + (xy 125.604143 79.424773) + (xy 125.615573 79.401393) + (xy 125.6255 79.33326) + (xy 125.6255 79.06674) + (xy 125.615573 78.998607) + (xy 125.571032 78.907497) + (xy 125.567523 78.850973) + (xy 125.571025 78.842516) + (xy 125.615573 78.751393) + (xy 125.6255 78.68326) + (xy 125.6255 78.41674) + (xy 125.615573 78.348607) + (xy 125.564198 78.243517) + (xy 125.481483 78.160802) + (xy 125.481483 78.160801) + (xy 125.481482 78.160801) + (xy 125.376394 78.109427) + (xy 125.308264 78.0995) + (xy 125.30826 78.0995) + (xy 123.96674 78.0995) + (xy 123.966735 78.0995) + (xy 123.898606 78.109427) + (xy 123.898605 78.109427) + (xy 123.793517 78.160801) + (xy 123.710801 78.243517) + (xy 123.659427 78.348605) + (xy 123.659427 78.348606) + (xy 123.6495 78.416735) + (xy 123.6495 78.683264) + (xy 123.659427 78.751393) + (xy 123.659428 78.751395) + (xy 123.703965 78.8425) + (xy 123.707474 78.899029) + (xy 123.703965 78.9075) + (xy 123.659428 78.998604) + (xy 123.659427 78.998606) + (xy 123.6495 79.066735) + (xy 123.6495 79.333264) + (xy 123.659427 79.401393) + (xy 123.659427 79.401394) + (xy 123.703966 79.4925) + (xy 123.707475 79.549028) + (xy 123.703966 79.5575) + (xy 123.659427 79.648605) + (xy 123.659427 79.648606) + (xy 123.6495 79.716735) + (xy 123.6495 79.983264) + (xy 123.650811 79.992259) + (xy 123.659427 80.051393) + (xy 123.659427 80.051394) + (xy 123.659428 80.051395) + (xy 123.703965 80.1425) + (xy 123.707474 80.199029) + (xy 123.703965 80.2075) + (xy 123.659428 80.298604) + (xy 123.659427 80.298606) + (xy 123.6495 80.366735) + (xy 123.6495 80.633264) + (xy 123.659427 80.701393) + (xy 123.659427 80.701394) + (xy 123.703966 80.7925) + (xy 123.707475 80.849028) + (xy 123.703966 80.8575) + (xy 123.659427 80.948605) + (xy 123.659427 80.948606) + (xy 123.6495 81.016735) + (xy 123.6495 81.283264) + (xy 123.659427 81.351393) + (xy 123.659427 81.351394) + (xy 123.703966 81.4425) + (xy 123.707475 81.499028) + (xy 123.703966 81.5075) + (xy 123.659427 81.598605) + (xy 123.659427 81.598606) + (xy 123.6495 81.666735) + (xy 123.6495 81.933264) + (xy 123.659427 82.001393) + (xy 123.659427 82.001394) + (xy 123.703966 82.0925) + (xy 123.707475 82.149028) + (xy 123.703966 82.1575) + (xy 123.659427 82.248605) + (xy 123.659427 82.248606) + (xy 123.6495 82.316735) + (xy 123.6495 82.583264) + (xy 121.787417 82.583264) + (xy 121.789198 82.581483) + (xy 121.840573 82.476393) + (xy 121.8505 82.40826) + (xy 121.8505 82.14174) + (xy 121.840573 82.073607) + (xy 121.796032 81.982497) + (xy 121.792523 81.925973) + (xy 121.796025 81.917516) + (xy 121.840573 81.826393) + (xy 121.8505 81.75826) + (xy 121.8505 81.49174) + (xy 121.840573 81.423607) + (xy 121.796032 81.332497) + (xy 121.792523 81.275973) + (xy 121.796025 81.267516) + (xy 121.840573 81.176393) + (xy 121.8505 81.10826) + (xy 121.8505 80.84174) + (xy 121.840573 80.773607) + (xy 121.814733 80.72075) + (xy 121.796034 80.6825) + (xy 121.792525 80.625972) + (xy 121.796034 80.6175) + (xy 121.810582 80.58774) + (xy 121.840573 80.526393) + (xy 121.8505 80.45826) + (xy 121.8505 80.19174) + (xy 121.840573 80.123607) + (xy 121.796032 80.032497) + (xy 121.792523 79.975973) + (xy 121.796025 79.967516) + (xy 121.840573 79.876393) + (xy 121.8505 79.80826) + (xy 121.8505 79.54174) + (xy 121.840573 79.473607) + (xy 121.796032 79.382497) + (xy 121.792523 79.325973) + (xy 121.796025 79.317516) + (xy 121.840573 79.226393) + (xy 121.8505 79.15826) + (xy 121.8505 78.89174) + (xy 121.840573 78.823607) + (xy 121.80527 78.751393) + (xy 121.795756 78.731931) + (xy 121.792247 78.675403) + (xy 121.795756 78.66693) + (xy 121.840087 78.576249) + (xy 121.84027 78.575) + (xy 121.542055 78.575) + (xy 121.53594 78.574557) + (xy 121.535931 78.574694) + (xy 121.533265 78.5745) + (xy 121.53326 78.5745) + (xy 120.19174 78.5745) + (xy 120.191734 78.5745) + (xy 120.189069 78.574694) + (xy 120.189059 78.574557) + (xy 120.182945 78.575) + (xy 119.88473 78.575) + (xy 119.884912 78.576251) + (xy 119.929243 78.666931) + (xy 119.932752 78.723459) + (xy 119.929243 78.731931) + (xy 119.884428 78.823604) + (xy 119.884427 78.823606) + (xy 119.8745 78.891735) + (xy 119.8745 79.158264) + (xy 119.884427 79.226393) + (xy 119.884427 79.226394) + (xy 119.928966 79.3175) + (xy 119.932475 79.374028) + (xy 119.928966 79.3825) + (xy 119.884427 79.473605) + (xy 119.884427 79.473606) + (xy 119.8745 79.541735) + (xy 119.8745 79.808264) + (xy 119.884427 79.876393) + (xy 119.884427 79.876394) + (xy 119.928966 79.9675) + (xy 119.932475 80.024028) + (xy 119.928966 80.0325) + (xy 119.884427 80.123605) + (xy 119.884427 80.123606) + (xy 119.8745 80.191735) + (xy 119.8745 80.458264) + (xy 119.884427 80.526393) + (xy 119.884427 80.526394) + (xy 119.928966 80.6175) + (xy 119.932475 80.674028) + (xy 119.928966 80.6825) + (xy 119.884427 80.773605) + (xy 119.884427 80.773606) + (xy 119.8745 80.841735) + (xy 119.8745 81.108264) + (xy 119.884427 81.176393) + (xy 119.884427 81.176394) + (xy 119.928966 81.2675) + (xy 119.932475 81.324028) + (xy 119.928966 81.3325) + (xy 119.884427 81.423605) + (xy 119.884427 81.423606) + (xy 119.8745 81.491735) + (xy 119.8745 81.758264) + (xy 119.884427 81.826393) + (xy 119.884427 81.826394) + (xy 119.928966 81.9175) + (xy 119.932475 81.974028) + (xy 119.928966 81.9825) + (xy 119.884427 82.073605) + (xy 119.884427 82.073606) + (xy 119.8745 82.141735) + (xy 119.8745 82.408264) + (xy 116.125499 82.408264) + (xy 116.1255 82.40826) + (xy 116.1255 82.14174) + (xy 116.115573 82.073607) + (xy 116.092181 82.025758) + (xy 116.071034 81.9825) + (xy 116.067525 81.925972) + (xy 116.071034 81.9175) + (xy 116.111034 81.835677) + (xy 116.115573 81.826393) + (xy 116.1255 81.75826) + (xy 116.1255 81.49174) + (xy 116.115573 81.423607) + (xy 116.071032 81.332497) + (xy 116.067523 81.275973) + (xy 116.071025 81.267516) + (xy 116.115573 81.176393) + (xy 116.1255 81.10826) + (xy 116.1255 80.84174) + (xy 116.115573 80.773607) + (xy 116.089733 80.72075) + (xy 116.071034 80.6825) + (xy 116.067525 80.625972) + (xy 116.071034 80.6175) + (xy 116.085582 80.58774) + (xy 116.115573 80.526393) + (xy 116.1255 80.45826) + (xy 116.1255 80.19174) + (xy 116.115573 80.123607) + (xy 116.071032 80.032497) + (xy 116.067523 79.975973) + (xy 116.071025 79.967516) + (xy 116.115573 79.876393) + (xy 116.1255 79.80826) + (xy 116.1255 79.54174) + (xy 116.115573 79.473607) + (xy 116.081436 79.403778) + (xy 116.070756 79.381931) + (xy 116.067247 79.325403) + (xy 116.070756 79.31693) + (xy 116.115087 79.226249) + (xy 116.11527 79.225) + (xy 115.817055 79.225) + (xy 115.81094 79.224557) + (xy 115.810931 79.224694) + (xy 115.808265 79.2245) + (xy 115.80826 79.2245) + (xy 114.46674 79.2245) + (xy 114.466734 79.2245) + (xy 114.464069 79.224694) + (xy 114.464059 79.224557) + (xy 114.457945 79.225) + (xy 114.15973 79.225) + (xy 114.159912 79.226251) + (xy 114.204243 79.316931) + (xy 114.207752 79.373459) + (xy 114.204243 79.381931) + (xy 114.159428 79.473604) + (xy 114.159427 79.473606) + (xy 114.1495 79.541735) + (xy 114.1495 79.808264) + (xy 114.159427 79.876393) + (xy 114.159427 79.876394) + (xy 114.203966 79.9675) + (xy 114.207475 80.024028) + (xy 114.203966 80.0325) + (xy 114.159427 80.123605) + (xy 114.159427 80.123606) + (xy 114.1495 80.191735) + (xy 114.1495 80.458264) + (xy 114.159427 80.526393) + (xy 114.159427 80.526394) + (xy 114.203966 80.6175) + (xy 114.207475 80.674028) + (xy 114.203966 80.6825) + (xy 114.159427 80.773605) + (xy 114.159427 80.773606) + (xy 114.1495 80.841735) + (xy 114.1495 81.108264) + (xy 114.159427 81.176393) + (xy 114.159427 81.176394) + (xy 114.203966 81.2675) + (xy 114.207475 81.324028) + (xy 114.203966 81.3325) + (xy 114.159427 81.423605) + (xy 114.159427 81.423606) + (xy 114.1495 81.491735) + (xy 114.1495 81.758264) + (xy 114.159427 81.826393) + (xy 114.159427 81.826394) + (xy 114.203966 81.9175) + (xy 114.207475 81.974028) + (xy 114.203966 81.9825) + (xy 114.159427 82.073605) + (xy 114.159427 82.073606) + (xy 114.1495 82.141735) + (xy 114.1495 82.408264) + (xy 56.645436 82.408264) + (xy 56.655847 82.35257) + (xy 56.958325 80.821643) + (xy 57.037871 80.439701) + (xy 57.371719 78.915307) + (xy 57.459085 78.535108) + (xy 57.465544 78.508264) + (xy 114.1495 78.508264) + (xy 114.159427 78.576393) + (xy 114.159427 78.576395) + (xy 114.204243 78.668068) + (xy 114.207752 78.724596) + (xy 114.204243 78.733068) + (xy 114.159912 78.823748) + (xy 114.15973 78.825) + (xy 114.457945 78.825) + (xy 114.464059 78.825442) + (xy 114.464069 78.825306) + (xy 114.466734 78.825499) + (xy 114.46674 78.8255) + (xy 114.466746 78.8255) + (xy 115.808254 78.8255) + (xy 115.80826 78.8255) + (xy 115.808265 78.825499) + (xy 115.810931 78.825306) + (xy 115.81094 78.825442) + (xy 115.817055 78.825) + (xy 116.115269 78.825) + (xy 116.115087 78.823749) + (xy 116.070756 78.733069) + (xy 116.067246 78.67654) + (xy 116.070756 78.668068) + (xy 116.081609 78.645868) + (xy 116.115573 78.576393) + (xy 116.1255 78.50826) + (xy 116.1255 78.24174) + (xy 116.115573 78.173607) + (xy 116.071032 78.082497) + (xy 116.067523 78.025973) + (xy 116.071025 78.017516) + (xy 116.115573 77.926393) + (xy 116.125499 77.858264) + (xy 119.8745 77.858264) + (xy 119.884427 77.926393) + (xy 119.884427 77.926395) + (xy 119.929243 78.018068) + (xy 119.932752 78.074596) + (xy 119.929243 78.083068) + (xy 119.884912 78.173748) + (xy 119.88473 78.175) + (xy 120.182945 78.175) + (xy 120.189059 78.175442) + (xy 120.189069 78.175306) + (xy 120.191734 78.175499) + (xy 120.19174 78.1755) + (xy 120.191746 78.1755) + (xy 121.533254 78.1755) + (xy 121.53326 78.1755) + (xy 121.533265 78.175499) + (xy 121.535931 78.175306) + (xy 121.53594 78.175442) + (xy 121.542055 78.175) + (xy 121.840269 78.175) + (xy 121.840087 78.173749) + (xy 121.795756 78.083069) + (xy 121.792246 78.02654) + (xy 121.795756 78.018068) + (xy 121.81139 77.986088) + (xy 121.840573 77.926393) + (xy 121.8505 77.85826) + (xy 121.8505 77.59174) + (xy 121.840573 77.523607) + (xy 121.789198 77.418517) + (xy 121.706483 77.335802) + (xy 121.706482 77.335801) + (xy 121.601394 77.284427) + (xy 121.533264 77.2745) + (xy 121.53326 77.2745) + (xy 120.19174 77.2745) + (xy 120.191735 77.2745) + (xy 120.123606 77.284427) + (xy 120.123605 77.284427) + (xy 120.018517 77.335801) + (xy 119.935801 77.418517) + (xy 119.884427 77.523605) + (xy 119.884427 77.523606) + (xy 119.8745 77.591735) + (xy 119.8745 77.858264) + (xy 116.125499 77.858264) + (xy 116.1255 77.85826) + (xy 116.1255 77.59174) + (xy 116.115573 77.523607) + (xy 116.064198 77.418517) + (xy 115.981483 77.335802) + (xy 115.981482 77.335801) + (xy 115.876394 77.284427) + (xy 115.808264 77.2745) + (xy 115.80826 77.2745) + (xy 114.46674 77.2745) + (xy 114.466735 77.2745) + (xy 114.398606 77.284427) + (xy 114.398605 77.284427) + (xy 114.293517 77.335801) + (xy 114.210801 77.418517) + (xy 114.159427 77.523605) + (xy 114.159427 77.523606) + (xy 114.1495 77.591735) + (xy 114.1495 77.858264) + (xy 114.153772 77.887583) + (xy 114.159427 77.926393) + (xy 114.159427 77.926394) + (xy 114.159428 77.926395) + (xy 114.203965 78.0175) + (xy 114.207474 78.074029) + (xy 114.203965 78.0825) + (xy 114.159428 78.173604) + (xy 114.159427 78.173606) + (xy 114.1495 78.241735) + (xy 114.1495 78.508264) + (xy 57.465544 78.508264) + (xy 57.82414 77.017975) + (xy 57.919282 76.639688) + (xy 57.963378 76.471674) + (xy 177.7745 76.471674) + (xy 177.780749 76.529798) + (xy 177.78075 76.529803) + (xy 177.829786 76.661276) + (xy 177.829787 76.661277) + (xy 177.829788 76.661278) + (xy 177.913884 76.773616) + (xy 178.023099 76.855374) + (xy 178.026222 76.857712) + (xy 178.026223 76.857713) + (xy 178.122916 76.893777) + (xy 178.157701 76.906751) + (xy 178.210182 76.912393) + (xy 178.215825 76.913) + (xy 178.215826 76.913) + (xy 178.784175 76.913) + (xy 178.789317 76.912446) + (xy 178.842299 76.906751) + (xy 178.929951 76.874058) + (xy 178.973776 76.857713) + (xy 178.973776 76.857712) + (xy 178.973778 76.857712) + (xy 179.086116 76.773616) + (xy 179.170212 76.661278) + (xy 179.219251 76.529799) + (xy 179.2255 76.471674) + (xy 179.2255 75.878326) + (xy 179.219251 75.820201) + (xy 179.210556 75.796889) + (xy 179.170213 75.688723) + (xy 179.170212 75.688722) + (xy 179.156024 75.669769) + (xy 179.086116 75.576384) + (xy 178.973778 75.492288) + (xy 178.973777 75.492287) + (xy 178.973776 75.492286) + (xy 178.842303 75.44325) + (xy 178.8423 75.443249) + (xy 178.842299 75.443249) + (xy 178.813236 75.440124) + (xy 178.784175 75.437) + (xy 178.784174 75.437) + (xy 178.215826 75.437) + (xy 178.215825 75.437) + (xy 178.157701 75.443249) + (xy 178.157696 75.44325) + (xy 178.026223 75.492286) + (xy 178.026222 75.492287) + (xy 177.913884 75.576384) + (xy 177.829787 75.688722) + (xy 177.829786 75.688723) + (xy 177.78075 75.820196) + (xy 177.780749 75.820201) + (xy 177.7745 75.878325) + (xy 177.7745 76.471674) + (xy 57.963378 76.471674) + (xy 58.284012 75.25) + (xy 121.7125 75.25) + (xy 121.7125 75.284131) + (xy 121.718741 75.342189) + (xy 121.718743 75.342195) + (xy 121.76773 75.473533) + (xy 121.851741 75.585758) + (xy 121.963966 75.669769) + (xy 122.095304 75.718756) + (xy 122.09531 75.718758) + (xy 122.153368 75.725) + (xy 122.25 75.725) + (xy 122.25 75.25) + (xy 122.75 75.25) + (xy 122.75 75.725) + (xy 122.846632 75.725) + (xy 122.904689 75.718758) + (xy 122.904695 75.718756) + (xy 123.036033 75.669769) + (xy 123.148258 75.585758) + (xy 123.232269 75.473533) + (xy 123.281256 75.342195) + (xy 123.281258 75.342189) + (xy 123.287495 75.284174) + (xy 123.437 75.284174) + (xy 123.443249 75.342298) + (xy 123.44325 75.342303) + (xy 123.492286 75.473776) + (xy 123.492287 75.473777) + (xy 123.513429 75.502019) + (xy 123.576384 75.586116) + (xy 123.68813 75.669769) + (xy 123.688722 75.670212) + (xy 123.688723 75.670213) + (xy 123.796889 75.710556) + (xy 123.820201 75.719251) + (xy 123.872682 75.724893) + (xy 123.878325 75.7255) + (xy 123.878326 75.7255) + (xy 124.571675 75.7255) + (xy 124.576817 75.724946) + (xy 124.629799 75.719251) + (xy 124.717451 75.686558) + (xy 124.761276 75.670213) + (xy 124.761276 75.670212) + (xy 124.761278 75.670212) + (xy 124.873616 75.586116) + (xy 124.957712 75.473778) + (xy 124.957804 75.473533) + (xy 124.974058 75.429951) + (xy 125.006751 75.342299) + (xy 125.013 75.284174) + (xy 125.013 74.715826) + (xy 125.006751 74.657701) + (xy 124.998056 74.634389) + (xy 124.957713 74.526223) + (xy 124.957712 74.526222) + (xy 124.957711 74.526221) + (xy 124.873616 74.413884) + (xy 124.777844 74.342189) + (xy 124.761277 74.329787) + (xy 124.761276 74.329786) + (xy 124.629803 74.28075) + (xy 124.6298 74.280749) + (xy 124.629799 74.280749) + (xy 124.600736 74.277624) + (xy 124.571675 74.2745) + (xy 124.571674 74.2745) + (xy 123.878326 74.2745) + (xy 123.878325 74.2745) + (xy 123.820201 74.280749) + (xy 123.820196 74.28075) + (xy 123.688723 74.329786) + (xy 123.688722 74.329787) + (xy 123.576384 74.413884) + (xy 123.492287 74.526222) + (xy 123.492286 74.526223) + (xy 123.44325 74.657696) + (xy 123.443249 74.657701) + (xy 123.437 74.715825) + (xy 123.437 75.284174) + (xy 123.287495 75.284174) + (xy 123.2875 75.284131) + (xy 123.2875 75.25) + (xy 122.75 75.25) + (xy 122.25 75.25) + (xy 121.7125 75.25) + (xy 58.284012 75.25) + (xy 58.315423 75.130318) + (xy 58.418359 74.7539) + (xy 58.419469 74.75) + (xy 121.7125 74.75) + (xy 122.25 74.75) + (xy 122.25 74.275) + (xy 122.75 74.275) + (xy 122.75 74.75) + (xy 123.2875 74.75) + (xy 123.2875 74.715868) + (xy 123.281258 74.65781) + (xy 123.281256 74.657804) + (xy 123.232269 74.526466) + (xy 123.148258 74.414241) + (xy 123.036033 74.33023) + (xy 122.904695 74.281243) + (xy 122.904689 74.281241) + (xy 122.846632 74.275) + (xy 122.75 74.275) + (xy 122.25 74.275) + (xy 122.153368 74.275) + (xy 122.09531 74.281241) + (xy 122.095304 74.281243) + (xy 121.963966 74.33023) + (xy 121.851741 74.414241) + (xy 121.76773 74.526466) + (xy 121.718743 74.657804) + (xy 121.718741 74.65781) + (xy 121.7125 74.715868) + (xy 121.7125 74.75) + (xy 58.419469 74.75) + (xy 58.561731 74.25) + (xy 192.85 74.25) + (xy 192.85 74.284131) + (xy 192.856241 74.342189) + (xy 192.856243 74.342195) + (xy 192.90523 74.473533) + (xy 192.989241 74.585758) + (xy 193.101466 74.669769) + (xy 193.232804 74.718756) + (xy 193.23281 74.718758) + (xy 193.290868 74.725) + (xy 193.3875 74.725) + (xy 193.3875 74.25) + (xy 193.8875 74.25) + (xy 193.8875 74.725) + (xy 193.984132 74.725) + (xy 194.042189 74.718758) + (xy 194.042195 74.718756) + (xy 194.173533 74.669769) + (xy 194.285758 74.585758) + (xy 194.369769 74.473533) + (xy 194.418756 74.342195) + (xy 194.418758 74.342189) + (xy 194.424995 74.284174) + (xy 194.5745 74.284174) + (xy 194.579451 74.33023) + (xy 194.580749 74.342298) + (xy 194.58075 74.342303) + (xy 194.629786 74.473776) + (xy 194.629787 74.473777) + (xy 194.629788 74.473778) + (xy 194.713884 74.586116) + (xy 194.809647 74.657804) + (xy 194.826222 74.670212) + (xy 194.826223 74.670213) + (xy 194.934389 74.710556) + (xy 194.957701 74.719251) + (xy 195.010182 74.724893) + (xy 195.015825 74.7255) + (xy 195.015826 74.7255) + (xy 195.709175 74.7255) + (xy 195.714317 74.724946) + (xy 195.767299 74.719251) + (xy 195.854951 74.686558) + (xy 195.898776 74.670213) + (xy 195.898776 74.670212) + (xy 195.898778 74.670212) + (xy 196.011116 74.586116) + (xy 196.095212 74.473778) + (xy 196.095304 74.473533) + (xy 196.117551 74.413884) + (xy 196.144251 74.342299) + (xy 196.1505 74.284174) + (xy 196.1505 73.715826) + (xy 196.144251 73.657701) + (xy 196.135556 73.634389) + (xy 196.095213 73.526223) + (xy 196.095212 73.526222) + (xy 196.011116 73.413884) + (xy 195.927019 73.350929) + (xy 195.898777 73.329787) + (xy 195.898776 73.329786) + (xy 195.767303 73.28075) + (xy 195.7673 73.280749) + (xy 195.767299 73.280749) + (xy 195.738236 73.277624) + (xy 195.709175 73.2745) + (xy 195.709174 73.2745) + (xy 195.015826 73.2745) + (xy 195.015825 73.2745) + (xy 194.957701 73.280749) + (xy 194.957696 73.28075) + (xy 194.826223 73.329786) + (xy 194.826222 73.329787) + (xy 194.713884 73.413884) + (xy 194.629787 73.526222) + (xy 194.629786 73.526223) + (xy 194.58075 73.657696) + (xy 194.580749 73.657701) + (xy 194.5745 73.715826) + (xy 194.5745 74.284174) + (xy 194.424995 74.284174) + (xy 194.425 74.284131) + (xy 194.425 74.25) + (xy 193.8875 74.25) + (xy 193.3875 74.25) + (xy 192.85 74.25) + (xy 58.561731 74.25) + (xy 58.703993 73.75) + (xy 192.85 73.75) + (xy 193.3875 73.75) + (xy 193.3875 73.275) + (xy 193.8875 73.275) + (xy 193.8875 73.75) + (xy 194.425 73.75) + (xy 194.425 73.715868) + (xy 194.418758 73.65781) + (xy 194.418756 73.657804) + (xy 194.369769 73.526466) + (xy 194.285758 73.414241) + (xy 194.173533 73.33023) + (xy 194.042195 73.281243) + (xy 194.042189 73.281241) + (xy 193.984132 73.275) + (xy 193.8875 73.275) + (xy 193.3875 73.275) + (xy 193.290868 73.275) + (xy 193.23281 73.281241) + (xy 193.232804 73.281243) + (xy 193.101466 73.33023) + (xy 192.989241 73.414241) + (xy 192.90523 73.526466) + (xy 192.856243 73.657804) + (xy 192.856241 73.65781) + (xy 192.85 73.715868) + (xy 192.85 73.75) + (xy 58.703993 73.75) + (xy 58.84536 73.253148) + (xy 58.956013 72.878883) + (xy 59.413746 71.387185) + (xy 59.53206 71.015274) + (xy 59.627531 70.7255) + (xy 59.772933 70.284174) + (xy 125.262 70.284174) + (xy 125.268249 70.342298) + (xy 125.26825 70.342303) + (xy 125.317286 70.473776) + (xy 125.317287 70.473777) + (xy 125.317288 70.473778) + (xy 125.401384 70.586116) + (xy 125.51313 70.669769) + (xy 125.513722 70.670212) + (xy 125.513723 70.670213) + (xy 125.621889 70.710556) + (xy 125.645201 70.719251) + (xy 125.697682 70.724893) + (xy 125.703325 70.7255) + (xy 125.703326 70.7255) + (xy 126.296675 70.7255) + (xy 126.301817 70.724946) + (xy 126.354799 70.719251) + (xy 126.442451 70.686558) + (xy 126.486276 70.670213) + (xy 126.486276 70.670212) + (xy 126.486278 70.670212) + (xy 126.598616 70.586116) + (xy 126.682712 70.473778) + (xy 126.682804 70.473533) + (xy 126.699058 70.429951) + (xy 126.731751 70.342299) + (xy 126.738 70.284174) + (xy 126.738 70.25) + (xy 127.0875 70.25) + (xy 127.0875 70.284131) + (xy 127.093741 70.342189) + (xy 127.093743 70.342195) + (xy 127.14273 70.473533) + (xy 127.226741 70.585758) + (xy 127.338966 70.669769) + (xy 127.470304 70.718756) + (xy 127.47031 70.718758) + (xy 127.528368 70.725) + (xy 127.575 70.725) + (xy 127.575 70.25) + (xy 128.075 70.25) + (xy 128.075 70.725) + (xy 128.121632 70.725) + (xy 128.179689 70.718758) + (xy 128.179695 70.718756) + (xy 128.311033 70.669769) + (xy 128.423258 70.585758) + (xy 128.507269 70.473533) + (xy 128.556256 70.342195) + (xy 128.556258 70.342189) + (xy 128.5625 70.284131) + (xy 128.5625 70.25) + (xy 128.075 70.25) + (xy 127.575 70.25) + (xy 127.0875 70.25) + (xy 126.738 70.25) + (xy 126.738 69.784174) + (xy 133.937 69.784174) + (xy 133.943249 69.842298) + (xy 133.94325 69.842303) + (xy 133.992286 69.973776) + (xy 133.992287 69.973777) + (xy 133.992288 69.973778) + (xy 134.076384 70.086116) + (xy 134.18813 70.169769) + (xy 134.188722 70.170212) + (xy 134.188723 70.170213) + (xy 134.296889 70.210556) + (xy 134.320201 70.219251) + (xy 134.372682 70.224893) + (xy 134.378325 70.2255) + (xy 134.378326 70.2255) + (xy 134.971675 70.2255) + (xy 134.976817 70.224946) + (xy 135.029799 70.219251) + (xy 135.117451 70.186558) + (xy 135.161276 70.170213) + (xy 135.161276 70.170212) + (xy 135.161278 70.170212) + (xy 135.273616 70.086116) + (xy 135.357712 69.973778) + (xy 135.357804 69.973533) + (xy 135.374058 69.929951) + (xy 135.406751 69.842299) + (xy 135.413 69.784174) + (xy 135.413 69.75) + (xy 135.7625 69.75) + (xy 135.7625 69.784131) + (xy 135.768741 69.842189) + (xy 135.768743 69.842195) + (xy 135.81773 69.973533) + (xy 135.901741 70.085758) + (xy 136.013966 70.169769) + (xy 136.145304 70.218756) + (xy 136.14531 70.218758) + (xy 136.203368 70.225) + (xy 136.25 70.225) + (xy 136.25 69.75) + (xy 136.75 69.75) + (xy 136.75 70.225) + (xy 136.796632 70.225) + (xy 136.854689 70.218758) + (xy 136.854695 70.218756) + (xy 136.986033 70.169769) + (xy 137.098258 70.085758) + (xy 137.182269 69.973533) + (xy 137.231256 69.842195) + (xy 137.231258 69.842189) + (xy 137.2375 69.784131) + (xy 137.2375 69.75) + (xy 136.75 69.75) + (xy 136.25 69.75) + (xy 135.7625 69.75) + (xy 135.413 69.75) + (xy 135.413 69.25) + (xy 135.7625 69.25) + (xy 136.25 69.25) + (xy 136.25 68.775) + (xy 136.75 68.775) + (xy 136.75 69.25) + (xy 137.2375 69.25) + (xy 137.2375 69.215868) + (xy 137.231258 69.15781) + (xy 137.231256 69.157804) + (xy 137.182269 69.026466) + (xy 137.098258 68.914241) + (xy 136.986033 68.83023) + (xy 136.904984 68.8) + (xy 139.669479 68.8) + (xy 139.689411 68.913043) + (xy 139.689411 68.913044) + (xy 139.689412 68.913045) + (xy 139.690103 68.914241) + (xy 139.746806 69.012456) + (xy 139.834736 69.086238) + (xy 139.834737 69.086238) + (xy 139.834739 69.08624) + (xy 139.885037 69.104546) + (xy 139.942604 69.1255) + (xy 139.942606 69.1255) + (xy 140.057396 69.1255) + (xy 140.102836 69.10896) + (xy 140.165261 69.08624) + (xy 140.223882 69.037049) + (xy 140.253193 69.012456) + (xy 140.253194 69.012455) + (xy 140.310588 68.913045) + (xy 140.330521 68.8) + (xy 140.310588 68.686955) + (xy 140.310587 68.686953) + (xy 140.308375 68.680874) + (xy 140.309741 68.680376) + (xy 140.30322 68.630848) + (xy 140.310535 68.613191) + (xy 140.310587 68.613046) + (xy 140.310588 68.613045) + (xy 140.330521 68.5) + (xy 140.310588 68.386955) + (xy 140.310587 68.386953) + (xy 140.308375 68.380874) + (xy 140.309743 68.380375) + (xy 140.303218 68.330855) + (xy 140.310522 68.313222) + (xy 140.310585 68.313049) + (xy 140.310588 68.313045) + (xy 140.330521 68.2) + (xy 140.310588 68.086955) + (xy 140.310587 68.086953) + (xy 140.308375 68.080874) + (xy 140.309741 68.080376) + (xy 140.30322 68.030848) + (xy 140.310535 68.013191) + (xy 140.310587 68.013046) + (xy 140.310588 68.013045) + (xy 140.330521 67.9) + (xy 140.310588 67.786955) + (xy 140.265321 67.70855) + (xy 140.253193 67.687543) + (xy 140.165263 67.613761) + (xy 140.165261 67.61376) + (xy 140.057396 67.5745) + (xy 140.057394 67.5745) + (xy 139.942606 67.5745) + (xy 139.942604 67.5745) + (xy 139.834739 67.61376) + (xy 139.834737 67.613761) + (xy 139.746806 67.687543) + (xy 139.689411 67.786956) + (xy 139.669479 67.899999) + (xy 139.669479 67.9) + (xy 139.67761 67.946115) + (xy 139.689412 68.013045) + (xy 139.691625 68.019125) + (xy 139.69026 68.019621) + (xy 139.696776 68.06916) + (xy 139.689455 68.086834) + (xy 139.689412 68.086954) + (xy 139.669479 68.2) + (xy 139.689412 68.313045) + (xy 139.691625 68.319125) + (xy 139.69026 68.319621) + (xy 139.696776 68.36916) + (xy 139.689455 68.386834) + (xy 139.689412 68.386954) + (xy 139.669479 68.499999) + (xy 139.689412 68.613045) + (xy 139.691625 68.619125) + (xy 139.69026 68.619621) + (xy 139.696776 68.66916) + (xy 139.689455 68.686834) + (xy 139.689412 68.686954) + (xy 139.669479 68.8) + (xy 136.904984 68.8) + (xy 136.854695 68.781243) + (xy 136.854689 68.781241) + (xy 136.796632 68.775) + (xy 136.75 68.775) + (xy 136.25 68.775) + (xy 136.203368 68.775) + (xy 136.14531 68.781241) + (xy 136.145304 68.781243) + (xy 136.013966 68.83023) + (xy 135.901741 68.914241) + (xy 135.81773 69.026466) + (xy 135.768743 69.157804) + (xy 135.768741 69.15781) + (xy 135.7625 69.215868) + (xy 135.7625 69.25) + (xy 135.413 69.25) + (xy 135.413 69.215826) + (xy 135.406751 69.157701) + (xy 135.394741 69.1255) + (xy 135.357713 69.026223) + (xy 135.357712 69.026222) + (xy 135.347406 69.012455) + (xy 135.273616 68.913884) + (xy 135.189518 68.850929) + (xy 135.161277 68.829787) + (xy 135.161276 68.829786) + (xy 135.029803 68.78075) + (xy 135.0298 68.780749) + (xy 135.029799 68.780749) + (xy 135.000736 68.777624) + (xy 134.971675 68.7745) + (xy 134.971674 68.7745) + (xy 134.378326 68.7745) + (xy 134.378325 68.7745) + (xy 134.320201 68.780749) + (xy 134.320196 68.78075) + (xy 134.188723 68.829786) + (xy 134.188722 68.829787) + (xy 134.076384 68.913884) + (xy 133.992287 69.026222) + (xy 133.992286 69.026223) + (xy 133.94325 69.157696) + (xy 133.943249 69.157701) + (xy 133.937 69.215825) + (xy 133.937 69.784174) + (xy 126.738 69.784174) + (xy 126.738 69.75) + (xy 127.0875 69.75) + (xy 127.575 69.75) + (xy 127.575 69.275) + (xy 128.075 69.275) + (xy 128.075 69.75) + (xy 128.5625 69.75) + (xy 128.5625 69.715868) + (xy 128.556258 69.65781) + (xy 128.556256 69.657804) + (xy 128.507269 69.526466) + (xy 128.423258 69.414241) + (xy 128.311033 69.33023) + (xy 128.179695 69.281243) + (xy 128.179689 69.281241) + (xy 128.121632 69.275) + (xy 128.075 69.275) + (xy 127.575 69.275) + (xy 127.528368 69.275) + (xy 127.47031 69.281241) + (xy 127.470304 69.281243) + (xy 127.338966 69.33023) + (xy 127.226741 69.414241) + (xy 127.14273 69.526466) + (xy 127.093743 69.657804) + (xy 127.093741 69.65781) + (xy 127.0875 69.715868) + (xy 127.0875 69.75) + (xy 126.738 69.75) + (xy 126.738 69.715826) + (xy 126.731751 69.657701) + (xy 126.685356 69.53331) + (xy 126.682713 69.526223) + (xy 126.682712 69.526222) + (xy 126.682711 69.526222) + (xy 126.598616 69.413884) + (xy 126.508005 69.346053) + (xy 126.486277 69.329787) + (xy 126.486276 69.329786) + (xy 126.354803 69.28075) + (xy 126.3548 69.280749) + (xy 126.354799 69.280749) + (xy 126.325736 69.277624) + (xy 126.296675 69.2745) + (xy 126.296674 69.2745) + (xy 125.703326 69.2745) + (xy 125.703325 69.2745) + (xy 125.645201 69.280749) + (xy 125.645196 69.28075) + (xy 125.513723 69.329786) + (xy 125.513722 69.329787) + (xy 125.401384 69.413884) + (xy 125.317287 69.526222) + (xy 125.317286 69.526223) + (xy 125.26825 69.657696) + (xy 125.268249 69.657701) + (xy 125.262 69.715825) + (xy 125.262 70.284174) + (xy 59.772933 70.284174) + (xy 60.020333 69.533261) + (xy 60.146226 69.163955) + (xy 60.633912 67.78) + (xy 125.45 67.78) + (xy 125.45 67.814131) + (xy 125.456241 67.872189) + (xy 125.456243 67.872195) + (xy 125.50523 68.003533) + (xy 125.589241 68.115758) + (xy 125.701466 68.199769) + (xy 125.832804 68.248756) + (xy 125.83281 68.248758) + (xy 125.890868 68.255) + (xy 125.987499 68.255) + (xy 125.987499 68.254999) + (xy 126.487499 68.254999) + (xy 126.4875 68.255) + (xy 126.584132 68.255) + (xy 126.642189 68.248758) + (xy 126.642195 68.248756) + (xy 126.773533 68.199769) + (xy 126.885758 68.115758) + (xy 126.969769 68.003533) + (xy 127.018756 67.872195) + (xy 127.018758 67.872189) + (xy 127.024995 67.814174) + (xy 127.1745 67.814174) + (xy 127.180749 67.872298) + (xy 127.18075 67.872303) + (xy 127.229786 68.003776) + (xy 127.229787 68.003777) + (xy 127.241277 68.019125) + (xy 127.313884 68.116116) + (xy 127.42563 68.199769) + (xy 127.426222 68.200212) + (xy 127.426223 68.200213) + (xy 127.534389 68.240556) + (xy 127.557701 68.249251) + (xy 127.610182 68.254893) + (xy 127.615825 68.2555) + (xy 127.615826 68.2555) + (xy 128.309175 68.2555) + (xy 128.314317 68.254946) + (xy 128.367299 68.249251) + (xy 128.454951 68.216558) + (xy 128.498776 68.200213) + (xy 128.498776 68.200212) + (xy 128.498778 68.200212) + (xy 128.611116 68.116116) + (xy 128.695212 68.003778) + (xy 128.695304 68.003533) + (xy 128.733919 67.899999) + (xy 128.744251 67.872299) + (xy 128.7505 67.814174) + (xy 128.7505 67.284174) + (xy 129.437 67.284174) + (xy 129.443249 67.342298) + (xy 129.44325 67.342303) + (xy 129.492286 67.473776) + (xy 129.492287 67.473777) + (xy 129.492288 67.473778) + (xy 129.576384 67.586116) + (xy 129.65394 67.644174) + (xy 129.688722 67.670212) + (xy 129.688723 67.670213) + (xy 129.796889 67.710556) + (xy 129.820201 67.719251) + (xy 129.872682 67.724893) + (xy 129.878325 67.7255) + (xy 129.878326 67.7255) + (xy 130.471675 67.7255) + (xy 130.476817 67.724946) + (xy 130.529799 67.719251) + (xy 130.633427 67.6806) + (xy 130.661276 67.670213) + (xy 130.661276 67.670212) + (xy 130.661278 67.670212) + (xy 130.773616 67.586116) + (xy 130.857712 67.473778) + (xy 130.857804 67.473533) + (xy 130.874058 67.429951) + (xy 130.906751 67.342299) + (xy 130.913 67.284174) + (xy 131.262 67.284174) + (xy 131.268249 67.342298) + (xy 131.26825 67.342303) + (xy 131.317286 67.473776) + (xy 131.317287 67.473777) + (xy 131.317288 67.473778) + (xy 131.401384 67.586116) + (xy 131.47894 67.644174) + (xy 131.513722 67.670212) + (xy 131.513723 67.670213) + (xy 131.621889 67.710556) + (xy 131.645201 67.719251) + (xy 131.697682 67.724893) + (xy 131.703325 67.7255) + (xy 131.703326 67.7255) + (xy 132.296675 67.7255) + (xy 132.301817 67.724946) + (xy 132.354799 67.719251) + (xy 132.458427 67.6806) + (xy 132.486276 67.670213) + (xy 132.486276 67.670212) + (xy 132.486278 67.670212) + (xy 132.598616 67.586116) + (xy 132.682712 67.473778) + (xy 132.682804 67.473533) + (xy 132.699058 67.429951) + (xy 132.731751 67.342299) + (xy 132.738 67.284174) + (xy 134.3495 67.284174) + (xy 134.355749 67.342298) + (xy 134.35575 67.342303) + (xy 134.404786 67.473776) + (xy 134.404787 67.473777) + (xy 134.404788 67.473778) + (xy 134.488884 67.586116) + (xy 134.56644 67.644174) + (xy 134.601222 67.670212) + (xy 134.601223 67.670213) + (xy 134.709389 67.710556) + (xy 134.732701 67.719251) + (xy 134.785182 67.724893) + (xy 134.790825 67.7255) + (xy 134.790826 67.7255) + (xy 135.384175 67.7255) + (xy 135.389317 67.724946) + (xy 135.442299 67.719251) + (xy 135.545927 67.6806) + (xy 135.573776 67.670213) + (xy 135.573776 67.670212) + (xy 135.573778 67.670212) + (xy 135.686116 67.586116) + (xy 135.770212 67.473778) + (xy 135.770304 67.473533) + (xy 135.786558 67.429951) + (xy 135.819251 67.342299) + (xy 135.8255 67.284174) + (xy 135.8255 67.25) + (xy 136.175 67.25) + (xy 136.175 67.284131) + (xy 136.181241 67.342189) + (xy 136.181243 67.342195) + (xy 136.23023 67.473533) + (xy 136.314241 67.585758) + (xy 136.426466 67.669769) + (xy 136.557804 67.718756) + (xy 136.55781 67.718758) + (xy 136.615868 67.725) + (xy 136.6625 67.725) + (xy 136.6625 67.25) + (xy 137.1625 67.25) + (xy 137.1625 67.725) + (xy 137.209132 67.725) + (xy 137.267189 67.718758) + (xy 137.267195 67.718756) + (xy 137.398533 67.669769) + (xy 137.510758 67.585758) + (xy 137.594769 67.473533) + (xy 137.643756 67.342195) + (xy 137.643758 67.342189) + (xy 137.65 67.284131) + (xy 137.65 67.25) + (xy 137.1625 67.25) + (xy 136.6625 67.25) + (xy 136.175 67.25) + (xy 135.8255 67.25) + (xy 135.8255 66.75) + (xy 136.175 66.75) + (xy 136.6625 66.75) + (xy 136.6625 66.275) + (xy 137.1625 66.275) + (xy 137.1625 66.75) + (xy 137.65 66.75) + (xy 137.65 66.715868) + (xy 137.643758 66.65781) + (xy 137.643756 66.657804) + (xy 137.594769 66.526466) + (xy 137.511907 66.415776) + (xy 176.872398 66.415776) + (xy 176.872399 66.424999) + (xy 176.874501 66.430074) + (xy 176.880483 66.444517) + (xy 176.899999 66.452601) + (xy 176.9 66.452601) + (xy 176.90923 66.452601) + (xy 176.919793 66.4505) + (xy 177.9005 66.4505) + (xy 177.952826 66.472174) + (xy 177.9745 66.5245) + (xy 177.9745 67.524672) + (xy 177.989034 67.59774) + (xy 178.020059 67.644174) + (xy 178.044399 67.680601) + (xy 178.12726 67.735966) + (xy 178.200326 67.7505) + (xy 178.200328 67.7505) + (xy 179.999672 67.7505) + (xy 179.999674 67.7505) + (xy 180.07274 67.735966) + (xy 180.155601 67.680601) + (xy 180.210966 67.59774) + (xy 180.2255 67.524674) + (xy 180.2255 66.524499) + (xy 180.247174 66.472174) + (xy 180.2995 66.4505) + (xy 181.280207 66.4505) + (xy 181.29077 66.452601) + (xy 181.3 66.452601) + (xy 181.300001 66.452601) + (xy 181.309758 66.448559) + (xy 181.319517 66.444517) + (xy 181.3255 66.430072) + (xy 181.327601 66.425) + (xy 181.3276 66.424997) + (xy 181.327601 66.415776) + (xy 182.322398 66.415776) + (xy 182.322399 66.424999) + (xy 182.324501 66.430074) + (xy 182.330483 66.444517) + (xy 182.349999 66.452601) + (xy 182.35 66.452601) + (xy 182.35923 66.452601) + (xy 182.369793 66.4505) + (xy 183.3505 66.4505) + (xy 183.402826 66.472174) + (xy 183.4245 66.5245) + (xy 183.4245 67.524672) + (xy 183.439034 67.59774) + (xy 183.470059 67.644174) + (xy 183.494399 67.680601) + (xy 183.57726 67.735966) + (xy 183.650326 67.7505) + (xy 183.650328 67.7505) + (xy 185.449672 67.7505) + (xy 185.449674 67.7505) + (xy 185.52274 67.735966) + (xy 185.605601 67.680601) + (xy 185.660966 67.59774) + (xy 185.6755 67.524674) + (xy 185.6755 67.524672) + (xy 187.7495 67.524672) + (xy 187.764034 67.59774) + (xy 187.795059 67.644174) + (xy 187.819399 67.680601) + (xy 187.90226 67.735966) + (xy 187.975326 67.7505) + (xy 187.975328 67.7505) + (xy 188.724672 67.7505) + (xy 188.724674 67.7505) + (xy 188.79774 67.735966) + (xy 188.880601 67.680601) + (xy 188.880601 67.680599) + (xy 188.883888 67.678404) + (xy 188.939437 67.667355) + (xy 188.966112 67.678404) + (xy 188.969398 67.680599) + (xy 188.969399 67.680601) + (xy 189.05226 67.735966) + (xy 189.125326 67.7505) + (xy 189.125328 67.7505) + (xy 189.874672 67.7505) + (xy 189.874674 67.7505) + (xy 189.94774 67.735966) + (xy 190.030601 67.680601) + (xy 190.030602 67.680598) + (xy 190.033887 67.678404) + (xy 190.089436 67.667355) + (xy 190.116111 67.678404) + (xy 190.119398 67.6806) + (xy 190.119399 67.680601) + (xy 190.20226 67.735966) + (xy 190.275326 67.7505) + (xy 190.275328 67.7505) + (xy 191.024672 67.7505) + (xy 191.024674 67.7505) + (xy 191.09774 67.735966) + (xy 191.180601 67.680601) + (xy 191.227774 67.61) + (xy 200.4 67.61) + (xy 200.4 67.644131) + (xy 200.406241 67.702189) + (xy 200.406243 67.702195) + (xy 200.45523 67.833533) + (xy 200.539241 67.945758) + (xy 200.651466 68.029769) + (xy 200.782804 68.078756) + (xy 200.78281 68.078758) + (xy 200.840868 68.085) + (xy 200.9375 68.085) + (xy 200.9375 67.61) + (xy 201.4375 67.61) + (xy 201.4375 68.085) + (xy 201.534132 68.085) + (xy 201.592189 68.078758) + (xy 201.592195 68.078756) + (xy 201.723533 68.029769) + (xy 201.835758 67.945758) + (xy 201.919769 67.833533) + (xy 201.968756 67.702195) + (xy 201.968758 67.702189) + (xy 201.974995 67.644174) + (xy 202.1245 67.644174) + (xy 202.130749 67.702298) + (xy 202.13075 67.702303) + (xy 202.179786 67.833776) + (xy 202.179787 67.833777) + (xy 202.179788 67.833778) + (xy 202.263884 67.946116) + (xy 202.340911 68.003778) + (xy 202.376222 68.030212) + (xy 202.376223 68.030213) + (xy 202.480646 68.06916) + (xy 202.507701 68.079251) + (xy 202.560182 68.084893) + (xy 202.565825 68.0855) + (xy 202.565826 68.0855) + (xy 203.259175 68.0855) + (xy 203.264317 68.084946) + (xy 203.317299 68.079251) + (xy 203.447073 68.030848) + (xy 203.448776 68.030213) + (xy 203.448776 68.030212) + (xy 203.448778 68.030212) + (xy 203.561116 67.946116) + (xy 203.645212 67.833778) + (xy 203.645304 67.833533) + (xy 203.687928 67.719251) + (xy 203.694251 67.702299) + (xy 203.7005 67.644174) + (xy 204.7495 67.644174) + (xy 204.755749 67.702298) + (xy 204.75575 67.702303) + (xy 204.804786 67.833776) + (xy 204.804787 67.833777) + (xy 204.804788 67.833778) + (xy 204.888884 67.946116) + (xy 204.965911 68.003778) + (xy 205.001222 68.030212) + (xy 205.001223 68.030213) + (xy 205.105646 68.06916) + (xy 205.132701 68.079251) + (xy 205.185182 68.084893) + (xy 205.190825 68.0855) + (xy 205.190826 68.0855) + (xy 205.784175 68.0855) + (xy 205.789317 68.084946) + (xy 205.842299 68.079251) + (xy 205.972073 68.030848) + (xy 205.973776 68.030213) + (xy 205.973776 68.030212) + (xy 205.973778 68.030212) + (xy 206.086116 67.946116) + (xy 206.170212 67.833778) + (xy 206.170304 67.833533) + (xy 206.212928 67.719251) + (xy 206.219251 67.702299) + (xy 206.2255 67.644174) + (xy 206.5745 67.644174) + (xy 206.580749 67.702298) + (xy 206.58075 67.702303) + (xy 206.629786 67.833776) + (xy 206.629787 67.833777) + (xy 206.629788 67.833778) + (xy 206.713884 67.946116) + (xy 206.790911 68.003778) + (xy 206.826222 68.030212) + (xy 206.826223 68.030213) + (xy 206.930646 68.06916) + (xy 206.957701 68.079251) + (xy 207.010182 68.084893) + (xy 207.015825 68.0855) + (xy 207.015826 68.0855) + (xy 207.609175 68.0855) + (xy 207.614317 68.084946) + (xy 207.667299 68.079251) + (xy 207.797073 68.030848) + (xy 207.798776 68.030213) + (xy 207.798776 68.030212) + (xy 207.798778 68.030212) + (xy 207.911116 67.946116) + (xy 207.995212 67.833778) + (xy 207.995304 67.833533) + (xy 208.037928 67.719251) + (xy 208.044251 67.702299) + (xy 208.0505 67.644174) + (xy 209.0995 67.644174) + (xy 209.105749 67.702298) + (xy 209.10575 67.702303) + (xy 209.154786 67.833776) + (xy 209.154787 67.833777) + (xy 209.154788 67.833778) + (xy 209.238884 67.946116) + (xy 209.315911 68.003778) + (xy 209.351222 68.030212) + (xy 209.351223 68.030213) + (xy 209.455646 68.06916) + (xy 209.482701 68.079251) + (xy 209.535182 68.084893) + (xy 209.540825 68.0855) + (xy 209.540826 68.0855) + (xy 210.134175 68.0855) + (xy 210.139317 68.084946) + (xy 210.192299 68.079251) + (xy 210.322073 68.030848) + (xy 210.323776 68.030213) + (xy 210.323776 68.030212) + (xy 210.323778 68.030212) + (xy 210.436116 67.946116) + (xy 210.520212 67.833778) + (xy 210.520304 67.833533) + (xy 210.562928 67.719251) + (xy 210.569251 67.702299) + (xy 210.5755 67.644174) + (xy 210.9245 67.644174) + (xy 210.930749 67.702298) + (xy 210.93075 67.702303) + (xy 210.979786 67.833776) + (xy 210.979787 67.833777) + (xy 210.979788 67.833778) + (xy 211.063884 67.946116) + (xy 211.140911 68.003778) + (xy 211.176222 68.030212) + (xy 211.176223 68.030213) + (xy 211.280646 68.06916) + (xy 211.307701 68.079251) + (xy 211.360182 68.084893) + (xy 211.365825 68.0855) + (xy 211.365826 68.0855) + (xy 211.959175 68.0855) + (xy 211.964317 68.084946) + (xy 212.017299 68.079251) + (xy 212.147073 68.030848) + (xy 212.148776 68.030213) + (xy 212.148776 68.030212) + (xy 212.148778 68.030212) + (xy 212.261116 67.946116) + (xy 212.345212 67.833778) + (xy 212.345304 67.833533) + (xy 212.387928 67.719251) + (xy 212.394251 67.702299) + (xy 212.4005 67.644174) + (xy 212.4005 67.075826) + (xy 212.394251 67.017701) + (xy 212.366719 66.943884) + (xy 212.345213 66.886223) + (xy 212.345212 66.886222) + (xy 212.325754 66.86023) + (xy 212.261116 66.773884) + (xy 212.177019 66.710929) + (xy 212.148777 66.689787) + (xy 212.148776 66.689786) + (xy 212.017303 66.64075) + (xy 212.0173 66.640749) + (xy 212.017299 66.640749) + (xy 211.988236 66.637624) + (xy 211.959175 66.6345) + (xy 211.959174 66.6345) + (xy 211.365826 66.6345) + (xy 211.365825 66.6345) + (xy 211.307701 66.640749) + (xy 211.307696 66.64075) + (xy 211.176223 66.689786) + (xy 211.176222 66.689787) + (xy 211.063884 66.773884) + (xy 210.979787 66.886222) + (xy 210.979786 66.886223) + (xy 210.93075 67.017696) + (xy 210.930749 67.017701) + (xy 210.9245 67.075825) + (xy 210.9245 67.644174) + (xy 210.5755 67.644174) + (xy 210.5755 67.075826) + (xy 210.569251 67.017701) + (xy 210.541719 66.943884) + (xy 210.520213 66.886223) + (xy 210.520212 66.886222) + (xy 210.500754 66.86023) + (xy 210.436116 66.773884) + (xy 210.352018 66.710929) + (xy 210.323777 66.689787) + (xy 210.323776 66.689786) + (xy 210.192303 66.64075) + (xy 210.1923 66.640749) + (xy 210.192299 66.640749) + (xy 210.163236 66.637624) + (xy 210.134175 66.6345) + (xy 210.134174 66.6345) + (xy 209.540826 66.6345) + (xy 209.540825 66.6345) + (xy 209.482701 66.640749) + (xy 209.482696 66.64075) + (xy 209.351223 66.689786) + (xy 209.351222 66.689787) + (xy 209.238884 66.773884) + (xy 209.154787 66.886222) + (xy 209.154786 66.886223) + (xy 209.10575 67.017696) + (xy 209.105749 67.017701) + (xy 209.0995 67.075825) + (xy 209.0995 67.644174) + (xy 208.0505 67.644174) + (xy 208.0505 67.075826) + (xy 208.044251 67.017701) + (xy 208.016719 66.943884) + (xy 207.995213 66.886223) + (xy 207.995212 66.886222) + (xy 207.975754 66.86023) + (xy 207.911116 66.773884) + (xy 207.827018 66.710929) + (xy 207.798777 66.689787) + (xy 207.798776 66.689786) + (xy 207.667303 66.64075) + (xy 207.6673 66.640749) + (xy 207.667299 66.640749) + (xy 207.638236 66.637624) + (xy 207.609175 66.6345) + (xy 207.609174 66.6345) + (xy 207.015826 66.6345) + (xy 207.015825 66.6345) + (xy 206.957701 66.640749) + (xy 206.957696 66.64075) + (xy 206.826223 66.689786) + (xy 206.826222 66.689787) + (xy 206.713884 66.773884) + (xy 206.629787 66.886222) + (xy 206.629786 66.886223) + (xy 206.58075 67.017696) + (xy 206.580749 67.017701) + (xy 206.5745 67.075825) + (xy 206.5745 67.644174) + (xy 206.2255 67.644174) + (xy 206.2255 67.075826) + (xy 206.219251 67.017701) + (xy 206.191719 66.943884) + (xy 206.170213 66.886223) + (xy 206.170212 66.886222) + (xy 206.150754 66.86023) + (xy 206.086116 66.773884) + (xy 206.002019 66.710929) + (xy 205.973777 66.689787) + (xy 205.973776 66.689786) + (xy 205.842303 66.64075) + (xy 205.8423 66.640749) + (xy 205.842299 66.640749) + (xy 205.813236 66.637624) + (xy 205.784175 66.6345) + (xy 205.784174 66.6345) + (xy 205.190826 66.6345) + (xy 205.190825 66.6345) + (xy 205.132701 66.640749) + (xy 205.132696 66.64075) + (xy 205.001223 66.689786) + (xy 205.001222 66.689787) + (xy 204.888884 66.773884) + (xy 204.804787 66.886222) + (xy 204.804786 66.886223) + (xy 204.75575 67.017696) + (xy 204.755749 67.017701) + (xy 204.7495 67.075825) + (xy 204.7495 67.644174) + (xy 203.7005 67.644174) + (xy 203.7005 67.075826) + (xy 203.694251 67.017701) + (xy 203.666719 66.943884) + (xy 203.645213 66.886223) + (xy 203.645212 66.886222) + (xy 203.625754 66.86023) + (xy 203.561116 66.773884) + (xy 203.477018 66.710929) + (xy 203.448777 66.689787) + (xy 203.448776 66.689786) + (xy 203.317303 66.64075) + (xy 203.3173 66.640749) + (xy 203.317299 66.640749) + (xy 203.288236 66.637624) + (xy 203.259175 66.6345) + (xy 203.259174 66.6345) + (xy 202.565826 66.6345) + (xy 202.565825 66.6345) + (xy 202.507701 66.640749) + (xy 202.507696 66.64075) + (xy 202.376223 66.689786) + (xy 202.376222 66.689787) + (xy 202.263884 66.773884) + (xy 202.179787 66.886222) + (xy 202.179786 66.886223) + (xy 202.13075 67.017696) + (xy 202.130749 67.017701) + (xy 202.1245 67.075825) + (xy 202.1245 67.644174) + (xy 201.974995 67.644174) + (xy 201.975 67.644131) + (xy 201.975 67.61) + (xy 201.4375 67.61) + (xy 200.9375 67.61) + (xy 200.4 67.61) + (xy 191.227774 67.61) + (xy 191.235966 67.59774) + (xy 191.2505 67.524674) + (xy 191.2505 67.11) + (xy 200.4 67.11) + (xy 200.9375 67.11) + (xy 200.9375 66.635) + (xy 201.4375 66.635) + (xy 201.4375 67.11) + (xy 201.975 67.11) + (xy 201.975 67.075868) + (xy 201.968758 67.01781) + (xy 201.968756 67.017804) + (xy 201.919769 66.886466) + (xy 201.835758 66.774241) + (xy 201.723533 66.69023) + (xy 201.592195 66.641243) + (xy 201.592189 66.641241) + (xy 201.534132 66.635) + (xy 201.4375 66.635) + (xy 200.9375 66.635) + (xy 200.840868 66.635) + (xy 200.78281 66.641241) + (xy 200.782804 66.641243) + (xy 200.651466 66.69023) + (xy 200.539241 66.774241) + (xy 200.45523 66.886466) + (xy 200.406243 67.017804) + (xy 200.406241 67.01781) + (xy 200.4 67.075868) + (xy 200.4 67.11) + (xy 191.2505 67.11) + (xy 191.2505 65.625326) + (xy 191.235966 65.55226) + (xy 191.180601 65.469399) + (xy 191.09774 65.414034) + (xy 191.024674 65.3995) + (xy 190.275326 65.3995) + (xy 190.226615 65.409189) + (xy 190.202259 65.414034) + (xy 190.116112 65.471595) + (xy 190.060563 65.482644) + (xy 190.033888 65.471595) + (xy 189.94774 65.414034) + (xy 189.874674 65.3995) + (xy 189.125326 65.3995) + (xy 189.076615 65.409189) + (xy 189.052259 65.414034) + (xy 188.966112 65.471595) + (xy 188.910563 65.482644) + (xy 188.883888 65.471595) + (xy 188.79774 65.414034) + (xy 188.724674 65.3995) + (xy 187.975326 65.3995) + (xy 187.926615 65.409189) + (xy 187.902259 65.414034) + (xy 187.819399 65.469398) + (xy 187.819398 65.469399) + (xy 187.764034 65.552259) + (xy 187.7495 65.625327) + (xy 187.7495 67.524672) + (xy 185.6755 67.524672) + (xy 185.6755 66.5245) + (xy 185.697174 66.472174) + (xy 185.7495 66.4505) + (xy 186.730207 66.4505) + (xy 186.74077 66.452601) + (xy 186.75 66.452601) + (xy 186.750001 66.452601) + (xy 186.759758 66.448559) + (xy 186.769517 66.444517) + (xy 186.7755 66.430072) + (xy 186.777601 66.425) + (xy 186.7776 66.424997) + (xy 186.777601 66.415776) + (xy 186.7755 66.405208) + (xy 186.7755 64.374674) + (xy 187.7495 64.374674) + (xy 187.764034 64.44774) + (xy 187.804094 64.507696) + (xy 187.819399 64.530601) + (xy 187.90226 64.585966) + (xy 187.975326 64.6005) + (xy 187.975328 64.6005) + (xy 188.724672 64.6005) + (xy 188.724674 64.6005) + (xy 188.79774 64.585966) + (xy 188.880601 64.530601) + (xy 188.880602 64.530599) + (xy 188.884338 64.528103) + (xy 188.939887 64.517054) + (xy 188.966562 64.528103) + (xy 189.052454 64.585494) + (xy 189.125378 64.6) + (xy 189.874622 64.6) + (xy 189.954693 64.584073) + (xy 189.955005 64.585646) + (xy 190.003814 64.585643) + (xy 190.043865 64.625689) + (xy 190.0495 64.654012) + (xy 190.0495 64.743102) + (xy 190.0495 64.743104) + (xy 190.049499 64.743104) + (xy 190.060123 64.831563) + (xy 190.115638 64.972341) + (xy 190.140815 65.005541) + (xy 190.207078 65.092922) + (xy 190.327658 65.184361) + (xy 190.468436 65.239877) + (xy 190.539764 65.248442) + (xy 190.556896 65.2505) + (xy 190.556898 65.2505) + (xy 190.743104 65.2505) + (xy 190.758722 65.248624) + (xy 190.831564 65.239877) + (xy 190.972342 65.184361) + (xy 191.083588 65.1) + (xy 200.4 65.1) + (xy 200.4 65.134131) + (xy 200.406241 65.192189) + (xy 200.406243 65.192195) + (xy 200.45523 65.323533) + (xy 200.539241 65.435758) + (xy 200.651466 65.519769) + (xy 200.782804 65.568756) + (xy 200.78281 65.568758) + (xy 200.840868 65.575) + (xy 200.9375 65.575) + (xy 200.9375 65.1) + (xy 201.4375 65.1) + (xy 201.4375 65.575) + (xy 201.534132 65.575) + (xy 201.592189 65.568758) + (xy 201.592195 65.568756) + (xy 201.723533 65.519769) + (xy 201.835758 65.435758) + (xy 201.919769 65.323533) + (xy 201.968756 65.192195) + (xy 201.968758 65.192189) + (xy 201.974995 65.134174) + (xy 202.1245 65.134174) + (xy 202.130749 65.192298) + (xy 202.13075 65.192303) + (xy 202.179786 65.323776) + (xy 202.179787 65.323777) + (xy 202.179788 65.323778) + (xy 202.263884 65.436116) + (xy 202.375135 65.519398) + (xy 202.376222 65.520212) + (xy 202.376223 65.520213) + (xy 202.462146 65.55226) + (xy 202.507701 65.569251) + (xy 202.560182 65.574893) + (xy 202.565825 65.5755) + (xy 202.565826 65.5755) + (xy 203.259175 65.5755) + (xy 203.264317 65.574946) + (xy 203.317299 65.569251) + (xy 203.406859 65.535847) + (xy 203.448776 65.520213) + (xy 203.448776 65.520212) + (xy 203.448778 65.520212) + (xy 203.561116 65.436116) + (xy 203.645212 65.323778) + (xy 203.645304 65.323533) + (xy 203.676506 65.239876) + (xy 203.694251 65.192299) + (xy 203.7005 65.134174) + (xy 204.7495 65.134174) + (xy 204.755749 65.192298) + (xy 204.75575 65.192303) + (xy 204.804786 65.323776) + (xy 204.804787 65.323777) + (xy 204.804788 65.323778) + (xy 204.888884 65.436116) + (xy 205.000135 65.519398) + (xy 205.001222 65.520212) + (xy 205.001223 65.520213) + (xy 205.087146 65.55226) + (xy 205.132701 65.569251) + (xy 205.185182 65.574893) + (xy 205.190825 65.5755) + (xy 205.190826 65.5755) + (xy 205.784175 65.5755) + (xy 205.789317 65.574946) + (xy 205.842299 65.569251) + (xy 205.931859 65.535847) + (xy 205.973776 65.520213) + (xy 205.973776 65.520212) + (xy 205.973778 65.520212) + (xy 206.086116 65.436116) + (xy 206.170212 65.323778) + (xy 206.170304 65.323533) + (xy 206.201506 65.239876) + (xy 206.219251 65.192299) + (xy 206.2255 65.134174) + (xy 206.5745 65.134174) + (xy 206.580749 65.192298) + (xy 206.58075 65.192303) + (xy 206.629786 65.323776) + (xy 206.629787 65.323777) + (xy 206.629788 65.323778) + (xy 206.713884 65.436116) + (xy 206.825135 65.519398) + (xy 206.826222 65.520212) + (xy 206.826223 65.520213) + (xy 206.912146 65.55226) + (xy 206.957701 65.569251) + (xy 207.010182 65.574893) + (xy 207.015825 65.5755) + (xy 207.015826 65.5755) + (xy 207.609175 65.5755) + (xy 207.614317 65.574946) + (xy 207.667299 65.569251) + (xy 207.756859 65.535847) + (xy 207.798776 65.520213) + (xy 207.798776 65.520212) + (xy 207.798778 65.520212) + (xy 207.911116 65.436116) + (xy 207.995212 65.323778) + (xy 207.995304 65.323533) + (xy 208.026506 65.239876) + (xy 208.044251 65.192299) + (xy 208.0505 65.134174) + (xy 209.0995 65.134174) + (xy 209.105749 65.192298) + (xy 209.10575 65.192303) + (xy 209.154786 65.323776) + (xy 209.154787 65.323777) + (xy 209.154788 65.323778) + (xy 209.238884 65.436116) + (xy 209.350135 65.519398) + (xy 209.351222 65.520212) + (xy 209.351223 65.520213) + (xy 209.437146 65.55226) + (xy 209.482701 65.569251) + (xy 209.535182 65.574893) + (xy 209.540825 65.5755) + (xy 209.540826 65.5755) + (xy 210.134175 65.5755) + (xy 210.139317 65.574946) + (xy 210.192299 65.569251) + (xy 210.281859 65.535847) + (xy 210.323776 65.520213) + (xy 210.323776 65.520212) + (xy 210.323778 65.520212) + (xy 210.436116 65.436116) + (xy 210.520212 65.323778) + (xy 210.520304 65.323533) + (xy 210.551506 65.239876) + (xy 210.569251 65.192299) + (xy 210.5755 65.134174) + (xy 210.9245 65.134174) + (xy 210.930749 65.192298) + (xy 210.93075 65.192303) + (xy 210.979786 65.323776) + (xy 210.979787 65.323777) + (xy 210.979788 65.323778) + (xy 211.063884 65.436116) + (xy 211.175135 65.519398) + (xy 211.176222 65.520212) + (xy 211.176223 65.520213) + (xy 211.262146 65.55226) + (xy 211.307701 65.569251) + (xy 211.360182 65.574893) + (xy 211.365825 65.5755) + (xy 211.365826 65.5755) + (xy 211.959175 65.5755) + (xy 211.964317 65.574946) + (xy 212.017299 65.569251) + (xy 212.106859 65.535847) + (xy 212.148776 65.520213) + (xy 212.148776 65.520212) + (xy 212.148778 65.520212) + (xy 212.261116 65.436116) + (xy 212.345212 65.323778) + (xy 212.345304 65.323533) + (xy 212.376506 65.239876) + (xy 212.382176 65.224674) + (xy 213.5245 65.224674) + (xy 213.539034 65.29774) + (xy 213.594399 65.380601) + (xy 213.67726 65.435966) + (xy 213.750326 65.4505) + (xy 213.750328 65.4505) + (xy 214.449672 65.4505) + (xy 214.449674 65.4505) + (xy 214.52274 65.435966) + (xy 214.605601 65.380601) + (xy 214.660966 65.29774) + (xy 214.6755 65.224674) + (xy 215.4245 65.224674) + (xy 215.439034 65.29774) + (xy 215.494399 65.380601) + (xy 215.57726 65.435966) + (xy 215.650326 65.4505) + (xy 215.650328 65.4505) + (xy 216.349672 65.4505) + (xy 216.349674 65.4505) + (xy 216.42274 65.435966) + (xy 216.505601 65.380601) + (xy 216.560966 65.29774) + (xy 216.5755 65.224674) + (xy 216.5755 64.775326) + (xy 216.560966 64.70226) + (xy 216.560965 64.702259) + (xy 216.559544 64.695112) + (xy 216.561404 64.694741) + (xy 216.561402 64.655258) + (xy 216.559544 64.654889) + (xy 216.573318 64.585643) + (xy 216.5755 64.574674) + (xy 216.5755 64.125326) + (xy 216.560966 64.05226) + (xy 216.560965 64.052259) + (xy 216.559544 64.045112) + (xy 216.561404 64.044741) + (xy 216.561402 64.005258) + (xy 216.559544 64.004889) + (xy 216.5755 63.924672) + (xy 216.5755 63.475327) + (xy 216.5755 63.475326) + (xy 216.560966 63.40226) + (xy 216.505601 63.319399) + (xy 216.42274 63.264034) + (xy 216.349674 63.2495) + (xy 215.650326 63.2495) + (xy 215.601615 63.259189) + (xy 215.577259 63.264034) + (xy 215.494399 63.319398) + (xy 215.494398 63.319399) + (xy 215.439034 63.402259) + (xy 215.4245 63.475327) + (xy 215.4245 63.924672) + (xy 215.440456 64.004888) + (xy 215.438596 64.005257) + (xy 215.438599 64.044742) + (xy 215.440456 64.045112) + (xy 215.439034 64.052259) + (xy 215.439034 64.05226) + (xy 215.4245 64.125326) + (xy 215.4245 64.574674) + (xy 215.434648 64.625689) + (xy 215.440456 64.654888) + (xy 215.438596 64.655257) + (xy 215.438599 64.694742) + (xy 215.440456 64.695112) + (xy 215.439034 64.702259) + (xy 215.439034 64.70226) + (xy 215.4245 64.775326) + (xy 215.4245 65.224674) + (xy 214.6755 65.224674) + (xy 214.6755 64.775326) + (xy 214.660966 64.70226) + (xy 214.660965 64.702259) + (xy 214.659544 64.695112) + (xy 214.661404 64.694741) + (xy 214.661402 64.655257) + (xy 214.659544 64.654888) + (xy 214.665352 64.625689) + (xy 214.6755 64.574674) + (xy 214.6755 64.125326) + (xy 214.660966 64.05226) + (xy 214.660965 64.052259) + (xy 214.659544 64.045112) + (xy 214.661404 64.044741) + (xy 214.661402 64.005257) + (xy 214.659544 64.004888) + (xy 214.660966 63.99774) + (xy 214.6755 63.924674) + (xy 214.6755 63.475326) + (xy 214.660966 63.40226) + (xy 214.605601 63.319399) + (xy 214.52274 63.264034) + (xy 214.449674 63.2495) + (xy 213.750326 63.2495) + (xy 213.701615 63.259189) + (xy 213.677259 63.264034) + (xy 213.594399 63.319398) + (xy 213.594398 63.319399) + (xy 213.539034 63.402259) + (xy 213.5245 63.475327) + (xy 213.5245 63.924672) + (xy 213.540456 64.004888) + (xy 213.538596 64.005257) + (xy 213.538599 64.044742) + (xy 213.540456 64.045112) + (xy 213.539034 64.052259) + (xy 213.539034 64.05226) + (xy 213.5245 64.125326) + (xy 213.5245 64.574674) + (xy 213.534648 64.625689) + (xy 213.540456 64.654888) + (xy 213.538596 64.655257) + (xy 213.538599 64.694742) + (xy 213.540456 64.695112) + (xy 213.539034 64.702259) + (xy 213.539034 64.70226) + (xy 213.5245 64.775326) + (xy 213.5245 65.224674) + (xy 212.382176 65.224674) + (xy 212.394251 65.192299) + (xy 212.4005 65.134174) + (xy 212.4005 64.565826) + (xy 212.394251 64.507701) + (xy 212.371887 64.44774) + (xy 212.345213 64.376223) + (xy 212.345212 64.376222) + (xy 212.319817 64.342299) + (xy 212.261116 64.263884) + (xy 212.177019 64.200929) + (xy 212.148777 64.179787) + (xy 212.148776 64.179786) + (xy 212.017303 64.13075) + (xy 212.0173 64.130749) + (xy 212.017299 64.130749) + (xy 211.988236 64.127624) + (xy 211.959175 64.1245) + (xy 211.959174 64.1245) + (xy 211.365826 64.1245) + (xy 211.365825 64.1245) + (xy 211.307701 64.130749) + (xy 211.307696 64.13075) + (xy 211.176223 64.179786) + (xy 211.176222 64.179787) + (xy 211.063884 64.263884) + (xy 210.979787 64.376222) + (xy 210.979786 64.376223) + (xy 210.93075 64.507696) + (xy 210.930749 64.507701) + (xy 210.9245 64.565825) + (xy 210.9245 65.134174) + (xy 210.5755 65.134174) + (xy 210.5755 64.565826) + (xy 210.569251 64.507701) + (xy 210.546887 64.44774) + (xy 210.520213 64.376223) + (xy 210.520212 64.376222) + (xy 210.494817 64.342299) + (xy 210.436116 64.263884) + (xy 210.352018 64.200929) + (xy 210.323777 64.179787) + (xy 210.323776 64.179786) + (xy 210.192303 64.13075) + (xy 210.1923 64.130749) + (xy 210.192299 64.130749) + (xy 210.163236 64.127624) + (xy 210.134175 64.1245) + (xy 210.134174 64.1245) + (xy 209.540826 64.1245) + (xy 209.540825 64.1245) + (xy 209.482701 64.130749) + (xy 209.482696 64.13075) + (xy 209.351223 64.179786) + (xy 209.351222 64.179787) + (xy 209.238884 64.263884) + (xy 209.154787 64.376222) + (xy 209.154786 64.376223) + (xy 209.10575 64.507696) + (xy 209.105749 64.507701) + (xy 209.0995 64.565825) + (xy 209.0995 65.134174) + (xy 208.0505 65.134174) + (xy 208.0505 64.565826) + (xy 208.044251 64.507701) + (xy 208.021887 64.44774) + (xy 207.995213 64.376223) + (xy 207.995212 64.376222) + (xy 207.969817 64.342299) + (xy 207.911116 64.263884) + (xy 207.827018 64.200929) + (xy 207.798777 64.179787) + (xy 207.798776 64.179786) + (xy 207.667303 64.13075) + (xy 207.6673 64.130749) + (xy 207.667299 64.130749) + (xy 207.638236 64.127624) + (xy 207.609175 64.1245) + (xy 207.609174 64.1245) + (xy 207.015826 64.1245) + (xy 207.015825 64.1245) + (xy 206.957701 64.130749) + (xy 206.957696 64.13075) + (xy 206.826223 64.179786) + (xy 206.826222 64.179787) + (xy 206.713884 64.263884) + (xy 206.629787 64.376222) + (xy 206.629786 64.376223) + (xy 206.58075 64.507696) + (xy 206.580749 64.507701) + (xy 206.5745 64.565825) + (xy 206.5745 65.134174) + (xy 206.2255 65.134174) + (xy 206.2255 64.565826) + (xy 206.219251 64.507701) + (xy 206.196887 64.44774) + (xy 206.170213 64.376223) + (xy 206.170212 64.376222) + (xy 206.144817 64.342299) + (xy 206.086116 64.263884) + (xy 206.002018 64.200929) + (xy 205.973777 64.179787) + (xy 205.973776 64.179786) + (xy 205.842303 64.13075) + (xy 205.8423 64.130749) + (xy 205.842299 64.130749) + (xy 205.813236 64.127624) + (xy 205.784175 64.1245) + (xy 205.784174 64.1245) + (xy 205.190826 64.1245) + (xy 205.190825 64.1245) + (xy 205.132701 64.130749) + (xy 205.132696 64.13075) + (xy 205.001223 64.179786) + (xy 205.001222 64.179787) + (xy 204.888884 64.263884) + (xy 204.804787 64.376222) + (xy 204.804786 64.376223) + (xy 204.75575 64.507696) + (xy 204.755749 64.507701) + (xy 204.7495 64.565825) + (xy 204.7495 65.134174) + (xy 203.7005 65.134174) + (xy 203.7005 64.565826) + (xy 203.694251 64.507701) + (xy 203.671887 64.44774) + (xy 203.645213 64.376223) + (xy 203.645212 64.376222) + (xy 203.619817 64.342299) + (xy 203.561116 64.263884) + (xy 203.477018 64.200929) + (xy 203.448777 64.179787) + (xy 203.448776 64.179786) + (xy 203.317303 64.13075) + (xy 203.3173 64.130749) + (xy 203.317299 64.130749) + (xy 203.288236 64.127624) + (xy 203.259175 64.1245) + (xy 203.259174 64.1245) + (xy 202.565826 64.1245) + (xy 202.565825 64.1245) + (xy 202.507701 64.130749) + (xy 202.507696 64.13075) + (xy 202.376223 64.179786) + (xy 202.376222 64.179787) + (xy 202.263884 64.263884) + (xy 202.179787 64.376222) + (xy 202.179786 64.376223) + (xy 202.13075 64.507696) + (xy 202.130749 64.507701) + (xy 202.1245 64.565825) + (xy 202.1245 65.134174) + (xy 201.974995 65.134174) + (xy 201.975 65.134131) + (xy 201.975 65.1) + (xy 201.4375 65.1) + (xy 200.9375 65.1) + (xy 200.4 65.1) + (xy 191.083588 65.1) + (xy 191.092922 65.092922) + (xy 191.184361 64.972342) + (xy 191.239877 64.831564) + (xy 191.2505 64.743102) + (xy 191.2505 64.6) + (xy 200.4 64.6) + (xy 200.9375 64.6) + (xy 200.9375 64.125) + (xy 201.4375 64.125) + (xy 201.4375 64.6) + (xy 201.975 64.6) + (xy 201.975 64.565868) + (xy 201.968758 64.50781) + (xy 201.968756 64.507804) + (xy 201.919769 64.376466) + (xy 201.835758 64.264241) + (xy 201.723533 64.18023) + (xy 201.592195 64.131243) + (xy 201.592189 64.131241) + (xy 201.534132 64.125) + (xy 201.4375 64.125) + (xy 200.9375 64.125) + (xy 200.840868 64.125) + (xy 200.78281 64.131241) + (xy 200.782804 64.131243) + (xy 200.651466 64.18023) + (xy 200.539241 64.264241) + (xy 200.45523 64.376466) + (xy 200.406243 64.507804) + (xy 200.406241 64.50781) + (xy 200.4 64.565868) + (xy 200.4 64.6) + (xy 191.2505 64.6) + (xy 191.2505 62.756898) + (xy 191.239877 62.668436) + (xy 191.222422 62.624174) + (xy 200.3995 62.624174) + (xy 200.405749 62.682298) + (xy 200.40575 62.682303) + (xy 200.454786 62.813776) + (xy 200.454787 62.813777) + (xy 200.454788 62.813778) + (xy 200.538884 62.926116) + (xy 200.65063 63.009769) + (xy 200.651222 63.010212) + (xy 200.651223 63.010213) + (xy 200.759389 63.050556) + (xy 200.782701 63.059251) + (xy 200.835182 63.064893) + (xy 200.840825 63.0655) + (xy 200.840826 63.0655) + (xy 201.534175 63.0655) + (xy 201.539317 63.064946) + (xy 201.592299 63.059251) + (xy 201.679951 63.026558) + (xy 201.723776 63.010213) + (xy 201.723776 63.010212) + (xy 201.723778 63.010212) + (xy 201.836116 62.926116) + (xy 201.920212 62.813778) + (xy 201.920304 62.813533) + (xy 201.953324 62.725) + (xy 201.969251 62.682299) + (xy 201.9755 62.624174) + (xy 202.1245 62.624174) + (xy 202.130749 62.682298) + (xy 202.13075 62.682303) + (xy 202.179786 62.813776) + (xy 202.179787 62.813777) + (xy 202.179788 62.813778) + (xy 202.263884 62.926116) + (xy 202.37563 63.009769) + (xy 202.376222 63.010212) + (xy 202.376223 63.010213) + (xy 202.484389 63.050556) + (xy 202.507701 63.059251) + (xy 202.560182 63.064893) + (xy 202.565825 63.0655) + (xy 202.565826 63.0655) + (xy 203.259175 63.0655) + (xy 203.264317 63.064946) + (xy 203.317299 63.059251) + (xy 203.404951 63.026558) + (xy 203.448776 63.010213) + (xy 203.448776 63.010212) + (xy 203.448778 63.010212) + (xy 203.561116 62.926116) + (xy 203.645212 62.813778) + (xy 203.645304 62.813533) + (xy 203.678324 62.725) + (xy 203.694251 62.682299) + (xy 203.7005 62.624174) + (xy 204.7495 62.624174) + (xy 204.755749 62.682298) + (xy 204.75575 62.682303) + (xy 204.804786 62.813776) + (xy 204.804787 62.813777) + (xy 204.804788 62.813778) + (xy 204.888884 62.926116) + (xy 205.00063 63.009769) + (xy 205.001222 63.010212) + (xy 205.001223 63.010213) + (xy 205.109389 63.050556) + (xy 205.132701 63.059251) + (xy 205.185182 63.064893) + (xy 205.190825 63.0655) + (xy 205.190826 63.0655) + (xy 205.784175 63.0655) + (xy 205.789317 63.064946) + (xy 205.842299 63.059251) + (xy 205.929951 63.026558) + (xy 205.973776 63.010213) + (xy 205.973776 63.010212) + (xy 205.973778 63.010212) + (xy 206.086116 62.926116) + (xy 206.170212 62.813778) + (xy 206.170304 62.813533) + (xy 206.203324 62.725) + (xy 206.219251 62.682299) + (xy 206.2255 62.624174) + (xy 206.5745 62.624174) + (xy 206.580749 62.682298) + (xy 206.58075 62.682303) + (xy 206.629786 62.813776) + (xy 206.629787 62.813777) + (xy 206.629788 62.813778) + (xy 206.713884 62.926116) + (xy 206.82563 63.009769) + (xy 206.826222 63.010212) + (xy 206.826223 63.010213) + (xy 206.934389 63.050556) + (xy 206.957701 63.059251) + (xy 207.010182 63.064893) + (xy 207.015825 63.0655) + (xy 207.015826 63.0655) + (xy 207.609175 63.0655) + (xy 207.614317 63.064946) + (xy 207.667299 63.059251) + (xy 207.754951 63.026558) + (xy 207.798776 63.010213) + (xy 207.798776 63.010212) + (xy 207.798778 63.010212) + (xy 207.911116 62.926116) + (xy 207.995212 62.813778) + (xy 207.995304 62.813533) + (xy 208.028324 62.725) + (xy 208.044251 62.682299) + (xy 208.0505 62.624174) + (xy 208.0505 62.59) + (xy 209.1 62.59) + (xy 209.1 62.624131) + (xy 209.106241 62.682189) + (xy 209.106243 62.682195) + (xy 209.15523 62.813533) + (xy 209.239241 62.925758) + (xy 209.351466 63.009769) + (xy 209.482804 63.058756) + (xy 209.48281 63.058758) + (xy 209.540868 63.065) + (xy 209.5875 63.065) + (xy 209.5875 62.59) + (xy 210.0875 62.59) + (xy 210.0875 63.065) + (xy 210.134132 63.065) + (xy 210.192189 63.058758) + (xy 210.192195 63.058756) + (xy 210.323533 63.009769) + (xy 210.435758 62.925758) + (xy 210.519769 62.813533) + (xy 210.568756 62.682195) + (xy 210.568758 62.682189) + (xy 210.574995 62.624174) + (xy 210.9245 62.624174) + (xy 210.930749 62.682298) + (xy 210.93075 62.682303) + (xy 210.979786 62.813776) + (xy 210.979787 62.813777) + (xy 210.979788 62.813778) + (xy 211.063884 62.926116) + (xy 211.17563 63.009769) + (xy 211.176222 63.010212) + (xy 211.176223 63.010213) + (xy 211.284389 63.050556) + (xy 211.307701 63.059251) + (xy 211.360182 63.064893) + (xy 211.365825 63.0655) + (xy 211.365826 63.0655) + (xy 211.959175 63.0655) + (xy 211.964317 63.064946) + (xy 212.017299 63.059251) + (xy 212.104951 63.026558) + (xy 212.148776 63.010213) + (xy 212.148776 63.010212) + (xy 212.148778 63.010212) + (xy 212.261116 62.926116) + (xy 212.345212 62.813778) + (xy 212.345304 62.813533) + (xy 212.378324 62.725) + (xy 212.394251 62.682299) + (xy 212.4005 62.624174) + (xy 212.4005 62.055826) + (xy 212.394251 61.997701) + (xy 212.385556 61.974389) + (xy 212.345213 61.866223) + (xy 212.345212 61.866222) + (xy 212.345212 61.866221) + (xy 212.261116 61.753884) + (xy 212.177018 61.690929) + (xy 212.148777 61.669787) + (xy 212.148776 61.669786) + (xy 212.017303 61.62075) + (xy 212.0173 61.620749) + (xy 212.017299 61.620749) + (xy 211.988236 61.617624) + (xy 211.959175 61.6145) + (xy 211.959174 61.6145) + (xy 211.365826 61.6145) + (xy 211.365825 61.6145) + (xy 211.307701 61.620749) + (xy 211.307696 61.62075) + (xy 211.176223 61.669786) + (xy 211.176222 61.669787) + (xy 211.063884 61.753884) + (xy 210.979787 61.866222) + (xy 210.979786 61.866223) + (xy 210.93075 61.997696) + (xy 210.930749 61.997701) + (xy 210.9245 62.055825) + (xy 210.9245 62.624174) + (xy 210.574995 62.624174) + (xy 210.575 62.624131) + (xy 210.575 62.59) + (xy 210.0875 62.59) + (xy 209.5875 62.59) + (xy 209.1 62.59) + (xy 208.0505 62.59) + (xy 208.0505 62.09) + (xy 209.1 62.09) + (xy 209.5875 62.09) + (xy 209.5875 61.615) + (xy 210.0875 61.615) + (xy 210.0875 62.09) + (xy 210.575 62.09) + (xy 210.575 62.055868) + (xy 210.568758 61.99781) + (xy 210.568756 61.997804) + (xy 210.519769 61.866466) + (xy 210.435758 61.754241) + (xy 210.323533 61.67023) + (xy 210.192195 61.621243) + (xy 210.192189 61.621241) + (xy 210.134132 61.615) + (xy 210.0875 61.615) + (xy 209.5875 61.615) + (xy 209.540868 61.615) + (xy 209.48281 61.621241) + (xy 209.482804 61.621243) + (xy 209.351466 61.67023) + (xy 209.239241 61.754241) + (xy 209.15523 61.866466) + (xy 209.106243 61.997804) + (xy 209.106241 61.99781) + (xy 209.1 62.055868) + (xy 209.1 62.09) + (xy 208.0505 62.09) + (xy 208.0505 62.055826) + (xy 208.044251 61.997701) + (xy 208.035556 61.974389) + (xy 207.995213 61.866223) + (xy 207.995212 61.866222) + (xy 207.995211 61.866221) + (xy 207.911116 61.753884) + (xy 207.827018 61.690929) + (xy 207.798777 61.669787) + (xy 207.798776 61.669786) + (xy 207.667303 61.62075) + (xy 207.6673 61.620749) + (xy 207.667299 61.620749) + (xy 207.638236 61.617624) + (xy 207.609175 61.6145) + (xy 207.609174 61.6145) + (xy 207.015826 61.6145) + (xy 207.015825 61.6145) + (xy 206.957701 61.620749) + (xy 206.957696 61.62075) + (xy 206.826223 61.669786) + (xy 206.826222 61.669787) + (xy 206.713884 61.753884) + (xy 206.629787 61.866222) + (xy 206.629786 61.866223) + (xy 206.58075 61.997696) + (xy 206.580749 61.997701) + (xy 206.5745 62.055825) + (xy 206.5745 62.624174) + (xy 206.2255 62.624174) + (xy 206.2255 62.055826) + (xy 206.219251 61.997701) + (xy 206.210556 61.974389) + (xy 206.170213 61.866223) + (xy 206.170212 61.866222) + (xy 206.170211 61.866222) + (xy 206.086116 61.753884) + (xy 206.002018 61.690929) + (xy 205.973777 61.669787) + (xy 205.973776 61.669786) + (xy 205.842303 61.62075) + (xy 205.8423 61.620749) + (xy 205.842299 61.620749) + (xy 205.813236 61.617624) + (xy 205.784175 61.6145) + (xy 205.784174 61.6145) + (xy 205.190826 61.6145) + (xy 205.190825 61.6145) + (xy 205.132701 61.620749) + (xy 205.132696 61.62075) + (xy 205.001223 61.669786) + (xy 205.001222 61.669787) + (xy 204.888884 61.753884) + (xy 204.804787 61.866222) + (xy 204.804786 61.866223) + (xy 204.75575 61.997696) + (xy 204.755749 61.997701) + (xy 204.7495 62.055825) + (xy 204.7495 62.624174) + (xy 203.7005 62.624174) + (xy 203.7005 62.055826) + (xy 203.694251 61.997701) + (xy 203.685556 61.974389) + (xy 203.645213 61.866223) + (xy 203.645212 61.866222) + (xy 203.645212 61.866221) + (xy 203.561116 61.753884) + (xy 203.477018 61.690929) + (xy 203.448777 61.669787) + (xy 203.448776 61.669786) + (xy 203.317303 61.62075) + (xy 203.3173 61.620749) + (xy 203.317299 61.620749) + (xy 203.288236 61.617624) + (xy 203.259175 61.6145) + (xy 203.259174 61.6145) + (xy 202.565826 61.6145) + (xy 202.565825 61.6145) + (xy 202.507701 61.620749) + (xy 202.507696 61.62075) + (xy 202.376223 61.669786) + (xy 202.376222 61.669787) + (xy 202.263884 61.753884) + (xy 202.179787 61.866222) + (xy 202.179786 61.866223) + (xy 202.13075 61.997696) + (xy 202.130749 61.997701) + (xy 202.1245 62.055825) + (xy 202.1245 62.624174) + (xy 201.9755 62.624174) + (xy 201.9755 62.055826) + (xy 201.969251 61.997701) + (xy 201.960556 61.974389) + (xy 201.920213 61.866223) + (xy 201.920212 61.866222) + (xy 201.920212 61.866221) + (xy 201.836116 61.753884) + (xy 201.752018 61.690929) + (xy 201.723777 61.669787) + (xy 201.723776 61.669786) + (xy 201.592303 61.62075) + (xy 201.5923 61.620749) + (xy 201.592299 61.620749) + (xy 201.563236 61.617624) + (xy 201.534175 61.6145) + (xy 201.534174 61.6145) + (xy 200.840826 61.6145) + (xy 200.840825 61.6145) + (xy 200.782701 61.620749) + (xy 200.782696 61.62075) + (xy 200.651223 61.669786) + (xy 200.651222 61.669787) + (xy 200.538884 61.753884) + (xy 200.454787 61.866222) + (xy 200.454786 61.866223) + (xy 200.40575 61.997696) + (xy 200.405749 61.997701) + (xy 200.3995 62.055825) + (xy 200.3995 62.624174) + (xy 191.222422 62.624174) + (xy 191.184361 62.527658) + (xy 191.092922 62.407078) + (xy 191.08855 62.403762) + (xy 190.972341 62.315638) + (xy 190.887079 62.282015) + (xy 190.831564 62.260123) + (xy 190.802076 62.256581) + (xy 190.743104 62.2495) + (xy 190.743102 62.2495) + (xy 190.556898 62.2495) + (xy 190.556896 62.2495) + (xy 190.468436 62.260123) + (xy 190.327658 62.315638) + (xy 190.207078 62.407077) + (xy 190.207071 62.407084) + (xy 190.206855 62.40737) + (xy 190.206688 62.407467) + (xy 190.203499 62.410657) + (xy 190.202663 62.409821) + (xy 190.157965 62.435962) + (xy 190.103177 62.421608) + (xy 190.086368 62.403762) + (xy 190.03024 62.31976) + (xy 190.030239 62.319759) + (xy 189.947545 62.264505) + (xy 189.874622 62.25) + (xy 189.125378 62.25) + (xy 189.052454 62.264505) + (xy 188.966562 62.321896) + (xy 188.911013 62.332945) + (xy 188.884338 62.321896) + (xy 188.880599 62.319398) + (xy 188.79774 62.264034) + (xy 188.724674 62.2495) + (xy 187.975326 62.2495) + (xy 187.926615 62.259189) + (xy 187.902259 62.264034) + (xy 187.819399 62.319398) + (xy 187.819398 62.319399) + (xy 187.764034 62.402259) + (xy 187.762998 62.407467) + (xy 187.7495 62.475326) + (xy 187.7495 64.374674) + (xy 186.7755 64.374674) + (xy 186.7755 61.374674) + (xy 213.5245 61.374674) + (xy 213.539034 61.447739) + (xy 213.539034 61.44774) + (xy 213.591473 61.526223) + (xy 213.594399 61.530601) + (xy 213.67726 61.585966) + (xy 213.750326 61.6005) + (xy 213.750328 61.6005) + (xy 214.449672 61.6005) + (xy 214.449674 61.6005) + (xy 214.52274 61.585966) + (xy 214.605601 61.530601) + (xy 214.660966 61.44774) + (xy 214.6755 61.374674) + (xy 215.4245 61.374674) + (xy 215.439034 61.447739) + (xy 215.439034 61.44774) + (xy 215.491473 61.526223) + (xy 215.494399 61.530601) + (xy 215.57726 61.585966) + (xy 215.650326 61.6005) + (xy 215.650328 61.6005) + (xy 216.349672 61.6005) + (xy 216.349674 61.6005) + (xy 216.42274 61.585966) + (xy 216.505601 61.530601) + (xy 216.560966 61.44774) + (xy 216.5755 61.374674) + (xy 216.5755 60.925326) + (xy 216.560966 60.85226) + (xy 216.560965 60.852259) + (xy 216.559544 60.845112) + (xy 216.561404 60.844741) + (xy 216.561402 60.805258) + (xy 216.559544 60.804889) + (xy 216.5755 60.724672) + (xy 216.5755 60.275327) + (xy 216.559544 60.195112) + (xy 216.561404 60.194741) + (xy 216.561402 60.155258) + (xy 216.559544 60.154889) + (xy 216.567651 60.114131) + (xy 216.5755 60.074674) + (xy 216.5755 59.625326) + (xy 216.560966 59.55226) + (xy 216.505601 59.469399) + (xy 216.476566 59.449999) + (xy 216.42274 59.414034) + (xy 216.349674 59.3995) + (xy 215.650326 59.3995) + (xy 215.601615 59.409189) + (xy 215.577259 59.414034) + (xy 215.494399 59.469398) + (xy 215.494398 59.469399) + (xy 215.439034 59.552259) + (xy 215.433516 59.58) + (xy 215.4245 59.625326) + (xy 215.4245 60.074674) + (xy 215.432349 60.114131) + (xy 215.440456 60.154888) + (xy 215.438596 60.155257) + (xy 215.438599 60.194742) + (xy 215.440456 60.195112) + (xy 215.4245 60.275327) + (xy 215.4245 60.724672) + (xy 215.440456 60.804888) + (xy 215.438596 60.805257) + (xy 215.438599 60.844742) + (xy 215.440456 60.845112) + (xy 215.439034 60.852259) + (xy 215.439034 60.85226) + (xy 215.4245 60.925326) + (xy 215.4245 61.374674) + (xy 214.6755 61.374674) + (xy 214.6755 60.925326) + (xy 214.660966 60.85226) + (xy 214.660965 60.852259) + (xy 214.659544 60.845112) + (xy 214.661404 60.844741) + (xy 214.661402 60.805257) + (xy 214.659544 60.804888) + (xy 214.660966 60.79774) + (xy 214.6755 60.724674) + (xy 214.6755 60.275326) + (xy 214.660966 60.20226) + (xy 214.660965 60.202259) + (xy 214.659544 60.195112) + (xy 214.661404 60.194741) + (xy 214.661402 60.155258) + (xy 214.659544 60.154889) + (xy 214.660966 60.14774) + (xy 214.6755 60.074674) + (xy 214.6755 59.625326) + (xy 214.660966 59.55226) + (xy 214.605601 59.469399) + (xy 214.576566 59.449999) + (xy 214.52274 59.414034) + (xy 214.449674 59.3995) + (xy 213.750326 59.3995) + (xy 213.701615 59.409189) + (xy 213.677259 59.414034) + (xy 213.594399 59.469398) + (xy 213.594398 59.469399) + (xy 213.539034 59.552259) + (xy 213.533516 59.58) + (xy 213.5245 59.625326) + (xy 213.5245 60.074674) + (xy 213.532349 60.114131) + (xy 213.540456 60.154888) + (xy 213.538596 60.155257) + (xy 213.538599 60.194742) + (xy 213.540456 60.195112) + (xy 213.5245 60.275327) + (xy 213.5245 60.724672) + (xy 213.540456 60.804888) + (xy 213.538596 60.805257) + (xy 213.538599 60.844742) + (xy 213.540456 60.845112) + (xy 213.539034 60.852259) + (xy 213.539034 60.85226) + (xy 213.5245 60.925326) + (xy 213.5245 61.374674) + (xy 186.7755 61.374674) + (xy 186.7755 60.114174) + (xy 200.3995 60.114174) + (xy 200.405749 60.172298) + (xy 200.40575 60.172303) + (xy 200.454786 60.303776) + (xy 200.454787 60.303777) + (xy 200.454788 60.303778) + (xy 200.538884 60.416116) + (xy 200.65063 60.499769) + (xy 200.651222 60.500212) + (xy 200.651223 60.500213) + (xy 200.759389 60.540556) + (xy 200.782701 60.549251) + (xy 200.835182 60.554893) + (xy 200.840825 60.5555) + (xy 200.840826 60.5555) + (xy 201.534175 60.5555) + (xy 201.539317 60.554946) + (xy 201.592299 60.549251) + (xy 201.679951 60.516558) + (xy 201.723776 60.500213) + (xy 201.723776 60.500212) + (xy 201.723778 60.500212) + (xy 201.836116 60.416116) + (xy 201.920212 60.303778) + (xy 201.920304 60.303533) + (xy 201.95092 60.221446) + (xy 201.969251 60.172299) + (xy 201.9755 60.114174) + (xy 202.1245 60.114174) + (xy 202.130749 60.172298) + (xy 202.13075 60.172303) + (xy 202.179786 60.303776) + (xy 202.179787 60.303777) + (xy 202.179788 60.303778) + (xy 202.263884 60.416116) + (xy 202.37563 60.499769) + (xy 202.376222 60.500212) + (xy 202.376223 60.500213) + (xy 202.484389 60.540556) + (xy 202.507701 60.549251) + (xy 202.560182 60.554893) + (xy 202.565825 60.5555) + (xy 202.565826 60.5555) + (xy 203.259175 60.5555) + (xy 203.264317 60.554946) + (xy 203.317299 60.549251) + (xy 203.404951 60.516558) + (xy 203.448776 60.500213) + (xy 203.448776 60.500212) + (xy 203.448778 60.500212) + (xy 203.561116 60.416116) + (xy 203.645212 60.303778) + (xy 203.645304 60.303533) + (xy 203.67592 60.221446) + (xy 203.694251 60.172299) + (xy 203.7005 60.114174) + (xy 204.7495 60.114174) + (xy 204.755749 60.172298) + (xy 204.75575 60.172303) + (xy 204.804786 60.303776) + (xy 204.804787 60.303777) + (xy 204.804788 60.303778) + (xy 204.888884 60.416116) + (xy 205.00063 60.499769) + (xy 205.001222 60.500212) + (xy 205.001223 60.500213) + (xy 205.109389 60.540556) + (xy 205.132701 60.549251) + (xy 205.185182 60.554893) + (xy 205.190825 60.5555) + (xy 205.190826 60.5555) + (xy 205.784175 60.5555) + (xy 205.789317 60.554946) + (xy 205.842299 60.549251) + (xy 205.929951 60.516558) + (xy 205.973776 60.500213) + (xy 205.973776 60.500212) + (xy 205.973778 60.500212) + (xy 206.086116 60.416116) + (xy 206.170212 60.303778) + (xy 206.170304 60.303533) + (xy 206.20092 60.221446) + (xy 206.219251 60.172299) + (xy 206.2255 60.114174) + (xy 206.5745 60.114174) + (xy 206.580749 60.172298) + (xy 206.58075 60.172303) + (xy 206.629786 60.303776) + (xy 206.629787 60.303777) + (xy 206.629788 60.303778) + (xy 206.713884 60.416116) + (xy 206.82563 60.499769) + (xy 206.826222 60.500212) + (xy 206.826223 60.500213) + (xy 206.934389 60.540556) + (xy 206.957701 60.549251) + (xy 207.010182 60.554893) + (xy 207.015825 60.5555) + (xy 207.015826 60.5555) + (xy 207.609175 60.5555) + (xy 207.614317 60.554946) + (xy 207.667299 60.549251) + (xy 207.754951 60.516558) + (xy 207.798776 60.500213) + (xy 207.798776 60.500212) + (xy 207.798778 60.500212) + (xy 207.911116 60.416116) + (xy 207.995212 60.303778) + (xy 207.995304 60.303533) + (xy 208.02592 60.221446) + (xy 208.044251 60.172299) + (xy 208.0505 60.114174) + (xy 208.0505 60.08) + (xy 209.1 60.08) + (xy 209.1 60.114131) + (xy 209.106241 60.172189) + (xy 209.106243 60.172195) + (xy 209.15523 60.303533) + (xy 209.239241 60.415758) + (xy 209.351466 60.499769) + (xy 209.482804 60.548756) + (xy 209.48281 60.548758) + (xy 209.540868 60.555) + (xy 209.5875 60.555) + (xy 209.5875 60.08) + (xy 210.0875 60.08) + (xy 210.0875 60.555) + (xy 210.134132 60.555) + (xy 210.192189 60.548758) + (xy 210.192195 60.548756) + (xy 210.323533 60.499769) + (xy 210.435758 60.415758) + (xy 210.519769 60.303533) + (xy 210.568756 60.172195) + (xy 210.568758 60.172189) + (xy 210.574995 60.114174) + (xy 210.9245 60.114174) + (xy 210.930749 60.172298) + (xy 210.93075 60.172303) + (xy 210.979786 60.303776) + (xy 210.979787 60.303777) + (xy 210.979788 60.303778) + (xy 211.063884 60.416116) + (xy 211.17563 60.499769) + (xy 211.176222 60.500212) + (xy 211.176223 60.500213) + (xy 211.284389 60.540556) + (xy 211.307701 60.549251) + (xy 211.360182 60.554893) + (xy 211.365825 60.5555) + (xy 211.365826 60.5555) + (xy 211.959175 60.5555) + (xy 211.964317 60.554946) + (xy 212.017299 60.549251) + (xy 212.104951 60.516558) + (xy 212.148776 60.500213) + (xy 212.148776 60.500212) + (xy 212.148778 60.500212) + (xy 212.261116 60.416116) + (xy 212.345212 60.303778) + (xy 212.345304 60.303533) + (xy 212.37592 60.221446) + (xy 212.394251 60.172299) + (xy 212.4005 60.114174) + (xy 212.4005 59.545826) + (xy 212.394251 59.487701) + (xy 212.3518 59.373884) + (xy 212.345213 59.356223) + (xy 212.345212 59.356222) + (xy 212.261116 59.243884) + (xy 212.177019 59.180929) + (xy 212.148777 59.159787) + (xy 212.148776 59.159786) + (xy 212.017303 59.11075) + (xy 212.0173 59.110749) + (xy 212.017299 59.110749) + (xy 211.988236 59.107624) + (xy 211.959175 59.1045) + (xy 211.959174 59.1045) + (xy 211.365826 59.1045) + (xy 211.365825 59.1045) + (xy 211.307701 59.110749) + (xy 211.307696 59.11075) + (xy 211.176223 59.159786) + (xy 211.176222 59.159787) + (xy 211.063884 59.243884) + (xy 210.979787 59.356222) + (xy 210.979786 59.356223) + (xy 210.93075 59.487696) + (xy 210.930749 59.487701) + (xy 210.9245 59.545825) + (xy 210.9245 60.114174) + (xy 210.574995 60.114174) + (xy 210.575 60.114131) + (xy 210.575 60.08) + (xy 210.0875 60.08) + (xy 209.5875 60.08) + (xy 209.1 60.08) + (xy 208.0505 60.08) + (xy 208.0505 59.58) + (xy 209.1 59.58) + (xy 209.5875 59.58) + (xy 209.5875 59.105) + (xy 210.0875 59.105) + (xy 210.0875 59.58) + (xy 210.575 59.58) + (xy 210.575 59.545868) + (xy 210.568758 59.48781) + (xy 210.568756 59.487804) + (xy 210.519769 59.356466) + (xy 210.435758 59.244241) + (xy 210.323533 59.16023) + (xy 210.192195 59.111243) + (xy 210.192189 59.111241) + (xy 210.134132 59.105) + (xy 210.0875 59.105) + (xy 209.5875 59.105) + (xy 209.540868 59.105) + (xy 209.48281 59.111241) + (xy 209.482804 59.111243) + (xy 209.351466 59.16023) + (xy 209.239241 59.244241) + (xy 209.15523 59.356466) + (xy 209.106243 59.487804) + (xy 209.106241 59.48781) + (xy 209.1 59.545868) + (xy 209.1 59.58) + (xy 208.0505 59.58) + (xy 208.0505 59.545826) + (xy 208.044251 59.487701) + (xy 208.0018 59.373884) + (xy 207.995213 59.356223) + (xy 207.995212 59.356222) + (xy 207.995211 59.356222) + (xy 207.911116 59.243884) + (xy 207.827019 59.180929) + (xy 207.798777 59.159787) + (xy 207.798776 59.159786) + (xy 207.667303 59.11075) + (xy 207.6673 59.110749) + (xy 207.667299 59.110749) + (xy 207.638236 59.107624) + (xy 207.609175 59.1045) + (xy 207.609174 59.1045) + (xy 207.015826 59.1045) + (xy 207.015825 59.1045) + (xy 206.957701 59.110749) + (xy 206.957696 59.11075) + (xy 206.826223 59.159786) + (xy 206.826222 59.159787) + (xy 206.713884 59.243884) + (xy 206.629787 59.356222) + (xy 206.629786 59.356223) + (xy 206.58075 59.487696) + (xy 206.580749 59.487701) + (xy 206.5745 59.545825) + (xy 206.5745 60.114174) + (xy 206.2255 60.114174) + (xy 206.2255 59.545826) + (xy 206.219251 59.487701) + (xy 206.1768 59.373884) + (xy 206.170213 59.356223) + (xy 206.170212 59.356222) + (xy 206.170211 59.356222) + (xy 206.086116 59.243884) + (xy 206.002019 59.180929) + (xy 205.973777 59.159787) + (xy 205.973776 59.159786) + (xy 205.842303 59.11075) + (xy 205.8423 59.110749) + (xy 205.842299 59.110749) + (xy 205.813236 59.107624) + (xy 205.784175 59.1045) + (xy 205.784174 59.1045) + (xy 205.190826 59.1045) + (xy 205.190825 59.1045) + (xy 205.132701 59.110749) + (xy 205.132696 59.11075) + (xy 205.001223 59.159786) + (xy 205.001222 59.159787) + (xy 204.888884 59.243884) + (xy 204.804787 59.356222) + (xy 204.804786 59.356223) + (xy 204.75575 59.487696) + (xy 204.755749 59.487701) + (xy 204.7495 59.545825) + (xy 204.7495 60.114174) + (xy 203.7005 60.114174) + (xy 203.7005 59.545826) + (xy 203.694251 59.487701) + (xy 203.6518 59.373884) + (xy 203.645213 59.356223) + (xy 203.645212 59.356222) + (xy 203.645212 59.356221) + (xy 203.561116 59.243884) + (xy 203.477018 59.180929) + (xy 203.448777 59.159787) + (xy 203.448776 59.159786) + (xy 203.317303 59.11075) + (xy 203.3173 59.110749) + (xy 203.317299 59.110749) + (xy 203.288236 59.107624) + (xy 203.259175 59.1045) + (xy 203.259174 59.1045) + (xy 202.565826 59.1045) + (xy 202.565825 59.1045) + (xy 202.507701 59.110749) + (xy 202.507696 59.11075) + (xy 202.376223 59.159786) + (xy 202.376222 59.159787) + (xy 202.263884 59.243884) + (xy 202.179787 59.356222) + (xy 202.179786 59.356223) + (xy 202.13075 59.487696) + (xy 202.130749 59.487701) + (xy 202.1245 59.545825) + (xy 202.1245 60.114174) + (xy 201.9755 60.114174) + (xy 201.9755 59.545826) + (xy 201.969251 59.487701) + (xy 201.9268 59.373884) + (xy 201.920213 59.356223) + (xy 201.920212 59.356222) + (xy 201.836116 59.243884) + (xy 201.752018 59.180929) + (xy 201.723777 59.159787) + (xy 201.723776 59.159786) + (xy 201.592303 59.11075) + (xy 201.5923 59.110749) + (xy 201.592299 59.110749) + (xy 201.563236 59.107624) + (xy 201.534175 59.1045) + (xy 201.534174 59.1045) + (xy 200.840826 59.1045) + (xy 200.840825 59.1045) + (xy 200.782701 59.110749) + (xy 200.782696 59.11075) + (xy 200.651223 59.159786) + (xy 200.651222 59.159787) + (xy 200.538884 59.243884) + (xy 200.454787 59.356222) + (xy 200.454786 59.356223) + (xy 200.40575 59.487696) + (xy 200.405749 59.487701) + (xy 200.3995 59.545825) + (xy 200.3995 60.114174) + (xy 186.7755 60.114174) + (xy 186.7755 59.644793) + (xy 186.777601 59.63423) + (xy 186.777601 59.624999) + (xy 186.769517 59.605483) + (xy 186.769516 59.605482) + (xy 186.755073 59.5995) + (xy 186.750001 59.597399) + (xy 186.740771 59.597399) + (xy 186.730208 59.5995) + (xy 185.749 59.5995) + (xy 185.696674 59.577826) + (xy 185.675 59.5255) + (xy 185.675 58.678553) + (xy 185.674999 58.678553) + (xy 184.903553 59.449999) + (xy 184.926728 59.473174) + (xy 184.948402 59.5255) + (xy 184.926728 59.577826) + (xy 184.874402 59.5995) + (xy 184.225598 59.5995) + (xy 184.173272 59.577826) + (xy 184.151598 59.5255) + (xy 184.173272 59.473174) + (xy 184.196447 59.449999) + (xy 183.425 58.678552) + (xy 183.425 59.5255) + (xy 183.403326 59.577826) + (xy 183.351 59.5995) + (xy 182.369792 59.5995) + (xy 182.359229 59.597399) + (xy 182.349999 59.597399) + (xy 182.344927 59.5995) + (xy 182.330483 59.605482) + (xy 182.330482 59.605483) + (xy 182.322399 59.624999) + (xy 182.322399 59.63423) + (xy 182.3245 59.644793) + (xy 182.3245 66.405208) + (xy 182.322398 66.415776) + (xy 181.327601 66.415776) + (xy 181.3255 66.405208) + (xy 181.3255 59.644793) + (xy 181.327601 59.63423) + (xy 181.327601 59.624999) + (xy 181.319517 59.605483) + (xy 181.319516 59.605482) + (xy 181.305073 59.5995) + (xy 181.300001 59.597399) + (xy 181.290771 59.597399) + (xy 181.280208 59.5995) + (xy 180.299 59.5995) + (xy 180.246674 59.577826) + (xy 180.225 59.5255) + (xy 180.225 58.678552) + (xy 180.224999 58.678552) + (xy 179.453553 59.449998) + (xy 179.453553 59.449999) + (xy 179.476728 59.473174) + (xy 179.498402 59.5255) + (xy 179.476728 59.577826) + (xy 179.424402 59.5995) + (xy 178.775598 59.5995) + (xy 178.723272 59.577826) + (xy 178.701598 59.5255) + (xy 178.723272 59.473174) + (xy 178.746447 59.449999) + (xy 177.975 58.678553) + (xy 177.975 59.5255) + (xy 177.953326 59.577826) + (xy 177.901 59.5995) + (xy 176.919792 59.5995) + (xy 176.909229 59.597399) + (xy 176.899999 59.597399) + (xy 176.894927 59.5995) + (xy 176.880483 59.605482) + (xy 176.880482 59.605483) + (xy 176.872399 59.624999) + (xy 176.872399 59.63423) + (xy 176.8745 59.644793) + (xy 176.8745 66.405208) + (xy 176.872398 66.415776) + (xy 137.511907 66.415776) + (xy 137.510758 66.414241) + (xy 137.398533 66.33023) + (xy 137.267195 66.281243) + (xy 137.267189 66.281241) + (xy 137.209132 66.275) + (xy 137.1625 66.275) + (xy 136.6625 66.275) + (xy 136.615868 66.275) + (xy 136.55781 66.281241) + (xy 136.557804 66.281243) + (xy 136.426466 66.33023) + (xy 136.314241 66.414241) + (xy 136.23023 66.526466) + (xy 136.181243 66.657804) + (xy 136.181241 66.65781) + (xy 136.175 66.715868) + (xy 136.175 66.75) + (xy 135.8255 66.75) + (xy 135.8255 66.715826) + (xy 135.819251 66.657701) + (xy 135.810556 66.634389) + (xy 135.770213 66.526223) + (xy 135.770212 66.526222) + (xy 135.768923 66.5245) + (xy 135.686116 66.413884) + (xy 135.602019 66.350929) + (xy 135.573777 66.329787) + (xy 135.573776 66.329786) + (xy 135.442303 66.28075) + (xy 135.4423 66.280749) + (xy 135.442299 66.280749) + (xy 135.413236 66.277624) + (xy 135.384175 66.2745) + (xy 135.384174 66.2745) + (xy 134.790826 66.2745) + (xy 134.790825 66.2745) + (xy 134.732701 66.280749) + (xy 134.732696 66.28075) + (xy 134.601223 66.329786) + (xy 134.601222 66.329787) + (xy 134.488884 66.413884) + (xy 134.404787 66.526222) + (xy 134.404786 66.526223) + (xy 134.35575 66.657696) + (xy 134.355749 66.657701) + (xy 134.3495 66.715825) + (xy 134.3495 67.284174) + (xy 132.738 67.284174) + (xy 132.738 66.715826) + (xy 132.731751 66.657701) + (xy 132.723056 66.634389) + (xy 132.682713 66.526223) + (xy 132.682712 66.526222) + (xy 132.681423 66.5245) + (xy 132.598616 66.413884) + (xy 132.514519 66.350929) + (xy 132.486277 66.329787) + (xy 132.486276 66.329786) + (xy 132.354803 66.28075) + (xy 132.3548 66.280749) + (xy 132.354799 66.280749) + (xy 132.325736 66.277624) + (xy 132.296675 66.2745) + (xy 132.296674 66.2745) + (xy 131.703326 66.2745) + (xy 131.703325 66.2745) + (xy 131.645201 66.280749) + (xy 131.645196 66.28075) + (xy 131.513723 66.329786) + (xy 131.513722 66.329787) + (xy 131.401384 66.413884) + (xy 131.317287 66.526222) + (xy 131.317286 66.526223) + (xy 131.26825 66.657696) + (xy 131.268249 66.657701) + (xy 131.262 66.715825) + (xy 131.262 67.284174) + (xy 130.913 67.284174) + (xy 130.913 66.715826) + (xy 130.906751 66.657701) + (xy 130.898056 66.634389) + (xy 130.857713 66.526223) + (xy 130.857712 66.526222) + (xy 130.856423 66.5245) + (xy 130.773616 66.413884) + (xy 130.689518 66.350929) + (xy 130.661277 66.329787) + (xy 130.661276 66.329786) + (xy 130.529803 66.28075) + (xy 130.5298 66.280749) + (xy 130.529799 66.280749) + (xy 130.500736 66.277624) + (xy 130.471675 66.2745) + (xy 130.471674 66.2745) + (xy 129.878326 66.2745) + (xy 129.878325 66.2745) + (xy 129.820201 66.280749) + (xy 129.820196 66.28075) + (xy 129.688723 66.329786) + (xy 129.688722 66.329787) + (xy 129.576384 66.413884) + (xy 129.492287 66.526222) + (xy 129.492286 66.526223) + (xy 129.44325 66.657696) + (xy 129.443249 66.657701) + (xy 129.437 66.715825) + (xy 129.437 67.284174) + (xy 128.7505 67.284174) + (xy 128.7505 67.245826) + (xy 128.744251 67.187701) + (xy 128.702524 67.075825) + (xy 128.695213 67.056223) + (xy 128.695212 67.056222) + (xy 128.666375 67.017701) + (xy 128.611116 66.943884) + (xy 128.527018 66.880929) + (xy 128.498777 66.859787) + (xy 128.498776 66.859786) + (xy 128.367303 66.81075) + (xy 128.3673 66.810749) + (xy 128.367299 66.810749) + (xy 128.338236 66.807624) + (xy 128.309175 66.8045) + (xy 128.309174 66.8045) + (xy 127.615826 66.8045) + (xy 127.615825 66.8045) + (xy 127.557701 66.810749) + (xy 127.557696 66.81075) + (xy 127.426223 66.859786) + (xy 127.426222 66.859787) + (xy 127.313884 66.943884) + (xy 127.229787 67.056222) + (xy 127.229786 67.056223) + (xy 127.18075 67.187696) + (xy 127.180749 67.187701) + (xy 127.1745 67.245825) + (xy 127.1745 67.814174) + (xy 127.024995 67.814174) + (xy 127.025 67.814131) + (xy 127.025 67.78) + (xy 126.4875 67.78) + (xy 126.487499 68.254999) + (xy 125.987499 68.254999) + (xy 125.9875 67.78) + (xy 125.45 67.78) + (xy 60.633912 67.78) + (xy 60.66482 67.692288) + (xy 60.669075 67.6806) + (xy 60.798279 67.325612) + (xy 60.815413 67.28) + (xy 125.45 67.28) + (xy 125.987499 67.28) + (xy 125.987499 67.279999) + (xy 126.487499 67.279999) + (xy 126.4875 67.28) + (xy 127.025 67.28) + (xy 127.025 67.245868) + (xy 127.018758 67.18781) + (xy 127.018756 67.187804) + (xy 126.969769 67.056466) + (xy 126.885758 66.944241) + (xy 126.773533 66.86023) + (xy 126.642195 66.811243) + (xy 126.642189 66.811241) + (xy 126.584132 66.805) + (xy 126.4875 66.805) + (xy 126.487499 67.279999) + (xy 125.987499 67.279999) + (xy 125.9875 66.805) + (xy 125.890868 66.805) + (xy 125.83281 66.811241) + (xy 125.832804 66.811243) + (xy 125.701466 66.86023) + (xy 125.589241 66.944241) + (xy 125.50523 67.056466) + (xy 125.456243 67.187804) + (xy 125.456241 67.18781) + (xy 125.45 67.245868) + (xy 125.45 67.28) + (xy 60.815413 67.28) + (xy 61.346997 65.86486) + (xy 61.487944 65.501033) + (xy 61.973784 64.284174) + (xy 128.8495 64.284174) + (xy 128.855749 64.342298) + (xy 128.85575 64.342303) + (xy 128.904786 64.473776) + (xy 128.904787 64.473777) + (xy 128.904788 64.473778) + (xy 128.988884 64.586116) + (xy 129.079582 64.654012) + (xy 129.101222 64.670212) + (xy 129.101223 64.670213) + (xy 129.187146 64.70226) + (xy 129.232701 64.719251) + (xy 129.285182 64.724893) + (xy 129.290825 64.7255) + (xy 129.290826 64.7255) + (xy 129.884175 64.7255) + (xy 129.889317 64.724946) + (xy 129.942299 64.719251) + (xy 130.060944 64.674999) + (xy 130.073776 64.670213) + (xy 130.073776 64.670212) + (xy 130.073778 64.670212) + (xy 130.186116 64.586116) + (xy 130.270212 64.473778) + (xy 130.319251 64.342299) + (xy 130.3255 64.284174) + (xy 130.6745 64.284174) + (xy 130.680749 64.342298) + (xy 130.68075 64.342303) + (xy 130.729786 64.473776) + (xy 130.729787 64.473777) + (xy 130.729788 64.473778) + (xy 130.813884 64.586116) + (xy 130.904582 64.654012) + (xy 130.926222 64.670212) + (xy 130.926223 64.670213) + (xy 131.012146 64.70226) + (xy 131.057701 64.719251) + (xy 131.110182 64.724893) + (xy 131.115825 64.7255) + (xy 131.115826 64.7255) + (xy 131.709175 64.7255) + (xy 131.714317 64.724946) + (xy 131.767299 64.719251) + (xy 131.885944 64.674999) + (xy 131.898776 64.670213) + (xy 131.898776 64.670212) + (xy 131.898778 64.670212) + (xy 132.011116 64.586116) + (xy 132.095212 64.473778) + (xy 132.144251 64.342299) + (xy 132.1505 64.284174) + (xy 132.1505 63.715826) + (xy 132.144251 63.657701) + (xy 132.135556 63.634389) + (xy 132.095213 63.526223) + (xy 132.095212 63.526222) + (xy 132.057111 63.475326) + (xy 132.011116 63.413884) + (xy 131.898778 63.329788) + (xy 131.898777 63.329787) + (xy 131.898776 63.329786) + (xy 131.767303 63.28075) + (xy 131.7673 63.280749) + (xy 131.767299 63.280749) + (xy 131.738236 63.277624) + (xy 131.709175 63.2745) + (xy 131.709174 63.2745) + (xy 131.115826 63.2745) + (xy 131.115825 63.2745) + (xy 131.057701 63.280749) + (xy 131.057696 63.28075) + (xy 130.926223 63.329786) + (xy 130.926222 63.329787) + (xy 130.813884 63.413884) + (xy 130.729787 63.526222) + (xy 130.729786 63.526223) + (xy 130.68075 63.657696) + (xy 130.680749 63.657701) + (xy 130.6745 63.715825) + (xy 130.6745 64.284174) + (xy 130.3255 64.284174) + (xy 130.3255 63.715826) + (xy 130.319251 63.657701) + (xy 130.310556 63.634389) + (xy 130.270213 63.526223) + (xy 130.270212 63.526222) + (xy 130.232111 63.475326) + (xy 130.186116 63.413884) + (xy 130.073778 63.329788) + (xy 130.073777 63.329787) + (xy 130.073776 63.329786) + (xy 129.942303 63.28075) + (xy 129.9423 63.280749) + (xy 129.942299 63.280749) + (xy 129.913236 63.277624) + (xy 129.884175 63.2745) + (xy 129.884174 63.2745) + (xy 129.290826 63.2745) + (xy 129.290825 63.2745) + (xy 129.232701 63.280749) + (xy 129.232696 63.28075) + (xy 129.101223 63.329786) + (xy 129.101222 63.329787) + (xy 128.988884 63.413884) + (xy 128.904787 63.526222) + (xy 128.904786 63.526223) + (xy 128.85575 63.657696) + (xy 128.855749 63.657701) + (xy 128.8495 63.715825) + (xy 128.8495 64.284174) + (xy 61.973784 64.284174) + (xy 62.066531 64.051875) + (xy 62.069466 64.044741) + (xy 62.214929 63.690994) + (xy 62.810385 62.284174) + (xy 134.3495 62.284174) + (xy 134.353555 62.321896) + (xy 134.355749 62.342298) + (xy 134.35575 62.342303) + (xy 134.404786 62.473776) + (xy 134.404787 62.473777) + (xy 134.425929 62.502019) + (xy 134.488884 62.586116) + (xy 134.59885 62.668436) + (xy 134.601222 62.670212) + (xy 134.601223 62.670213) + (xy 134.709389 62.710556) + (xy 134.732701 62.719251) + (xy 134.785182 62.724893) + (xy 134.790825 62.7255) + (xy 134.790826 62.7255) + (xy 135.384175 62.7255) + (xy 135.389317 62.724946) + (xy 135.442299 62.719251) + (xy 135.541361 62.682303) + (xy 135.573776 62.670213) + (xy 135.573776 62.670212) + (xy 135.573778 62.670212) + (xy 135.686116 62.586116) + (xy 135.770212 62.473778) + (xy 135.770304 62.473533) + (xy 135.794981 62.40737) + (xy 135.819251 62.342299) + (xy 135.8255 62.284174) + (xy 135.8255 62.25) + (xy 136.175 62.25) + (xy 136.175 62.284131) + (xy 136.181241 62.342189) + (xy 136.181243 62.342195) + (xy 136.23023 62.473533) + (xy 136.314241 62.585758) + (xy 136.426466 62.669769) + (xy 136.557804 62.718756) + (xy 136.55781 62.718758) + (xy 136.615868 62.725) + (xy 136.6625 62.725) + (xy 136.6625 62.25) + (xy 137.1625 62.25) + (xy 137.1625 62.725) + (xy 137.209132 62.725) + (xy 137.267189 62.718758) + (xy 137.267195 62.718756) + (xy 137.398533 62.669769) + (xy 137.510758 62.585758) + (xy 137.594769 62.473533) + (xy 137.643756 62.342195) + (xy 137.643758 62.342189) + (xy 137.65 62.284131) + (xy 137.65 62.25) + (xy 137.1625 62.25) + (xy 136.6625 62.25) + (xy 136.175 62.25) + (xy 135.8255 62.25) + (xy 135.8255 61.75) + (xy 136.175 61.75) + (xy 136.6625 61.75) + (xy 136.6625 61.275) + (xy 137.1625 61.275) + (xy 137.1625 61.75) + (xy 137.65 61.75) + (xy 137.65 61.715868) + (xy 137.643758 61.65781) + (xy 137.643756 61.657804) + (xy 137.594769 61.526466) + (xy 137.510758 61.414241) + (xy 137.398533 61.33023) + (xy 137.267195 61.281243) + (xy 137.267189 61.281241) + (xy 137.209132 61.275) + (xy 137.1625 61.275) + (xy 136.6625 61.275) + (xy 136.615868 61.275) + (xy 136.55781 61.281241) + (xy 136.557804 61.281243) + (xy 136.426466 61.33023) + (xy 136.314241 61.414241) + (xy 136.23023 61.526466) + (xy 136.181243 61.657804) + (xy 136.181241 61.65781) + (xy 136.175 61.715868) + (xy 136.175 61.75) + (xy 135.8255 61.75) + (xy 135.8255 61.715826) + (xy 135.819251 61.657701) + (xy 135.805469 61.620749) + (xy 135.770213 61.526223) + (xy 135.770212 61.526222) + (xy 135.770211 61.526222) + (xy 135.686116 61.413884) + (xy 135.602019 61.350929) + (xy 135.573777 61.329787) + (xy 135.573776 61.329786) + (xy 135.442303 61.28075) + (xy 135.4423 61.280749) + (xy 135.442299 61.280749) + (xy 135.413236 61.277624) + (xy 135.384175 61.2745) + (xy 135.384174 61.2745) + (xy 134.790826 61.2745) + (xy 134.790825 61.2745) + (xy 134.732701 61.280749) + (xy 134.732696 61.28075) + (xy 134.601223 61.329786) + (xy 134.601222 61.329787) + (xy 134.488884 61.413884) + (xy 134.404787 61.526222) + (xy 134.404786 61.526223) + (xy 134.35575 61.657696) + (xy 134.355749 61.657701) + (xy 134.3495 61.715826) + (xy 134.3495 62.284174) + (xy 62.810385 62.284174) + (xy 62.823182 62.253939) + (xy 62.978956 61.896189) + (xy 63.616509 60.472097) + (xy 63.72137 60.244174) + (xy 129.612 60.244174) + (xy 129.618249 60.302298) + (xy 129.61825 60.302303) + (xy 129.667286 60.433776) + (xy 129.667287 60.433777) + (xy 129.667288 60.433778) + (xy 129.751384 60.546116) + (xy 129.823363 60.599999) + (xy 129.863722 60.630212) + (xy 129.863723 60.630213) + (xy 129.971889 60.670556) + (xy 129.995201 60.679251) + (xy 130.047682 60.684893) + (xy 130.053325 60.6855) + (xy 130.053326 60.6855) + (xy 130.646675 60.6855) + (xy 130.651817 60.684946) + (xy 130.704799 60.679251) + (xy 130.792451 60.646558) + (xy 130.836276 60.630213) + (xy 130.836276 60.630212) + (xy 130.836278 60.630212) + (xy 130.948616 60.546116) + (xy 131.032712 60.433778) + (xy 131.081751 60.302299) + (xy 131.088 60.244174) + (xy 131.437 60.244174) + (xy 131.443249 60.302298) + (xy 131.44325 60.302303) + (xy 131.492286 60.433776) + (xy 131.492287 60.433777) + (xy 131.492288 60.433778) + (xy 131.576384 60.546116) + (xy 131.648363 60.599999) + (xy 131.688722 60.630212) + (xy 131.688723 60.630213) + (xy 131.796889 60.670556) + (xy 131.820201 60.679251) + (xy 131.872682 60.684893) + (xy 131.878325 60.6855) + (xy 131.878326 60.6855) + (xy 132.471675 60.6855) + (xy 132.476817 60.684946) + (xy 132.529799 60.679251) + (xy 132.617451 60.646558) + (xy 132.661276 60.630213) + (xy 132.661276 60.630212) + (xy 132.661278 60.630212) + (xy 132.773616 60.546116) + (xy 132.857712 60.433778) + (xy 132.906751 60.302299) + (xy 132.913 60.244174) + (xy 132.913 59.675826) + (xy 132.906751 59.617701) + (xy 132.892689 59.58) + (xy 132.857713 59.486223) + (xy 132.857712 59.486222) + (xy 132.845118 59.469399) + (xy 132.773616 59.373884) + (xy 132.661278 59.289788) + (xy 132.661277 59.289787) + (xy 132.661276 59.289786) + (xy 132.529803 59.24075) + (xy 132.5298 59.240749) + (xy 132.529799 59.240749) + (xy 132.500736 59.237624) + (xy 132.471675 59.2345) + (xy 132.471674 59.2345) + (xy 131.878326 59.2345) + (xy 131.878325 59.2345) + (xy 131.820201 59.240749) + (xy 131.820196 59.24075) + (xy 131.688723 59.289786) + (xy 131.688722 59.289787) + (xy 131.576384 59.373884) + (xy 131.492287 59.486222) + (xy 131.492286 59.486223) + (xy 131.44325 59.617696) + (xy 131.443249 59.617701) + (xy 131.437 59.675825) + (xy 131.437 60.244174) + (xy 131.088 60.244174) + (xy 131.088 59.675826) + (xy 131.081751 59.617701) + (xy 131.067689 59.58) + (xy 131.032713 59.486223) + (xy 131.032712 59.486222) + (xy 131.020118 59.469399) + (xy 130.948616 59.373884) + (xy 130.836278 59.289788) + (xy 130.836277 59.289787) + (xy 130.836276 59.289786) + (xy 130.704803 59.24075) + (xy 130.7048 59.240749) + (xy 130.704799 59.240749) + (xy 130.675736 59.237624) + (xy 130.646675 59.2345) + (xy 130.646674 59.2345) + (xy 130.053326 59.2345) + (xy 130.053325 59.2345) + (xy 129.995201 59.240749) + (xy 129.995196 59.24075) + (xy 129.863723 59.289786) + (xy 129.863722 59.289787) + (xy 129.751384 59.373884) + (xy 129.667287 59.486222) + (xy 129.667286 59.486223) + (xy 129.61825 59.617696) + (xy 129.618249 59.617701) + (xy 129.612 59.675825) + (xy 129.612 60.244174) + (xy 63.72137 60.244174) + (xy 63.779611 60.117583) + (xy 64.446335 58.706743) + (xy 64.616664 58.355691) + (xy 64.644395 58.3) + (xy 178.303553 58.3) + (xy 179.1 59.096447) + (xy 179.896447 58.3) + (xy 183.753553 58.3) + (xy 184.55 59.096447) + (xy 185.346447 58.3) + (xy 183.753553 58.3) + (xy 179.896447 58.3) + (xy 178.303553 58.3) + (xy 64.644395 58.3) + (xy 64.926142 57.734174) + (xy 129.612 57.734174) + (xy 129.618249 57.792298) + (xy 129.61825 57.792303) + (xy 129.667286 57.923776) + (xy 129.667287 57.923777) + (xy 129.667288 57.923778) + (xy 129.751384 58.036116) + (xy 129.863722 58.120212) + (xy 129.863723 58.120213) + (xy 129.971889 58.160556) + (xy 129.995201 58.169251) + (xy 130.047682 58.174893) + (xy 130.053325 58.1755) + (xy 130.053326 58.1755) + (xy 130.646675 58.1755) + (xy 130.651817 58.174946) + (xy 130.704799 58.169251) + (xy 130.792451 58.136558) + (xy 130.836276 58.120213) + (xy 130.836276 58.120212) + (xy 130.836278 58.120212) + (xy 130.948616 58.036116) + (xy 131.032712 57.923778) + (xy 131.081751 57.792299) + (xy 131.088 57.734174) + (xy 131.437 57.734174) + (xy 131.443249 57.792298) + (xy 131.44325 57.792303) + (xy 131.492286 57.923776) + (xy 131.492287 57.923777) + (xy 131.492288 57.923778) + (xy 131.576384 58.036116) + (xy 131.688721 58.120212) + (xy 131.688722 58.120212) + (xy 131.688723 58.120213) + (xy 131.796889 58.160556) + (xy 131.820201 58.169251) + (xy 131.872682 58.174893) + (xy 131.878325 58.1755) + (xy 131.878326 58.1755) + (xy 132.471675 58.1755) + (xy 132.476817 58.174946) + (xy 132.529799 58.169251) + (xy 132.617451 58.136558) + (xy 132.661276 58.120213) + (xy 132.661276 58.120212) + (xy 132.661278 58.120212) + (xy 132.773616 58.036116) + (xy 132.857712 57.923778) + (xy 132.906751 57.792299) + (xy 132.913 57.734174) + (xy 132.913 57.165826) + (xy 132.906751 57.107701) + (xy 132.898056 57.084389) + (xy 132.857713 56.976223) + (xy 132.857712 56.976222) + (xy 132.844818 56.958998) + (xy 132.773616 56.863884) + (xy 132.689518 56.800929) + (xy 132.661277 56.779787) + (xy 132.661276 56.779786) + (xy 132.529803 56.73075) + (xy 132.5298 56.730749) + (xy 132.529799 56.730749) + (xy 132.500736 56.727624) + (xy 132.471675 56.7245) + (xy 132.471674 56.7245) + (xy 131.878326 56.7245) + (xy 131.878325 56.7245) + (xy 131.820201 56.730749) + (xy 131.820196 56.73075) + (xy 131.688723 56.779786) + (xy 131.688722 56.779787) + (xy 131.576384 56.863884) + (xy 131.492287 56.976222) + (xy 131.492286 56.976223) + (xy 131.44325 57.107696) + (xy 131.443249 57.107701) + (xy 131.437 57.165825) + (xy 131.437 57.734174) + (xy 131.088 57.734174) + (xy 131.088 57.165826) + (xy 131.081751 57.107701) + (xy 131.073056 57.084389) + (xy 131.032713 56.976223) + (xy 131.032712 56.976222) + (xy 131.019818 56.958998) + (xy 130.948616 56.863884) + (xy 130.864519 56.800929) + (xy 130.836277 56.779787) + (xy 130.836276 56.779786) + (xy 130.704803 56.73075) + (xy 130.7048 56.730749) + (xy 130.704799 56.730749) + (xy 130.675736 56.727624) + (xy 130.646675 56.7245) + (xy 130.646674 56.7245) + (xy 130.053326 56.7245) + (xy 130.053325 56.7245) + (xy 129.995201 56.730749) + (xy 129.995196 56.73075) + (xy 129.863723 56.779786) + (xy 129.863722 56.779787) + (xy 129.751384 56.863884) + (xy 129.667287 56.976222) + (xy 129.667286 56.976223) + (xy 129.61825 57.107696) + (xy 129.618249 57.107701) + (xy 129.612 57.165825) + (xy 129.612 57.734174) + (xy 64.926142 57.734174) + (xy 65.312205 56.958855) + (xy 65.489686 56.611414) + (xy 66.213767 55.229141) + (xy 66.398304 54.885488) + (xy 67.150624 53.518353) + (xy 67.342241 53.17845) + (xy 68.122452 51.827086) + (xy 68.320996 51.491207) + (xy 69.128797 50.156132) + (xy 69.334196 49.824401) + (xy 70.169236 48.506196) + (xy 70.381431 48.178711) + (xy 71.243338 46.877963) + (xy 71.462134 46.555015) + (xy 72.350592 45.2722) + (xy 72.57603 44.953732) + (xy 73.490664 43.689395) + (xy 73.72256 43.375669) + (xy 74.662987 42.130343) + (xy 74.901264 41.821462) + (xy 75.867021 40.595757) + (xy 76.11158 40.291843) + (xy 77.102318 39.086202) + (xy 77.353146 38.78728) + (xy 78.368347 37.602332) + (xy 78.625225 37.308659) + (xy 79.664589 36.144752) + (xy 79.927419 35.856442) + (xy 80.990437 34.714145) + (xy 81.259164 34.431256) + (xy 82.345506 33.310929) + (xy 82.619847 33.033756) + (xy 83.728952 31.93598) + (xy 84.009087 31.664342) + (xy 85.140488 30.58958) + (xy 85.425992 30.323891) + (xy 86.579238 29.272568) + (xy 86.870173 29.012764) + (xy 88.044804 27.985305) + (xy 88.340939 27.731591) + (xy 89.536405 26.728476) + (xy 89.837827 26.480782) + (xy 91.053548 25.502494) + (xy 91.359959 25.261066) + (xy 92.595489 24.307961) + (xy 92.9069 24.072794) + (xy 94.161809 23.145207) + (xy 94.47782 22.916603) + (xy 95.751492 22.014989) + (xy 96.072245 21.79284) + (xy 97.364036 20.917651) + (xy 97.68933 20.702103) + (xy 98.998867 19.85359) + (xy 99.328556 19.644744) + (xy 100.655179 18.823333) + (xy 100.988949 18.621381) + (xy 102.332367 17.827258) + (xy 102.670136 17.632247) + (xy 104.029471 16.865933) + (xy 104.371358 16.677796) + (xy 105.74617 15.939538) + (xy 106.091654 15.758562) + (xy 107.481425 15.04864) + (xy 107.830526 14.874809) + (xy 109.234581 14.193571) + (xy 109.587221 14.026923) + (xy 111.004843 13.374713) + (xy 111.36102 13.215256) + (xy 112.791653 12.592326) + (xy 113.150918 12.440261) + (xy 114.59421 11.846765) + (xy 114.95646 11.702135) + (xy 116.411591 11.138414) + (xy 116.776802 11.001226) + (xy 118.243153 10.467518) + (xy 118.611118 10.337852) + (xy 120.08813 9.83436) + (xy 120.458646 9.712287) + (xy 121.9457 9.239221) + (xy 122.318662 9.124777) + (xy 123.815117 8.682343) + (xy 124.190234 8.575612) + (xy 125.695548 8.163971) + (xy 126.072816 8.064955) + (xy 127.58621 7.68432) + (xy 127.96554 7.593046) + (xy 129.097625 7.332907) + (xy 129.486234 7.243611) + (xy 129.681521 7.200841) + (xy 129.867471 7.160117) + (xy 131.395081 6.841965) + (xy 131.777883 6.766331) + (xy 133.311723 6.479607) + (xy 133.695931 6.41186) + (xy 135.235358 6.156684) + (xy 135.620937 6.09683) + (xy 137.16528 5.873316) + (xy 137.552008 5.821392) + (xy 139.100523 5.629645) + (xy 139.48827 5.585667) + (xy 141.040424 5.425751) + (xy 141.429032 5.389741) + (xy 142.984199 5.261723) + (xy 143.373304 5.233711) + (xy 144.930853 5.137645) + (xy 145.320408 5.11763) + (xy 146.879577 5.053564) + (xy 147.269488 5.041551) + (xy 148.82971 5.009511) + (xy 149.219809 5.005507) + (xy 150.780191 5.005507) + ) + ) + (filled_polygon + (layer "B.Cu") + (island) + (pts + (xy 127.940326 120.547174) + (xy 127.962 120.5995) + (xy 127.962 125.4005) + (xy 127.940326 125.452826) + (xy 127.888 125.4745) + (xy 124.587 125.4745) + (xy 124.534674 125.452826) + (xy 124.513 125.4005) + (xy 124.513 120.5995) + (xy 124.534674 120.547174) + (xy 124.587 120.5255) + (xy 127.888 120.5255) + ) + ) + (filled_polygon + (layer "B.Cu") + (island) + (pts + (xy 181.252826 59.672174) + (xy 181.2745 59.7245) + (xy 181.2745 66.3255) + (xy 181.252826 66.377826) + (xy 181.2005 66.3995) + (xy 176.9995 66.3995) + (xy 176.947174 66.377826) + (xy 176.9255 66.3255) + (xy 176.9255 59.7245) + (xy 176.947174 59.672174) + (xy 176.9995 59.6505) + (xy 181.2005 59.6505) + ) + ) + (filled_polygon + (layer "B.Cu") + (island) + (pts + (xy 186.702826 59.672174) + (xy 186.7245 59.7245) + (xy 186.7245 66.3255) + (xy 186.702826 66.377826) + (xy 186.6505 66.3995) + (xy 182.4495 66.3995) + (xy 182.397174 66.377826) + (xy 182.3755 66.3255) + (xy 182.3755 64.990656) + (xy 182.749433 64.990656) + (xy 182.749458 65.004999) + (xy 182.7495 65.005099) + (xy 182.749616 65.005382) + (xy 182.749617 65.005383) + (xy 182.75 65.005541) + (xy 182.76466 65.005531) + (xy 182.764817 65.0055) + (xy 186.335183 65.0055) + (xy 186.335339 65.005531) + (xy 186.349999 65.005541) + (xy 186.349999 65.00554) + (xy 186.35 65.005541) + (xy 186.350383 65.005383) + (xy 186.3505 65.005099) + (xy 186.350541 65.005) + (xy 186.35054 65.004999) + (xy 186.350566 64.990656) + (xy 186.3505 64.990318) + (xy 186.3505 61.419816) + (xy 186.350531 61.419661) + (xy 186.350541 61.405) + (xy 186.350383 61.404617) + (xy 186.350382 61.404616) + (xy 186.3501 61.4045) + (xy 186.350001 61.404459) + (xy 186.33539 61.404459) + (xy 186.335184 61.4045) + (xy 182.764816 61.4045) + (xy 182.76461 61.404459) + (xy 182.749999 61.404459) + (xy 182.7499 61.4045) + (xy 182.749617 61.404616) + (xy 182.749458 61.405) + (xy 182.749468 61.419661) + (xy 182.7495 61.419816) + (xy 182.7495 64.990318) + (xy 182.749433 64.990656) + (xy 182.3755 64.990656) + (xy 182.3755 59.7245) + (xy 182.397174 59.672174) + (xy 182.4495 59.6505) + (xy 186.6505 59.6505) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 151.170292 5.009511) + (xy 152.730417 5.041549) + (xy 153.120437 5.053565) + (xy 154.679606 5.117631) + (xy 155.06918 5.137647) + (xy 156.62673 5.233713) + (xy 157.01587 5.261728) + (xy 158.57103 5.389746) + (xy 158.919056 5.421997) + (xy 158.959578 5.425752) + (xy 159.035904 5.433615) + (xy 160.511731 5.585668) + (xy 160.899426 5.629638) + (xy 162.447941 5.821386) + (xy 162.83472 5.873316) + (xy 164.378968 6.096817) + (xy 164.764592 6.156676) + (xy 166.304035 6.411854) + (xy 166.688309 6.479613) + (xy 168.222131 6.766334) + (xy 168.604932 6.841967) + (xy 170.132542 7.16012) + (xy 170.248412 7.185497) + (xy 170.513765 7.243611) + (xy 171.092602 7.376619) + (xy 172.034442 7.593042) + (xy 172.41386 7.684338) + (xy 173.927162 8.06495) + (xy 174.304435 8.163967) + (xy 175.809724 8.575601) + (xy 176.184879 8.682342) + (xy 177.681335 9.124776) + (xy 178.054347 9.239237) + (xy 179.541328 9.71228) + (xy 179.911915 9.834375) + (xy 181.388782 10.337818) + (xy 181.7569 10.467537) + (xy 183.223167 11.001215) + (xy 183.588473 11.138439) + (xy 185.04352 11.702128) + (xy 185.40582 11.846778) + (xy 186.848996 12.440226) + (xy 187.208318 12.592313) + (xy 188.25239 13.046926) + (xy 188.638946 13.215242) + (xy 188.995196 13.374731) + (xy 190.412699 14.026886) + (xy 190.765524 14.193622) + (xy 192.16938 14.874764) + (xy 192.339861 14.959653) + (xy 192.518695 15.048702) + (xy 193.908281 15.75853) + (xy 194.027106 15.820774) + (xy 194.253906 15.939579) + (xy 195.451001 16.582405) + (xy 195.628579 16.677763) + (xy 195.970578 16.865961) + (xy 196.795726 17.331132) + (xy 197.329773 17.632197) + (xy 197.667707 17.827303) + (xy 199.010965 18.621331) + (xy 199.344793 18.823317) + (xy 200.671387 19.644709) + (xy 200.671444 19.644744) + (xy 201.001172 19.853616) + (xy 202.310602 20.70206) + (xy 202.635973 20.917659) + (xy 203.263571 21.342857) + (xy 203.927719 21.792817) + (xy 204.156225 21.951076) + (xy 204.248552 22.015021) + (xy 205.52211 22.916554) + (xy 205.838235 23.145241) + (xy 207.093037 24.072748) + (xy 207.404527 24.307975) + (xy 208.639947 25.260993) + (xy 208.946494 25.502528) + (xy 210.162159 26.480771) + (xy 210.463598 26.72848) + (xy 211.208505 27.353531) + (xy 211.65897 27.731516) + (xy 211.955242 27.985345) + (xy 213.12977 29.012715) + (xy 213.42079 29.272595) + (xy 213.658324 29.489136) + (xy 214.573993 30.323879) + (xy 214.859603 30.589667) + (xy 215.990896 31.664328) + (xy 216.271068 31.936001) + (xy 217.380072 33.033677) + (xy 217.654546 33.310984) + (xy 218.740778 34.431197) + (xy 219.009575 34.71416) + (xy 219.756844 35.517158) + (xy 220.072457 35.85631) + (xy 220.072522 35.856379) + (xy 220.335449 36.144795) + (xy 220.69242 36.544542) + (xy 221.374728 37.308609) + (xy 221.631707 37.602395) + (xy 221.979179 38.007967) + (xy 222.646853 38.78728) + (xy 222.897746 39.086282) + (xy 223.888384 40.2918) + (xy 224.13302 40.59581) + (xy 225.098736 41.821462) + (xy 225.337049 42.130393) + (xy 225.878542 42.847445) + (xy 226.277394 43.37561) + (xy 226.509366 43.689439) + (xy 227.423913 44.953654) + (xy 227.64942 45.27222) + (xy 228.266189 46.162753) + (xy 228.537747 46.554846) + (xy 228.537808 46.554933) + (xy 228.756687 46.878002) + (xy 229.618568 48.178711) + (xy 229.830802 48.506258) + (xy 230.665769 49.824347) + (xy 230.871222 50.156165) + (xy 231.678976 51.491163) + (xy 231.877559 51.827106) + (xy 232.657712 53.178369) + (xy 232.849391 53.518382) + (xy 233.601653 54.885412) + (xy 233.786232 55.229142) + (xy 234.068129 55.767283) + (xy 234.510313 56.611414) + (xy 234.687821 56.958909) + (xy 235.383335 58.355691) + (xy 235.553697 58.706812) + (xy 236.220349 60.117501) + (xy 236.383503 60.472126) + (xy 237.021044 61.896189) + (xy 237.17686 62.25404) + (xy 237.785054 63.690955) + (xy 237.933474 64.051892) + (xy 238.512021 65.50095) + (xy 238.653029 65.864932) + (xy 239.201707 67.325578) + (xy 239.335186 67.69231) + (xy 239.853774 69.163955) + (xy 239.979682 69.53331) + (xy 240.467945 71.015293) + (xy 240.586267 71.38723) + (xy 241.043979 72.87886) + (xy 241.154631 73.253119) + (xy 241.320106 73.834702) + (xy 241.58164 74.7539) + (xy 241.684582 75.130344) + (xy 242.080696 76.63961) + (xy 242.175867 77.018008) + (xy 242.540914 78.535108) + (xy 242.6283 78.915398) + (xy 242.962121 80.43967) + (xy 243.041679 80.82167) + (xy 243.344136 82.352488) + (xy 243.415832 82.736027) + (xy 243.686795 84.272735) + (xy 243.7506 84.657662) + (xy 243.989947 86.199558) + (xy 244.045853 86.585833) + (xy 244.253486 88.132282) + (xy 244.301439 88.519541) + (xy 244.477291 90.070047) + (xy 244.51727 90.458092) + (xy 244.66125 92.011877) + (xy 244.693264 92.400784) + (xy 244.805306 93.957121) + (xy 244.829329 94.346627) + (xy 244.90939 95.904879) + (xy 244.925414 96.294856) + (xy 244.973466 97.85448) + (xy 244.981476 98.244568) + (xy 244.9995 100) + (xy 244.981476 101.755431) + (xy 244.973466 102.145519) + (xy 244.925414 103.705143) + (xy 244.90939 104.09512) + (xy 244.829329 105.653372) + (xy 244.805306 106.042878) + (xy 244.693264 107.599215) + (xy 244.66125 107.988122) + (xy 244.51727 109.541907) + (xy 244.477291 109.929952) + (xy 244.301439 111.480458) + (xy 244.253486 111.867717) + (xy 244.045853 113.414166) + (xy 243.989947 113.800441) + (xy 243.7506 115.342337) + (xy 243.686795 115.727264) + (xy 243.415832 117.263972) + (xy 243.344136 117.647511) + (xy 243.041679 119.178329) + (xy 242.962121 119.560329) + (xy 242.6283 121.084601) + (xy 242.540914 121.464891) + (xy 242.175867 122.981991) + (xy 242.080696 123.360389) + (xy 241.684582 124.869655) + (xy 241.58164 125.246099) + (xy 241.154644 126.746838) + (xy 241.043979 127.121139) + (xy 240.586267 128.612769) + (xy 240.467945 128.984706) + (xy 239.979682 130.466689) + (xy 239.853774 130.836044) + (xy 239.335186 132.307689) + (xy 239.201707 132.674421) + (xy 238.653029 134.135067) + (xy 238.512021 134.499049) + (xy 237.933474 135.948107) + (xy 237.785054 136.309044) + (xy 237.17686 137.745959) + (xy 237.021044 138.10381) + (xy 236.383503 139.527873) + (xy 236.220349 139.882498) + (xy 235.553697 141.293187) + (xy 235.383335 141.644308) + (xy 234.687821 143.04109) + (xy 234.510313 143.388585) + (xy 233.78625 144.770825) + (xy 233.601653 145.114587) + (xy 232.849391 146.481617) + (xy 232.657712 146.82163) + (xy 231.877559 148.172893) + (xy 231.678976 148.508836) + (xy 230.871222 149.843834) + (xy 230.665769 150.175652) + (xy 229.830802 151.493741) + (xy 229.618568 151.821288) + (xy 228.756687 153.121997) + (xy 228.537808 153.445066) + (xy 227.64942 154.727779) + (xy 227.423913 155.046345) + (xy 226.509373 156.310552) + (xy 226.277394 156.624389) + (xy 225.337072 157.869577) + (xy 225.098736 158.178537) + (xy 224.13302 159.404189) + (xy 223.888384 159.708199) + (xy 222.897746 160.913717) + (xy 222.646853 161.212719) + (xy 221.631722 162.397586) + (xy 221.374728 162.69139) + (xy 220.33547 163.85518) + (xy 220.072522 164.14362) + (xy 219.009575 165.285839) + (xy 218.740778 165.568802) + (xy 217.654546 166.689015) + (xy 217.380072 166.966322) + (xy 216.271068 168.063998) + (xy 215.990896 168.335671) + (xy 214.859578 169.410356) + (xy 214.573972 169.67614) + (xy 213.42079 170.727404) + (xy 213.12977 170.987284) + (xy 211.955249 172.014648) + (xy 211.65897 172.268484) + (xy 210.463598 173.271519) + (xy 210.162159 173.519228) + (xy 208.946494 174.497471) + (xy 208.639948 174.739005) + (xy 207.404527 175.692024) + (xy 207.093037 175.927251) + (xy 205.838283 176.854723) + (xy 205.522126 177.083434) + (xy 204.248552 177.984978) + (xy 203.927735 178.207172) + (xy 202.635973 179.08234) + (xy 202.310602 179.297939) + (xy 201.001172 180.146383) + (xy 200.671444 180.355255) + (xy 199.344841 181.176653) + (xy 199.010962 181.37867) + (xy 197.667707 182.172696) + (xy 197.329773 182.367802) + (xy 195.970576 183.134039) + (xy 195.628579 183.322236) + (xy 194.253919 184.060413) + (xy 193.908281 184.241469) + (xy 192.518668 184.951311) + (xy 192.16938 185.125235) + (xy 190.765524 185.806377) + (xy 190.412686 185.973119) + (xy 188.995206 186.625263) + (xy 188.638946 186.784757) + (xy 187.208377 187.40766) + (xy 186.849004 187.55977) + (xy 185.405854 188.153207) + (xy 185.043484 188.297886) + (xy 183.588486 188.861555) + (xy 183.223137 188.998795) + (xy 181.756957 189.532441) + (xy 181.388797 189.662176) + (xy 179.911922 190.165621) + (xy 179.541328 190.287719) + (xy 178.054347 190.760762) + (xy 177.681318 190.875228) + (xy 176.184938 191.31764) + (xy 175.809664 191.424415) + (xy 174.304482 191.83602) + (xy 173.92712 191.93506) + (xy 172.413868 192.315659) + (xy 172.034393 192.406969) + (xy 170.513765 192.756388) + (xy 170.132457 192.839897) + (xy 168.604948 193.158028) + (xy 168.222064 193.233678) + (xy 166.688315 193.520385) + (xy 166.303968 193.588156) + (xy 164.76468 193.843309) + (xy 164.378962 193.903183) + (xy 162.834794 194.126672) + (xy 162.447929 194.178614) + (xy 160.899485 194.370353) + (xy 160.511649 194.41434) + (xy 158.959578 194.574247) + (xy 158.570953 194.610259) + (xy 157.015871 194.73827) + (xy 156.626656 194.76629) + (xy 155.069232 194.862349) + (xy 154.679539 194.882371) + (xy 153.120487 194.946432) + (xy 152.730416 194.95845) + (xy 151.170342 194.990487) + (xy 150.78025 194.994493) + (xy 149.21975 194.994493) + (xy 148.829657 194.990487) + (xy 147.269583 194.95845) + (xy 146.879512 194.946432) + (xy 145.32046 194.882371) + (xy 144.930767 194.862349) + (xy 143.373343 194.76629) + (xy 142.984128 194.73827) + (xy 141.429046 194.610259) + (xy 141.040421 194.574247) + (xy 139.48835 194.41434) + (xy 139.100514 194.370353) + (xy 137.55207 194.178614) + (xy 137.165205 194.126672) + (xy 135.621037 193.903183) + (xy 135.31338 193.855426) + (xy 135.235308 193.843307) + (xy 133.696031 193.588156) + (xy 133.311684 193.520385) + (xy 131.777935 193.233678) + (xy 131.395051 193.158028) + (xy 129.867542 192.839897) + (xy 129.486234 192.756388) + (xy 127.965606 192.406969) + (xy 127.586131 192.315659) + (xy 126.072879 191.93506) + (xy 125.695517 191.83602) + (xy 124.190335 191.424415) + (xy 123.815061 191.31764) + (xy 122.318681 190.875228) + (xy 121.945652 190.760762) + (xy 120.458671 190.287719) + (xy 120.088077 190.165621) + (xy 118.611202 189.662176) + (xy 118.243042 189.532441) + (xy 116.776862 188.998795) + (xy 116.411513 188.861555) + (xy 114.956515 188.297886) + (xy 114.594145 188.153207) + (xy 113.150995 187.55977) + (xy 112.791622 187.40766) + (xy 111.361053 186.784757) + (xy 111.004793 186.625263) + (xy 109.587313 185.973119) + (xy 109.234475 185.806377) + (xy 107.830619 185.125235) + (xy 107.481331 184.951311) + (xy 106.091718 184.241469) + (xy 105.74608 184.060413) + (xy 104.37142 183.322236) + (xy 104.029423 183.134039) + (xy 102.670226 182.367802) + (xy 102.332292 182.172696) + (xy 100.989037 181.37867) + (xy 100.655158 181.176653) + (xy 99.328555 180.355255) + (xy 98.998827 180.146383) + (xy 97.689397 179.297939) + (xy 97.364026 179.08234) + (xy 96.072294 178.207192) + (xy 95.934905 178.112038) + (xy 95.751447 177.984978) + (xy 94.477873 177.083434) + (xy 94.161716 176.854723) + (xy 92.906962 175.927251) + (xy 92.595472 175.692024) + (xy 91.360051 174.739005) + (xy 91.053505 174.497471) + (xy 89.83784 173.519228) + (xy 89.536401 173.271519) + (xy 88.341029 172.268484) + (xy 88.044749 172.014647) + (xy 86.870219 170.987275) + (xy 86.579209 170.727404) + (xy 85.426027 169.67614) + (xy 85.140421 169.410356) + (xy 84.009103 168.335671) + (xy 83.728931 168.063998) + (xy 82.619927 166.966322) + (xy 82.345453 166.689015) + (xy 81.259221 165.568802) + (xy 80.990424 165.285839) + (xy 79.927477 164.14362) + (xy 79.664534 163.855185) + (xy 79.173291 163.305078) + (xy 78.625271 162.69139) + (xy 78.368277 162.397586) + (xy 77.353146 161.212719) + (xy 77.102253 160.913717) + (xy 76.111615 159.708199) + (xy 75.866979 159.404189) + (xy 74.901263 158.178537) + (xy 74.662963 157.869624) + (xy 73.722605 156.624389) + (xy 73.698011 156.591117) + (xy 73.490627 156.310552) + (xy 72.576043 155.046285) + (xy 72.350579 154.727779) + (xy 72.10179 154.368561) + (xy 71.462173 153.445039) + (xy 71.243305 153.121986) + (xy 70.381431 151.821288) + (xy 70.169197 151.493741) + (xy 69.33423 150.175652) + (xy 69.128777 149.843834) + (xy 68.321023 148.508836) + (xy 68.12244 148.172893) + (xy 67.342275 146.821608) + (xy 67.150602 146.481606) + (xy 66.398346 145.114587) + (xy 66.21375 144.770825) + (xy 65.489686 143.388585) + (xy 65.451906 143.314627) + (xy 65.312179 143.04109) + (xy 64.616664 141.644308) + (xy 64.446302 141.293187) + (xy 63.77965 139.882498) + (xy 63.616496 139.527873) + (xy 62.978936 138.103767) + (xy 62.823136 137.745952) + (xy 62.214945 136.309044) + (xy 62.066525 135.948107) + (xy 61.487978 134.499049) + (xy 61.34697 134.135067) + (xy 60.798292 132.674421) + (xy 60.664813 132.307689) + (xy 60.146225 130.836044) + (xy 60.020317 130.466689) + (xy 59.532054 128.984706) + (xy 59.413732 128.612769) + (xy 58.95602 127.121139) + (xy 58.845356 126.746838) + (xy 58.487976 125.490776) + (xy 124.459898 125.490776) + (xy 124.459899 125.499999) + (xy 124.462001 125.505074) + (xy 124.467983 125.519517) + (xy 124.487499 125.527601) + (xy 124.4875 125.527601) + (xy 124.49673 125.527601) + (xy 124.507293 125.5255) + (xy 127.967707 125.5255) + (xy 127.97827 125.527601) + (xy 127.9875 125.527601) + (xy 127.987501 125.527601) + (xy 127.997258 125.523559) + (xy 128.007017 125.519517) + (xy 128.013 125.505072) + (xy 128.015101 125.5) + (xy 128.0151 125.499997) + (xy 128.015101 125.490776) + (xy 128.013 125.480208) + (xy 128.013 120.519793) + (xy 128.015101 120.50923) + (xy 128.015101 120.499999) + (xy 128.007017 120.480483) + (xy 128.007016 120.480482) + (xy 127.992573 120.4745) + (xy 127.987501 120.472399) + (xy 127.978271 120.472399) + (xy 127.967708 120.4745) + (xy 124.507292 120.4745) + (xy 124.496729 120.472399) + (xy 124.487499 120.472399) + (xy 124.482427 120.4745) + (xy 124.467983 120.480482) + (xy 124.467982 120.480483) + (xy 124.459899 120.499999) + (xy 124.459899 120.50923) + (xy 124.462 120.519793) + (xy 124.462 125.480208) + (xy 124.459898 125.490776) + (xy 58.487976 125.490776) + (xy 58.418359 125.246099) + (xy 58.315417 124.869655) + (xy 57.919303 123.360389) + (xy 57.824132 122.981991) + (xy 57.459085 121.464891) + (xy 57.371699 121.084601) + (xy 57.037879 119.560329) + (xy 56.95832 119.178329) + (xy 56.655857 117.647479) + (xy 56.619141 117.451065) + (xy 56.584168 117.263972) + (xy 56.313193 115.727198) + (xy 56.249407 115.342394) + (xy 56.01005 113.800428) + (xy 55.954146 113.414166) + (xy 55.751254 111.903026) + (xy 55.746507 111.867669) + (xy 55.744381 111.8505) + (xy 55.698556 111.480423) + (xy 55.53834 110.067771) + (xy 130.82528 110.067771) + (xy 130.840153 110.202937) + (xy 130.854906 110.337018) + (xy 130.92342 110.599088) + (xy 130.97721 110.725666) + (xy 131.029362 110.84839) + (xy 131.170474 111.07961) + (xy 131.170476 111.079612) + (xy 131.343744 111.287817) + (xy 131.343745 111.287818) + (xy 131.343747 111.28782) + (xy 131.54549 111.468582) + (xy 131.771402 111.618044) + (xy 132.016668 111.73302) + (xy 132.16212 111.77678) + (xy 132.276056 111.811059) + (xy 132.276065 111.811061) + (xy 132.544051 111.8505) + (xy 132.544053 111.8505) + (xy 132.74712 111.8505) + (xy 132.747123 111.8505) + (xy 132.949648 111.835677) + (xy 133.214045 111.77678) + (xy 133.46705 111.680014) + (xy 133.703269 111.547441) + (xy 133.917669 111.381888) + (xy 134.105678 111.186881) + (xy 134.263291 110.966579) + (xy 134.387148 110.725675) + (xy 134.47461 110.469305) + (xy 134.523811 110.202933) + (xy 134.533704 109.932235) + (xy 134.504078 109.662982) + (xy 134.435564 109.400912) + (xy 134.329622 109.15161) + (xy 134.18851 108.92039) + (xy 134.015237 108.71218) + (xy 133.813494 108.531418) + (xy 133.587582 108.381956) + (xy 133.587578 108.381954) + (xy 133.587579 108.381954) + (xy 133.342316 108.26698) + (xy 133.082927 108.18894) + (xy 133.082918 108.188938) + (xy 132.814933 108.1495) + (xy 132.814931 108.1495) + (xy 132.611861 108.1495) + (xy 132.525064 108.155852) + (xy 132.409332 108.164323) + (xy 132.14494 108.223219) + (xy 131.891941 108.319983) + (xy 131.891932 108.319987) + (xy 131.655715 108.452559) + (xy 131.65571 108.452562) + (xy 131.441314 108.618113) + (xy 131.44131 108.618116) + (xy 131.253304 108.81312) + (xy 131.095691 109.033423) + (xy 130.97184 109.274315) + (xy 130.971832 109.274333) + (xy 130.884375 109.530687) + (xy 130.884373 109.530694) + (xy 130.846428 109.736134) + (xy 130.835173 109.797067) + (xy 130.830234 109.932228) + (xy 130.82528 110.067771) + (xy 55.53834 110.067771) + (xy 55.522703 109.929899) + (xy 55.482735 109.541974) + (xy 55.338747 107.988108) + (xy 55.306735 107.599215) + (xy 55.306285 107.592963) + (xy 55.194689 106.04281) + (xy 55.170669 105.653354) + (xy 55.090607 104.095085) + (xy 55.074585 103.705143) + (xy 55.026531 102.145431) + (xy 55.018523 101.75552) + (xy 55.002503 100.19509) + (xy 55.002503 100) + (xy 132.5 100) + (xy 132.695461 102.60824) + (xy 133.277476 105.158216) + (xy 134.233045 107.592965) + (xy 135.540821 109.858101) + (xy 137.171592 111.903023) + (xy 139.088928 113.682051) + (xy 141.25 115.155445) + (xy 143.606532 116.290291) + (xy 145.112563 116.754839) + (xy 146.105883 117.061238) + (xy 146.105882 117.061238) + (xy 148.692216 117.451065) + (xy 148.692223 117.451066) + (xy 148.692225 117.451066) + (xy 151.307775 117.451066) + (xy 151.307777 117.451066) + (xy 153.894116 117.061238) + (xy 156.393468 116.290291) + (xy 158.75 115.155445) + (xy 160.911072 113.682051) + (xy 162.828408 111.903023) + (xy 164.291973 110.067771) + (xy 165.466296 110.067771) + (xy 165.481169 110.202937) + (xy 165.495922 110.337018) + (xy 165.564436 110.599088) + (xy 165.618226 110.725666) + (xy 165.670378 110.84839) + (xy 165.81149 111.07961) + (xy 165.811492 111.079612) + (xy 165.98476 111.287817) + (xy 165.984761 111.287818) + (xy 165.984763 111.28782) + (xy 166.186506 111.468582) + (xy 166.412418 111.618044) + (xy 166.657684 111.73302) + (xy 166.803136 111.77678) + (xy 166.917072 111.811059) + (xy 166.917081 111.811061) + (xy 167.185067 111.8505) + (xy 167.185069 111.8505) + (xy 167.388136 111.8505) + (xy 167.388139 111.8505) + (xy 167.590664 111.835677) + (xy 167.855061 111.77678) + (xy 168.108066 111.680014) + (xy 168.344285 111.547441) + (xy 168.558685 111.381888) + (xy 168.746694 111.186881) + (xy 168.904307 110.966579) + (xy 169.028164 110.725675) + (xy 169.115626 110.469305) + (xy 169.164827 110.202933) + (xy 169.17472 109.932235) + (xy 169.145094 109.662982) + (xy 169.07658 109.400912) + (xy 168.970638 109.15161) + (xy 168.829526 108.92039) + (xy 168.656253 108.71218) + (xy 168.45451 108.531418) + (xy 168.228598 108.381956) + (xy 168.228594 108.381954) + (xy 168.228595 108.381954) + (xy 167.983332 108.26698) + (xy 167.723943 108.18894) + (xy 167.723934 108.188938) + (xy 167.455949 108.1495) + (xy 167.455947 108.1495) + (xy 167.252877 108.1495) + (xy 167.16608 108.155852) + (xy 167.050348 108.164323) + (xy 166.785956 108.223219) + (xy 166.532957 108.319983) + (xy 166.532948 108.319987) + (xy 166.296731 108.452559) + (xy 166.296726 108.452562) + (xy 166.08233 108.618113) + (xy 166.082326 108.618116) + (xy 165.89432 108.81312) + (xy 165.736707 109.033423) + (xy 165.612856 109.274315) + (xy 165.612848 109.274333) + (xy 165.525391 109.530687) + (xy 165.525389 109.530694) + (xy 165.487444 109.736134) + (xy 165.476189 109.797067) + (xy 165.47125 109.932228) + (xy 165.466296 110.067771) + (xy 164.291973 110.067771) + (xy 164.459179 109.858101) + (xy 165.766955 107.592965) + (xy 166.722524 105.158216) + (xy 167.304539 102.60824) + (xy 167.5 100) + (xy 167.304539 97.39176) + (xy 166.722524 94.841784) + (xy 165.766955 92.407035) + (xy 164.459179 90.141899) + (xy 162.828408 88.096977) + (xy 160.911072 86.317949) + (xy 160.674436 86.156613) + (xy 168.5495 86.156613) + (xy 168.557523 86.19953) + (xy 168.588679 86.366198) + (xy 168.665702 86.565019) + (xy 168.777948 86.746302) + (xy 168.921593 86.903872) + (xy 169.087079 87.028843) + (xy 169.091741 87.032363) + (xy 169.091747 87.032367) + (xy 169.282606 87.127403) + (xy 169.282608 87.127403) + (xy 169.282611 87.127405) + (xy 169.48769 87.185756) + (xy 169.487696 87.185757) + (xy 169.576515 87.193986) + (xy 169.646806 87.2005) + (xy 169.646808 87.2005) + (xy 170.353192 87.2005) + (xy 170.353194 87.2005) + (xy 170.442019 87.192269) + (xy 170.512303 87.185757) + (xy 170.512307 87.185756) + (xy 170.51231 87.185756) + (xy 170.717389 87.127405) + (xy 170.908255 87.032366) + (xy 171.078407 86.903872) + (xy 171.222052 86.746302) + (xy 171.334298 86.565019) + (xy 171.411321 86.366198) + (xy 171.4505 86.15661) + (xy 171.4505 85.94339) + (xy 171.411321 85.733802) + (xy 171.334298 85.534981) + (xy 171.222052 85.353698) + (xy 171.078407 85.196128) + (xy 170.908255 85.067634) + (xy 170.908252 85.067632) + (xy 170.717393 84.972596) + (xy 170.717383 84.972593) + (xy 170.512309 84.914243) + (xy 170.512303 84.914242) + (xy 170.3532 84.8995) + (xy 170.353194 84.8995) + (xy 169.646806 84.8995) + (xy 169.646799 84.8995) + (xy 169.487696 84.914242) + (xy 169.48769 84.914243) + (xy 169.282616 84.972593) + (xy 169.282606 84.972596) + (xy 169.091747 85.067632) + (xy 169.091741 85.067636) + (xy 168.92159 85.19613) + (xy 168.777946 85.3537) + (xy 168.665705 85.534976) + (xy 168.6657 85.534986) + (xy 168.58868 85.733798) + (xy 168.5495 85.943386) + (xy 168.5495 86.156613) + (xy 160.674436 86.156613) + (xy 158.75 84.844555) + (xy 157.520808 84.252607) + (xy 156.393473 83.709711) + (xy 156.393469 83.709709) + (xy 156.393468 83.709709) + (xy 156.393463 83.709707) + (xy 156.393459 83.709706) + (xy 153.894116 82.938761) + (xy 153.894117 82.938761) + (xy 151.307783 82.548934) + (xy 151.307777 82.548934) + (xy 148.692223 82.548934) + (xy 148.692216 82.548934) + (xy 146.105883 82.938761) + (xy 143.60654 83.709706) + (xy 143.606526 83.709711) + (xy 141.638087 84.657662) + (xy 141.25 84.844555) + (xy 139.262617 86.19953) + (xy 139.088927 86.31795) + (xy 137.171595 88.096973) + (xy 135.540821 90.141899) + (xy 134.233044 92.407036) + (xy 133.277475 94.841786) + (xy 132.9904 96.099546) + (xy 132.695461 97.39176) + (xy 132.5 100) + (xy 55.002503 100) + (xy 55.002503 99.804909) + (xy 55.018523 98.244568) + (xy 55.026531 97.854576) + (xy 55.074585 96.294835) + (xy 55.090609 95.904879) + (xy 55.14523 94.841786) + (xy 55.170671 94.346604) + (xy 55.194694 93.957121) + (xy 55.306735 92.400772) + (xy 55.338749 92.011877) + (xy 55.482729 90.458092) + (xy 55.522701 90.070113) + (xy 55.698565 88.519495) + (xy 55.7465 88.132383) + (xy 55.954151 86.585794) + (xy 55.95716 86.565013) + (xy 56.010052 86.199558) + (xy 56.249402 84.657638) + (xy 56.313196 84.272783) + (xy 56.584184 82.735931) + (xy 56.655847 82.35257) + (xy 56.958325 80.821643) + (xy 56.978311 80.725684) + (xy 57.037871 80.439701) + (xy 57.119325 80.067771) + (xy 148.145788 80.067771) + (xy 148.175414 80.337019) + (xy 148.20225 80.43967) + (xy 148.243928 80.599088) + (xy 148.297718 80.725666) + (xy 148.34987 80.84839) + (xy 148.490982 81.07961) + (xy 148.490984 81.079612) + (xy 148.664252 81.287817) + (xy 148.664253 81.287818) + (xy 148.664255 81.28782) + (xy 148.865998 81.468582) + (xy 149.09191 81.618044) + (xy 149.337176 81.73302) + (xy 149.482628 81.77678) + (xy 149.596564 81.811059) + (xy 149.596573 81.811061) + (xy 149.864559 81.8505) + (xy 149.864561 81.8505) + (xy 150.067628 81.8505) + (xy 150.067631 81.8505) + (xy 150.270156 81.835677) + (xy 150.534553 81.77678) + (xy 150.787558 81.680014) + (xy 151.023777 81.547441) + (xy 151.238177 81.381888) + (xy 151.426186 81.186881) + (xy 151.583799 80.966579) + (xy 151.707656 80.725675) + (xy 151.795118 80.469305) + (xy 151.844319 80.202933) + (xy 151.854212 79.932235) + (xy 151.824586 79.662982) + (xy 151.756072 79.400912) + (xy 151.65013 79.15161) + (xy 151.509018 78.92039) + (xy 151.405054 78.795463) + (xy 151.335747 78.712182) + (xy 151.232249 78.619447) + (xy 151.134002 78.531418) + (xy 150.90809 78.381956) + (xy 150.908086 78.381954) + (xy 150.908087 78.381954) + (xy 150.662824 78.26698) + (xy 150.403435 78.18894) + (xy 150.403426 78.188938) + (xy 150.135441 78.1495) + (xy 150.135439 78.1495) + (xy 149.932369 78.1495) + (xy 149.845572 78.155852) + (xy 149.72984 78.164323) + (xy 149.465448 78.223219) + (xy 149.212449 78.319983) + (xy 149.21244 78.319987) + (xy 148.976223 78.452559) + (xy 148.976218 78.452562) + (xy 148.761822 78.618113) + (xy 148.761818 78.618116) + (xy 148.573812 78.81312) + (xy 148.416199 79.033423) + (xy 148.292348 79.274315) + (xy 148.29234 79.274333) + (xy 148.204883 79.530687) + (xy 148.204881 79.530694) + (xy 148.17036 79.717593) + (xy 148.155681 79.797067) + (xy 148.150742 79.932228) + (xy 148.145788 80.067771) + (xy 57.119325 80.067771) + (xy 57.371719 78.915307) + (xy 57.459085 78.535108) + (xy 57.625007 77.845552) + (xy 181.356934 77.845552) + (xy 181.388656 77.94318) + (xy 181.388655 77.94318) + (xy 181.477995 78.09792) + (xy 181.597551 78.230702) + (xy 181.74211 78.335729) + (xy 181.742109 78.335729) + (xy 181.905336 78.408402) + (xy 181.905339 78.408403) + (xy 181.919448 78.411402) + (xy 181.919448 78.411401) + (xy 182.419448 78.411401) + (xy 182.433556 78.408403) + (xy 182.433559 78.408402) + (xy 182.512141 78.373415) + (xy 182.568758 78.371932) + (xy 182.609842 78.410918) + (xy 182.61451 78.456924) + (xy 182.597301 78.535108) + (xy 182.588948 78.573055) + (xy 182.588948 79.111665) + (xy 182.603934 79.249462) + (xy 182.663004 79.424773) + (xy 182.758378 79.583288) + (xy 182.885599 79.717593) + (xy 183.038717 79.821409) + (xy 183.038718 79.82141) + (xy 183.210573 79.889883) + (xy 183.393131 79.919812) + (xy 183.393133 79.919811) + (xy 183.393134 79.919812) + (xy 183.439311 79.917308) + (xy 183.577855 79.909797) + (xy 183.756107 79.860306) + (xy 183.919552 79.773652) + (xy 184.060548 79.653889) + (xy 184.172502 79.506616) + (xy 184.25018 79.338719) + (xy 184.289948 79.158049) + (xy 184.289948 78.619439) + (xy 184.274962 78.481642) + (xy 184.26993 78.466708) + (xy 184.273759 78.410202) + (xy 184.316424 78.372954) + (xy 184.370153 78.375476) + (xy 184.445181 78.408881) + (xy 184.620057 78.446052) + (xy 184.620058 78.446052) + (xy 184.798838 78.446052) + (xy 184.798839 78.446052) + (xy 184.973715 78.408881) + (xy 185.137041 78.336164) + (xy 185.281678 78.231078) + (xy 185.401307 78.098217) + (xy 185.401479 78.09792) + (xy 185.416494 78.071912) + (xy 185.490698 77.943387) + (xy 185.545945 77.773355) + (xy 185.564633 77.595552) + (xy 185.545945 77.417749) + (xy 185.490698 77.247717) + (xy 185.425342 77.134517) + (xy 185.401309 77.092889) + (xy 185.401306 77.092886) + (xy 185.377245 77.066164) + (xy 185.281678 76.960026) + (xy 185.281677 76.960025) + (xy 185.281675 76.960023) + (xy 185.137047 76.854943) + (xy 185.13704 76.854939) + (xy 184.973716 76.782223) + (xy 184.973714 76.782222) + (xy 184.836009 76.752952) + (xy 184.798839 76.745052) + (xy 184.620057 76.745052) + (xy 184.589402 76.751567) + (xy 184.445181 76.782222) + (xy 184.445179 76.782223) + (xy 184.281856 76.854939) + (xy 184.281851 76.854942) + (xy 184.277602 76.85803) + (xy 184.22253 76.871251) + (xy 184.174239 76.841657) + (xy 184.161018 76.786585) + (xy 184.170021 76.761162) + (xy 184.179322 76.745052) + (xy 184.220698 76.673387) + (xy 184.275945 76.503355) + (xy 184.294633 76.325552) + (xy 184.275945 76.147749) + (xy 184.220698 75.977717) + (xy 184.179213 75.905862) + (xy 184.131309 75.822889) + (xy 184.131306 75.822886) + (xy 184.011675 75.690023) + (xy 183.867047 75.584943) + (xy 183.86704 75.584939) + (xy 183.703716 75.512223) + (xy 183.703714 75.512222) + (xy 183.566009 75.482952) + (xy 183.528839 75.475052) + (xy 183.350057 75.475052) + (xy 183.319402 75.481567) + (xy 183.175181 75.512222) + (xy 183.175179 75.512223) + (xy 183.011856 75.584939) + (xy 183.011849 75.584943) + (xy 182.86722 75.690023) + (xy 182.747589 75.822886) + (xy 182.747586 75.822889) + (xy 182.658196 75.97772) + (xy 182.602952 76.147743) + (xy 182.584263 76.325551) + (xy 182.602952 76.50336) + (xy 182.658196 76.673383) + (xy 182.70949 76.762228) + (xy 182.716882 76.818381) + (xy 182.682404 76.863314) + (xy 182.626251 76.870706) + (xy 182.601908 76.859095) + (xy 182.596791 76.855377) + (xy 182.596783 76.855373) + (xy 182.433557 76.7827) + (xy 182.419448 76.7797) + (xy 182.419448 77.345552) + (xy 182.981961 77.345552) + (xy 182.981961 77.345551) + (xy 182.950239 77.247923) + (xy 182.95024 77.247923) + (xy 182.899027 77.15922) + (xy 182.891634 77.103067) + (xy 182.926113 77.058134) + (xy 182.982266 77.050741) + (xy 183.006611 77.062354) + (xy 183.011855 77.066164) + (xy 183.175181 77.138881) + (xy 183.350057 77.176052) + (xy 183.350058 77.176052) + (xy 183.528838 77.176052) + (xy 183.528839 77.176052) + (xy 183.703715 77.138881) + (xy 183.867041 77.066164) + (xy 183.871289 77.063077) + (xy 183.926362 77.049854) + (xy 183.974654 77.079445) + (xy 183.987877 77.134517) + (xy 183.978874 77.159943) + (xy 183.928196 77.24772) + (xy 183.872952 77.417743) + (xy 183.872951 77.417747) + (xy 183.872951 77.417749) + (xy 183.858402 77.556163) + (xy 183.854263 77.595551) + (xy 183.872951 77.773358) + (xy 183.879979 77.794987) + (xy 183.875534 77.85145) + (xy 183.832466 77.888232) + (xy 183.78221 77.886597) + (xy 183.668323 77.841221) + (xy 183.668322 77.84122) + (xy 183.485761 77.811291) + (xy 183.301049 77.821306) + (xy 183.301043 77.821306) + (xy 183.301041 77.821307) + (xy 183.122789 77.870798) + (xy 183.122787 77.870798) + (xy 183.122783 77.8708) + (xy 183.091127 77.887583) + (xy 183.034745 77.892943) + (xy 182.996599 77.865699) + (xy 182.981961 77.845552) + (xy 182.419448 77.845552) + (xy 182.419448 78.411401) + (xy 181.919448 78.411401) + (xy 181.919448 77.845552) + (xy 181.356934 77.845552) + (xy 57.625007 77.845552) + (xy 57.678112 77.624854) + (xy 181.81582 77.624854) + (xy 181.844495 77.73809) + (xy 181.908384 77.835879) + (xy 182.000563 77.907624) + (xy 182.111043 77.945552) + (xy 182.198453 77.945552) + (xy 182.284664 77.931166) + (xy 182.387395 77.875571) + (xy 182.466508 77.789631) + (xy 182.51343 77.68266) + (xy 182.523076 77.56625) + (xy 182.494401 77.453014) + (xy 182.430512 77.355225) + (xy 182.338333 77.28348) + (xy 182.227853 77.245552) + (xy 182.140443 77.245552) + (xy 182.054232 77.259938) + (xy 181.951501 77.315533) + (xy 181.872388 77.401473) + (xy 181.825466 77.508444) + (xy 181.81582 77.624854) + (xy 57.678112 77.624854) + (xy 57.745318 77.345551) + (xy 181.356934 77.345551) + (xy 181.356935 77.345552) + (xy 181.919448 77.345552) + (xy 181.919448 76.779701) + (xy 181.919447 76.7797) + (xy 181.905339 76.7827) + (xy 181.905337 76.7827) + (xy 181.742112 76.855373) + (xy 181.74211 76.855374) + (xy 181.597551 76.960401) + (xy 181.477995 77.093183) + (xy 181.388655 77.247923) + (xy 181.356934 77.345551) + (xy 57.745318 77.345551) + (xy 57.82414 77.017975) + (xy 57.919282 76.639688) + (xy 58.315423 75.130318) + (xy 58.418359 74.7539) + (xy 58.84536 73.253148) + (xy 58.956013 72.878883) + (xy 59.413746 71.387185) + (xy 59.53206 71.015274) + (xy 60.020333 69.533261) + (xy 60.146226 69.163955) + (xy 60.66482 67.692288) + (xy 60.798279 67.325612) + (xy 61.14005 66.415776) + (xy 176.872398 66.415776) + (xy 176.872399 66.424999) + (xy 176.874501 66.430074) + (xy 176.880483 66.444517) + (xy 176.899999 66.452601) + (xy 176.9 66.452601) + (xy 176.90923 66.452601) + (xy 176.919793 66.4505) + (xy 181.280207 66.4505) + (xy 181.29077 66.452601) + (xy 181.3 66.452601) + (xy 181.300001 66.452601) + (xy 181.309758 66.448559) + (xy 181.319517 66.444517) + (xy 181.3255 66.430072) + (xy 181.327601 66.425) + (xy 181.3276 66.424997) + (xy 181.327601 66.415776) + (xy 182.322398 66.415776) + (xy 182.322399 66.424999) + (xy 182.324501 66.430074) + (xy 182.330483 66.444517) + (xy 182.349999 66.452601) + (xy 182.35 66.452601) + (xy 182.35923 66.452601) + (xy 182.369793 66.4505) + (xy 186.730207 66.4505) + (xy 186.74077 66.452601) + (xy 186.75 66.452601) + (xy 186.750001 66.452601) + (xy 186.759758 66.448559) + (xy 186.769517 66.444517) + (xy 186.7755 66.430072) + (xy 186.777601 66.425) + (xy 186.7776 66.424997) + (xy 186.777601 66.415776) + (xy 186.7755 66.405208) + (xy 186.7755 59.644793) + (xy 186.777601 59.63423) + (xy 186.777601 59.624999) + (xy 186.769517 59.605483) + (xy 186.769516 59.605482) + (xy 186.755073 59.5995) + (xy 186.750001 59.597399) + (xy 186.740771 59.597399) + (xy 186.730208 59.5995) + (xy 182.369792 59.5995) + (xy 182.359229 59.597399) + (xy 182.349999 59.597399) + (xy 182.344927 59.5995) + (xy 182.330483 59.605482) + (xy 182.330482 59.605483) + (xy 182.322399 59.624999) + (xy 182.322399 59.63423) + (xy 182.3245 59.644793) + (xy 182.3245 66.405208) + (xy 182.322398 66.415776) + (xy 181.327601 66.415776) + (xy 181.3255 66.405208) + (xy 181.3255 59.644793) + (xy 181.327601 59.63423) + (xy 181.327601 59.624999) + (xy 181.319517 59.605483) + (xy 181.319516 59.605482) + (xy 181.305073 59.5995) + (xy 181.300001 59.597399) + (xy 181.290771 59.597399) + (xy 181.280208 59.5995) + (xy 176.919792 59.5995) + (xy 176.909229 59.597399) + (xy 176.899999 59.597399) + (xy 176.894927 59.5995) + (xy 176.880483 59.605482) + (xy 176.880482 59.605483) + (xy 176.872399 59.624999) + (xy 176.872399 59.63423) + (xy 176.8745 59.644793) + (xy 176.8745 66.405208) + (xy 176.872398 66.415776) + (xy 61.14005 66.415776) + (xy 61.346997 65.86486) + (xy 61.487944 65.501033) + (xy 62.066531 64.051875) + (xy 62.214929 63.690994) + (xy 62.823182 62.253939) + (xy 62.978956 61.896189) + (xy 63.616509 60.472097) + (xy 63.779611 60.117583) + (xy 64.446335 58.706743) + (xy 64.616664 58.355691) + (xy 65.312205 56.958855) + (xy 65.489686 56.611414) + (xy 66.213767 55.229141) + (xy 66.398304 54.885488) + (xy 67.150624 53.518353) + (xy 67.342241 53.17845) + (xy 68.122452 51.827086) + (xy 68.320996 51.491207) + (xy 69.128797 50.156132) + (xy 69.334196 49.824401) + (xy 70.169236 48.506196) + (xy 70.381431 48.178711) + (xy 71.243338 46.877963) + (xy 71.462134 46.555015) + (xy 72.350592 45.2722) + (xy 72.57603 44.953732) + (xy 73.490664 43.689395) + (xy 73.72256 43.375669) + (xy 74.662987 42.130343) + (xy 74.901264 41.821462) + (xy 75.867021 40.595757) + (xy 76.11158 40.291843) + (xy 77.102318 39.086202) + (xy 77.353146 38.78728) + (xy 78.368347 37.602332) + (xy 78.625225 37.308659) + (xy 79.664589 36.144752) + (xy 79.927419 35.856442) + (xy 80.990437 34.714145) + (xy 81.259164 34.431256) + (xy 82.345506 33.310929) + (xy 82.619847 33.033756) + (xy 83.728952 31.93598) + (xy 84.009087 31.664342) + (xy 85.140488 30.58958) + (xy 85.425992 30.323891) + (xy 86.579238 29.272568) + (xy 86.870173 29.012764) + (xy 88.044804 27.985305) + (xy 88.340939 27.731591) + (xy 89.536405 26.728476) + (xy 89.837827 26.480782) + (xy 91.053548 25.502494) + (xy 91.359959 25.261066) + (xy 92.595489 24.307961) + (xy 92.9069 24.072794) + (xy 94.161809 23.145207) + (xy 94.47782 22.916603) + (xy 95.751492 22.014989) + (xy 96.072245 21.79284) + (xy 97.364036 20.917651) + (xy 97.68933 20.702103) + (xy 98.998867 19.85359) + (xy 99.328556 19.644744) + (xy 100.655179 18.823333) + (xy 100.988949 18.621381) + (xy 102.332367 17.827258) + (xy 102.670136 17.632247) + (xy 104.029471 16.865933) + (xy 104.371358 16.677796) + (xy 105.74617 15.939538) + (xy 106.091654 15.758562) + (xy 107.481425 15.04864) + (xy 107.830526 14.874809) + (xy 109.234581 14.193571) + (xy 109.587221 14.026923) + (xy 111.004843 13.374713) + (xy 111.36102 13.215256) + (xy 112.791653 12.592326) + (xy 113.150918 12.440261) + (xy 114.59421 11.846765) + (xy 114.95646 11.702135) + (xy 116.411591 11.138414) + (xy 116.776802 11.001226) + (xy 118.243153 10.467518) + (xy 118.611118 10.337852) + (xy 120.08813 9.83436) + (xy 120.458646 9.712287) + (xy 121.9457 9.239221) + (xy 122.318662 9.124777) + (xy 123.815117 8.682343) + (xy 124.190234 8.575612) + (xy 125.695548 8.163971) + (xy 126.072816 8.064955) + (xy 127.58621 7.68432) + (xy 127.96554 7.593046) + (xy 129.097625 7.332907) + (xy 129.486234 7.243611) + (xy 129.681521 7.200841) + (xy 129.867471 7.160117) + (xy 131.395081 6.841965) + (xy 131.777883 6.766331) + (xy 133.311723 6.479607) + (xy 133.695931 6.41186) + (xy 135.235358 6.156684) + (xy 135.620937 6.09683) + (xy 137.16528 5.873316) + (xy 137.552008 5.821392) + (xy 139.100523 5.629645) + (xy 139.48827 5.585667) + (xy 141.040424 5.425751) + (xy 141.429032 5.389741) + (xy 142.984199 5.261723) + (xy 143.373304 5.233711) + (xy 144.930853 5.137645) + (xy 145.320408 5.11763) + (xy 146.879577 5.053564) + (xy 147.269488 5.041551) + (xy 148.82971 5.009511) + (xy 149.219809 5.005507) + (xy 150.780191 5.005507) + ) + ) + ) +) diff --git a/self-balancing-test-a.kicad_prl b/self-balancing-test-a.kicad_prl new file mode 100644 index 0000000..0b90ff6 --- /dev/null +++ b/self-balancing-test-a.kicad_prl @@ -0,0 +1,77 @@ +{ + "board": { + "active_layer": 0, + "active_layer_preset": "All Layers", + "auto_track_width": true, + "hidden_netclasses": [], + "hidden_nets": [], + "high_contrast_mode": 0, + "net_color_mode": 1, + "opacity": { + "images": 0.6, + "pads": 1.0, + "tracks": 1.0, + "vias": 1.0, + "zones": 0.6 + }, + "selection_filter": { + "dimensions": true, + "footprints": true, + "graphics": true, + "keepouts": true, + "lockedItems": false, + "otherItems": true, + "pads": true, + "text": true, + "tracks": true, + "vias": true, + "zones": true + }, + "visible_items": [ + 0, + 1, + 2, + 3, + 4, + 5, + 8, + 9, + 10, + 11, + 12, + 13, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 32, + 33, + 34, + 35, + 36, + 39, + 40 + ], + "visible_layers": "fffffff_ffffffff", + "zone_display_mode": 0 + }, + "meta": { + "filename": "self-balancing-test-a.kicad_prl", + "version": 3 + }, + "project": { + "files": [] + } +} diff --git a/self-balancing-test-a.kicad_pro b/self-balancing-test-a.kicad_pro new file mode 100644 index 0000000..3d8384e --- /dev/null +++ b/self-balancing-test-a.kicad_pro @@ -0,0 +1,604 @@ +{ + "board": { + "3dviewports": [], + "design_settings": { + "defaults": { + "board_outline_line_width": 0.09999999999999999, + "copper_line_width": 0.19999999999999998, + "copper_text_italic": false, + "copper_text_size_h": 1.5, + "copper_text_size_v": 1.5, + "copper_text_thickness": 0.3, + "copper_text_upright": false, + "courtyard_line_width": 0.049999999999999996, + "dimension_precision": 4, + "dimension_units": 3, + "dimensions": { + "arrow_length": 1270000, + "extension_offset": 500000, + "keep_text_aligned": true, + "suppress_zeroes": false, + "text_position": 0, + "units_format": 1 + }, + "fab_line_width": 0.09999999999999999, + "fab_text_italic": false, + "fab_text_size_h": 1.0, + "fab_text_size_v": 1.0, + "fab_text_thickness": 0.15, + "fab_text_upright": false, + "other_line_width": 0.15, + "other_text_italic": false, + "other_text_size_h": 1.0, + "other_text_size_v": 1.0, + "other_text_thickness": 0.15, + "other_text_upright": false, + "pads": { + "drill": 0.762, + "height": 1.524, + "width": 1.524 + }, + "silk_line_width": 0.15, + "silk_text_italic": false, + "silk_text_size_h": 1.0, + "silk_text_size_v": 1.0, + "silk_text_thickness": 0.15, + "silk_text_upright": false, + "zones": { + "min_clearance": 0.25 + } + }, + "diff_pair_dimensions": [], + "drc_exclusions": [], + "meta": { + "version": 2 + }, + "rule_severities": { + "annular_width": "error", + "clearance": "error", + "connection_width": "warning", + "copper_edge_clearance": "error", + "copper_sliver": "warning", + "courtyards_overlap": "error", + "diff_pair_gap_out_of_range": "error", + "diff_pair_uncoupled_length_too_long": "error", + "drill_out_of_range": "error", + "duplicate_footprints": "warning", + "extra_footprint": "warning", + "footprint": "error", + "footprint_type_mismatch": "ignore", + "hole_clearance": "error", + "hole_near_hole": "error", + "invalid_outline": "error", + "isolated_copper": "warning", + "item_on_disabled_layer": "error", + "items_not_allowed": "error", + "length_out_of_range": "error", + "lib_footprint_issues": "warning", + "lib_footprint_mismatch": "warning", + "malformed_courtyard": "error", + "microvia_drill_out_of_range": "error", + "missing_courtyard": "ignore", + "missing_footprint": "warning", + "net_conflict": "warning", + "npth_inside_courtyard": "ignore", + "padstack": "warning", + "pth_inside_courtyard": "ignore", + "shorting_items": "error", + "silk_edge_clearance": "warning", + "silk_over_copper": "warning", + "silk_overlap": "warning", + "skew_out_of_range": "error", + "solder_mask_bridge": "error", + "starved_thermal": "error", + "text_height": "warning", + "text_thickness": "warning", + "through_hole_pad_without_hole": "error", + "too_many_vias": "error", + "track_dangling": "warning", + "track_width": "error", + "tracks_crossing": "error", + "unconnected_items": "error", + "unresolved_variable": "error", + "via_dangling": "warning", + "zones_intersect": "error" + }, + "rules": { + "max_error": 0.005, + "min_clearance": 0.0, + "min_connection": 0.0, + "min_copper_edge_clearance": 0.0, + "min_hole_clearance": 0.25, + "min_hole_to_hole": 0.25, + "min_microvia_diameter": 0.19999999999999998, + "min_microvia_drill": 0.09999999999999999, + "min_resolved_spokes": 2, + "min_silk_clearance": 0.0, + "min_text_height": 0.7999999999999999, + "min_text_thickness": 0.08, + "min_through_hole_diameter": 0.3, + "min_track_width": 0.0, + "min_via_annular_width": 0.09999999999999999, + "min_via_diameter": 0.5, + "solder_mask_clearance": 0.0, + "solder_mask_min_width": 0.0, + "solder_mask_to_copper_clearance": 0.0, + "use_height_for_length_calcs": true + }, + "teardrop_options": [ + { + "td_onpadsmd": true, + "td_onroundshapesonly": false, + "td_ontrackend": false, + "td_onviapad": true + } + ], + "teardrop_parameters": [ + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_round_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_rect_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_track_end", + "td_width_to_size_filter_ratio": 0.9 + } + ], + "track_widths": [], + "via_dimensions": [], + "zones_allow_external_fillets": false + }, + "layer_presets": [], + "viewports": [] + }, + "boards": [], + "cvpcb": { + "equivalence_files": [] + }, + "erc": { + "erc_exclusions": [], + "meta": { + "version": 0 + }, + "pin_map": [ + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 2 + ], + [ + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 1, + 2, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 1, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 2, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2 + ] + ], + "rule_severities": { + "bus_definition_conflict": "error", + "bus_entry_needed": "error", + "bus_to_bus_conflict": "error", + "bus_to_net_conflict": "error", + "conflicting_netclasses": "error", + "different_unit_footprint": "error", + "different_unit_net": "error", + "duplicate_reference": "error", + "duplicate_sheet_names": "error", + "endpoint_off_grid": "warning", + "extra_units": "error", + "global_label_dangling": "warning", + "hier_label_mismatch": "error", + "label_dangling": "error", + "lib_symbol_issues": "warning", + "missing_bidi_pin": "warning", + "missing_input_pin": "warning", + "missing_power_pin": "error", + "missing_unit": "warning", + "multiple_net_names": "warning", + "net_not_bus_member": "warning", + "no_connect_connected": "warning", + "no_connect_dangling": "warning", + "pin_not_connected": "error", + "pin_not_driven": "error", + "pin_to_pin": "warning", + "power_pin_not_driven": "error", + "similar_labels": "warning", + "simulation_model_issue": "ignore", + "unannotated": "error", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, + "libraries": { + "pinned_footprint_libs": [ + "footprints" + ], + "pinned_symbol_libs": [ + "symbols" + ] + }, + "meta": { + "filename": "self-balancing-test-a.kicad_pro", + "version": 1 + }, + "net_settings": { + "classes": [ + { + "bus_width": 12, + "clearance": 0.2, + "diff_pair_gap": 0.25, + "diff_pair_via_gap": 0.25, + "diff_pair_width": 0.2, + "line_style": 0, + "microvia_diameter": 0.3, + "microvia_drill": 0.1, + "name": "Default", + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgba(0, 0, 0, 0.000)", + "track_width": 0.25, + "via_diameter": 0.8, + "via_drill": 0.4, + "wire_width": 6 + } + ], + "meta": { + "version": 3 + }, + "net_colors": null, + "netclass_assignments": null, + "netclass_patterns": [] + }, + "pcbnew": { + "last_paths": { + "gencad": "", + "idf": "", + "netlist": "", + "specctra_dsn": "", + "step": "", + "vrml": "" + }, + "page_layout_descr_file": "" + }, + "schematic": { + "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "Quantity", + "show": true + }, + { + "group_by": false, + "label": "Description", + "name": "Description", + "show": false + }, + { + "group_by": false, + "label": "DNP", + "name": "DNP", + "show": false + }, + { + "group_by": false, + "label": "LCSC", + "name": "LCSC", + "show": false + }, + { + "group_by": false, + "label": "digikey", + "name": "digikey", + "show": false + }, + { + "group_by": false, + "label": "mass", + "name": "mass", + "show": true + }, + { + "group_by": false, + "label": "mass_ref", + "name": "mass_ref", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "", + "sort_asc": true, + "sort_field": "Reference" + }, + "drawing": { + "dashed_lines_dash_length_ratio": 12.0, + "dashed_lines_gap_length_ratio": 3.0, + "default_line_thickness": 6.0, + "default_text_size": 50.0, + "field_names": [], + "intersheets_ref_own_page": false, + "intersheets_ref_prefix": "", + "intersheets_ref_short": false, + "intersheets_ref_show": false, + "intersheets_ref_suffix": "", + "junction_size_choice": 3, + "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "pin_symbol_size": 25.0, + "text_offset_ratio": 0.15 + }, + "legacy_lib_dir": "", + "legacy_lib_list": [], + "meta": { + "version": 1 + }, + "net_format_name": "", + "page_layout_descr_file": "", + "plot_directory": "", + "spice_current_sheet_as_root": false, + "spice_external_command": "spice \"%I\"", + "spice_model_current_sheet_as_root": true, + "spice_save_all_currents": false, + "spice_save_all_dissipations": false, + "spice_save_all_voltages": false, + "subpart_first_id": 65, + "subpart_id_separator": 0 + }, + "sheets": [ + [ + "3046137d-98ba-4fe6-98da-3a8a74d99ad5", + "" + ], + [ + "d9dd8301-3c73-4baa-ad63-b060d8ba6e6d", + "PD_TIA" + ], + [ + "9caf2a35-027f-42fd-9c5b-33991635f950", + "PD_TIA2" + ], + [ + "21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f", + "resistor_bank" + ], + [ + "5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff", + "resistor_bank1" + ], + [ + "9165aeea-e5c9-4847-b386-ddb52c57fdca", + "resistor_bank2" + ], + [ + "91df35e2-6076-4ca0-8a79-437a67d41236", + "resistor_bank3" + ], + [ + "3618f925-efd9-4896-ac69-1f98eb774124", + "resistor_bank4" + ] + ], + "text_variables": {} +} diff --git a/self-balancing-test-a.kicad_sch b/self-balancing-test-a.kicad_sch new file mode 100644 index 0000000..6766e5b --- /dev/null +++ b/self-balancing-test-a.kicad_sch @@ -0,0 +1,14636 @@ +(kicad_sch (version 20230620) (generator eeschema) + + (uuid 3046137d-98ba-4fe6-98da-3a8a74d99ad5) + + (paper "A2") + + (lib_symbols + (symbol "74HC595_1" (in_bom yes) (on_board yes) + (property "Reference" "U17" (at 2.1941 17.78 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "STPIC6C595" (at 2.1941 15.24 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/sn74hc595.pdf" (at -1.27 22.86 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "8-bit serial in/out Shift Register 3-State Outputs" (at -2.54 15.24 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "HCMOS SR 3State" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP*W7.62mm* SOIC*3.9x9.9mm*P1.27mm* TSSOP*4.4x5mm*P0.65mm* SOIC*5.3x10.2mm*P1.27mm* SOIC*7.5x10.3mm*P1.27mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "74HC595_1_1_0" + (pin power_in line (at 0 15.24 270) (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 -10.16 -2.54 0) (length 2.54) + (name "RCLK" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 0 180) (length 2.54) + (name "QE" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 -2.54 180) (length 2.54) + (name "QF" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 -5.08 180) (length 2.54) + (name "QG" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 -7.62 180) (length 2.54) + (name "QH" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 5.08 0) (length 2.54) + (name "SRCLK" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -17.78 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 10.16 0) (length 2.54) + (name "SER" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 10.16 180) (length 2.54) + (name "QA" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 7.62 180) (length 2.54) + (name "QB" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 5.08 180) (length 2.54) + (name "QC" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 2.54 180) (length 2.54) + (name "QD" (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 "~{SRCLR}" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 -5.08 0) (length 2.54) + (name "~{OE}" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 -12.7 180) (length 2.54) + (name "QH'" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74HC595_1_1_1" + (rectangle (start -7.62 12.7) (end 7.62 -15.24) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + ) + ) + (symbol "74xx:74HC595" (in_bom yes) (on_board yes) + (property "Reference" "U" (at -7.62 13.97 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74HC595" (at -7.62 -16.51 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/sn74hc595.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "8-bit serial in/out Shift Register 3-State Outputs" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "HCMOS SR 3State" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP*W7.62mm* SOIC*3.9x9.9mm*P1.27mm* TSSOP*4.4x5mm*P0.65mm* SOIC*5.3x10.2mm*P1.27mm* SOIC*7.5x10.3mm*P1.27mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "74HC595_1_0" + (pin tri_state line (at 10.16 7.62 180) (length 2.54) + (name "QB" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 2.54 0) (length 2.54) + (name "~{SRCLR}" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 5.08 0) (length 2.54) + (name "SRCLK" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 -2.54 0) (length 2.54) + (name "RCLK" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 -5.08 0) (length 2.54) + (name "~{OE}" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 10.16 0) (length 2.54) + (name "SER" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 10.16 180) (length 2.54) + (name "QA" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 15.24 270) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 5.08 180) (length 2.54) + (name "QC" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 2.54 180) (length 2.54) + (name "QD" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 0 180) (length 2.54) + (name "QE" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 -2.54 180) (length 2.54) + (name "QF" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 -5.08 180) (length 2.54) + (name "QG" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 -7.62 180) (length 2.54) + (name "QH" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -17.78 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 -12.7 180) (length 2.54) + (name "QH'" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74HC595_1_1" + (rectangle (start -7.62 12.7) (end 7.62 -15.24) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + ) + ) + (symbol "Amplifier_Operational:MCP602" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) + (property "Reference" "U" (at 0 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MCP602" (at 0 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21314g.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Dual 2.7V to 6.0V Single Supply CMOS Op Amps, DIP-8/SOIC-8/TSSOP-8" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "dual opamp" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "MCP602_1_1" + (polyline + (pts + (xy -5.08 5.08) + (xy 5.08 0) + (xy -5.08 -5.08) + (xy -5.08 5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin output line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 -2.54 0) (length 2.54) + (name "-" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 2.54 0) (length 2.54) + (name "+" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "MCP602_2_1" + (polyline + (pts + (xy -5.08 5.08) + (xy 5.08 0) + (xy -5.08 -5.08) + (xy -5.08 5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin input line (at -7.62 2.54 0) (length 2.54) + (name "+" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 -2.54 0) (length 2.54) + (name "-" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "MCP602_3_1" + (pin power_in line (at -2.54 -7.62 90) (length 3.81) + (name "V-" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 7.62 270) (length 3.81) + (name "V+" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Amplifier_Operational:MCP6L04-xST" (in_bom yes) (on_board yes) + (property "Reference" "U" (at 0 3.81 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MCP6L04-xST" (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/devicedoc/22140b.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Quad, 1 MHz, 85µA, Rail-to-Rail input and output, TSSOP-14" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "opamp vfa r2r rtr" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "TSSOP*4.4x5mm*P0.65mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "MCP6L04-xST_1_1" + (polyline + (pts + (xy -5.08 5.08) + (xy 5.08 0) + (xy -5.08 -5.08) + (xy -5.08 5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin output line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 -2.54 0) (length 2.54) + (name "-" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 2.54 0) (length 2.54) + (name "+" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "MCP6L04-xST_2_1" + (polyline + (pts + (xy -5.08 5.08) + (xy 5.08 0) + (xy -5.08 -5.08) + (xy -5.08 5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin input line (at -7.62 2.54 0) (length 2.54) + (name "+" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 -2.54 0) (length 2.54) + (name "-" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "MCP6L04-xST_3_1" + (polyline + (pts + (xy -5.08 5.08) + (xy 5.08 0) + (xy -5.08 -5.08) + (xy -5.08 5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin input line (at -7.62 2.54 0) (length 2.54) + (name "+" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 -2.54 0) (length 2.54) + (name "-" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "MCP6L04-xST_4_1" + (polyline + (pts + (xy -5.08 5.08) + (xy 5.08 0) + (xy -5.08 -5.08) + (xy -5.08 5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin input line (at -7.62 2.54 0) (length 2.54) + (name "+" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 -2.54 0) (length 2.54) + (name "-" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "MCP6L04-xST_5_1" + (pin power_in line (at -2.54 -7.62 90) (length 3.81) + (name "V-" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 7.62 270) (length 3.81) + (name "V+" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Analog_Switch:TS3A24159DGSR" (in_bom yes) (on_board yes) + (property "Reference" "U13" (at 5.08 1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "TS3A24159DGSR" (at 5.08 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:TSSOP-10_3x3mm_P0.5mm" (at 0 -8.89 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts3a24159.pdf" (at -26.67 -11.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Dual SPDT 0.3Ω Bidirectional Analog Switch, TSSOP-10" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "switch analog SPDT" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "*SSOP*3x3mm*P0.5mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "TS3A24159DGSR_1_1" + (rectangle (start -3.81 2.54) (end 3.81 -7.62) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 -2.54) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 -2.54) + (xy -2.794 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 -2.413) + (xy 2.54 -0.635) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -7.62) + (xy 0 -7.112) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -6.858) + (xy 0 -6.604) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -6.35) + (xy 0 -6.096) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.842) + (xy 0 -5.588) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.334) + (xy 0 -5.08) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.826) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 -5.08) + (xy 2.794 -5.08) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 -5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin passive line (at 7.62 -5.08 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -7.62 -2.54 0) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -10.16 90) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A24159DGSR_2_1" + (rectangle (start -3.81 2.54) (end 3.81 -7.62) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 -2.54) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 -2.54) + (xy -2.794 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 -2.413) + (xy 2.54 -0.635) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -7.62) + (xy 0 -7.112) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -6.858) + (xy 0 -6.604) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -6.35) + (xy 0 -6.096) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.842) + (xy 0 -5.588) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.334) + (xy 0 -5.08) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.826) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 -5.08) + (xy 2.794 -5.08) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 -5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin passive line (at 7.62 -5.08 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -10.16 90) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -7.62 -2.54 0) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A24159DGSR_3_1" + (pin power_in line (at 0 7.62 270) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -7.62 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "D_Photo_1" (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) + (property "Reference" "D7" (at -2.2225 5.08 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MTSM1346SMF1-100" (at 0.3175 5.08 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "footprints:MTSM1346SMF1-100" (at 0 11.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://marktechopto.com/pdf/products/datasheet/MTSM1346SMF1-100.pdf" (at -2.54 11.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "digikey" "1125-MTSM1346SMF1-100-ND" (at 0 0 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "photodiode diode opto" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "D_Photo_1_0_1" + (polyline + (pts + (xy -2.54 1.27) + (xy -2.54 -1.27) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.032 1.778) + (xy -1.524 1.778) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy -2.54 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 3.302) + (xy -2.032 1.778) + (xy -2.032 2.286) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 1.27) + (xy -2.54 0) + (xy 0 -1.27) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 3.302) + (xy -0.762 1.778) + (xy -0.762 2.286) + (xy -0.762 1.778) + (xy -0.254 1.778) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "D_Photo_1_1_1" + (pin passive line (at 2.54 0 180) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 0 0) (length 2.54) + (name "K" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "C_Small" (at 0.254 -2.032 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (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 "Description" "Unpolarized capacitor, small symbol" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "capacitor cap" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "C_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_Small_0_1" + (polyline + (pts + (xy -1.524 -0.508) + (xy 1.524 -0.508) + ) + (stroke (width 0.3302) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.524 0.508) + (xy 1.524 0.508) + ) + (stroke (width 0.3048) (type default)) + (fill (type none)) + ) + ) + (symbol "C_Small_1_1" + (pin passive line (at 0 2.54 270) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:D_Photo" (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (at 0.508 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "D_Photo" (at -1.016 -2.794 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at -1.27 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at -1.27 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Photodiode" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "photodiode diode opto" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "D_Photo_0_1" + (polyline + (pts + (xy -2.54 1.27) + (xy -2.54 -1.27) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.032 1.778) + (xy -1.524 1.778) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy -2.54 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 3.302) + (xy -2.032 1.778) + (xy -2.032 2.286) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 1.27) + (xy -2.54 0) + (xy 0 -1.27) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 3.302) + (xy -0.762 1.778) + (xy -0.762 2.286) + (xy -0.762 1.778) + (xy -0.254 1.778) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "D_Photo_1_1" + (pin passive line (at -5.08 0 0) (length 2.54) + (name "K" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 0 180) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:D_Schottky" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "D_Schottky" (at 0 -2.54 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 "Description" "Schottky diode" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "diode Schottky" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "D_Schottky_0_1" + (polyline + (pts + (xy 1.27 0) + (xy -1.27 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 1.27) + (xy 1.27 -1.27) + (xy -1.27 0) + (xy 1.27 1.27) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.905 0.635) + (xy -1.905 1.27) + (xy -1.27 1.27) + (xy -1.27 -1.27) + (xy -0.635 -1.27) + (xy -0.635 -0.635) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + ) + (symbol "D_Schottky_1_1" + (pin passive line (at -3.81 0 0) (length 2.54) + (name "K" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 3.81 0 180) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:D_Zener" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "D_Zener" (at 0 -2.54 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 "Description" "Zener diode" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "diode" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "D_Zener_0_1" + (polyline + (pts + (xy 1.27 0) + (xy -1.27 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 -1.27) + (xy -1.27 1.27) + (xy -0.762 1.27) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 -1.27) + (xy 1.27 1.27) + (xy -1.27 0) + (xy 1.27 -1.27) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + ) + (symbol "D_Zener_1_1" + (pin passive line (at -3.81 0 0) (length 2.54) + (name "K" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 3.81 0 180) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:L" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "L" (at -1.27 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "L" (at 1.905 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 "Description" "Inductor" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "inductor choke coil reactor magnetic" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "L_0_1" + (arc (start 0 -2.54) (mid 0.6323 -1.905) (end 0 -1.27) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (arc (start 0 -1.27) (mid 0.6323 -0.635) (end 0 0) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (arc (start 0 0) (mid 0.6323 0.635) (end 0 1.27) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (arc (start 0 1.27) (mid 0.6323 1.905) (end 0 2.54) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "L_1_1" + (pin passive line (at 0 3.81 270) (length 1.27) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -3.81 90) (length 1.27) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LED" (at 0 -2.54 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 "Description" "Light emitting diode" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "LED diode" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) + (xy -1.27 1.27) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 0) + (xy 1.27 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 -1.27) + (xy 1.27 1.27) + (xy -1.27 0) + (xy 1.27 -1.27) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.048 -0.762) + (xy -4.572 -2.286) + (xy -3.81 -2.286) + (xy -4.572 -2.286) + (xy -4.572 -1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 -0.762) + (xy -3.302 -2.286) + (xy -2.54 -2.286) + (xy -3.302 -2.286) + (xy -3.302 -1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "LED_1_1" + (pin passive line (at -3.81 0 0) (length 2.54) + (name "K" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 3.81 0 180) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "R" (at 0.762 0.508 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R_Small" (at 0.762 -1.016 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (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 "Description" "Resistor, small symbol" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "R resistor" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "R_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "R_Small_0_1" + (rectangle (start -0.762 1.778) (end 0.762 -1.778) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + ) + (symbol "R_Small_1_1" + (pin passive line (at 0 2.54 270) (length 0.762) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 0.762) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "MCU_ST_STM32G4:STM32G431CBUx" (in_bom yes) (on_board yes) + (property "Reference" "U" (at -12.7 44.45 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "STM32G431CBUx" (at 10.16 44.45 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_DFN_QFN:QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm" (at -12.7 -40.64 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/stm32g431cb.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "STMicroelectronics Arm Cortex-M4 MCU, 128KB flash, 32KB RAM, 170 MHz, 1.71-3.6V, 42 GPIO, UFQFPN48" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "Arm Cortex-M4 STM32G4 STM32G4x1" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "QFN*1EP*7x7mm*P0.5mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "STM32G431CBUx_0_1" + (rectangle (start -12.7 -40.64) (end 15.24 43.18) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + ) + (symbol "STM32G431CBUx_1_1" + (pin power_in line (at -2.54 45.72 270) (length 2.54) + (name "VBAT" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 35.56 180) (length 2.54) + (name "PA2" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_IN3" bidirectional line) + (alternate "COMP2_INM" bidirectional line) + (alternate "COMP2_OUT" bidirectional line) + (alternate "LPUART1_TX" bidirectional line) + (alternate "OPAMP1_VOUT" bidirectional line) + (alternate "RCC_LSCO" bidirectional line) + (alternate "SYS_WKUP4" bidirectional line) + (alternate "TIM15_CH1" bidirectional line) + (alternate "TIM2_CH3" bidirectional line) + (alternate "UCPD1_FRSTX1" bidirectional line) + (alternate "UCPD1_FRSTX2" bidirectional line) + (alternate "USART2_TX" bidirectional line) + ) + (pin bidirectional line (at 17.78 33.02 180) (length 2.54) + (name "PA3" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_IN4" bidirectional line) + (alternate "COMP2_INP" bidirectional line) + (alternate "LPUART1_RX" bidirectional line) + (alternate "OPAMP1_VINM" bidirectional line) + (alternate "OPAMP1_VINM0" bidirectional line) + (alternate "OPAMP1_VINM_SEC" bidirectional line) + (alternate "OPAMP1_VINP" bidirectional line) + (alternate "OPAMP1_VINP_SEC" bidirectional line) + (alternate "SAI1_CK1" bidirectional line) + (alternate "SAI1_MCLK_A" bidirectional line) + (alternate "TIM15_CH2" bidirectional line) + (alternate "TIM2_CH4" bidirectional line) + (alternate "USART2_RX" bidirectional line) + ) + (pin bidirectional line (at 17.78 30.48 180) (length 2.54) + (name "PA4" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + (alternate "ADC2_IN17" bidirectional line) + (alternate "COMP1_INM" bidirectional line) + (alternate "DAC1_OUT1" bidirectional line) + (alternate "I2S3_WS" bidirectional line) + (alternate "SAI1_FS_B" bidirectional line) + (alternate "SPI1_NSS" bidirectional line) + (alternate "SPI3_NSS" bidirectional line) + (alternate "TIM3_CH2" bidirectional line) + (alternate "USART2_CK" bidirectional line) + ) + (pin bidirectional line (at 17.78 27.94 180) (length 2.54) + (name "PA5" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + (alternate "ADC2_IN13" bidirectional line) + (alternate "COMP2_INM" bidirectional line) + (alternate "DAC1_OUT2" bidirectional line) + (alternate "OPAMP2_VINM" bidirectional line) + (alternate "OPAMP2_VINM0" bidirectional line) + (alternate "OPAMP2_VINM_SEC" bidirectional line) + (alternate "SPI1_SCK" bidirectional line) + (alternate "TIM2_CH1" bidirectional line) + (alternate "TIM2_ETR" bidirectional line) + (alternate "UCPD1_FRSTX1" bidirectional line) + (alternate "UCPD1_FRSTX2" bidirectional line) + ) + (pin bidirectional line (at 17.78 25.4 180) (length 2.54) + (name "PA6" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + (alternate "ADC2_IN3" bidirectional line) + (alternate "COMP1_OUT" bidirectional line) + (alternate "LPUART1_CTS" bidirectional line) + (alternate "OPAMP2_VOUT" bidirectional line) + (alternate "SPI1_MISO" bidirectional line) + (alternate "TIM16_CH1" bidirectional line) + (alternate "TIM1_BKIN" bidirectional line) + (alternate "TIM3_CH1" bidirectional line) + (alternate "TIM8_BKIN" bidirectional line) + ) + (pin bidirectional line (at 17.78 22.86 180) (length 2.54) + (name "PA7" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + (alternate "ADC2_IN4" bidirectional line) + (alternate "COMP2_INP" bidirectional line) + (alternate "COMP2_OUT" bidirectional line) + (alternate "OPAMP1_VINP" bidirectional line) + (alternate "OPAMP1_VINP_SEC" bidirectional line) + (alternate "OPAMP2_VINP" bidirectional line) + (alternate "OPAMP2_VINP_SEC" bidirectional line) + (alternate "SPI1_MOSI" bidirectional line) + (alternate "TIM17_CH1" bidirectional line) + (alternate "TIM1_CH1N" bidirectional line) + (alternate "TIM3_CH2" bidirectional line) + (alternate "TIM8_CH1N" bidirectional line) + (alternate "UCPD1_FRSTX1" bidirectional line) + (alternate "UCPD1_FRSTX2" bidirectional line) + ) + (pin bidirectional line (at -15.24 22.86 0) (length 2.54) + (name "PC4" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + (alternate "ADC2_IN5" bidirectional line) + (alternate "I2C2_SCL" bidirectional line) + (alternate "TIM1_ETR" bidirectional line) + (alternate "USART1_TX" bidirectional line) + ) + (pin bidirectional line (at -15.24 2.54 0) (length 2.54) + (name "PB0" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_IN15" bidirectional line) + (alternate "COMP4_INP" bidirectional line) + (alternate "OPAMP2_VINP" bidirectional line) + (alternate "OPAMP2_VINP_SEC" bidirectional line) + (alternate "OPAMP3_VINP" bidirectional line) + (alternate "OPAMP3_VINP_SEC" bidirectional line) + (alternate "TIM1_CH2N" bidirectional line) + (alternate "TIM3_CH3" bidirectional line) + (alternate "TIM8_CH2N" bidirectional line) + (alternate "UCPD1_FRSTX1" bidirectional line) + (alternate "UCPD1_FRSTX2" bidirectional line) + ) + (pin bidirectional line (at -15.24 0 0) (length 2.54) + (name "PB1" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_IN12" bidirectional line) + (alternate "COMP1_INP" bidirectional line) + (alternate "COMP4_OUT" bidirectional line) + (alternate "LPUART1_DE" bidirectional line) + (alternate "LPUART1_RTS" bidirectional line) + (alternate "OPAMP3_VOUT" bidirectional line) + (alternate "TIM1_CH3N" bidirectional line) + (alternate "TIM3_CH4" bidirectional line) + (alternate "TIM8_CH3N" bidirectional line) + ) + (pin bidirectional line (at -15.24 -2.54 0) (length 2.54) + (name "PB2" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + (alternate "ADC2_IN12" bidirectional line) + (alternate "COMP4_INM" bidirectional line) + (alternate "I2C3_SMBA" bidirectional line) + (alternate "LPTIM1_OUT" bidirectional line) + (alternate "OPAMP3_VINM" bidirectional line) + (alternate "OPAMP3_VINM0" bidirectional line) + (alternate "OPAMP3_VINM_SEC" bidirectional line) + (alternate "RTC_OUT2" bidirectional line) + ) + (pin bidirectional line (at -15.24 12.7 0) (length 2.54) + (name "PC13" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + (alternate "RTC_OUT1" bidirectional line) + (alternate "RTC_TAMP1" bidirectional line) + (alternate "RTC_TS" bidirectional line) + (alternate "SYS_WKUP2" bidirectional line) + (alternate "TIM1_BKIN" bidirectional line) + (alternate "TIM1_CH1N" bidirectional line) + (alternate "TIM8_CH4N" bidirectional line) + ) + (pin input line (at -15.24 40.64 0) (length 2.54) + (name "VREF+" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + (alternate "VREFBUF_OUT" bidirectional line) + ) + (pin power_in line (at 7.62 45.72 270) (length 2.54) + (name "VDDA" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -15.24 -22.86 0) (length 2.54) + (name "PB10" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + (alternate "DAC1_EXTI10" bidirectional line) + (alternate "DAC3_EXTI10" bidirectional line) + (alternate "LPUART1_RX" bidirectional line) + (alternate "OPAMP3_VINM" bidirectional line) + (alternate "OPAMP3_VINM1" bidirectional line) + (alternate "OPAMP3_VINM_SEC" bidirectional line) + (alternate "SAI1_SCK_A" bidirectional line) + (alternate "TIM1_BKIN" bidirectional line) + (alternate "TIM2_CH3" bidirectional line) + (alternate "USART3_TX" bidirectional line) + ) + (pin power_in line (at 0 45.72 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -15.24 -25.4 0) (length 2.54) + (name "PB11" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_EXTI11" bidirectional line) + (alternate "ADC1_IN14" bidirectional line) + (alternate "ADC2_EXTI11" bidirectional line) + (alternate "ADC2_IN14" bidirectional line) + (alternate "LPUART1_TX" bidirectional line) + (alternate "TIM2_CH4" bidirectional line) + (alternate "USART3_RX" bidirectional line) + ) + (pin bidirectional line (at -15.24 -27.94 0) (length 2.54) + (name "PB12" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_IN11" bidirectional line) + (alternate "I2C2_SMBA" bidirectional line) + (alternate "I2S2_WS" bidirectional line) + (alternate "LPUART1_DE" bidirectional line) + (alternate "LPUART1_RTS" bidirectional line) + (alternate "SPI2_NSS" bidirectional line) + (alternate "TIM1_BKIN" bidirectional line) + (alternate "USART3_CK" bidirectional line) + ) + (pin bidirectional line (at -15.24 -30.48 0) (length 2.54) + (name "PB13" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + (alternate "I2S2_CK" bidirectional line) + (alternate "LPUART1_CTS" bidirectional line) + (alternate "OPAMP3_VINP" bidirectional line) + (alternate "OPAMP3_VINP_SEC" bidirectional line) + (alternate "SPI2_SCK" bidirectional line) + (alternate "TIM1_CH1N" bidirectional line) + (alternate "USART3_CTS" bidirectional line) + (alternate "USART3_NSS" bidirectional line) + ) + (pin bidirectional line (at -15.24 -33.02 0) (length 2.54) + (name "PB14" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_IN5" bidirectional line) + (alternate "COMP4_OUT" bidirectional line) + (alternate "OPAMP2_VINP" bidirectional line) + (alternate "OPAMP2_VINP_SEC" bidirectional line) + (alternate "SPI2_MISO" bidirectional line) + (alternate "TIM15_CH1" bidirectional line) + (alternate "TIM1_CH2N" bidirectional line) + (alternate "USART3_DE" bidirectional line) + (alternate "USART3_RTS" bidirectional line) + ) + (pin bidirectional line (at -15.24 -35.56 0) (length 2.54) + (name "PB15" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_EXTI15" bidirectional line) + (alternate "ADC2_EXTI15" bidirectional line) + (alternate "ADC2_IN15" bidirectional line) + (alternate "COMP3_OUT" bidirectional line) + (alternate "I2S2_SD" bidirectional line) + (alternate "RTC_REFIN" bidirectional line) + (alternate "SPI2_MOSI" bidirectional line) + (alternate "TIM15_CH1N" bidirectional line) + (alternate "TIM15_CH2" bidirectional line) + (alternate "TIM1_CH3N" bidirectional line) + ) + (pin bidirectional line (at -15.24 20.32 0) (length 2.54) + (name "PC6" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + (alternate "I2S2_MCK" bidirectional line) + (alternate "TIM3_CH1" bidirectional line) + (alternate "TIM8_CH1" bidirectional line) + ) + (pin bidirectional line (at -15.24 10.16 0) (length 2.54) + (name "PC14" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + (alternate "RCC_OSC32_IN" bidirectional line) + ) + (pin bidirectional line (at 17.78 20.32 180) (length 2.54) + (name "PA8" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + (alternate "I2C2_SDA" bidirectional line) + (alternate "I2C3_SCL" bidirectional line) + (alternate "I2S2_MCK" bidirectional line) + (alternate "RCC_MCO" bidirectional line) + (alternate "SAI1_CK2" bidirectional line) + (alternate "SAI1_SCK_A" bidirectional line) + (alternate "TIM1_CH1" bidirectional line) + (alternate "TIM4_ETR" bidirectional line) + (alternate "USART1_CK" bidirectional line) + ) + (pin bidirectional line (at 17.78 17.78 180) (length 2.54) + (name "PA9" (effects (font (size 1.27 1.27)))) + (number "31" (effects (font (size 1.27 1.27)))) + (alternate "DAC1_EXTI9" bidirectional line) + (alternate "DAC3_EXTI9" bidirectional line) + (alternate "I2C2_SCL" bidirectional line) + (alternate "I2C3_SMBA" bidirectional line) + (alternate "I2S3_MCK" bidirectional line) + (alternate "SAI1_FS_A" bidirectional line) + (alternate "TIM15_BKIN" bidirectional line) + (alternate "TIM1_CH2" bidirectional line) + (alternate "TIM2_CH3" bidirectional line) + (alternate "UCPD1_DBCC1" bidirectional line) + (alternate "USART1_TX" bidirectional line) + ) + (pin bidirectional line (at 17.78 15.24 180) (length 2.54) + (name "PA10" (effects (font (size 1.27 1.27)))) + (number "32" (effects (font (size 1.27 1.27)))) + (alternate "CRS_SYNC" bidirectional line) + (alternate "DAC1_EXTI10" bidirectional line) + (alternate "DAC3_EXTI10" bidirectional line) + (alternate "I2C2_SMBA" bidirectional line) + (alternate "SAI1_D1" bidirectional line) + (alternate "SAI1_SD_A" bidirectional line) + (alternate "SPI2_MISO" bidirectional line) + (alternate "TIM17_BKIN" bidirectional line) + (alternate "TIM1_CH3" bidirectional line) + (alternate "TIM2_CH4" bidirectional line) + (alternate "TIM8_BKIN" bidirectional line) + (alternate "UCPD1_DBCC2" bidirectional line) + (alternate "USART1_RX" bidirectional line) + ) + (pin bidirectional line (at 17.78 12.7 180) (length 2.54) + (name "PA11" (effects (font (size 1.27 1.27)))) + (number "33" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_EXTI11" bidirectional line) + (alternate "ADC2_EXTI11" bidirectional line) + (alternate "COMP1_OUT" bidirectional line) + (alternate "FDCAN1_RX" bidirectional line) + (alternate "I2S2_SD" bidirectional line) + (alternate "SPI2_MOSI" bidirectional line) + (alternate "TIM1_BKIN2" bidirectional line) + (alternate "TIM1_CH1N" bidirectional line) + (alternate "TIM1_CH4" bidirectional line) + (alternate "TIM4_CH1" bidirectional line) + (alternate "USART1_CTS" bidirectional line) + (alternate "USART1_NSS" bidirectional line) + (alternate "USB_DM" bidirectional line) + ) + (pin bidirectional line (at 17.78 10.16 180) (length 2.54) + (name "PA12" (effects (font (size 1.27 1.27)))) + (number "34" (effects (font (size 1.27 1.27)))) + (alternate "COMP2_OUT" bidirectional line) + (alternate "FDCAN1_TX" bidirectional line) + (alternate "I2S_CKIN" bidirectional line) + (alternate "TIM16_CH1" bidirectional line) + (alternate "TIM1_CH2N" bidirectional line) + (alternate "TIM1_ETR" bidirectional line) + (alternate "TIM4_CH2" bidirectional line) + (alternate "USART1_DE" bidirectional line) + (alternate "USART1_RTS" bidirectional line) + (alternate "USB_DP" bidirectional line) + ) + (pin power_in line (at 2.54 45.72 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "35" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 7.62 180) (length 2.54) + (name "PA13" (effects (font (size 1.27 1.27)))) + (number "36" (effects (font (size 1.27 1.27)))) + (alternate "I2C1_SCL" bidirectional line) + (alternate "IR_OUT" bidirectional line) + (alternate "SAI1_SD_B" bidirectional line) + (alternate "SYS_JTMS-SWDIO" bidirectional line) + (alternate "TIM16_CH1N" bidirectional line) + (alternate "TIM4_CH3" bidirectional line) + (alternate "USART3_CTS" bidirectional line) + (alternate "USART3_NSS" bidirectional line) + ) + (pin bidirectional line (at 17.78 5.08 180) (length 2.54) + (name "PA14" (effects (font (size 1.27 1.27)))) + (number "37" (effects (font (size 1.27 1.27)))) + (alternate "I2C1_SDA" bidirectional line) + (alternate "LPTIM1_OUT" bidirectional line) + (alternate "SAI1_FS_B" bidirectional line) + (alternate "SYS_JTCK-SWCLK" bidirectional line) + (alternate "TIM1_BKIN" bidirectional line) + (alternate "TIM8_CH2" bidirectional line) + (alternate "USART2_TX" bidirectional line) + ) + (pin bidirectional line (at 17.78 2.54 180) (length 2.54) + (name "PA15" (effects (font (size 1.27 1.27)))) + (number "38" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_EXTI15" bidirectional line) + (alternate "ADC2_EXTI15" bidirectional line) + (alternate "I2C1_SCL" bidirectional line) + (alternate "I2S3_WS" bidirectional line) + (alternate "SPI1_NSS" bidirectional line) + (alternate "SPI3_NSS" bidirectional line) + (alternate "SYS_JTDI" bidirectional line) + (alternate "TIM1_BKIN" bidirectional line) + (alternate "TIM2_CH1" bidirectional line) + (alternate "TIM2_ETR" bidirectional line) + (alternate "TIM8_CH1" bidirectional line) + (alternate "USART2_RX" bidirectional line) + ) + (pin bidirectional line (at -15.24 17.78 0) (length 2.54) + (name "PC10" (effects (font (size 1.27 1.27)))) + (number "39" (effects (font (size 1.27 1.27)))) + (alternate "DAC1_EXTI10" bidirectional line) + (alternate "DAC3_EXTI10" bidirectional line) + (alternate "I2S3_CK" bidirectional line) + (alternate "SPI3_SCK" bidirectional line) + (alternate "TIM8_CH1N" bidirectional line) + (alternate "USART3_TX" bidirectional line) + ) + (pin bidirectional line (at -15.24 7.62 0) (length 2.54) + (name "PC15" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_EXTI15" bidirectional line) + (alternate "ADC2_EXTI15" bidirectional line) + (alternate "RCC_OSC32_OUT" bidirectional line) + ) + (pin bidirectional line (at -15.24 15.24 0) (length 2.54) + (name "PC11" (effects (font (size 1.27 1.27)))) + (number "40" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_EXTI11" bidirectional line) + (alternate "ADC2_EXTI11" bidirectional line) + (alternate "I2C3_SDA" bidirectional line) + (alternate "SPI3_MISO" bidirectional line) + (alternate "TIM8_CH2N" bidirectional line) + (alternate "USART3_RX" bidirectional line) + ) + (pin bidirectional line (at -15.24 -5.08 0) (length 2.54) + (name "PB3" (effects (font (size 1.27 1.27)))) + (number "41" (effects (font (size 1.27 1.27)))) + (alternate "CRS_SYNC" bidirectional line) + (alternate "I2S3_CK" bidirectional line) + (alternate "SAI1_SCK_B" bidirectional line) + (alternate "SPI1_SCK" bidirectional line) + (alternate "SPI3_SCK" bidirectional line) + (alternate "SYS_JTDO-SWO" bidirectional line) + (alternate "TIM2_CH2" bidirectional line) + (alternate "TIM3_ETR" bidirectional line) + (alternate "TIM4_ETR" bidirectional line) + (alternate "TIM8_CH1N" bidirectional line) + (alternate "USART2_TX" bidirectional line) + ) + (pin bidirectional line (at -15.24 -7.62 0) (length 2.54) + (name "PB4" (effects (font (size 1.27 1.27)))) + (number "42" (effects (font (size 1.27 1.27)))) + (alternate "SAI1_MCLK_B" bidirectional line) + (alternate "SPI1_MISO" bidirectional line) + (alternate "SPI3_MISO" bidirectional line) + (alternate "SYS_JTRST" bidirectional line) + (alternate "TIM16_CH1" bidirectional line) + (alternate "TIM17_BKIN" bidirectional line) + (alternate "TIM3_CH1" bidirectional line) + (alternate "TIM8_CH2N" bidirectional line) + (alternate "UCPD1_CC2" bidirectional line) + (alternate "USART2_RX" bidirectional line) + ) + (pin bidirectional line (at -15.24 -10.16 0) (length 2.54) + (name "PB5" (effects (font (size 1.27 1.27)))) + (number "43" (effects (font (size 1.27 1.27)))) + (alternate "I2C1_SMBA" bidirectional line) + (alternate "I2C3_SDA" bidirectional line) + (alternate "I2S3_SD" bidirectional line) + (alternate "LPTIM1_IN1" bidirectional line) + (alternate "SAI1_SD_B" bidirectional line) + (alternate "SPI1_MOSI" bidirectional line) + (alternate "SPI3_MOSI" bidirectional line) + (alternate "TIM16_BKIN" bidirectional line) + (alternate "TIM17_CH1" bidirectional line) + (alternate "TIM3_CH2" bidirectional line) + (alternate "TIM8_CH3N" bidirectional line) + (alternate "USART2_CK" bidirectional line) + ) + (pin bidirectional line (at -15.24 -12.7 0) (length 2.54) + (name "PB6" (effects (font (size 1.27 1.27)))) + (number "44" (effects (font (size 1.27 1.27)))) + (alternate "COMP4_OUT" bidirectional line) + (alternate "LPTIM1_ETR" bidirectional line) + (alternate "SAI1_FS_B" bidirectional line) + (alternate "TIM16_CH1N" bidirectional line) + (alternate "TIM4_CH1" bidirectional line) + (alternate "TIM8_BKIN2" bidirectional line) + (alternate "TIM8_CH1" bidirectional line) + (alternate "TIM8_ETR" bidirectional line) + (alternate "UCPD1_CC1" bidirectional line) + (alternate "USART1_TX" bidirectional line) + ) + (pin bidirectional line (at -15.24 -15.24 0) (length 2.54) + (name "PB7" (effects (font (size 1.27 1.27)))) + (number "45" (effects (font (size 1.27 1.27)))) + (alternate "COMP3_OUT" bidirectional line) + (alternate "I2C1_SDA" bidirectional line) + (alternate "LPTIM1_IN2" bidirectional line) + (alternate "SYS_PVD_IN" bidirectional line) + (alternate "TIM17_CH1N" bidirectional line) + (alternate "TIM3_CH4" bidirectional line) + (alternate "TIM4_CH2" bidirectional line) + (alternate "TIM8_BKIN" bidirectional line) + (alternate "USART1_RX" bidirectional line) + ) + (pin bidirectional line (at -15.24 -17.78 0) (length 2.54) + (name "PB8" (effects (font (size 1.27 1.27)))) + (number "46" (effects (font (size 1.27 1.27)))) + (alternate "COMP1_OUT" bidirectional line) + (alternate "FDCAN1_RX" bidirectional line) + (alternate "I2C1_SCL" bidirectional line) + (alternate "SAI1_CK1" bidirectional line) + (alternate "SAI1_MCLK_A" bidirectional line) + (alternate "TIM16_CH1" bidirectional line) + (alternate "TIM1_BKIN" bidirectional line) + (alternate "TIM4_CH3" bidirectional line) + (alternate "TIM8_CH2" bidirectional line) + (alternate "USART3_RX" bidirectional line) + ) + (pin bidirectional line (at -15.24 -20.32 0) (length 2.54) + (name "PB9" (effects (font (size 1.27 1.27)))) + (number "47" (effects (font (size 1.27 1.27)))) + (alternate "COMP2_OUT" bidirectional line) + (alternate "DAC1_EXTI9" bidirectional line) + (alternate "DAC3_EXTI9" bidirectional line) + (alternate "FDCAN1_TX" bidirectional line) + (alternate "I2C1_SDA" bidirectional line) + (alternate "IR_OUT" bidirectional line) + (alternate "SAI1_D2" bidirectional line) + (alternate "SAI1_FS_A" bidirectional line) + (alternate "TIM17_CH1" bidirectional line) + (alternate "TIM1_CH3N" bidirectional line) + (alternate "TIM4_CH4" bidirectional line) + (alternate "TIM8_CH3" bidirectional line) + (alternate "USART3_TX" bidirectional line) + ) + (pin power_in line (at 5.08 45.72 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "48" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 -43.18 90) (length 2.54) + (name "VSS" (effects (font (size 1.27 1.27)))) + (number "49" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -15.24 30.48 0) (length 2.54) + (name "PF0" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_IN10" bidirectional line) + (alternate "I2C2_SDA" bidirectional line) + (alternate "I2S2_WS" bidirectional line) + (alternate "RCC_OSC_IN" bidirectional line) + (alternate "SPI2_NSS" bidirectional line) + (alternate "TIM1_CH3N" bidirectional line) + ) + (pin bidirectional line (at -15.24 27.94 0) (length 2.54) + (name "PF1" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + (alternate "ADC2_IN10" bidirectional line) + (alternate "COMP3_INM" bidirectional line) + (alternate "I2S2_CK" bidirectional line) + (alternate "RCC_OSC_OUT" bidirectional line) + (alternate "SPI2_SCK" bidirectional line) + ) + (pin bidirectional line (at -15.24 35.56 0) (length 2.54) + (name "PG10" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + (alternate "DAC1_EXTI10" bidirectional line) + (alternate "DAC3_EXTI10" bidirectional line) + (alternate "RCC_MCO" bidirectional line) + ) + (pin bidirectional line (at 17.78 40.64 180) (length 2.54) + (name "PA0" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_IN1" bidirectional line) + (alternate "ADC2_IN1" bidirectional line) + (alternate "COMP1_INM" bidirectional line) + (alternate "COMP1_OUT" bidirectional line) + (alternate "COMP3_INP" bidirectional line) + (alternate "RTC_TAMP2" bidirectional line) + (alternate "SYS_WKUP1" bidirectional line) + (alternate "TIM2_CH1" bidirectional line) + (alternate "TIM2_ETR" bidirectional line) + (alternate "TIM8_BKIN" bidirectional line) + (alternate "TIM8_ETR" bidirectional line) + (alternate "USART2_CTS" bidirectional line) + (alternate "USART2_NSS" bidirectional line) + ) + (pin bidirectional line (at 17.78 38.1 180) (length 2.54) + (name "PA1" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + (alternate "ADC1_IN2" bidirectional line) + (alternate "ADC2_IN2" bidirectional line) + (alternate "COMP1_INP" bidirectional line) + (alternate "OPAMP1_VINP" bidirectional line) + (alternate "OPAMP1_VINP_SEC" bidirectional line) + (alternate "OPAMP3_VINP" bidirectional line) + (alternate "OPAMP3_VINP_SEC" bidirectional line) + (alternate "RTC_REFIN" bidirectional line) + (alternate "TIM15_CH1N" bidirectional line) + (alternate "TIM2_CH2" bidirectional line) + (alternate "USART2_DE" bidirectional line) + (alternate "USART2_RTS" bidirectional line) + ) + ) + ) + (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "H" (at 0 5.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "MountingHole" (at 0 3.175 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 "Description" "Mounting Hole without connection" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "mounting hole" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "MountingHole_0_1" + (circle (center 0 0) (radius 1.27) + (stroke (width 1.27) (type default)) + (fill (type none)) + ) + ) + ) + (symbol "Regulator_Linear:AP130-18Y" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "U4" (at 0 6.35 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "TLV76033DBZT" (at 0 3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-89-3" (at 0 5.715 0) + (effects (font (size 1.27 1.27) italic) hide) + ) + (property "Datasheet" "https://www.diodes.com/assets/Datasheets/AP130.pdf" (at 0 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "0.3A Low Dropout regulator, positive, 1.8V fixed output, SOT-89" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "linear regulator ldo fixed positive" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOT?89*3*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "AP130-18Y_0_1" + (rectangle (start -5.08 1.905) (end 5.08 -5.08) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + ) + (symbol "AP130-18Y_1_1" + (pin power_out line (at 7.62 0 180) (length 2.54) + (name "VO" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -7.62 0 0) (length 2.54) + (name "VI" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -7.62 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Regulator_Switching:MT3608" (in_bom yes) (on_board yes) + (property "Reference" "U" (at -2.54 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MT3608" (at -3.81 6.35 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (at 1.27 -6.35 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "https://www.olimex.com/Products/Breadboarding/BB-PWR-3608/resources/MT3608.pdf" (at -6.35 11.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "High Efficiency 1.2MHz 2A Step Up Converter, 2-24V Vin, 28V Vout, 4A current limit, 1.2MHz, SOT23-6" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "Step-Up Boost DC-DC Regulator Adjustable" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOT*23*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "MT3608_0_1" + (rectangle (start -5.08 5.08) (end 5.08 -5.08) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + ) + (symbol "MT3608_1_1" + (pin passive line (at 7.62 2.54 180) (length 2.54) + (name "SW" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -7.62 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 7.62 -2.54 180) (length 2.54) + (name "FB" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 -2.54 0) (length 2.54) + (name "EN" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -7.62 2.54 0) (length 2.54) + (name "IN" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 5.08 0 180) (length 2.54) hide + (name "NC" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "TS3A24159DGSR_1" (in_bom yes) (on_board yes) + (property "Reference" "U13" (at 5.08 1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "TS3A24159DGSR" (at 5.08 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:TSSOP-10_3x3mm_P0.5mm" (at 0 -8.89 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts3a24159.pdf" (at -26.67 -11.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Dual SPDT 0.3Ω Bidirectional Analog Switch, TSSOP-10" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "switch analog SPDT" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "*SSOP*3x3mm*P0.5mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "TS3A24159DGSR_1_1_1" + (rectangle (start -3.81 2.54) (end 3.81 -7.62) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 -2.54) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 -2.54) + (xy -2.794 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 -2.413) + (xy 2.54 -0.635) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -7.62) + (xy 0 -7.112) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -6.858) + (xy 0 -6.604) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -6.35) + (xy 0 -6.096) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.842) + (xy 0 -5.588) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.334) + (xy 0 -5.08) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.826) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 -5.08) + (xy 2.794 -5.08) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 -5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin passive line (at 7.62 -5.08 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -7.62 -2.54 0) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -10.16 90) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A24159DGSR_1_2_1" + (rectangle (start -3.81 2.54) (end 3.81 -7.62) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 -2.54) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 -2.54) + (xy -2.794 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 -2.413) + (xy 2.54 -0.635) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -7.62) + (xy 0 -7.112) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -6.858) + (xy 0 -6.604) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -6.35) + (xy 0 -6.096) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.842) + (xy 0 -5.588) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.334) + (xy 0 -5.08) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.826) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 -5.08) + (xy 2.794 -5.08) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 -5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin passive line (at 7.62 -5.08 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -10.16 90) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -7.62 -2.54 0) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A24159DGSR_1_3_1" + (pin power_in line (at 0 7.62 270) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -7.62 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "TS3A24159DGSR_2" (in_bom yes) (on_board yes) + (property "Reference" "U13" (at 5.08 1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "TS3A24159DGSR" (at 5.08 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:TSSOP-10_3x3mm_P0.5mm" (at 0 -8.89 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts3a24159.pdf" (at -26.67 -11.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Dual SPDT 0.3Ω Bidirectional Analog Switch, TSSOP-10" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "switch analog SPDT" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "*SSOP*3x3mm*P0.5mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "TS3A24159DGSR_2_1_1" + (rectangle (start -3.81 2.54) (end 3.81 -7.62) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 -2.54) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 -2.54) + (xy -2.794 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 -2.413) + (xy 2.54 -0.635) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -7.62) + (xy 0 -7.112) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -6.858) + (xy 0 -6.604) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -6.35) + (xy 0 -6.096) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.842) + (xy 0 -5.588) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.334) + (xy 0 -5.08) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.826) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 -5.08) + (xy 2.794 -5.08) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 -5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin passive line (at 7.62 -5.08 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -7.62 -2.54 0) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -10.16 90) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A24159DGSR_2_2_1" + (rectangle (start -3.81 2.54) (end 3.81 -7.62) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 -2.54) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 -2.54) + (xy -2.794 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 -2.413) + (xy 2.54 -0.635) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -7.62) + (xy 0 -7.112) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -6.858) + (xy 0 -6.604) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -6.35) + (xy 0 -6.096) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.842) + (xy 0 -5.588) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.334) + (xy 0 -5.08) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.826) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 -5.08) + (xy 2.794 -5.08) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 -5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin passive line (at 7.62 -5.08 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -10.16 90) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -7.62 -2.54 0) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A24159DGSR_2_3_1" + (pin power_in line (at 0 7.62 270) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -7.62 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Transistor_FET:AO3401A" (pin_names hide) (in_bom yes) (on_board yes) + (property "Reference" "Q" (at 5.08 1.905 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "AO3401A" (at 5.08 0 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "P-Channel MOSFET" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "AO3401A_0_1" + (polyline + (pts + (xy 0.254 0) + (xy -2.54 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.254 1.905) + (xy 0.254 -1.905) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 -1.27) + (xy 0.762 -2.286) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 0.508) + (xy 0.762 -0.508) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 2.286) + (xy 0.762 1.27) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 2.54) + (xy 2.54 1.778) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 -2.54) + (xy 2.54 0) + (xy 0.762 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 1.778) + (xy 3.302 1.778) + (xy 3.302 -1.778) + (xy 0.762 -1.778) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.286 0) + (xy 1.27 0.381) + (xy 1.27 -0.381) + (xy 2.286 0) + ) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (polyline + (pts + (xy 2.794 -0.508) + (xy 2.921 -0.381) + (xy 3.683 -0.381) + (xy 3.81 -0.254) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 3.302 -0.381) + (xy 2.921 0.254) + (xy 3.683 0.254) + (xy 3.302 -0.381) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 1.651 0) (radius 2.794) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 2.54 -1.778) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (circle (center 2.54 1.778) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + ) + (symbol "AO3401A_1_1" + (pin input line (at -5.08 0 0) (length 2.54) + (name "G" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 -5.08 90) (length 2.54) + (name "S" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 5.08 270) (length 2.54) + (name "D" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+24V" (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" "+24V" (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 "Description" "Power symbol creates a global label with name \"+24V\"" (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) + ) + (symbol "+24V_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 "+24V_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+24V" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+3V3" (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" "+3V3" (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 "Description" "Power symbol creates a global label with name \"+3V3\"" (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) + ) + (symbol "+3V3_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 "+3V3_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+3V3" (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) + ) + (property "Value" "GND" (at 0 -3.81 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 "Description" "Power symbol creates a global label with name \"GND\" , ground" (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) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) + (xy 0 -1.27) + (xy 1.27 -1.27) + (xy 0 -2.54) + (xy -1.27 -1.27) + (xy 0 -1.27) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "GND_1_1" + (pin power_in line (at 0 0 270) (length 0) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:VCC" (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" "VCC" (at 0 3.81 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 "Description" "Power symbol creates a global label with name \"VCC\"" (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) + ) + (symbol "VCC_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 "VCC_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "symbols:ADG709" (in_bom yes) (on_board yes) + (property "Reference" "U" (at -10.16 16.51 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "ADG709" (at 3.81 16.51 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 3.81 -19.05 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/cd4052b.pdf" (at -2.54 22.86 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "CMOS double 4-channel analog multiplexer/demultiplexer, TSSOP-16/DIP-16/SOIC-16" (at 1.27 -17.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "analog switch selector multiplexer" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "TSSOP*4.4x5mm*P0.65mm* DIP*W7.62* SOIC*3.9x9.9mm*P1.27mm* SO*5.3x10.2mm*P1.27mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "ADG709_0_1" + (rectangle (start -10.16 8.89) (end -5.08 13.97) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (rectangle (start -10.16 15.24) (end 10.16 -15.24) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -6.096 -7.62) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center -6.096 5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center -2.286 -7.62) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center -2.286 5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -8.128 -7.62) + (xy -6.604 -7.62) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -8.128 5.08) + (xy -6.604 5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.588 -7.366) + (xy -3.302 -6.604) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.588 5.334) + (xy -3.302 6.096) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -10.16) + (xy -5.207 -10.16) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -9.906) + (xy -4.572 -9.271) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -8.636) + (xy -4.572 -8.001) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -5.842) + (xy -4.572 -5.207) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -4.572) + (xy -4.572 -3.937) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -3.302) + (xy -4.572 -2.667) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -2.032) + (xy -4.572 -1.397) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -0.762) + (xy -4.572 -0.127) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 0.508) + (xy -4.572 1.143) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 2.032) + (xy -4.572 2.667) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 3.302) + (xy -4.572 3.937) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 4.572) + (xy -4.572 5.207) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 11.43) + (xy -5.08 11.43) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.81 11.43) + (xy -3.175 11.43) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 -7.366) + (xy 2.286 -5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 5.334) + (xy 2.286 7.62) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 11.43) + (xy -2.286 11.43) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 -5.334) + (xy -0.508 -4.699) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 -4.064) + (xy -0.508 -3.429) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 -2.794) + (xy -0.508 -2.159) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 -1.524) + (xy -0.508 -0.889) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 -0.254) + (xy -0.508 0.381) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 1.27) + (xy -0.508 1.905) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 2.54) + (xy -0.508 3.175) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 3.81) + (xy -0.508 4.445) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 5.08) + (xy -0.508 5.715) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 6.35) + (xy -0.508 6.985) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 7.62) + (xy -0.508 8.255) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 8.89) + (xy -0.508 9.398) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 8.89) + (xy -0.508 9.525) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 9.906) + (xy -0.508 10.414) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 10.922) + (xy -0.508 11.43) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 11.43) + (xy -1.016 11.43) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 -12.7) + (xy 5.842 -12.7) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 -10.16) + (xy 5.842 -10.16) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 -7.62) + (xy 5.842 -7.62) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 -5.08) + (xy 5.842 -5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 0) + (xy 5.842 0) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 2.54) + (xy 5.842 2.54) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 5.08) + (xy 5.842 5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 7.62) + (xy 5.842 7.62) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 -12.7) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 -10.16) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 -7.62) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 -5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 2.54) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 7.62) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + ) + (symbol "ADG709_1_1" + (pin input line (at -12.7 12.7 0) (length 2.54) + (name "A0" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -5.08 180) (length 2.54) + (name "S4B" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -7.62 180) (length 2.54) + (name "S3B" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -10.16 180) (length 2.54) + (name "S2B" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -12.7 180) (length 2.54) + (name "S1B" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 17.78 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -17.78 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 10.16 0) (length 2.54) + (name "A1" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -10.16 0) (length 2.54) + (name "EN" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 -17.78 90) (length 2.54) + (name "VSS" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 7.62 180) (length 2.54) + (name "S1A" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 5.08 180) (length 2.54) + (name "S2A" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 2.54 180) (length 2.54) + (name "S3A" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 0 180) (length 2.54) + (name "S4A" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -12.7 5.08 0) (length 2.54) + (name "DA" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -12.7 -7.62 0) (length 2.54) + (name "DB" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "symbols:BMI088" (in_bom yes) (on_board yes) + (property "Reference" "U" (at 0 -5.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "" (at 0 -5.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 -5.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 -5.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "BMI088_1_1" + (rectangle (start -11.43 16.51) (end 11.43 -16.51) + (stroke (width 0) (type default)) + (fill (type background)) + ) + (pin output line (at -13.97 11.43 0) (length 2.54) + (name "INT2" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 0 0) (length 2.54) + (name "SDO2" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 19.05 270) (length 2.54) + (name "VDDIO" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 8.89 0) (length 2.54) + (name "INT3" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 6.35 0) (length 2.54) + (name "INT4" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 -2.54 0) (length 2.54) + (name "CSB1" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 2.54 0) (length 2.54) + (name "SDO1" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 13.97 0) (length 2.54) + (name "INT1" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at -2.54 16.51 270) (length 2.54) hide + (name "NC" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 19.05 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 -19.05 90) (length 2.54) + (name "GNDA" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 -5.08 0) (length 2.54) + (name "CSB2" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -19.05 90) (length 2.54) + (name "GNDIO" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 -7.62 0) (length 2.54) + (name "PS" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 -12.7 0) (length 2.54) + (name "SCL/SCK" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -13.97 -15.24 0) (length 2.54) + (name "SDA/SDI" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "symbols:H3LIS100DL" (in_bom yes) (on_board yes) + (property "Reference" "U" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "" (at 0 0 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 "Description" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "H3LIS100DL_1_1" + (rectangle (start -7.62 13.97) (end 7.62 -12.7) + (stroke (width 0) (type default)) + (fill (type background)) + ) + (pin input line (at 2.54 16.51 270) (length 2.54) + (name "VDDIO" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -15.24 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -7.62 0) (length 2.54) + (name "INT1" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -15.24 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -15.24 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 16.51 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 16.51 270) (length 2.54) hide + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -15.24 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at -2.54 13.97 270) (length 2.54) hide + (name "NC" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at -2.54 13.97 270) (length 2.54) hide + (name "NC" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 5.08 0) (length 2.54) + (name "SCL/SPC" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -15.24 90) (length 2.54) + (name "GND" (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) + (name "SDA/SDI/SDIO" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 0 0) (length 2.54) + (name "SDO/SA0" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input inverted (at -10.16 -2.54 0) (length 2.54) + (name "CS" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -10.16 0) (length 2.54) + (name "INT2" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "symbols:HMS_K1C1_F5.5" (in_bom yes) (on_board yes) + (property "Reference" "U" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "" (at 0 0 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 "Description" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "HMS_K1C1_F5.5_1_1" + (rectangle (start -5.08 7.62) (end 5.08 -7.62) + (stroke (width 0) (type default)) + (fill (type background)) + ) + (pin bidirectional line (at 0 10.16 270) (length 2.54) + (name "TP+" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 7.62 -2.54 180) (length 2.54) + (name "NTC" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 7.62 2.54 180) (length 2.54) + (name "TP-" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "symbols:LSM6DSV16BX" (in_bom yes) (on_board yes) + (property "Reference" "U" (at 10.16 16.51 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_LGA:LGA-14_3x2.5mm_P0.5mm_LayoutBorder3x4y" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/lsm6dsv16bx.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LSM6DSV16BX_1_1" + (rectangle (start -11.43 15.24) (end 11.43 -15.24) + (stroke (width 0) (type default)) + (fill (type background)) + ) + (pin bidirectional line (at -13.97 -5.08 0) (length 2.54) + (name "SA0/SDO" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 10.16 0) (length 2.54) + (name "INT2" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 2.54 0) (length 2.54) + (name "WCLK" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 -12.7 0) (length 2.54) + (name "CS" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 -7.62 0) (length 2.54) + (name "SCL/SCK" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -13.97 -10.16 0) (length 2.54) + (name "SDA/SDIO" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 0 0) (length 2.54) + (name "TDMout" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 5.08 0) (length 2.54) + (name "BCLK" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 12.7 0) (length 2.54) + (name "INT1" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 2.54 17.78 270) (length 2.54) + (name "VDDIO" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 13.97 2.54 180) (length 2.54) + (name "AH1/QVAR1" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -17.78 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 17.78 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 13.97 0 180) (length 2.54) + (name "AH2/QVAR2" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "symbols:TS3A4751PWR" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) + (property "Reference" "U" (at -3.175 4.699 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "TS3A4751PWR" (at -3.175 2.921 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 0 -7.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts5a3159a.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Quad SPST Analog Switch, 1.6V to 3.6V Operation, 0.9Ω Ron, TSSOP-14" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "Analog Switch" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "TSSOP*14*4.4x5mm*P0.65mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "TS3A4751PWR_1_1" + (rectangle (start -3.81 5.08) (end 3.81 -5.08) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 0) + (xy -2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 0.127) + (xy 2.54 1.905) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.08) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.778) + (xy 0 -1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 -1.016) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.762) + (xy 0 -0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.254) + (xy 0 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin input line (at 7.62 0 180) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -7.62 90) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A4751PWR_2_1" + (rectangle (start -3.81 5.08) (end 3.81 -5.08) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 0) + (xy -2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 0.127) + (xy 2.54 1.905) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.08) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.778) + (xy 0 -1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 -1.016) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.762) + (xy 0 -0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.254) + (xy 0 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin input line (at 7.62 0 180) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -7.62 90) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A4751PWR_3_1" + (rectangle (start -3.81 5.08) (end 3.81 -5.08) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 0) + (xy -2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 0.127) + (xy 2.54 1.905) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.08) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.778) + (xy 0 -1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 -1.016) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.762) + (xy 0 -0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.254) + (xy 0 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin input line (at 0 -7.62 90) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 7.62 0 180) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A4751PWR_4_1" + (rectangle (start -3.81 5.08) (end 3.81 -5.08) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 0) + (xy -2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 0.127) + (xy 2.54 1.905) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.08) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.778) + (xy 0 -1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 -1.016) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.762) + (xy 0 -0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.254) + (xy 0 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin input line (at 7.62 0 180) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -7.62 90) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A4751PWR_5_0" + (pin power_in line (at 2.54 7.62 270) (length 2.54) + (name "V+" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 -7.62 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "symbols:security_mesh" (in_bom yes) (on_board yes) + (property "Reference" "J" (at 1.27 7.62 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "" (at 0 0 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 "Description" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "security_mesh_1_1" + (rectangle (start 0 6.35) (end 5.08 -3.81) + (stroke (width 0) (type default)) + (fill (type background)) + ) + (pin bidirectional line (at -2.54 5.08 0) (length 2.54) + (name "I1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 2.54 0) (length 2.54) + (name "I2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 0 0) (length 2.54) + (name "O2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 -2.54 0) (length 2.54) + (name "O1" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 480.06 83.82) (diameter 0) (color 0 0 0 0) + (uuid 02c912dc-40f1-421a-8181-386f61848f3f) + ) + (junction (at 153.67 240.03) (diameter 0) (color 0 0 0 0) + (uuid 078c9e41-4d04-4b2b-b5c2-25b84d9a4849) + ) + (junction (at 64.77 66.04) (diameter 0) (color 0 0 0 0) + (uuid 091bcaf3-76e4-40ef-bc29-9723caf443d3) + ) + (junction (at 123.19 247.65) (diameter 0) (color 0 0 0 0) + (uuid 0da06cf7-5740-4d75-b62e-ce892a00fe9b) + ) + (junction (at 436.88 133.35) (diameter 0) (color 0 0 0 0) + (uuid 0e621e46-0da1-4283-ad42-637f2d029969) + ) + (junction (at 514.35 74.93) (diameter 0) (color 0 0 0 0) + (uuid 0eb73c03-5476-43e4-9756-1a359f2509d6) + ) + (junction (at 153.67 247.65) (diameter 0) (color 0 0 0 0) + (uuid 0ee335db-e1c5-4b56-abae-e78c0fab67c1) + ) + (junction (at 168.91 245.11) (diameter 0) (color 0 0 0 0) + (uuid 0f2df1a6-e5f6-4be8-a318-5da482fb7200) + ) + (junction (at 128.27 66.04) (diameter 0) (color 0 0 0 0) + (uuid 0f5fea0f-bd02-43a2-ba88-40c92a7ac2d3) + ) + (junction (at 149.86 66.04) (diameter 0) (color 0 0 0 0) + (uuid 0f8e6064-3aa5-4361-9b06-076b0328865a) + ) + (junction (at 514.35 118.11) (diameter 0) (color 0 0 0 0) + (uuid 11e3ddad-b30a-4d44-bda0-0a35af1561c7) + ) + (junction (at 153.67 242.57) (diameter 0) (color 0 0 0 0) + (uuid 20b45af2-48f9-4ddb-a9a6-6b65283cea86) + ) + (junction (at 168.91 252.73) (diameter 0) (color 0 0 0 0) + (uuid 26523cba-f746-4070-a5ba-627b974daefa) + ) + (junction (at 448.31 200.66) (diameter 0) (color 0 0 0 0) + (uuid 28f1122c-edbe-4647-9d81-d6d39cc9c971) + ) + (junction (at 182.88 185.42) (diameter 0) (color 0 0 0 0) + (uuid 2b329925-399a-4b17-a0e3-6ed4174bfa8a) + ) + (junction (at 471.17 81.28) (diameter 0) (color 0 0 0 0) + (uuid 34e91596-4f1d-45d9-b941-ea69d2c7da07) + ) + (junction (at 172.72 66.04) (diameter 0) (color 0 0 0 0) + (uuid 3c23fe8d-11b3-477e-b307-b85708cafc1f) + ) + (junction (at 246.38 325.12) (diameter 0) (color 0 0 0 0) + (uuid 4198a93a-5eee-4bd4-be78-c0d33acdc9a8) + ) + (junction (at 153.67 252.73) (diameter 0) (color 0 0 0 0) + (uuid 4456ebd1-bb50-469e-9279-6c9b792c1462) + ) + (junction (at 177.8 176.53) (diameter 0) (color 0 0 0 0) + (uuid 44cf53b5-4279-4875-b171-7274466fe071) + ) + (junction (at 468.63 207.01) (diameter 0) (color 0 0 0 0) + (uuid 45365de6-8a4b-484a-bc43-e5f392dbe834) + ) + (junction (at 176.53 111.76) (diameter 0) (color 0 0 0 0) + (uuid 455f50c6-12f7-4cb5-98e3-8979c8759349) + ) + (junction (at 165.1 66.04) (diameter 0) (color 0 0 0 0) + (uuid 48f024fc-554b-4acc-9fa1-39ecbbc44fec) + ) + (junction (at 168.91 240.03) (diameter 0) (color 0 0 0 0) + (uuid 4a195f23-882c-4039-a605-232e443072c4) + ) + (junction (at 406.4 100.33) (diameter 0) (color 0 0 0 0) + (uuid 4a918e20-3ea1-44f5-9000-f0a5165905cd) + ) + (junction (at 337.82 314.96) (diameter 0) (color 0 0 0 0) + (uuid 4d6c541f-2ebd-40a4-8188-781349d72f76) + ) + (junction (at 100.33 66.04) (diameter 0) (color 0 0 0 0) + (uuid 4dcf608d-21fa-47c2-9b46-491e4614f9d0) + ) + (junction (at 138.43 242.57) (diameter 0) (color 0 0 0 0) + (uuid 4f22413b-8ad7-474e-a2fe-93a718d1873b) + ) + (junction (at 121.92 185.42) (diameter 0) (color 0 0 0 0) + (uuid 513e5bdf-1352-4818-a7d8-f4676c7bd853) + ) + (junction (at 468.63 83.82) (diameter 0) (color 0 0 0 0) + (uuid 59fb5159-e742-465b-b723-0522c379c52f) + ) + (junction (at 121.92 176.53) (diameter 0) (color 0 0 0 0) + (uuid 5a56ec53-a2be-481e-8e62-19d1591af8f8) + ) + (junction (at 167.64 185.42) (diameter 0) (color 0 0 0 0) + (uuid 5c1d22a8-8a10-4f45-80ee-1f3841dc8fa7) + ) + (junction (at 167.64 176.53) (diameter 0) (color 0 0 0 0) + (uuid 6064b6f0-9bc3-431e-abfe-9ec2a4b7b120) + ) + (junction (at 133.35 109.22) (diameter 0) (color 0 0 0 0) + (uuid 61f64f29-6a99-4959-a321-dd1ec869ea7c) + ) + (junction (at 482.6 81.28) (diameter 0) (color 0 0 0 0) + (uuid 6a10b767-32c2-4712-bc7b-e48ddbf506db) + ) + (junction (at 86.36 78.74) (diameter 0) (color 0 0 0 0) + (uuid 73c70e3a-cb6a-429d-8a53-7a3ac025bf05) + ) + (junction (at 198.12 111.76) (diameter 0) (color 0 0 0 0) + (uuid 770c3183-d03f-4344-a41b-4c7862648719) + ) + (junction (at 189.23 111.76) (diameter 0) (color 0 0 0 0) + (uuid 78f88094-0759-42cf-a6a4-dfdb41696115) + ) + (junction (at 123.19 255.27) (diameter 0) (color 0 0 0 0) + (uuid 7a7dbc30-f27c-45c6-9137-adb02db6ea0a) + ) + (junction (at 123.19 242.57) (diameter 0) (color 0 0 0 0) + (uuid 7aab3941-4af7-4720-865b-a4a94ef0bca0) + ) + (junction (at 86.36 330.2) (diameter 0) (color 0 0 0 0) + (uuid 7adeede7-a5d8-4b32-866e-50dfdb982f00) + ) + (junction (at 86.36 66.04) (diameter 0) (color 0 0 0 0) + (uuid 7c3c3c3e-df5c-4e9f-a6b5-bb53474b55f4) + ) + (junction (at 425.45 261.62) (diameter 0) (color 0 0 0 0) + (uuid 7d162d4b-e247-4202-8019-6c57f93478d6) + ) + (junction (at 514.35 95.25) (diameter 0) (color 0 0 0 0) + (uuid 7d90608e-1049-4720-9cd8-abb5104defd4) + ) + (junction (at 189.23 128.27) (diameter 0) (color 0 0 0 0) + (uuid 7dc5ebed-9bd3-4db2-ae64-de72fc8bc686) + ) + (junction (at 466.09 86.36) (diameter 0) (color 0 0 0 0) + (uuid 7fbe6d74-dd7c-480b-9e52-dab13d9adcde) + ) + (junction (at 137.16 176.53) (diameter 0) (color 0 0 0 0) + (uuid 81fc3829-4ee0-497d-87b7-20025e279c27) + ) + (junction (at 116.84 66.04) (diameter 0) (color 0 0 0 0) + (uuid 8272c6d9-b6ee-4102-8843-49566bea5039) + ) + (junction (at 138.43 252.73) (diameter 0) (color 0 0 0 0) + (uuid 86e91cf9-5036-4922-b455-33d7d4072992) + ) + (junction (at 462.28 143.51) (diameter 0) (color 0 0 0 0) + (uuid 8eeade74-bb55-49c3-b979-1b4af75185b7) + ) + (junction (at 156.21 111.76) (diameter 0) (color 0 0 0 0) + (uuid 91d92ef7-c0e6-4e07-9bbb-5024dac419d3) + ) + (junction (at 396.24 83.82) (diameter 0) (color 0 0 0 0) + (uuid 93963378-aaef-4e67-8f9f-6a8580042980) + ) + (junction (at 485.14 88.9) (diameter 0) (color 0 0 0 0) + (uuid 939fa046-fb31-498e-8e9d-ac9397987b43) + ) + (junction (at 123.19 252.73) (diameter 0) (color 0 0 0 0) + (uuid 9609c374-7b7d-47fb-b2e1-7752365b3e93) + ) + (junction (at 123.19 245.11) (diameter 0) (color 0 0 0 0) + (uuid 97cb5fd2-8422-4e5e-a1c3-bb35f7143cb1) + ) + (junction (at 64.77 91.44) (diameter 0) (color 0 0 0 0) + (uuid 98043de2-475c-4c5e-b7c7-44417e7202a4) + ) + (junction (at 168.91 247.65) (diameter 0) (color 0 0 0 0) + (uuid 98cea156-eecc-45ff-8e28-a7960e677609) + ) + (junction (at 162.56 176.53) (diameter 0) (color 0 0 0 0) + (uuid 9939d192-62e7-4fd5-b5ca-4162d5548dc9) + ) + (junction (at 153.67 255.27) (diameter 0) (color 0 0 0 0) + (uuid 9d028d12-0ff1-47e5-8d3a-1542f778dbc7) + ) + (junction (at 375.92 83.82) (diameter 0) (color 0 0 0 0) + (uuid a3ef61bf-8fb8-4cf3-9569-0c9726686882) + ) + (junction (at 157.48 66.04) (diameter 0) (color 0 0 0 0) + (uuid a7e304eb-dbda-4b08-91c9-7781b9004dd4) + ) + (junction (at 58.42 78.74) (diameter 0) (color 0 0 0 0) + (uuid a8d519ca-cd1e-4bdb-8ad8-ad24fed6ba06) + ) + (junction (at 502.92 52.07) (diameter 0) (color 0 0 0 0) + (uuid ac9880a2-bdbb-4e0b-80cd-7ccf3a41ef76) + ) + (junction (at 396.24 92.71) (diameter 0) (color 0 0 0 0) + (uuid ad1d4b65-79a8-4b8e-85e5-7182d5876553) + ) + (junction (at 448.31 209.55) (diameter 0) (color 0 0 0 0) + (uuid b0d1de46-f0e6-4406-ab6f-2451696b64fa) + ) + (junction (at 502.92 74.93) (diameter 0) (color 0 0 0 0) + (uuid b1175918-3af0-43a5-ace3-894ce806fd7b) + ) + (junction (at 132.08 176.53) (diameter 0) (color 0 0 0 0) + (uuid b373d3a8-c85a-4ee5-aa20-2207ee55308f) + ) + (junction (at 487.68 86.36) (diameter 0) (color 0 0 0 0) + (uuid bb797b47-089b-4a2a-b8f9-07716a9b334d) + ) + (junction (at 168.91 250.19) (diameter 0) (color 0 0 0 0) + (uuid bbf44edd-2038-4b50-af8e-4818a93244d9) + ) + (junction (at 153.67 257.81) (diameter 0) (color 0 0 0 0) + (uuid bf20c497-8ce4-405a-bf58-53c31f431af7) + ) + (junction (at 182.88 176.53) (diameter 0) (color 0 0 0 0) + (uuid bf821801-ce27-4bc5-8bba-788ef215d375) + ) + (junction (at 138.43 250.19) (diameter 0) (color 0 0 0 0) + (uuid c01310af-0528-4848-811a-69b2af4061d9) + ) + (junction (at 152.4 176.53) (diameter 0) (color 0 0 0 0) + (uuid c116345e-89cc-47d6-b3d0-80fdcce3badb) + ) + (junction (at 114.3 320.04) (diameter 0) (color 0 0 0 0) + (uuid c20b38da-1840-4a96-ac8c-fbbba71f84f9) + ) + (junction (at 147.32 176.53) (diameter 0) (color 0 0 0 0) + (uuid c25dfd81-1979-4db4-a650-7f5834c5a6ed) + ) + (junction (at 137.16 185.42) (diameter 0) (color 0 0 0 0) + (uuid c7f12a37-ddd3-446a-905d-0da4a3e26bb7) + ) + (junction (at 138.43 255.27) (diameter 0) (color 0 0 0 0) + (uuid c96112e4-8d4e-4db9-9c09-dfa7ae96a35a) + ) + (junction (at 496.57 217.17) (diameter 0) (color 0 0 0 0) + (uuid cb5db488-6d61-4b55-a0b2-e42249d6b0cb) + ) + (junction (at 143.51 66.04) (diameter 0) (color 0 0 0 0) + (uuid ce7598b5-ffaf-43d3-9f32-f2961624a986) + ) + (junction (at 128.27 109.22) (diameter 0) (color 0 0 0 0) + (uuid cebec37e-b9b8-45a9-8fe9-7b8af47f899c) + ) + (junction (at 123.19 240.03) (diameter 0) (color 0 0 0 0) + (uuid cfe11cc4-4fe0-46fb-948c-61642728ac56) + ) + (junction (at 123.19 250.19) (diameter 0) (color 0 0 0 0) + (uuid d134bb61-1eca-4dad-9a87-4cba1253f2f0) + ) + (junction (at 138.43 245.11) (diameter 0) (color 0 0 0 0) + (uuid d1c2ccd0-9227-42b9-ae52-2d8c2b128f3b) + ) + (junction (at 43.18 78.74) (diameter 0) (color 0 0 0 0) + (uuid d8fc368b-caf9-4ca1-972d-7ca6205ea35d) + ) + (junction (at 138.43 247.65) (diameter 0) (color 0 0 0 0) + (uuid db1210a6-39de-427e-b3a0-ab47a4f93608) + ) + (junction (at 502.92 95.25) (diameter 0) (color 0 0 0 0) + (uuid dbc49530-6f86-4b01-9110-2a98441b8037) + ) + (junction (at 464.82 160.02) (diameter 0) (color 0 0 0 0) + (uuid dc20be96-e7d0-48d1-ad92-87a326352892) + ) + (junction (at 487.68 83.82) (diameter 0) (color 0 0 0 0) + (uuid e28a603e-5128-4d43-a0f6-57831f3ae199) + ) + (junction (at 153.67 250.19) (diameter 0) (color 0 0 0 0) + (uuid e5675639-1e2f-449e-bfc3-814f1246e8f5) + ) + (junction (at 153.67 245.11) (diameter 0) (color 0 0 0 0) + (uuid e635ec11-e87d-403b-aeee-c5deee805a64) + ) + (junction (at 448.31 241.3) (diameter 0) (color 0 0 0 0) + (uuid e667de7f-46f4-431d-a372-237c1b7d06bd) + ) + (junction (at 138.43 257.81) (diameter 0) (color 0 0 0 0) + (uuid e92f5750-442d-4afd-b811-f2048833f119) + ) + (junction (at 168.91 257.81) (diameter 0) (color 0 0 0 0) + (uuid eacbd559-8f8b-4588-9422-d5423a33da2b) + ) + (junction (at 70.485 78.74) (diameter 0) (color 0 0 0 0) + (uuid eb8cb85a-f543-4dc2-8e81-45b54e38f899) + ) + (junction (at 416.56 83.82) (diameter 0) (color 0 0 0 0) + (uuid ec28416a-2957-4626-9caa-ffc4c4f6721f) + ) + (junction (at 168.91 242.57) (diameter 0) (color 0 0 0 0) + (uuid ed3c1e9e-f4b6-4954-9975-beb7d1239688) + ) + (junction (at 111.76 66.04) (diameter 0) (color 0 0 0 0) + (uuid eea3f700-9486-4590-b05b-a5e3c7bb4d09) + ) + (junction (at 123.19 257.81) (diameter 0) (color 0 0 0 0) + (uuid eee31053-8c91-4d49-90ea-c2d86075b1f3) + ) + (junction (at 168.91 255.27) (diameter 0) (color 0 0 0 0) + (uuid f12723e2-bfde-4006-bfeb-2195b963cbca) + ) + (junction (at 463.55 88.9) (diameter 0) (color 0 0 0 0) + (uuid f12e0f3f-0732-48b5-bf5e-9629b2fefd88) + ) + (junction (at 64.77 209.55) (diameter 0) (color 0 0 0 0) + (uuid f15d5b8d-96f4-4408-a5e9-d8fdf7c16aaa) + ) + (junction (at 514.35 52.07) (diameter 0) (color 0 0 0 0) + (uuid f3a65e0a-3cb5-4da1-bba3-3246f6560541) + ) + (junction (at 114.3 66.04) (diameter 0) (color 0 0 0 0) + (uuid f3d8aa35-9ab2-45dc-b261-6e7a20d8f241) + ) + (junction (at 86.36 91.44) (diameter 0) (color 0 0 0 0) + (uuid f48901e3-7511-4ece-b56a-206f1e39f331) + ) + (junction (at 152.4 185.42) (diameter 0) (color 0 0 0 0) + (uuid f77b6c24-174b-47f8-80e6-744853d818a7) + ) + (junction (at 138.43 240.03) (diameter 0) (color 0 0 0 0) + (uuid f7ca4543-a27b-4a95-b408-9fcb7a48ad66) + ) + (junction (at 473.71 261.62) (diameter 0) (color 0 0 0 0) + (uuid f8cb22fd-9e20-49fc-a444-f76fb8de8645) + ) + (junction (at 434.34 152.4) (diameter 0) (color 0 0 0 0) + (uuid fb7c4fa3-96d6-4e92-a48c-91921ca8c1f9) + ) + (junction (at 468.63 200.66) (diameter 0) (color 0 0 0 0) + (uuid fd7fa5ff-7660-4c91-91e2-f176d2baedb6) + ) + (junction (at 502.92 118.11) (diameter 0) (color 0 0 0 0) + (uuid fe344bfc-1298-41c9-baf2-922d6d913564) + ) + (junction (at 485.14 81.28) (diameter 0) (color 0 0 0 0) + (uuid ff3c3101-1a92-444c-ab34-088422a4fb73) + ) + + (no_connect (at 100.33 262.89) (uuid 241d5efe-0efc-42aa-8ff4-4206493347e1)) + (no_connect (at 116.84 311.15) (uuid 2d935ae8-7674-415f-875b-7ee0d7479bf7)) + (no_connect (at 266.7 335.28) (uuid 70ea0c25-be89-43b8-ad4b-88fc4adfb3a7)) + (no_connect (at 500.38 148.59) (uuid ab99f2f6-c559-46ec-8666-75ef62f09d24)) + (no_connect (at 116.84 316.23) (uuid bf14c8be-7757-4ffc-b55c-071638997229)) + (no_connect (at 515.62 146.05) (uuid c006a049-a39a-41b5-b4d3-b9fa7906e099)) + (no_connect (at 190.5 321.31) (uuid c6a61be8-7b1b-4da2-99c7-cf43c0cc7468)) + (no_connect (at 190.5 313.69) (uuid d9b33972-77e3-481c-9241-d126e592f816)) + (no_connect (at 515.62 151.13) (uuid f56204cd-db3f-41eb-9387-eabe6e6ab6fe)) + + (wire (pts (xy 123.19 257.81) (xy 138.43 257.81)) + (stroke (width 0) (type default)) + (uuid 016f2346-e76c-4661-8eca-721282ba1ab0) + ) + (wire (pts (xy 492.76 306.07) (xy 473.71 306.07)) + (stroke (width 0) (type default)) + (uuid 0244a84b-6e6e-46d2-a5de-36190c0b9c5a) + ) + (wire (pts (xy 375.92 83.82) (xy 330.2 83.82)) + (stroke (width 0) (type default)) + (uuid 031ba5ec-371a-421c-870f-6af02acc85f0) + ) + (wire (pts (xy 485.14 154.94) (xy 485.14 160.02)) + (stroke (width 0) (type default)) + (uuid 033d477a-a047-4c07-82a3-031af45d96d2) + ) + (wire (pts (xy 461.01 86.36) (xy 466.09 86.36)) + (stroke (width 0) (type default)) + (uuid 0376dfc3-13bb-4fbe-abfd-357c910d4fee) + ) + (wire (pts (xy 154.94 185.42) (xy 152.4 185.42)) + (stroke (width 0) (type default)) + (uuid 0414d7cd-d40c-4b44-9e55-03c0253b84b1) + ) + (wire (pts (xy 508 341.63) (xy 500.38 341.63)) + (stroke (width 0) (type default)) + (uuid 0438394f-780a-4390-8e41-585d7b26a5d2) + ) + (wire (pts (xy 123.19 247.65) (xy 138.43 247.65)) + (stroke (width 0) (type default)) + (uuid 0542c9d7-bf92-4270-8d5a-72ab4c776586) + ) + (wire (pts (xy 68.58 78.74) (xy 70.485 78.74)) + (stroke (width 0) (type default)) + (uuid 0564ef64-1fb5-46ee-bc20-8bd1ec75e901) + ) + (wire (pts (xy 459.74 149.86) (xy 454.66 149.86)) + (stroke (width 0) (type default)) + (uuid 05875614-6dba-4620-be3e-9b79eb9cde18) + ) + (wire (pts (xy 508 270.51) (xy 500.38 270.51)) + (stroke (width 0) (type default)) + (uuid 06adbba8-d5e7-4cb2-a988-946831392a1b) + ) + (wire (pts (xy 332.74 314.96) (xy 332.74 317.5)) + (stroke (width 0) (type default)) + (uuid 079ad3cd-7e5e-43e6-92ff-efae3d14cfbc) + ) + (wire (pts (xy 364.49 93.98) (xy 364.49 138.43)) + (stroke (width 0) (type default)) + (uuid 07ab5da5-4a85-4576-87c6-e6f867ff6088) + ) + (wire (pts (xy 149.86 80.01) (xy 149.86 93.98)) + (stroke (width 0) (type default)) + (uuid 091a60e7-4d1c-4281-a777-2afd1de3d7bf) + ) + (wire (pts (xy 482.6 60.96) (xy 485.14 60.96)) + (stroke (width 0) (type default)) + (uuid 0a059129-2d57-4b7d-89d1-743816989461) + ) + (wire (pts (xy 406.4 100.33) (xy 386.08 100.33)) + (stroke (width 0) (type default)) + (uuid 0a80a97e-63e9-40df-851b-792ff4e80eed) + ) + (wire (pts (xy 383.54 95.25) (xy 383.54 91.44)) + (stroke (width 0) (type default)) + (uuid 0ab036f3-4939-43ba-b67c-f09730024e2a) + ) + (wire (pts (xy 138.43 245.11) (xy 153.67 245.11)) + (stroke (width 0) (type default)) + (uuid 0bab0722-5dbd-45e8-ba99-0b9ef0330f5c) + ) + (wire (pts (xy 68.58 245.11) (xy 80.01 245.11)) + (stroke (width 0) (type default)) + (uuid 0c084d99-f689-470c-8978-f43657d167c2) + ) + (wire (pts (xy 494.03 52.07) (xy 502.92 52.07)) + (stroke (width 0) (type default)) + (uuid 0c81ba8e-f19c-4111-ac19-b032271110e6) + ) + (wire (pts (xy 168.91 240.03) (xy 184.15 240.03)) + (stroke (width 0) (type default)) + (uuid 0cfa1d50-185d-4d28-96d9-53a9ccd877f0) + ) + (wire (pts (xy 429.26 165.1) (xy 429.26 140.97)) + (stroke (width 0) (type default)) + (uuid 0d5ddb3a-3b1e-4737-ac57-f9258c08eb1c) + ) + (wire (pts (xy 492.76 311.15) (xy 492.76 306.07)) + (stroke (width 0) (type default)) + (uuid 0dd54772-ee23-43f0-9811-a359d89cdddc) + ) + (wire (pts (xy 466.09 270.51) (xy 485.14 270.51)) + (stroke (width 0) (type default)) + (uuid 0eca957c-90c9-496a-b537-44e3e0b5f098) + ) + (wire (pts (xy 429.26 78.74) (xy 435.61 78.74)) + (stroke (width 0) (type default)) + (uuid 0edc29d7-2161-4489-b055-07d48fc0db88) + ) + (wire (pts (xy 425.45 264.16) (xy 425.45 261.62)) + (stroke (width 0) (type default)) + (uuid 0ff380a9-e405-4c14-9ff5-69daf9efeb32) + ) + (wire (pts (xy 514.35 74.93) (xy 521.97 74.93)) + (stroke (width 0) (type default)) + (uuid 1005dfa2-172c-4f59-8855-b8895719cf6c) + ) + (wire (pts (xy 168.91 242.57) (xy 184.15 242.57)) + (stroke (width 0) (type default)) + (uuid 10387f45-92ad-467c-99be-6977de8bb253) + ) + (wire (pts (xy 425.45 261.62) (xy 473.71 261.62)) + (stroke (width 0) (type default)) + (uuid 10dff53a-cecd-4e66-8cf5-5b0e4fd6f586) + ) + (wire (pts (xy 70.485 83.82) (xy 70.485 78.74)) + (stroke (width 0) (type default)) + (uuid 113e6707-da82-4e0e-b245-e00114224ac8) + ) + (wire (pts (xy 114.3 322.58) (xy 116.84 322.58)) + (stroke (width 0) (type default)) + (uuid 114393d6-3e06-4762-b460-bb536446ede9) + ) + (wire (pts (xy 77.47 229.87) (xy 102.87 229.87)) + (stroke (width 0) (type default)) + (uuid 1264cb44-ba1f-4672-8cad-07ec21e1e163) + ) + (wire (pts (xy 162.56 176.53) (xy 162.56 180.34)) + (stroke (width 0) (type default)) + (uuid 126a3a12-9060-40e8-b750-3e38a9c997c7) + ) + (wire (pts (xy 359.41 78.74) (xy 330.2 78.74)) + (stroke (width 0) (type default)) + (uuid 1286a930-4481-4e1f-9d14-7b1f83d1c411) + ) + (wire (pts (xy 487.68 55.88) (xy 482.6 55.88)) + (stroke (width 0) (type default)) + (uuid 12ce9cf0-86dc-4eb1-8a48-47440a3c7da9) + ) + (wire (pts (xy 392.43 110.49) (xy 398.78 110.49)) + (stroke (width 0) (type default)) + (uuid 12e29ddd-336f-4827-823b-41157d3083e5) + ) + (wire (pts (xy 279.4 127) (xy 297.18 127)) + (stroke (width 0) (type default)) + (uuid 12fa9f5a-793f-46b2-8904-19b80ec3064a) + ) + (wire (pts (xy 457.2 140.97) (xy 436.88 140.97)) + (stroke (width 0) (type default)) + (uuid 142d9df0-ec2e-48cc-898b-204139a9fef3) + ) + (wire (pts (xy 123.19 242.57) (xy 138.43 242.57)) + (stroke (width 0) (type default)) + (uuid 14aef89a-847c-4bc9-92d1-a373e6e3c0eb) + ) + (wire (pts (xy 100.33 245.11) (xy 123.19 245.11)) + (stroke (width 0) (type default)) + (uuid 151f3f13-6a4a-47ab-b0d3-333120b66979) + ) + (wire (pts (xy 177.8 176.53) (xy 177.8 180.34)) + (stroke (width 0) (type default)) + (uuid 1558d89c-a7df-4868-813e-397311225453) + ) + (wire (pts (xy 182.88 185.42) (xy 182.88 187.96)) + (stroke (width 0) (type default)) + (uuid 155ca2b2-dddf-4409-9593-11edae9e917f) + ) + (wire (pts (xy 487.68 86.36) (xy 496.57 86.36)) + (stroke (width 0) (type default)) + (uuid 15650b18-c0a8-4844-98b9-b0f9dfbb021c) + ) + (wire (pts (xy 524.51 88.9) (xy 524.51 118.11)) + (stroke (width 0) (type default)) + (uuid 16377a06-d42d-462d-8fa5-a3f16f532c35) + ) + (wire (pts (xy 344.17 187.96) (xy 344.17 294.64)) + (stroke (width 0) (type default)) + (uuid 165359dc-5856-4674-9e1e-6117e83caf0e) + ) + (wire (pts (xy 123.19 240.03) (xy 138.43 240.03)) + (stroke (width 0) (type default)) + (uuid 1796828e-99d3-4527-9797-aeb73f2cc5a7) + ) + (wire (pts (xy 193.04 190.5) (xy 193.04 237.49)) + (stroke (width 0) (type default)) + (uuid 17b9c4bd-a20a-4b6c-b860-ad60c21fc5df) + ) + (wire (pts (xy 476.25 217.17) (xy 476.25 243.84)) + (stroke (width 0) (type default)) + (uuid 17e27bdf-0550-4b18-bd20-94c3cce4d3ba) + ) + (wire (pts (xy 114.3 66.04) (xy 114.3 212.09)) + (stroke (width 0) (type default)) + (uuid 17e6ef6c-a884-438d-adb0-10438e387c83) + ) + (wire (pts (xy 457.2 113.03) (xy 480.06 113.03)) + (stroke (width 0) (type default)) + (uuid 186c64fe-56dc-4eaf-b2f6-ab90ee1296b3) + ) + (wire (pts (xy 502.92 74.93) (xy 496.57 74.93)) + (stroke (width 0) (type default)) + (uuid 19014144-159d-4b8b-a8dc-46429dae4e0e) + ) + (wire (pts (xy 330.2 116.84) (xy 344.17 116.84)) + (stroke (width 0) (type default)) + (uuid 1a4ee24a-36d9-40d5-a066-22744f438db2) + ) + (wire (pts (xy 461.01 96.52) (xy 466.09 96.52)) + (stroke (width 0) (type default)) + (uuid 1d4ec297-47a4-48c0-882f-0a35c064894f) + ) + (wire (pts (xy 354.33 88.9) (xy 354.33 261.62)) + (stroke (width 0) (type default)) + (uuid 1d528280-f6dc-40c8-90f4-bdb59cabe374) + ) + (wire (pts (xy 508 289.56) (xy 500.38 289.56)) + (stroke (width 0) (type default)) + (uuid 1d9686a0-c62c-4367-964f-8883eedb1521) + ) + (wire (pts (xy 64.77 63.5) (xy 64.77 66.04)) + (stroke (width 0) (type default)) + (uuid 1deee713-0b32-498d-ae83-d13bd3d49e36) + ) + (wire (pts (xy 508 314.96) (xy 508 318.77)) + (stroke (width 0) (type default)) + (uuid 1ee91e22-b677-4a53-b9ef-371e1e927935) + ) + (wire (pts (xy 64.77 91.44) (xy 64.77 93.98)) + (stroke (width 0) (type default)) + (uuid 1f5c5b66-0c65-4691-b478-10bcbceb1e01) + ) + (wire (pts (xy 100.33 199.39) (xy 137.16 199.39)) + (stroke (width 0) (type default)) + (uuid 1fbbe5ee-2d68-4248-8e8e-91ef7b30f258) + ) + (wire (pts (xy 508 326.39) (xy 508 328.93)) + (stroke (width 0) (type default)) + (uuid 1fc44182-2e84-49f7-9618-bed9edba5f52) + ) + (wire (pts (xy 152.4 176.53) (xy 162.56 176.53)) + (stroke (width 0) (type default)) + (uuid 2009bf5a-8f33-44a4-bba4-797d6d4003e3) + ) + (wire (pts (xy 100.33 214.63) (xy 105.41 214.63)) + (stroke (width 0) (type default)) + (uuid 208c56ba-9111-48b1-8645-dc6b2f1a609f) + ) + (wire (pts (xy 193.04 176.53) (xy 193.04 180.34)) + (stroke (width 0) (type default)) + (uuid 21532d86-d6cd-4655-9c68-3f73f111c2bb) + ) + (wire (pts (xy 279.4 121.92) (xy 297.18 121.92)) + (stroke (width 0) (type default)) + (uuid 219f904a-76da-41a6-a6e4-a21bd1cd209a) + ) + (wire (pts (xy 502.92 118.11) (xy 505.46 118.11)) + (stroke (width 0) (type default)) + (uuid 21aa39c9-ad07-440c-aa23-41dd2a628dbd) + ) + (wire (pts (xy 521.97 86.36) (xy 538.48 86.36)) + (stroke (width 0) (type default)) + (uuid 225d449e-4aa4-47cb-9f22-8b43d6acfb5e) + ) + (wire (pts (xy 422.91 261.62) (xy 425.45 261.62)) + (stroke (width 0) (type default)) + (uuid 22671439-51f6-4aa1-8560-c99832564f70) + ) + (wire (pts (xy 281.94 185.42) (xy 346.71 185.42)) + (stroke (width 0) (type default)) + (uuid 22d4864a-96dd-41f2-abb3-2db78ffa7c1c) + ) + (wire (pts (xy 524.51 81.28) (xy 538.48 81.28)) + (stroke (width 0) (type default)) + (uuid 23ca5180-694f-49b3-ba2b-5a1d6825dc66) + ) + (wire (pts (xy 100.33 207.01) (xy 182.88 207.01)) + (stroke (width 0) (type default)) + (uuid 24627360-7827-4c27-ad1f-2d5b5a4bbff2) + ) + (wire (pts (xy 510.54 52.07) (xy 514.35 52.07)) + (stroke (width 0) (type default)) + (uuid 24e25c97-f305-459c-9298-312bfe21ef52) + ) + (wire (pts (xy 508 299.72) (xy 508 302.26)) + (stroke (width 0) (type default)) + (uuid 2546e272-6d49-43e7-80b7-24bac4604d8d) + ) + (wire (pts (xy 463.55 294.64) (xy 344.17 294.64)) + (stroke (width 0) (type default)) + (uuid 25735cae-5d2e-4db4-a99d-5904a5082cbf) + ) + (wire (pts (xy 172.72 80.01) (xy 172.72 93.98)) + (stroke (width 0) (type default)) + (uuid 265f657f-a180-4d24-bd1f-5f0b1c48182e) + ) + (wire (pts (xy 100.33 247.65) (xy 123.19 247.65)) + (stroke (width 0) (type default)) + (uuid 26a1d9e5-efdf-415a-9a6a-53a6d981bf65) + ) + (wire (pts (xy 86.36 76.2) (xy 86.36 78.74)) + (stroke (width 0) (type default)) + (uuid 26b141d4-1cbc-4d70-9af7-8b0199432f5a) + ) + (wire (pts (xy 100.33 209.55) (xy 105.41 209.55)) + (stroke (width 0) (type default)) + (uuid 27927e21-d1fb-494f-bb08-f3e2cb32ea96) + ) + (wire (pts (xy 86.36 66.04) (xy 100.33 66.04)) + (stroke (width 0) (type default)) + (uuid 27c1c7e5-ad8b-4ae0-936f-476243481894) + ) + (wire (pts (xy 124.46 185.42) (xy 121.92 185.42)) + (stroke (width 0) (type default)) + (uuid 27e7cb32-6d7a-492e-b46c-ab7fd48e785a) + ) + (wire (pts (xy 448.31 209.55) (xy 359.41 209.55)) + (stroke (width 0) (type default)) + (uuid 27ef49f9-93ae-41c7-98bf-53d756e58553) + ) + (wire (pts (xy 297.18 142.24) (xy 248.92 142.24)) + (stroke (width 0) (type default)) + (uuid 28081c31-8e51-4a63-99a8-eacd9f48f964) + ) + (wire (pts (xy 70.485 78.74) (xy 72.39 78.74)) + (stroke (width 0) (type default)) + (uuid 284d9d51-a508-4bc5-acef-1e87f792f62b) + ) + (wire (pts (xy 408.94 92.71) (xy 416.56 92.71)) + (stroke (width 0) (type default)) + (uuid 28fb176b-f0c3-4a84-a593-4c42293ab9b3) + ) + (wire (pts (xy 464.82 165.1) (xy 429.26 165.1)) + (stroke (width 0) (type default)) + (uuid 29909de6-f175-474f-8301-e5a6638d4e0a) + ) + (wire (pts (xy 342.9 314.96) (xy 337.82 314.96)) + (stroke (width 0) (type default)) + (uuid 299993df-a59a-494b-8a75-ac759fba381e) + ) + (wire (pts (xy 386.08 76.2) (xy 386.08 62.23)) + (stroke (width 0) (type default)) + (uuid 2ab4d6da-d50d-44f5-8b34-b8ac73d494e2) + ) + (wire (pts (xy 177.8 190.5) (xy 177.8 237.49)) + (stroke (width 0) (type default)) + (uuid 2bb8128b-e370-443b-96a1-fb4fb2b67b56) + ) + (wire (pts (xy 538.48 83.82) (xy 521.97 83.82)) + (stroke (width 0) (type default)) + (uuid 2bd4a903-f488-43e5-8daf-aeb3181437e5) + ) + (wire (pts (xy 337.82 312.42) (xy 337.82 314.96)) + (stroke (width 0) (type default)) + (uuid 2c1f20dd-7232-44cb-a88d-ce0c016e5a9b) + ) + (wire (pts (xy 140.97 157.48) (xy 242.57 157.48)) + (stroke (width 0) (type default)) + (uuid 2c26e1bb-6de9-4019-acf0-51785ff9059e) + ) + (wire (pts (xy 43.18 78.74) (xy 43.18 81.28)) + (stroke (width 0) (type default)) + (uuid 2d71b135-50e0-4389-b941-50c659c814ae) + ) + (wire (pts (xy 500.38 212.09) (xy 466.09 212.09)) + (stroke (width 0) (type default)) + (uuid 2e14a29a-1887-4c74-94c9-57c282c62e3f) + ) + (wire (pts (xy 463.55 88.9) (xy 485.14 88.9)) + (stroke (width 0) (type default)) + (uuid 2e8f31dd-f80c-4731-b69c-bc3a919666c8) + ) + (wire (pts (xy 448.31 191.77) (xy 448.31 200.66)) + (stroke (width 0) (type default)) + (uuid 2ecebcc0-26d2-437a-9031-24c7f7178705) + ) + (wire (pts (xy 502.92 52.07) (xy 505.46 52.07)) + (stroke (width 0) (type default)) + (uuid 2eed93bd-07cd-47ee-8a95-2e92390a8621) + ) + (wire (pts (xy 464.82 160.02) (xy 464.82 165.1)) + (stroke (width 0) (type default)) + (uuid 2f47f742-61e2-4df1-a9ca-916ac60a71d3) + ) + (wire (pts (xy 279.4 99.06) (xy 297.18 99.06)) + (stroke (width 0) (type default)) + (uuid 30bb4aa0-2390-47e8-b2db-6f2c678f1293) + ) + (wire (pts (xy 482.6 81.28) (xy 482.6 115.57)) + (stroke (width 0) (type default)) + (uuid 31af0c6c-7a09-49da-8351-4cab60426e25) + ) + (wire (pts (xy 128.27 116.84) (xy 128.27 119.38)) + (stroke (width 0) (type default)) + (uuid 320acd8d-41f2-4bb8-aac8-52e735ff0c35) + ) + (wire (pts (xy 514.35 59.69) (xy 514.35 62.23)) + (stroke (width 0) (type default)) + (uuid 322dcbeb-fffc-4cad-a2ad-1370af2d5bc7) + ) + (wire (pts (xy 138.43 255.27) (xy 153.67 255.27)) + (stroke (width 0) (type default)) + (uuid 3375f328-28b7-4f6e-9d03-a039e2bce629) + ) + (wire (pts (xy 186.69 73.66) (xy 186.69 93.98)) + (stroke (width 0) (type default)) + (uuid 3438bebb-9614-4502-beb8-7c99cae90e74) + ) + (wire (pts (xy 64.77 209.55) (xy 64.77 252.73)) + (stroke (width 0) (type default)) + (uuid 343c2ef1-5acb-4a57-b55b-4d567ccb794a) + ) + (wire (pts (xy 279.4 101.6) (xy 297.18 101.6)) + (stroke (width 0) (type default)) + (uuid 3453b7a6-b5c2-446d-8f85-d561b37a6c71) + ) + (wire (pts (xy 510.54 74.93) (xy 514.35 74.93)) + (stroke (width 0) (type default)) + (uuid 34993efb-09fb-41fb-ba8f-7cf7213524d2) + ) + (wire (pts (xy 168.91 245.11) (xy 184.15 245.11)) + (stroke (width 0) (type default)) + (uuid 34b08dd6-bce7-488f-8166-abd9183880ed) + ) + (wire (pts (xy 466.09 86.36) (xy 487.68 86.36)) + (stroke (width 0) (type default)) + (uuid 3519797f-6afe-4442-a8bd-1a3bed659d88) + ) + (wire (pts (xy 137.16 185.42) (xy 137.16 187.96)) + (stroke (width 0) (type default)) + (uuid 36219f97-3199-4422-84db-2e00837fc0cb) + ) + (wire (pts (xy 466.09 270.51) (xy 466.09 287.02)) + (stroke (width 0) (type default)) + (uuid 36567c79-9510-4f54-a7e7-9030deb9df5e) + ) + (wire (pts (xy 461.01 101.6) (xy 471.17 101.6)) + (stroke (width 0) (type default)) + (uuid 36e011e8-b975-4eea-bfd0-f044cdff152e) + ) + (wire (pts (xy 255.27 320.04) (xy 266.7 320.04)) + (stroke (width 0) (type default)) + (uuid 37f26012-a0bf-4bd5-93b6-de4f77871f65) + ) + (wire (pts (xy 468.63 207.01) (xy 468.63 217.17)) + (stroke (width 0) (type default)) + (uuid 388cf7dd-1a07-4a93-beee-a497e9f80303) + ) + (wire (pts (xy 396.24 92.71) (xy 403.86 92.71)) + (stroke (width 0) (type default)) + (uuid 38e9f227-331b-4ffd-9f01-e4b4d8ecd6f3) + ) + (wire (pts (xy 166.37 138.43) (xy 166.37 133.35)) + (stroke (width 0) (type default)) + (uuid 38ef3cbd-024c-4732-8ff9-b7e09eb5e94b) + ) + (wire (pts (xy 242.57 116.84) (xy 297.18 116.84)) + (stroke (width 0) (type default)) + (uuid 38fa7a22-33f1-4178-a192-dbeef377a585) + ) + (wire (pts (xy 100.33 252.73) (xy 123.19 252.73)) + (stroke (width 0) (type default)) + (uuid 395d986e-e97e-48a0-a55b-568ae27ab0c6) + ) + (wire (pts (xy 342.9 317.5) (xy 342.9 314.96)) + (stroke (width 0) (type default)) + (uuid 39cb9b14-e28e-4df3-b83e-9f319378b8c3) + ) + (wire (pts (xy 494.03 88.9) (xy 494.03 118.11)) + (stroke (width 0) (type default)) + (uuid 39eb46e8-1f93-4fea-8a67-c4c771aaf69f) + ) + (wire (pts (xy 246.38 312.42) (xy 246.38 318.77)) + (stroke (width 0) (type default)) + (uuid 3b8d69be-33aa-49fa-b944-95546ffdcde7) + ) + (wire (pts (xy 485.14 143.51) (xy 462.28 143.51)) + (stroke (width 0) (type default)) + (uuid 3bfff432-f829-4290-bae5-0f9e6460d34d) + ) + (wire (pts (xy 448.31 231.14) (xy 448.31 241.3)) + (stroke (width 0) (type default)) + (uuid 3c754bcf-8aa0-4831-b781-3fc32c1ade41) + ) + (wire (pts (xy 351.79 86.36) (xy 351.79 287.02)) + (stroke (width 0) (type default)) + (uuid 3d60294e-89a3-496f-aacf-22dbab87f3bf) + ) + (wire (pts (xy 132.08 176.53) (xy 132.08 180.34)) + (stroke (width 0) (type default)) + (uuid 3e2ed488-eef5-4aed-b8e5-093b55747b96) + ) + (wire (pts (xy 80.01 240.03) (xy 77.47 240.03)) + (stroke (width 0) (type default)) + (uuid 3e36770f-dbd3-4ab4-bff5-2fb1f2996e59) + ) + (wire (pts (xy 128.27 66.04) (xy 128.27 101.6)) + (stroke (width 0) (type default)) + (uuid 3ee415b2-3303-4cfe-ab45-2030d67b293d) + ) + (wire (pts (xy 62.23 83.82) (xy 58.42 83.82)) + (stroke (width 0) (type default)) + (uuid 3efe1e97-8e7b-47a2-8a33-6fccb73135ec) + ) + (wire (pts (xy 143.51 66.04) (xy 149.86 66.04)) + (stroke (width 0) (type default)) + (uuid 3f5f29c2-d3a5-4a6b-b87d-edccf3f01488) + ) + (wire (pts (xy 284.48 182.88) (xy 284.48 152.4)) + (stroke (width 0) (type default)) + (uuid 3f73732c-5b61-457f-9a20-944012da1a1e) + ) + (wire (pts (xy 121.92 193.04) (xy 121.92 196.85)) + (stroke (width 0) (type default)) + (uuid 3fa090cb-64a1-45ff-88a0-3db36bd4563c) + ) + (wire (pts (xy 330.2 81.28) (xy 356.87 81.28)) + (stroke (width 0) (type default)) + (uuid 3ff49804-e7a6-4443-952b-5d24a713e999) + ) + (wire (pts (xy 168.91 250.19) (xy 184.15 250.19)) + (stroke (width 0) (type default)) + (uuid 4032ea49-4e89-4132-aaaf-cb267d420e35) + ) + (wire (pts (xy 375.92 92.71) (xy 375.92 83.82)) + (stroke (width 0) (type default)) + (uuid 40cc5c45-eca1-42f7-83ec-5278ad57f111) + ) + (wire (pts (xy 461.01 81.28) (xy 471.17 81.28)) + (stroke (width 0) (type default)) + (uuid 41f7678e-18f0-4382-a7cf-edb6e53b0882) + ) + (wire (pts (xy 485.14 81.28) (xy 482.6 81.28)) + (stroke (width 0) (type default)) + (uuid 421651cb-c28e-4983-aa0a-3c1e821fb7aa) + ) + (wire (pts (xy 330.2 99.06) (xy 344.17 99.06)) + (stroke (width 0) (type default)) + (uuid 424dfec0-0ff5-46fa-918e-dbb6a164555a) + ) + (wire (pts (xy 466.09 207.01) (xy 468.63 207.01)) + (stroke (width 0) (type default)) + (uuid 42514628-5899-48ef-bd69-13f9464a8b83) + ) + (wire (pts (xy 455.93 191.77) (xy 448.31 191.77)) + (stroke (width 0) (type default)) + (uuid 4356a0a7-a874-40a4-86e3-026411163dc2) + ) + (wire (pts (xy 173.99 128.27) (xy 189.23 128.27)) + (stroke (width 0) (type default)) + (uuid 43a5b617-fc73-4f68-89d1-97990fae09ea) + ) + (wire (pts (xy 496.57 95.25) (xy 502.92 95.25)) + (stroke (width 0) (type default)) + (uuid 4411f698-b189-4a4f-9523-0f76449560c9) + ) + (wire (pts (xy 143.51 66.04) (xy 143.51 111.76)) + (stroke (width 0) (type default)) + (uuid 44b100c3-37f8-43cb-8548-458fe46391e2) + ) + (wire (pts (xy 361.95 140.97) (xy 361.95 96.52)) + (stroke (width 0) (type default)) + (uuid 45424df1-0cd1-4ca6-ba30-adf19469d275) + ) + (wire (pts (xy 152.4 185.42) (xy 152.4 184.15)) + (stroke (width 0) (type default)) + (uuid 455032db-147f-41cd-a381-8f7e572f812d) + ) + (wire (pts (xy 485.14 81.28) (xy 494.03 81.28)) + (stroke (width 0) (type default)) + (uuid 458550fc-6558-423f-b9cf-183c81a85a4c) + ) + (wire (pts (xy 100.33 250.19) (xy 123.19 250.19)) + (stroke (width 0) (type default)) + (uuid 45c20379-94da-472d-b762-a5195109d1db) + ) + (wire (pts (xy 485.14 160.02) (xy 464.82 160.02)) + (stroke (width 0) (type default)) + (uuid 45f3ea49-a0ab-4ae9-81f7-bb0048cc7faf) + ) + (wire (pts (xy 86.36 91.44) (xy 86.36 88.9)) + (stroke (width 0) (type default)) + (uuid 46804bf4-6bfc-49f5-b2ef-889eceedaae0) + ) + (wire (pts (xy 153.67 240.03) (xy 168.91 240.03)) + (stroke (width 0) (type default)) + (uuid 471b4dbd-616f-402c-bd2b-ee83cb8c0eab) + ) + (wire (pts (xy 153.67 257.81) (xy 168.91 257.81)) + (stroke (width 0) (type default)) + (uuid 473cced6-cd1a-4741-85d6-d747ec784971) + ) + (wire (pts (xy 100.33 212.09) (xy 105.41 212.09)) + (stroke (width 0) (type default)) + (uuid 47ca286e-db84-4759-841c-b3d5298e9466) + ) + (wire (pts (xy 246.38 323.85) (xy 246.38 325.12)) + (stroke (width 0) (type default)) + (uuid 487787c8-44a8-443f-9b8e-77a0f708418e) + ) + (wire (pts (xy 420.37 96.52) (xy 420.37 100.33)) + (stroke (width 0) (type default)) + (uuid 489d315a-15ff-46c8-9bdf-ff5d421d2bd0) + ) + (wire (pts (xy 454.66 130.81) (xy 457.2 130.81)) + (stroke (width 0) (type default)) + (uuid 48f1e1e6-2a91-4ddb-8e57-ddcd1c2611c5) + ) + (wire (pts (xy 172.72 66.04) (xy 172.72 74.93)) + (stroke (width 0) (type default)) + (uuid 496d5e08-d426-469c-9777-2d7275c4a849) + ) + (wire (pts (xy 132.08 190.5) (xy 132.08 237.49)) + (stroke (width 0) (type default)) + (uuid 49814cf2-8085-466a-8023-264076fbcf26) + ) + (wire (pts (xy 485.14 60.96) (xy 485.14 81.28)) + (stroke (width 0) (type default)) + (uuid 4a0c9997-7311-4a98-ab44-89f87d9943c7) + ) + (wire (pts (xy 508 198.12) (xy 508 204.47)) + (stroke (width 0) (type default)) + (uuid 4a8ab484-55e8-4c6c-8f83-4edf451f021f) + ) + (wire (pts (xy 406.4 100.33) (xy 420.37 100.33)) + (stroke (width 0) (type default)) + (uuid 4aeeae16-5367-42f9-be09-c72ddb502e96) + ) + (wire (pts (xy 114.3 320.04) (xy 114.3 322.58)) + (stroke (width 0) (type default)) + (uuid 4b2cab0e-738f-445a-9e3b-0a2726f2d5ad) + ) + (wire (pts (xy 466.09 314.96) (xy 485.14 314.96)) + (stroke (width 0) (type default)) + (uuid 4b4ab18b-65cf-4948-b11a-5c1b9392b8c4) + ) + (wire (pts (xy 457.2 135.89) (xy 457.2 140.97)) + (stroke (width 0) (type default)) + (uuid 4c44c78d-974b-45e6-9866-907ef904a9ab) + ) + (wire (pts (xy 110.49 214.63) (xy 116.84 214.63)) + (stroke (width 0) (type default)) + (uuid 4c557e8a-779e-4dfa-b7c9-11577a44b17d) + ) + (wire (pts (xy 496.57 200.66) (xy 496.57 204.47)) + (stroke (width 0) (type default)) + (uuid 4df8c6da-83aa-45c5-82ae-263d4f9f5a00) + ) + (wire (pts (xy 182.88 185.42) (xy 182.88 184.15)) + (stroke (width 0) (type default)) + (uuid 4e6ab1b2-a3d4-4ca0-903b-5f5583881e38) + ) + (wire (pts (xy 152.4 185.42) (xy 152.4 187.96)) + (stroke (width 0) (type default)) + (uuid 4f522ecc-644b-4907-9fa7-cb571ce65789) + ) + (wire (pts (xy 121.92 179.07) (xy 121.92 176.53)) + (stroke (width 0) (type default)) + (uuid 508d9199-7e86-48f6-87a4-342fcad73f77) + ) + (wire (pts (xy 104.14 320.04) (xy 114.3 320.04)) + (stroke (width 0) (type default)) + (uuid 510bae2a-88d8-4d3a-b52b-6b14a78ccf93) + ) + (wire (pts (xy 80.01 209.55) (xy 64.77 209.55)) + (stroke (width 0) (type default)) + (uuid 515e3709-bf7c-4ec6-9f62-e102e9a601d7) + ) + (wire (pts (xy 167.64 179.07) (xy 167.64 176.53)) + (stroke (width 0) (type default)) + (uuid 51863985-e5e9-43db-bfb4-15513e597597) + ) + (wire (pts (xy 386.08 100.33) (xy 386.08 102.87)) + (stroke (width 0) (type default)) + (uuid 529e933a-dbbd-4757-a234-1c7a7a61a475) + ) + (wire (pts (xy 182.88 176.53) (xy 193.04 176.53)) + (stroke (width 0) (type default)) + (uuid 52a0a907-0452-4634-949b-62b03da6ed82) + ) + (wire (pts (xy 279.4 104.14) (xy 297.18 104.14)) + (stroke (width 0) (type default)) + (uuid 52b330ae-76b2-48ca-828a-f8a791c0c6db) + ) + (wire (pts (xy 279.4 129.54) (xy 297.18 129.54)) + (stroke (width 0) (type default)) + (uuid 53bd9c40-10b0-4b9d-bf9a-0afc0c2ee94b) + ) + (wire (pts (xy 68.58 212.09) (xy 80.01 212.09)) + (stroke (width 0) (type default)) + (uuid 54274ea8-df46-478c-a8d4-39beb948c81a) + ) + (wire (pts (xy 121.92 185.42) (xy 121.92 187.96)) + (stroke (width 0) (type default)) + (uuid 54eae422-c31a-4ed5-bfbb-3b611cdc5d3c) + ) + (wire (pts (xy 514.35 118.11) (xy 514.35 120.65)) + (stroke (width 0) (type default)) + (uuid 558c89ee-c7a7-4ccd-a5a4-b002e338b1f8) + ) + (wire (pts (xy 500.38 217.17) (xy 496.57 217.17)) + (stroke (width 0) (type default)) + (uuid 567deedc-9746-446f-87e6-58c827da9762) + ) + (wire (pts (xy 114.3 320.04) (xy 116.84 320.04)) + (stroke (width 0) (type default)) + (uuid 5802d669-e62b-4061-9b1c-a360092ea579) + ) + (wire (pts (xy 165.1 80.01) (xy 165.1 93.98)) + (stroke (width 0) (type default)) + (uuid 58521363-2da8-4099-a121-3b7910a6e905) + ) + (wire (pts (xy 68.58 196.85) (xy 80.01 196.85)) + (stroke (width 0) (type default)) + (uuid 589d4803-89fe-4801-9ac3-5f147ceb983f) + ) + (wire (pts (xy 143.51 154.94) (xy 297.18 154.94)) + (stroke (width 0) (type default)) + (uuid 58ec7008-ea5c-4cb5-95a3-f57f77914020) + ) + (wire (pts (xy 502.92 85.09) (xy 502.92 82.55)) + (stroke (width 0) (type default)) + (uuid 59820972-a7f5-474e-8b55-333ce346321d) + ) + (wire (pts (xy 86.36 328.93) (xy 86.36 330.2)) + (stroke (width 0) (type default)) + (uuid 5a0129d7-0688-455f-ad93-ca97ad7d3f70) + ) + (wire (pts (xy 502.92 118.11) (xy 502.92 120.65)) + (stroke (width 0) (type default)) + (uuid 5a12593b-d4e9-4c5f-888d-4c81795e075c) + ) + (wire (pts (xy 162.56 176.53) (xy 167.64 176.53)) + (stroke (width 0) (type default)) + (uuid 5a351043-5595-4407-b042-0648ba96695d) + ) + (wire (pts (xy 369.57 133.35) (xy 369.57 49.53)) + (stroke (width 0) (type default)) + (uuid 5a91df6e-202c-494a-bb4a-0803c10be495) + ) + (wire (pts (xy 100.33 255.27) (xy 123.19 255.27)) + (stroke (width 0) (type default)) + (uuid 5a9a20ce-dafc-4c15-82fe-ed9606a2791f) + ) + (wire (pts (xy 162.56 190.5) (xy 162.56 237.49)) + (stroke (width 0) (type default)) + (uuid 5c3abd74-2482-4751-8ae2-68c8ac5b5c61) + ) + (wire (pts (xy 485.14 135.89) (xy 485.14 143.51)) + (stroke (width 0) (type default)) + (uuid 5cd0394d-00fc-4f84-92b4-c8a720f4e072) + ) + (wire (pts (xy 162.56 111.76) (xy 156.21 111.76)) + (stroke (width 0) (type default)) + (uuid 5dc41021-a331-4e84-8982-cc99a203c05a) + ) + (wire (pts (xy 496.57 217.17) (xy 476.25 217.17)) + (stroke (width 0) (type default)) + (uuid 5df4f7a9-301a-4f81-84b4-ee5db4d0719b) + ) + (wire (pts (xy 482.6 115.57) (xy 459.74 115.57)) + (stroke (width 0) (type default)) + (uuid 5e6c75d1-680c-4d4d-888e-fca25a79e386) + ) + (wire (pts (xy 255.27 322.58) (xy 266.7 322.58)) + (stroke (width 0) (type default)) + (uuid 5f60b804-a9ea-482b-b845-47e4f070b595) + ) + (wire (pts (xy 137.16 185.42) (xy 137.16 184.15)) + (stroke (width 0) (type default)) + (uuid 5fac748a-49d6-45e8-8c23-c2e204284b5f) + ) + (wire (pts (xy 168.91 255.27) (xy 184.15 255.27)) + (stroke (width 0) (type default)) + (uuid 6006229c-dc69-4b3d-bcc3-ae0cc528a3f5) + ) + (wire (pts (xy 502.92 128.27) (xy 502.92 125.73)) + (stroke (width 0) (type default)) + (uuid 61862861-e70e-4668-81a0-11741c72f883) + ) + (wire (pts (xy 448.31 209.55) (xy 450.85 209.55)) + (stroke (width 0) (type default)) + (uuid 61ddb8d0-c895-4878-ab34-09843fcc3dc7) + ) + (wire (pts (xy 416.56 83.82) (xy 435.61 83.82)) + (stroke (width 0) (type default)) + (uuid 62574b4f-1703-4828-bdd2-c9ed403505fe) + ) + (wire (pts (xy 448.31 200.66) (xy 448.31 209.55)) + (stroke (width 0) (type default)) + (uuid 6273390c-47f0-4688-8d09-b26878f6ca79) + ) + (wire (pts (xy 143.51 128.27) (xy 158.75 128.27)) + (stroke (width 0) (type default)) + (uuid 63403b8c-67b6-4b45-bbfe-6396fde592d6) + ) + (wire (pts (xy 487.68 149.86) (xy 487.68 86.36)) + (stroke (width 0) (type default)) + (uuid 648041f0-c9f5-466c-b99c-4dd641852828) + ) + (wire (pts (xy 86.36 66.04) (xy 86.36 68.58)) + (stroke (width 0) (type default)) + (uuid 6585da93-3d7d-4b21-ac6d-6ad69f53e9be) + ) + (wire (pts (xy 242.57 157.48) (xy 242.57 116.84)) + (stroke (width 0) (type default)) + (uuid 65b63f25-36ba-4bf8-a02f-1e2fd69c713a) + ) + (wire (pts (xy 147.32 176.53) (xy 152.4 176.53)) + (stroke (width 0) (type default)) + (uuid 667d7c8f-b8e3-4be1-931e-67535436689f) + ) + (wire (pts (xy 457.2 154.94) (xy 457.2 160.02)) + (stroke (width 0) (type default)) + (uuid 66e9c726-20ed-431e-8065-0f5ba3630c72) + ) + (wire (pts (xy 369.57 49.53) (xy 279.4 49.53)) + (stroke (width 0) (type default)) + (uuid 674d92e1-4d29-45c8-b5fa-6419342555e7) + ) + (wire (pts (xy 330.2 86.36) (xy 351.79 86.36)) + (stroke (width 0) (type default)) + (uuid 6873134f-3df1-472d-a910-e828d68700b8) + ) + (wire (pts (xy 502.92 95.25) (xy 502.92 97.79)) + (stroke (width 0) (type default)) + (uuid 6890152f-36a3-4fac-ac47-311308d727bc) + ) + (wire (pts (xy 330.2 101.6) (xy 344.17 101.6)) + (stroke (width 0) (type default)) + (uuid 6894eb02-5dde-4abe-b1b3-3509826d7e88) + ) + (wire (pts (xy 114.3 66.04) (xy 116.84 66.04)) + (stroke (width 0) (type default)) + (uuid 6929d63c-c4ea-40a4-8a44-9972015dd4d0) + ) + (wire (pts (xy 187.96 111.76) (xy 189.23 111.76)) + (stroke (width 0) (type default)) + (uuid 69ad0802-4a05-401b-a12d-3cec3abec65d) + ) + (wire (pts (xy 463.55 341.63) (xy 463.55 294.64)) + (stroke (width 0) (type default)) + (uuid 69c48e7e-aa0b-484d-bf8a-a163b607baad) + ) + (wire (pts (xy 461.01 99.06) (xy 468.63 99.06)) + (stroke (width 0) (type default)) + (uuid 6aab5342-24c7-45e3-b1fd-c3ca2b67dde7) + ) + (wire (pts (xy 538.48 88.9) (xy 524.51 88.9)) + (stroke (width 0) (type default)) + (uuid 6b55b720-df83-497b-9554-fa5163530844) + ) + (wire (pts (xy 485.14 88.9) (xy 494.03 88.9)) + (stroke (width 0) (type default)) + (uuid 6c0e2ae0-c4cc-49df-8900-b21f8276a086) + ) + (wire (pts (xy 100.33 257.81) (xy 123.19 257.81)) + (stroke (width 0) (type default)) + (uuid 6d7b0f3f-53f7-4a8e-9a80-acde735e2231) + ) + (wire (pts (xy 330.2 109.22) (xy 344.17 109.22)) + (stroke (width 0) (type default)) + (uuid 6d7bf2ca-71b8-4e6c-a252-b9a8406a793a) + ) + (wire (pts (xy 149.86 66.04) (xy 157.48 66.04)) + (stroke (width 0) (type default)) + (uuid 6e656fed-3050-4922-8ac7-7166fb0023f1) + ) + (wire (pts (xy 463.55 341.63) (xy 485.14 341.63)) + (stroke (width 0) (type default)) + (uuid 6fa23823-bbeb-45f1-bb48-0d863e72c72a) + ) + (wire (pts (xy 279.4 134.62) (xy 297.18 134.62)) + (stroke (width 0) (type default)) + (uuid 707ed06a-8485-458e-898b-0c6a218094dd) + ) + (wire (pts (xy 344.17 187.96) (xy 279.4 187.96)) + (stroke (width 0) (type default)) + (uuid 70f46e54-48e1-45dc-a3ad-185f979e5de0) + ) + (wire (pts (xy 104.14 313.69) (xy 116.84 313.69)) + (stroke (width 0) (type default)) + (uuid 7113327b-d373-42e9-aed2-303bb36a93e7) + ) + (wire (pts (xy 477.52 144.78) (xy 477.52 140.97)) + (stroke (width 0) (type default)) + (uuid 716e2afd-fd5d-48de-a4cd-06d3debf06cc) + ) + (wire (pts (xy 466.09 96.52) (xy 466.09 86.36)) + (stroke (width 0) (type default)) + (uuid 7346cdf4-f92e-4402-88cd-8d56eab5fd2b) + ) + (wire (pts (xy 133.35 109.22) (xy 140.97 109.22)) + (stroke (width 0) (type default)) + (uuid 7385ddba-a927-4b8c-9ff8-7a9a036650a5) + ) + (wire (pts (xy 156.21 111.76) (xy 143.51 111.76)) + (stroke (width 0) (type default)) + (uuid 739841b0-45be-4fda-bd1d-73097ac7fad8) + ) + (wire (pts (xy 137.16 193.04) (xy 137.16 199.39)) + (stroke (width 0) (type default)) + (uuid 73d287b3-99ba-456a-8e89-2184cdf8c0db) + ) + (wire (pts (xy 468.63 238.76) (xy 468.63 231.14)) + (stroke (width 0) (type default)) + (uuid 740cfad8-91fa-4db3-892e-6652b8b43508) + ) + (wire (pts (xy 104.14 337.82) (xy 116.84 337.82)) + (stroke (width 0) (type default)) + (uuid 744e34b6-9ac6-46df-8d81-849073b428f7) + ) + (wire (pts (xy 100.33 91.44) (xy 86.36 91.44)) + (stroke (width 0) (type default)) + (uuid 745454be-91ee-44d8-aeb7-7f694db1dc5d) + ) + (wire (pts (xy 361.95 96.52) (xy 330.2 96.52)) + (stroke (width 0) (type default)) + (uuid 74678e64-a2d8-42e4-a93c-2183a50a3a29) + ) + (wire (pts (xy 179.07 328.93) (xy 190.5 328.93)) + (stroke (width 0) (type default)) + (uuid 76a6fcb8-5c77-4921-8fe6-dd089a0591e6) + ) + (wire (pts (xy 77.47 78.74) (xy 86.36 78.74)) + (stroke (width 0) (type default)) + (uuid 76b23ff3-b5b5-4591-943a-c81e123b0dad) + ) + (wire (pts (xy 372.11 110.49) (xy 378.46 110.49)) + (stroke (width 0) (type default)) + (uuid 7762b0c7-7c18-4d03-9246-624fc623f5fb) + ) + (wire (pts (xy 177.8 176.53) (xy 182.88 176.53)) + (stroke (width 0) (type default)) + (uuid 77983ec5-af8a-4215-8c89-960fb88b13ce) + ) + (wire (pts (xy 198.12 111.76) (xy 198.12 109.22)) + (stroke (width 0) (type default)) + (uuid 77a09330-59e0-4242-b5fe-84edaa1539ea) + ) + (wire (pts (xy 68.58 201.93) (xy 80.01 201.93)) + (stroke (width 0) (type default)) + (uuid 77a252be-60bf-4608-89d4-1d2b49845f33) + ) + (wire (pts (xy 104.14 308.61) (xy 116.84 308.61)) + (stroke (width 0) (type default)) + (uuid 77ac70a2-9302-45c5-b806-77b98f5a952c) + ) + (wire (pts (xy 58.42 78.74) (xy 60.96 78.74)) + (stroke (width 0) (type default)) + (uuid 781bfe65-1b9b-45ab-87de-2b8beae62e7e) + ) + (wire (pts (xy 396.24 92.71) (xy 396.24 83.82)) + (stroke (width 0) (type default)) + (uuid 784afab7-1caa-456c-9bbc-ff4ddaa6920d) + ) + (wire (pts (xy 356.87 81.28) (xy 356.87 241.3)) + (stroke (width 0) (type default)) + (uuid 7887ae47-5a81-4b51-841d-004789f89ba2) + ) + (wire (pts (xy 182.88 179.07) (xy 182.88 176.53)) + (stroke (width 0) (type default)) + (uuid 7899c32d-f68f-46de-a64f-f1b66c03f529) + ) + (wire (pts (xy 189.23 135.89) (xy 189.23 138.43)) + (stroke (width 0) (type default)) + (uuid 793f416c-4ce1-44c0-ae96-9eb16dcdc93e) + ) + (wire (pts (xy 132.08 176.53) (xy 137.16 176.53)) + (stroke (width 0) (type default)) + (uuid 79aca3f6-5051-4fdb-86f9-729f15d23306) + ) + (wire (pts (xy 480.06 83.82) (xy 468.63 83.82)) + (stroke (width 0) (type default)) + (uuid 7a1306a1-bc20-4a3b-9b00-25121b276273) + ) + (wire (pts (xy 330.2 93.98) (xy 364.49 93.98)) + (stroke (width 0) (type default)) + (uuid 7a67618b-628b-4bbd-b375-ce96abc852db) + ) + (wire (pts (xy 179.07 334.01) (xy 190.5 334.01)) + (stroke (width 0) (type default)) + (uuid 7b83c0eb-da14-40ca-a2c2-89a30129808d) + ) + (wire (pts (xy 508 278.13) (xy 508 283.21)) + (stroke (width 0) (type default)) + (uuid 7bdd162e-3891-4010-98c9-d1a460dd8624) + ) + (wire (pts (xy 330.2 106.68) (xy 344.17 106.68)) + (stroke (width 0) (type default)) + (uuid 7c3eaf68-4393-42ab-a42f-bc58b6cf92c1) + ) + (wire (pts (xy 514.35 118.11) (xy 524.51 118.11)) + (stroke (width 0) (type default)) + (uuid 7ca1859a-7bc9-4862-a581-0e35abea8e7c) + ) + (wire (pts (xy 279.4 109.22) (xy 297.18 109.22)) + (stroke (width 0) (type default)) + (uuid 7ce4bf55-1e28-453c-b38c-432c7acce0a0) + ) + (wire (pts (xy 386.08 92.71) (xy 375.92 92.71)) + (stroke (width 0) (type default)) + (uuid 7d2b2682-298c-4275-b449-f179b339aed3) + ) + (wire (pts (xy 461.01 191.77) (xy 468.63 191.77)) + (stroke (width 0) (type default)) + (uuid 7e5aff0b-8776-49de-84cc-2436a38f2abf) + ) + (wire (pts (xy 284.48 152.4) (xy 297.18 152.4)) + (stroke (width 0) (type default)) + (uuid 7f01ec23-0140-49b0-8690-ee07e96b06ff) + ) + (wire (pts (xy 43.18 91.44) (xy 64.77 91.44)) + (stroke (width 0) (type default)) + (uuid 7f2cdab0-d2a0-4b21-ab2b-6d1ae738a93e) + ) + (wire (pts (xy 524.51 52.07) (xy 524.51 81.28)) + (stroke (width 0) (type default)) + (uuid 8093586d-0c99-4303-a034-202173c25590) + ) + (wire (pts (xy 138.43 257.81) (xy 153.67 257.81)) + (stroke (width 0) (type default)) + (uuid 8109ead9-455a-49e7-ae80-a5d567ee7ee3) + ) + (wire (pts (xy 330.2 111.76) (xy 344.17 111.76)) + (stroke (width 0) (type default)) + (uuid 814cb221-3888-4972-8a02-9b9a1c33e68d) + ) + (wire (pts (xy 279.4 124.46) (xy 297.18 124.46)) + (stroke (width 0) (type default)) + (uuid 8320ecc3-05a3-46db-8a5c-6497b2dd8788) + ) + (wire (pts (xy 189.23 125.73) (xy 189.23 128.27)) + (stroke (width 0) (type default)) + (uuid 83243c92-0020-4bca-b8f8-688480c36595) + ) + (wire (pts (xy 153.67 252.73) (xy 168.91 252.73)) + (stroke (width 0) (type default)) + (uuid 837f7c6a-1867-47bb-a332-d29174d3def6) + ) + (wire (pts (xy 468.63 231.14) (xy 448.31 231.14)) + (stroke (width 0) (type default)) + (uuid 8423a448-085f-4497-87bc-4d309f98a8be) + ) + (wire (pts (xy 255.27 327.66) (xy 266.7 327.66)) + (stroke (width 0) (type default)) + (uuid 84370ddd-6228-4c2f-b368-28d7514b8bb2) + ) + (wire (pts (xy 176.53 111.76) (xy 180.34 111.76)) + (stroke (width 0) (type default)) + (uuid 8570c5fe-a7dc-42e3-8b1b-2acdfa4d1613) + ) + (wire (pts (xy 104.14 335.28) (xy 116.84 335.28)) + (stroke (width 0) (type default)) + (uuid 8580555d-7c03-4f4b-b599-4b14a052b41b) + ) + (wire (pts (xy 496.57 83.82) (xy 487.68 83.82)) + (stroke (width 0) (type default)) + (uuid 86dde3a0-c60b-4b0b-bc87-6943e5fcab14) + ) + (wire (pts (xy 496.57 74.93) (xy 496.57 83.82)) + (stroke (width 0) (type default)) + (uuid 86f575d9-cb99-4fcc-9328-405eef6f97ff) + ) + (wire (pts (xy 133.35 106.68) (xy 133.35 109.22)) + (stroke (width 0) (type default)) + (uuid 87224b1a-68c4-4738-990a-64a65261c889) + ) + (wire (pts (xy 279.4 137.16) (xy 297.18 137.16)) + (stroke (width 0) (type default)) + (uuid 87a96a9d-f17b-4a5b-ae91-b6bc548b07ca) + ) + (wire (pts (xy 391.16 92.71) (xy 396.24 92.71)) + (stroke (width 0) (type default)) + (uuid 87b3126e-6e28-4ad6-9bcb-33ab7c412cd4) + ) + (wire (pts (xy 198.12 125.73) (xy 198.12 138.43)) + (stroke (width 0) (type default)) + (uuid 882c0b48-eda5-4cc4-8814-a67ece8dd866) + ) + (wire (pts (xy 111.76 66.04) (xy 111.76 209.55)) + (stroke (width 0) (type default)) + (uuid 8841acb7-ccad-41b0-8912-aa7e486ac081) + ) + (wire (pts (xy 255.27 332.74) (xy 266.7 332.74)) + (stroke (width 0) (type default)) + (uuid 887ae822-a505-45a3-befe-b1d2a0ca055e) + ) + (wire (pts (xy 128.27 109.22) (xy 128.27 111.76)) + (stroke (width 0) (type default)) + (uuid 8896b754-5e6a-4131-967b-aeed897fe7c9) + ) + (wire (pts (xy 259.08 137.16) (xy 259.08 139.7)) + (stroke (width 0) (type default)) + (uuid 889bc45e-326b-4623-8847-571b2db42225) + ) + (wire (pts (xy 168.91 252.73) (xy 184.15 252.73)) + (stroke (width 0) (type default)) + (uuid 893376d5-3754-4f91-ac25-3ac9934ecf4e) + ) + (wire (pts (xy 461.01 88.9) (xy 463.55 88.9)) + (stroke (width 0) (type default)) + (uuid 8969e59c-af00-4892-ae3f-f553b2b7e123) + ) + (wire (pts (xy 425.45 269.24) (xy 425.45 271.78)) + (stroke (width 0) (type default)) + (uuid 8c1ffc95-1614-4287-ac2d-a64c49812547) + ) + (wire (pts (xy 480.06 113.03) (xy 480.06 83.82)) + (stroke (width 0) (type default)) + (uuid 8c729166-0d9d-4bb0-81e7-33040e1cd398) + ) + (wire (pts (xy 58.42 83.82) (xy 58.42 78.74)) + (stroke (width 0) (type default)) + (uuid 8dfa5994-6606-4b1c-b1f7-37ad65051d37) + ) + (wire (pts (xy 100.33 82.55) (xy 100.33 91.44)) + (stroke (width 0) (type default)) + (uuid 8ea5394a-4f66-441a-b86b-96fc83f897b2) + ) + (wire (pts (xy 396.24 83.82) (xy 398.78 83.82)) + (stroke (width 0) (type default)) + (uuid 8fd9adfe-cb25-4662-855a-9c69a46587ac) + ) + (wire (pts (xy 508 351.79) (xy 508 354.33)) + (stroke (width 0) (type default)) + (uuid 903cc1d0-ab7f-459a-8c47-f99aed0c0d65) + ) + (wire (pts (xy 482.6 135.89) (xy 485.14 135.89)) + (stroke (width 0) (type default)) + (uuid 90d1262a-74df-498b-984d-3993b5febd11) + ) + (wire (pts (xy 502.92 95.25) (xy 505.46 95.25)) + (stroke (width 0) (type default)) + (uuid 911b9029-8228-47a8-8c6f-c5c765e139cc) + ) + (wire (pts (xy 64.77 91.44) (xy 86.36 91.44)) + (stroke (width 0) (type default)) + (uuid 91270dbe-d701-435e-b377-607988d6c729) + ) + (wire (pts (xy 279.4 49.53) (xy 279.4 96.52)) + (stroke (width 0) (type default)) + (uuid 951d5696-b064-489f-885e-ea3291a96243) + ) + (wire (pts (xy 77.47 240.03) (xy 77.47 229.87)) + (stroke (width 0) (type default)) + (uuid 9a8e99b2-707e-4f00-8f2d-8c976f2e6956) + ) + (wire (pts (xy 153.67 247.65) (xy 168.91 247.65)) + (stroke (width 0) (type default)) + (uuid 9aaab855-f9a2-4ee2-908e-21cc5e08170d) + ) + (wire (pts (xy 138.43 242.57) (xy 153.67 242.57)) + (stroke (width 0) (type default)) + (uuid 9ad9e919-7f4a-4ad1-8c3e-48955e0ab4a2) + ) + (wire (pts (xy 110.49 209.55) (xy 111.76 209.55)) + (stroke (width 0) (type default)) + (uuid 9b4555e5-ee39-41b4-ba8a-c4902df49775) + ) + (wire (pts (xy 434.34 160.02) (xy 434.34 152.4)) + (stroke (width 0) (type default)) + (uuid 9b6cde62-83cc-41c4-afd8-c765837bfd7c) + ) + (wire (pts (xy 434.34 135.89) (xy 434.34 152.4)) + (stroke (width 0) (type default)) + (uuid 9bba2015-4bf3-483c-b52b-6c799431149b) + ) + (wire (pts (xy 485.14 130.81) (xy 485.14 88.9)) + (stroke (width 0) (type default)) + (uuid 9c5e113c-ef15-4810-9919-32101a36a2ab) + ) + (wire (pts (xy 179.07 331.47) (xy 190.5 331.47)) + (stroke (width 0) (type default)) + (uuid 9c672303-b2ea-40a7-b314-12c3e2e18447) + ) + (wire (pts (xy 514.35 82.55) (xy 514.35 85.09)) + (stroke (width 0) (type default)) + (uuid 9c7e2bd9-b6a8-42ad-b475-c65ba53893c2) + ) + (wire (pts (xy 330.2 114.3) (xy 344.17 114.3)) + (stroke (width 0) (type default)) + (uuid 9cee2916-b0ff-4e6e-af0b-015f7674946a) + ) + (wire (pts (xy 152.4 201.93) (xy 100.33 201.93)) + (stroke (width 0) (type default)) + (uuid 9d35887d-e197-4509-8687-cdde4951a36d) + ) + (wire (pts (xy 248.92 142.24) (xy 248.92 137.16)) + (stroke (width 0) (type default)) + (uuid 9d52c9d7-eeef-4162-8d96-ec4e9e6bbe91) + ) + (wire (pts (xy 386.08 118.11) (xy 386.08 120.65)) + (stroke (width 0) (type default)) + (uuid 9d8d9f5f-1a33-44bf-86d0-865892431623) + ) + (wire (pts (xy 367.03 91.44) (xy 330.2 91.44)) + (stroke (width 0) (type default)) + (uuid 9d9833c9-c4cc-45c8-9fc4-53393f78bd63) + ) + (wire (pts (xy 246.38 325.12) (xy 266.7 325.12)) + (stroke (width 0) (type default)) + (uuid 9d9c0525-6dd4-42e0-8001-0affb9bcfca6) + ) + (wire (pts (xy 279.4 187.96) (xy 279.4 144.78)) + (stroke (width 0) (type default)) + (uuid 9e763a13-a71d-4d90-8f79-7e16ce68c698) + ) + (wire (pts (xy 510.54 118.11) (xy 514.35 118.11)) + (stroke (width 0) (type default)) + (uuid 9eb95e65-9a39-4bf8-a850-a0e00aa0ac02) + ) + (wire (pts (xy 279.4 132.08) (xy 297.18 132.08)) + (stroke (width 0) (type default)) + (uuid 9f43c058-13aa-4550-b210-e53c38033641) + ) + (wire (pts (xy 487.68 83.82) (xy 480.06 83.82)) + (stroke (width 0) (type default)) + (uuid 9fa5a6a4-b1cd-4ef0-b8c0-0a8cb4f34d27) + ) + (wire (pts (xy 133.35 99.06) (xy 133.35 101.6)) + (stroke (width 0) (type default)) + (uuid a019fe04-1230-4568-ada7-9e63046c39ca) + ) + (wire (pts (xy 123.19 252.73) (xy 138.43 252.73)) + (stroke (width 0) (type default)) + (uuid a039e3d8-5278-41b1-9c18-1ecfd6e9db9a) + ) + (wire (pts (xy 182.88 193.04) (xy 182.88 207.01)) + (stroke (width 0) (type default)) + (uuid a127a1bf-e291-466b-acc3-830c0522e2e0) + ) + (wire (pts (xy 364.49 138.43) (xy 431.8 138.43)) + (stroke (width 0) (type default)) + (uuid a1882932-3d51-4148-85b2-b40808e04ed5) + ) + (wire (pts (xy 464.82 152.4) (xy 467.36 152.4)) + (stroke (width 0) (type default)) + (uuid a1a9a032-9b16-40aa-b3c0-14f09a973b72) + ) + (wire (pts (xy 149.86 66.04) (xy 149.86 74.93)) + (stroke (width 0) (type default)) + (uuid a1fef4b0-da23-4f17-97c9-dff8322ffda8) + ) + (wire (pts (xy 104.14 325.12) (xy 116.84 325.12)) + (stroke (width 0) (type default)) + (uuid a25c4cec-26d2-4922-bc23-11971e66c58b) + ) + (wire (pts (xy 502.92 74.93) (xy 505.46 74.93)) + (stroke (width 0) (type default)) + (uuid a27a232b-3071-4469-a1b9-e44d633ca8cd) + ) + (wire (pts (xy 64.77 66.04) (xy 86.36 66.04)) + (stroke (width 0) (type default)) + (uuid a55b1b77-3e6d-4a7b-bbb7-8a2a9d255c0f) + ) + (wire (pts (xy 147.32 176.53) (xy 147.32 180.34)) + (stroke (width 0) (type default)) + (uuid a623bb0d-a5bc-4445-846d-82f6a1175904) + ) + (wire (pts (xy 496.57 86.36) (xy 496.57 95.25)) + (stroke (width 0) (type default)) + (uuid a6a6f220-eac3-48e3-be3e-109d76c15232) + ) + (wire (pts (xy 111.76 66.04) (xy 114.3 66.04)) + (stroke (width 0) (type default)) + (uuid a6f4ba33-0e6a-4ead-8ca4-d11870601b90) + ) + (wire (pts (xy 153.67 250.19) (xy 168.91 250.19)) + (stroke (width 0) (type default)) + (uuid a75490f1-6921-49a1-8b55-8d06247c6f41) + ) + (wire (pts (xy 471.17 101.6) (xy 471.17 81.28)) + (stroke (width 0) (type default)) + (uuid a7c3f3ab-b868-41b6-b671-f10e801ffbb3) + ) + (wire (pts (xy 179.07 336.55) (xy 190.5 336.55)) + (stroke (width 0) (type default)) + (uuid a843432e-86f6-4ad4-9e4e-60ee44de5799) + ) + (wire (pts (xy 482.6 130.81) (xy 485.14 130.81)) + (stroke (width 0) (type default)) + (uuid a929b7be-fb53-453a-a374-48747c0456e7) + ) + (wire (pts (xy 510.54 95.25) (xy 514.35 95.25)) + (stroke (width 0) (type default)) + (uuid a995c8ff-fc0b-4e86-abdc-7a5041d7e3e2) + ) + (wire (pts (xy 492.76 266.7) (xy 492.76 261.62)) + (stroke (width 0) (type default)) + (uuid a9cadda4-8929-4d44-9747-6341a2af0187) + ) + (wire (pts (xy 246.38 325.12) (xy 246.38 326.39)) + (stroke (width 0) (type default)) + (uuid a9db9a3a-0792-4854-a8d0-1258ff05cf8a) + ) + (wire (pts (xy 436.88 133.35) (xy 439.42 133.35)) + (stroke (width 0) (type default)) + (uuid a9f01090-70a2-4aaf-816e-eb233f4a3e2d) + ) + (wire (pts (xy 153.67 242.57) (xy 168.91 242.57)) + (stroke (width 0) (type default)) + (uuid aa441260-28d0-40b9-9498-0e57e263cf2c) + ) + (wire (pts (xy 471.17 81.28) (xy 482.6 81.28)) + (stroke (width 0) (type default)) + (uuid aa9e5687-87d9-4acb-84fa-acdb9f7d7f39) + ) + (wire (pts (xy 179.07 311.15) (xy 190.5 311.15)) + (stroke (width 0) (type default)) + (uuid aabfe0cf-b9d0-471f-95d3-a5001ea857e8) + ) + (wire (pts (xy 455.93 200.66) (xy 448.31 200.66)) + (stroke (width 0) (type default)) + (uuid aaf0c420-7d90-481d-9452-8871b040f06c) + ) + (wire (pts (xy 332.74 322.58) (xy 332.74 332.74)) + (stroke (width 0) (type default)) + (uuid ac8a66c7-94ba-4ad6-9269-118a6b9cd5f1) + ) + (wire (pts (xy 168.91 257.81) (xy 184.15 257.81)) + (stroke (width 0) (type default)) + (uuid ac92cb5d-a4bf-4fa8-a903-32e5a95bb048) + ) + (wire (pts (xy 43.18 88.9) (xy 43.18 91.44)) + (stroke (width 0) (type default)) + (uuid ad49a427-2e08-4053-bc01-34ce0a938d81) + ) + (wire (pts (xy 462.28 162.56) (xy 462.28 143.51)) + (stroke (width 0) (type default)) + (uuid ad507d07-d25d-4972-ad5b-88d14b156042) + ) + (wire (pts (xy 482.6 149.86) (xy 487.68 149.86)) + (stroke (width 0) (type default)) + (uuid aedf6ef6-744e-4005-ae7d-d78fb42dc3c5) + ) + (wire (pts (xy 431.8 138.43) (xy 431.8 162.56)) + (stroke (width 0) (type default)) + (uuid af01ca66-37fb-4741-bb0a-30fcf41382dd) + ) + (wire (pts (xy 468.63 200.66) (xy 468.63 207.01)) + (stroke (width 0) (type default)) + (uuid af917601-33cc-4023-9525-2c3457ed7f29) + ) + (wire (pts (xy 330.2 88.9) (xy 354.33 88.9)) + (stroke (width 0) (type default)) + (uuid af92f7af-15f8-4974-ab5f-bf1bb61ec25d) + ) + (wire (pts (xy 86.36 78.74) (xy 86.36 81.28)) + (stroke (width 0) (type default)) + (uuid b02ee193-6491-4012-9423-c8f2518bc512) + ) + (wire (pts (xy 121.92 176.53) (xy 132.08 176.53)) + (stroke (width 0) (type default)) + (uuid b0375b6e-85e9-4936-a7b9-140b3f172adf) + ) + (wire (pts (xy 464.82 160.02) (xy 464.82 152.4)) + (stroke (width 0) (type default)) + (uuid b1b28657-c017-4021-9e98-41f45ac9adac) + ) + (wire (pts (xy 167.64 176.53) (xy 177.8 176.53)) + (stroke (width 0) (type default)) + (uuid b1e7575c-15f0-456e-a6e9-9af7de53b676) + ) + (wire (pts (xy 156.21 111.76) (xy 156.21 123.19)) + (stroke (width 0) (type default)) + (uuid b2c6cde5-56c0-449e-880f-e1a410334e99) + ) + (wire (pts (xy 121.92 185.42) (xy 121.92 184.15)) + (stroke (width 0) (type default)) + (uuid b354670b-541f-496e-b4e5-f900c7d2f013) + ) + (wire (pts (xy 369.57 133.35) (xy 436.88 133.35)) + (stroke (width 0) (type default)) + (uuid b3fbbe07-b0c0-42af-926d-2c184d6fe487) + ) + (wire (pts (xy 521.97 83.82) (xy 521.97 74.93)) + (stroke (width 0) (type default)) + (uuid b42ac830-a813-46e8-b1ba-e3c9c89f3ad4) + ) + (wire (pts (xy 128.27 106.68) (xy 128.27 109.22)) + (stroke (width 0) (type default)) + (uuid b45987bc-7399-4d1a-84ed-c1a94e744f22) + ) + (wire (pts (xy 297.18 147.32) (xy 281.94 147.32)) + (stroke (width 0) (type default)) + (uuid b4b3f0e1-8084-4565-9011-eb0b18ca5013) + ) + (wire (pts (xy 138.43 250.19) (xy 153.67 250.19)) + (stroke (width 0) (type default)) + (uuid b6397e7b-79c6-4788-ae40-587b38b187d4) + ) + (wire (pts (xy 508 292.1) (xy 508 289.56)) + (stroke (width 0) (type default)) + (uuid b63f8968-a562-4ed1-8b45-947f7eed264c) + ) + (wire (pts (xy 414.02 83.82) (xy 416.56 83.82)) + (stroke (width 0) (type default)) + (uuid b66f1348-ac8f-466c-bb8a-0b9e9084b39d) + ) + (wire (pts (xy 448.31 241.3) (xy 450.85 241.3)) + (stroke (width 0) (type default)) + (uuid b6a6073e-36e3-4983-80b4-64d6726ea8b9) + ) + (wire (pts (xy 173.99 123.19) (xy 176.53 123.19)) + (stroke (width 0) (type default)) + (uuid b76e77fb-20e6-41f2-b6b3-fb6501f304aa) + ) + (wire (pts (xy 121.92 173.99) (xy 121.92 176.53)) + (stroke (width 0) (type default)) + (uuid b79e729c-09e6-495c-8fb2-09a953863a07) + ) + (wire (pts (xy 375.92 83.82) (xy 378.46 83.82)) + (stroke (width 0) (type default)) + (uuid b7a2de5b-5aaa-4972-9583-9e2bfc46113d) + ) + (wire (pts (xy 514.35 95.25) (xy 521.97 95.25)) + (stroke (width 0) (type default)) + (uuid b7f88ce3-ec1a-4893-a491-0295880c0a40) + ) + (wire (pts (xy 138.43 247.65) (xy 153.67 247.65)) + (stroke (width 0) (type default)) + (uuid b8ab02a3-b720-4ba4-a0a1-523b69c8de19) + ) + (wire (pts (xy 514.35 74.93) (xy 514.35 77.47)) + (stroke (width 0) (type default)) + (uuid b9215c1c-1fbf-4104-bf6d-406d29396b23) + ) + (wire (pts (xy 100.33 204.47) (xy 167.64 204.47)) + (stroke (width 0) (type default)) + (uuid b950f6dd-7b9b-490d-af43-6912150faec4) + ) + (wire (pts (xy 346.71 185.42) (xy 346.71 292.1)) + (stroke (width 0) (type default)) + (uuid b9e1a348-136f-40b7-8e27-b80d96b6a158) + ) + (wire (pts (xy 104.14 327.66) (xy 116.84 327.66)) + (stroke (width 0) (type default)) + (uuid ba1c93b3-c33b-474b-a6ff-4593ed7a68e6) + ) + (wire (pts (xy 429.26 76.2) (xy 435.61 76.2)) + (stroke (width 0) (type default)) + (uuid bab6656d-fd7e-4a0d-bd41-9427fbf89ea9) + ) + (wire (pts (xy 123.19 255.27) (xy 138.43 255.27)) + (stroke (width 0) (type default)) + (uuid bb4c8cf0-4320-493d-8057-c953f6d0747b) + ) + (wire (pts (xy 185.42 185.42) (xy 182.88 185.42)) + (stroke (width 0) (type default)) + (uuid bc93064d-32f5-4299-b8ee-f38ce1be6fc5) + ) + (wire (pts (xy 406.4 102.87) (xy 406.4 100.33)) + (stroke (width 0) (type default)) + (uuid bd489d98-82c1-432a-b611-5814bd10f00c) + ) + (wire (pts (xy 128.27 66.04) (xy 133.35 66.04)) + (stroke (width 0) (type default)) + (uuid bd4f04d0-1ec1-4308-b73a-899c4919ca75) + ) + (wire (pts (xy 152.4 179.07) (xy 152.4 176.53)) + (stroke (width 0) (type default)) + (uuid be12cbc8-2550-491e-aaa7-538c7b263b86) + ) + (wire (pts (xy 466.09 314.96) (xy 466.09 292.1)) + (stroke (width 0) (type default)) + (uuid bf399c98-6aa8-479b-af4f-3ff2d03523e1) + ) + (wire (pts (xy 137.16 179.07) (xy 137.16 176.53)) + (stroke (width 0) (type default)) + (uuid bf8436f0-b252-406c-8f20-128a9b1c2306) + ) + (wire (pts (xy 462.28 133.35) (xy 467.36 133.35)) + (stroke (width 0) (type default)) + (uuid c0069ce6-0daf-4afb-a58f-4ac39f12d120) + ) + (wire (pts (xy 153.67 245.11) (xy 168.91 245.11)) + (stroke (width 0) (type default)) + (uuid c0277db9-c0f5-40f3-9768-8b30949faea2) + ) + (wire (pts (xy 167.64 193.04) (xy 167.64 204.47)) + (stroke (width 0) (type default)) + (uuid c0d0b658-124e-449a-8a7c-9c587b5a098b) + ) + (wire (pts (xy 279.4 96.52) (xy 297.18 96.52)) + (stroke (width 0) (type default)) + (uuid c188775e-370c-4449-b03a-a7329755f7b4) + ) + (wire (pts (xy 349.25 182.88) (xy 349.25 289.56)) + (stroke (width 0) (type default)) + (uuid c18e675b-3333-483b-b2cd-a8b79ffd02d7) + ) + (wire (pts (xy 165.1 66.04) (xy 165.1 74.93)) + (stroke (width 0) (type default)) + (uuid c196c128-9494-4311-a26d-447093fb02fc) + ) + (wire (pts (xy 170.18 185.42) (xy 167.64 185.42)) + (stroke (width 0) (type default)) + (uuid c1cdd76c-8500-4f5b-9c6a-7404170bf7e8) + ) + (wire (pts (xy 359.41 209.55) (xy 359.41 78.74)) + (stroke (width 0) (type default)) + (uuid c2076557-b154-413d-886b-1a285d1db8c6) + ) + (wire (pts (xy 43.18 68.58) (xy 43.18 66.04)) + (stroke (width 0) (type default)) + (uuid c2d63958-8382-488c-b8f4-3c3aef0fa862) + ) + (wire (pts (xy 356.87 241.3) (xy 448.31 241.3)) + (stroke (width 0) (type default)) + (uuid c3a54879-974d-4a4e-b715-fa533ccebf9b) + ) + (wire (pts (xy 43.18 76.2) (xy 43.18 78.74)) + (stroke (width 0) (type default)) + (uuid c41ff127-3a29-42ed-a6a6-5310656376f5) + ) + (wire (pts (xy 143.51 154.94) (xy 143.51 128.27)) + (stroke (width 0) (type default)) + (uuid c4887688-6a11-4209-9097-dfc43fa8f60a) + ) + (wire (pts (xy 514.35 102.87) (xy 514.35 105.41)) + (stroke (width 0) (type default)) + (uuid c4992225-c5bf-4a4d-bc3b-b16c3f7d819f) + ) + (wire (pts (xy 502.92 59.69) (xy 502.92 62.23)) + (stroke (width 0) (type default)) + (uuid c5401be3-de0a-4343-992c-2ef1897d3892) + ) + (wire (pts (xy 100.33 66.04) (xy 111.76 66.04)) + (stroke (width 0) (type default)) + (uuid c7a1ec24-ee2a-4e1e-a775-575857174ec3) + ) + (wire (pts (xy 367.03 135.89) (xy 434.34 135.89)) + (stroke (width 0) (type default)) + (uuid c7c656ca-85a4-47e3-bdb8-85284bf4a0b1) + ) + (wire (pts (xy 139.7 185.42) (xy 137.16 185.42)) + (stroke (width 0) (type default)) + (uuid c85bc58c-b8a7-402a-9db4-9624c7be61e6) + ) + (wire (pts (xy 468.63 200.66) (xy 461.01 200.66)) + (stroke (width 0) (type default)) + (uuid c8d1de00-0959-4cb3-85ef-4c4310dfc3f2) + ) + (wire (pts (xy 461.01 93.98) (xy 463.55 93.98)) + (stroke (width 0) (type default)) + (uuid c8e30deb-7165-41e0-b7d6-747306a71eca) + ) + (wire (pts (xy 468.63 83.82) (xy 461.01 83.82)) + (stroke (width 0) (type default)) + (uuid c93a6815-fb12-4061-ac5a-d7f992974a4d) + ) + (wire (pts (xy 198.12 120.65) (xy 198.12 111.76)) + (stroke (width 0) (type default)) + (uuid c93b4407-140a-4df2-b05e-82d9f7c54ef1) + ) + (wire (pts (xy 476.25 243.84) (xy 466.09 243.84)) + (stroke (width 0) (type default)) + (uuid c9e50611-c5ea-4ae9-89be-f639534be23a) + ) + (wire (pts (xy 116.84 66.04) (xy 128.27 66.04)) + (stroke (width 0) (type default)) + (uuid ca20bc03-13a8-4529-a0e5-bb97703bc2e1) + ) + (wire (pts (xy 153.67 255.27) (xy 168.91 255.27)) + (stroke (width 0) (type default)) + (uuid ca6d3c69-a2de-4946-8bcf-2ef6bb3e3dff) + ) + (wire (pts (xy 165.1 66.04) (xy 172.72 66.04)) + (stroke (width 0) (type default)) + (uuid ccc764cb-41b8-47c9-86f2-600cfb3c844d) + ) + (wire (pts (xy 416.56 83.82) (xy 416.56 92.71)) + (stroke (width 0) (type default)) + (uuid cce25180-0c8b-4696-a318-1d6f7437a8b9) + ) + (wire (pts (xy 354.33 261.62) (xy 417.83 261.62)) + (stroke (width 0) (type default)) + (uuid cd32eff0-0f30-47a6-88da-dd5b3d50ca08) + ) + (wire (pts (xy 468.63 222.25) (xy 468.63 228.6)) + (stroke (width 0) (type default)) + (uuid cdff2235-827f-49ad-8fc1-5f032fc70720) + ) + (wire (pts (xy 367.03 135.89) (xy 367.03 91.44)) + (stroke (width 0) (type default)) + (uuid ce6c257b-62f0-41da-bf50-279646d8bfc5) + ) + (wire (pts (xy 474.98 66.04) (xy 474.98 74.93)) + (stroke (width 0) (type default)) + (uuid ce870719-072f-4dec-9af2-4abc15b66495) + ) + (wire (pts (xy 482.6 154.94) (xy 485.14 154.94)) + (stroke (width 0) (type default)) + (uuid d03bb0d7-de1b-427d-8317-55499b6d7892) + ) + (wire (pts (xy 259.08 139.7) (xy 297.18 139.7)) + (stroke (width 0) (type default)) + (uuid d1046bc7-cd27-4635-a4db-759b398dd1f4) + ) + (wire (pts (xy 435.61 96.52) (xy 420.37 96.52)) + (stroke (width 0) (type default)) + (uuid d25c94a8-9d56-49bd-8aa3-ec81760e583b) + ) + (wire (pts (xy 100.33 240.03) (xy 123.19 240.03)) + (stroke (width 0) (type default)) + (uuid d3286bf0-d4b9-44a6-a03b-81f633088879) + ) + (wire (pts (xy 102.87 219.71) (xy 100.33 219.71)) + (stroke (width 0) (type default)) + (uuid d37c6636-3881-4350-a04c-bf37b653453d) + ) + (wire (pts (xy 281.94 147.32) (xy 281.94 185.42)) + (stroke (width 0) (type default)) + (uuid d390c8e5-476c-4023-9232-7476bd6507cd) + ) + (wire (pts (xy 487.68 83.82) (xy 487.68 55.88)) + (stroke (width 0) (type default)) + (uuid d3a2090e-9fec-40a6-82ad-2d66b378f171) + ) + (wire (pts (xy 457.2 160.02) (xy 434.34 160.02)) + (stroke (width 0) (type default)) + (uuid d3d0e713-fd46-4655-b37e-b1e4c562f487) + ) + (wire (pts (xy 53.34 209.55) (xy 64.77 209.55)) + (stroke (width 0) (type default)) + (uuid d4e9688b-0e26-4f51-94cb-221f14641354) + ) + (wire (pts (xy 434.34 152.4) (xy 439.42 152.4)) + (stroke (width 0) (type default)) + (uuid d5416644-580a-4e4c-af0d-dcc09bd34c1e) + ) + (wire (pts (xy 284.48 149.86) (xy 297.18 149.86)) + (stroke (width 0) (type default)) + (uuid d557f6d4-49b3-4e50-b8c1-793339f7cac2) + ) + (wire (pts (xy 459.74 115.57) (xy 459.74 149.86)) + (stroke (width 0) (type default)) + (uuid d5e883a2-d309-4e90-a754-6f069a64b022) + ) + (wire (pts (xy 514.35 125.73) (xy 514.35 128.27)) + (stroke (width 0) (type default)) + (uuid d5f62591-a8b8-4b58-a967-bd00092d4542) + ) + (wire (pts (xy 349.25 182.88) (xy 284.48 182.88)) + (stroke (width 0) (type default)) + (uuid d6e1da8b-fce4-42fd-95d8-d529db2cb09d) + ) + (wire (pts (xy 86.36 330.2) (xy 116.84 330.2)) + (stroke (width 0) (type default)) + (uuid d7083f96-c0dc-4708-9ee7-42588ceb0862) + ) + (wire (pts (xy 508 344.17) (xy 508 341.63)) + (stroke (width 0) (type default)) + (uuid d70a5a92-de26-499a-b084-0336b8194f2e) + ) + (wire (pts (xy 198.12 63.5) (xy 198.12 66.04)) + (stroke (width 0) (type default)) + (uuid d75424e2-38f6-40f9-865e-66ce5d797eb0) + ) + (wire (pts (xy 167.64 185.42) (xy 167.64 187.96)) + (stroke (width 0) (type default)) + (uuid d7bb8ddc-ea0d-4b23-9373-63510c3313cb) + ) + (wire (pts (xy 121.92 196.85) (xy 100.33 196.85)) + (stroke (width 0) (type default)) + (uuid d81456d6-0a2e-40bf-8400-dec7d5ab990e) + ) + (wire (pts (xy 466.09 292.1) (xy 346.71 292.1)) + (stroke (width 0) (type default)) + (uuid d821fc91-1b5c-46ce-a843-1ed8bc417bdd) + ) + (wire (pts (xy 194.31 66.04) (xy 198.12 66.04)) + (stroke (width 0) (type default)) + (uuid d82f75bf-58e0-48d5-8ac2-e6f51445bd92) + ) + (wire (pts (xy 123.19 245.11) (xy 138.43 245.11)) + (stroke (width 0) (type default)) + (uuid d89ad496-b258-41a9-8b01-b79a5f110c20) + ) + (wire (pts (xy 172.72 66.04) (xy 179.07 66.04)) + (stroke (width 0) (type default)) + (uuid da9c8226-c191-40c0-b60b-63ae7426c56f) + ) + (wire (pts (xy 436.88 140.97) (xy 436.88 133.35)) + (stroke (width 0) (type default)) + (uuid dcce226b-4024-4585-b160-a09cddd472c0) + ) + (wire (pts (xy 502.92 74.93) (xy 502.92 77.47)) + (stroke (width 0) (type default)) + (uuid dcfff5b7-2007-480b-a209-d782592cb198) + ) + (wire (pts (xy 457.2 130.81) (xy 457.2 113.03)) + (stroke (width 0) (type default)) + (uuid ddc23b1e-e999-4916-8b26-62ac7e09cc09) + ) + (wire (pts (xy 464.82 58.42) (xy 467.36 58.42)) + (stroke (width 0) (type default)) + (uuid ddd920d0-3d62-40b8-920b-2a222f3a843e) + ) + (wire (pts (xy 43.18 78.74) (xy 58.42 78.74)) + (stroke (width 0) (type default)) + (uuid defdfdd2-a8ae-440e-b066-c4cd2691bab6) + ) + (wire (pts (xy 521.97 95.25) (xy 521.97 86.36)) + (stroke (width 0) (type default)) + (uuid df16de26-b55e-422a-aee5-b0ebd30f1dba) + ) + (wire (pts (xy 468.63 191.77) (xy 468.63 200.66)) + (stroke (width 0) (type default)) + (uuid df1fd5d0-1ffe-4191-bdba-1675ec95eb74) + ) + (wire (pts (xy 138.43 240.03) (xy 153.67 240.03)) + (stroke (width 0) (type default)) + (uuid df7bd91d-1c43-4563-bc54-937905ad159b) + ) + (wire (pts (xy 461.01 228.6) (xy 461.01 233.68)) + (stroke (width 0) (type default)) + (uuid e05aae64-8dba-4695-b7f5-cba65ac1b438) + ) + (wire (pts (xy 189.23 111.76) (xy 189.23 120.65)) + (stroke (width 0) (type default)) + (uuid e0b9a42b-1fff-45e8-a1f3-0777d4efda5b) + ) + (wire (pts (xy 332.74 314.96) (xy 337.82 314.96)) + (stroke (width 0) (type default)) + (uuid e1a41ca2-d0be-4776-9b87-39e46baae0a9) + ) + (wire (pts (xy 157.48 66.04) (xy 157.48 74.93)) + (stroke (width 0) (type default)) + (uuid e1f93e86-5d14-4d1a-849e-008c37571958) + ) + (wire (pts (xy 462.28 143.51) (xy 462.28 133.35)) + (stroke (width 0) (type default)) + (uuid e2b17b28-264f-42e0-bf13-6c777bbfeb17) + ) + (wire (pts (xy 494.03 118.11) (xy 502.92 118.11)) + (stroke (width 0) (type default)) + (uuid e3540d2d-55f5-4acb-8930-166344c25a84) + ) + (wire (pts (xy 157.48 80.01) (xy 157.48 93.98)) + (stroke (width 0) (type default)) + (uuid e363eb14-b618-4644-96bb-293adeb2f479) + ) + (wire (pts (xy 86.36 330.2) (xy 86.36 331.47)) + (stroke (width 0) (type default)) + (uuid e36507c8-905c-416f-be14-44a8dfa986ba) + ) + (wire (pts (xy 138.43 252.73) (xy 153.67 252.73)) + (stroke (width 0) (type default)) + (uuid e37accd6-833c-435e-9b1c-e880a6cad457) + ) + (wire (pts (xy 157.48 66.04) (xy 165.1 66.04)) + (stroke (width 0) (type default)) + (uuid e46c8ef1-e213-4268-a6aa-3d730d67dac5) + ) + (wire (pts (xy 514.35 95.25) (xy 514.35 97.79)) + (stroke (width 0) (type default)) + (uuid e4bfe9cf-c26b-4a22-bb57-6e586a8aae6b) + ) + (wire (pts (xy 279.4 144.78) (xy 297.18 144.78)) + (stroke (width 0) (type default)) + (uuid e5070b0f-4ebb-43b3-ba25-f7f08e9f3a73) + ) + (wire (pts (xy 100.33 66.04) (xy 100.33 74.93)) + (stroke (width 0) (type default)) + (uuid e53ffb16-35ae-4c7d-a12b-197a7fbf7cba) + ) + (wire (pts (xy 502.92 52.07) (xy 502.92 54.61)) + (stroke (width 0) (type default)) + (uuid e54658b7-5265-4bcd-8c2d-2b82e74cef1d) + ) + (wire (pts (xy 123.19 250.19) (xy 138.43 250.19)) + (stroke (width 0) (type default)) + (uuid e5d9cf59-c8f2-43eb-85f7-38fc76a0d81d) + ) + (wire (pts (xy 114.3 212.09) (xy 110.49 212.09)) + (stroke (width 0) (type default)) + (uuid e7281743-38bb-4bd1-b211-0e28c06c9ba4) + ) + (wire (pts (xy 67.31 83.82) (xy 70.485 83.82)) + (stroke (width 0) (type default)) + (uuid e7f7e14c-cd63-4c75-9481-7e689685503f) + ) + (wire (pts (xy 156.21 123.19) (xy 158.75 123.19)) + (stroke (width 0) (type default)) + (uuid e8279c7a-c819-4db7-b144-86ea75cbea94) + ) + (wire (pts (xy 454.66 154.94) (xy 457.2 154.94)) + (stroke (width 0) (type default)) + (uuid e959b804-5148-4dd4-ab5c-b46ef37301eb) + ) + (wire (pts (xy 406.4 118.11) (xy 406.4 120.65)) + (stroke (width 0) (type default)) + (uuid ea34d26a-5a96-43fb-9bc3-7b1928b8289c) + ) + (wire (pts (xy 494.03 81.28) (xy 494.03 52.07)) + (stroke (width 0) (type default)) + (uuid ea48b716-fc65-4cf0-a8eb-90831e6b6c25) + ) + (wire (pts (xy 170.18 111.76) (xy 176.53 111.76)) + (stroke (width 0) (type default)) + (uuid eaccac61-4a08-4309-b167-f5bb8e1b7169) + ) + (wire (pts (xy 64.77 252.73) (xy 80.01 252.73)) + (stroke (width 0) (type default)) + (uuid eae051c6-7bff-412d-87b0-28a7f0f6495b) + ) + (wire (pts (xy 508 314.96) (xy 500.38 314.96)) + (stroke (width 0) (type default)) + (uuid eb44357d-5a44-4536-9d0a-86df5512f784) + ) + (wire (pts (xy 514.35 52.07) (xy 524.51 52.07)) + (stroke (width 0) (type default)) + (uuid eb722e30-9eba-47b7-aaad-54f1ef811dbb) + ) + (wire (pts (xy 102.87 229.87) (xy 102.87 219.71)) + (stroke (width 0) (type default)) + (uuid ec9864a9-74bc-48e0-8871-5e2f39b973b9) + ) + (wire (pts (xy 466.09 238.76) (xy 468.63 238.76)) + (stroke (width 0) (type default)) + (uuid ecc4a5aa-c309-4a44-b48f-191c29af2b24) + ) + (wire (pts (xy 361.95 140.97) (xy 429.26 140.97)) + (stroke (width 0) (type default)) + (uuid ed2f4f75-124c-4f77-8702-9093140d1bef) + ) + (wire (pts (xy 147.32 190.5) (xy 147.32 237.49)) + (stroke (width 0) (type default)) + (uuid edc5709b-bbe2-4d5a-87d0-7d050444ac91) + ) + (wire (pts (xy 116.84 66.04) (xy 116.84 214.63)) + (stroke (width 0) (type default)) + (uuid edc723f6-5d3d-4d9e-ad93-c0c529659088) + ) + (wire (pts (xy 349.25 289.56) (xy 485.14 289.56)) + (stroke (width 0) (type default)) + (uuid ef5fd571-4a15-488a-96f7-9c142bd7eaf0) + ) + (wire (pts (xy 189.23 128.27) (xy 189.23 130.81)) + (stroke (width 0) (type default)) + (uuid ef6a97ee-b395-4199-901b-abb287b3a974) + ) + (wire (pts (xy 463.55 93.98) (xy 463.55 88.9)) + (stroke (width 0) (type default)) + (uuid f041a0ce-1ab3-4c02-ae37-46438b9cfe7f) + ) + (wire (pts (xy 176.53 123.19) (xy 176.53 111.76)) + (stroke (width 0) (type default)) + (uuid f0481e67-ead9-4616-bd42-1a5278fa2d60) + ) + (wire (pts (xy 140.97 66.04) (xy 143.51 66.04)) + (stroke (width 0) (type default)) + (uuid f1a087ca-43d2-449d-9a2b-401ccf9c48c4) + ) + (wire (pts (xy 189.23 111.76) (xy 198.12 111.76)) + (stroke (width 0) (type default)) + (uuid f2141749-8da9-4d19-b0b0-12862abacf84) + ) + (wire (pts (xy 128.27 109.22) (xy 133.35 109.22)) + (stroke (width 0) (type default)) + (uuid f2d5cd6f-70ad-4d72-a348-2f346246dae1) + ) + (wire (pts (xy 342.9 322.58) (xy 342.9 332.74)) + (stroke (width 0) (type default)) + (uuid f3338d94-3d48-47c9-8a79-663bd68001d3) + ) + (wire (pts (xy 406.4 76.2) (xy 406.4 62.23)) + (stroke (width 0) (type default)) + (uuid f346b844-9be2-4f28-b141-796052ebc469) + ) + (wire (pts (xy 330.2 104.14) (xy 344.17 104.14)) + (stroke (width 0) (type default)) + (uuid f364df47-a790-4e86-9977-82562c9ec8a8) + ) + (wire (pts (xy 464.82 60.96) (xy 464.82 58.42)) + (stroke (width 0) (type default)) + (uuid f49b5aba-dd49-4d7e-8838-96082dcc24c2) + ) + (wire (pts (xy 152.4 193.04) (xy 152.4 201.93)) + (stroke (width 0) (type default)) + (uuid f4cffe1b-3bd6-4065-8a7f-16f51730b26b) + ) + (wire (pts (xy 473.71 261.62) (xy 473.71 306.07)) + (stroke (width 0) (type default)) + (uuid f5d45a1c-a1c1-4433-ab63-c4f82ec0e32d) + ) + (wire (pts (xy 140.97 109.22) (xy 140.97 157.48)) + (stroke (width 0) (type default)) + (uuid f5f38758-ebe6-4402-aac4-82f25d81f250) + ) + (wire (pts (xy 468.63 99.06) (xy 468.63 83.82)) + (stroke (width 0) (type default)) + (uuid f768a483-c5ad-49e9-b163-840d73a20bf7) + ) + (wire (pts (xy 492.76 261.62) (xy 473.71 261.62)) + (stroke (width 0) (type default)) + (uuid f77cf59b-4031-4f40-a1c9-514e6b6bb925) + ) + (wire (pts (xy 279.4 106.68) (xy 297.18 106.68)) + (stroke (width 0) (type default)) + (uuid f7b04cdf-19d2-43c4-8863-b1020fb3fc56) + ) + (wire (pts (xy 393.7 83.82) (xy 396.24 83.82)) + (stroke (width 0) (type default)) + (uuid f8710612-6cde-4b88-83e5-36c9a4d121a0) + ) + (wire (pts (xy 167.64 185.42) (xy 167.64 184.15)) + (stroke (width 0) (type default)) + (uuid f9ac23a4-c6e3-498c-bdf5-fa1e3f727f6d) + ) + (wire (pts (xy 502.92 102.87) (xy 502.92 105.41)) + (stroke (width 0) (type default)) + (uuid fa3b0a9e-b324-457f-a8cd-0243fa0328ab) + ) + (wire (pts (xy 514.35 52.07) (xy 514.35 54.61)) + (stroke (width 0) (type default)) + (uuid fbc364fd-e29b-489e-a39d-fcfd783cb7aa) + ) + (wire (pts (xy 279.4 119.38) (xy 297.18 119.38)) + (stroke (width 0) (type default)) + (uuid fc0337eb-59bf-421d-a5cc-a110230b109f) + ) + (wire (pts (xy 466.09 287.02) (xy 351.79 287.02)) + (stroke (width 0) (type default)) + (uuid fc532349-47c5-484f-9948-0b98673e6a4c) + ) + (wire (pts (xy 496.57 209.55) (xy 496.57 217.17)) + (stroke (width 0) (type default)) + (uuid fc5dc5a2-36c8-4820-9515-95d874ba42b5) + ) + (wire (pts (xy 168.91 247.65) (xy 184.15 247.65)) + (stroke (width 0) (type default)) + (uuid fd586153-db72-49eb-922f-0cdf62b09e43) + ) + (wire (pts (xy 43.18 66.04) (xy 64.77 66.04)) + (stroke (width 0) (type default)) + (uuid fd6b5d32-593d-487a-9d2f-fbdc9c5e9b02) + ) + (wire (pts (xy 137.16 176.53) (xy 147.32 176.53)) + (stroke (width 0) (type default)) + (uuid fe152eef-163f-4b58-8f0f-aa37f75fbbec) + ) + (wire (pts (xy 100.33 242.57) (xy 123.19 242.57)) + (stroke (width 0) (type default)) + (uuid fe1e770b-962d-40c2-98c7-75b1d4d97cac) + ) + (wire (pts (xy 431.8 162.56) (xy 462.28 162.56)) + (stroke (width 0) (type default)) + (uuid ff727141-f24e-4410-9d91-3e87544c73de) + ) + (wire (pts (xy 454.66 135.89) (xy 457.2 135.89)) + (stroke (width 0) (type default)) + (uuid fff49c29-f718-4388-8406-319c7bed91bf) + ) + + (text "600~1750nm" (exclude_from_sim no) + (at 513.08 304.8 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 25a6bddc-69ae-435f-80d4-cc96c29d1c3a) + ) + (text "From DAC3 via OPAMP1" (exclude_from_sim no) + (at 353.06 83.82 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 3329495d-6042-4a82-99a6-adca47cba32b) + ) + (text "430~1100nm" (exclude_from_sim no) + (at 513.08 345.44 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 699c03f5-18f3-4651-8473-b8cf0789a9d9) + ) + (text "2um~5.5um" (exclude_from_sim no) + (at 513.08 279.4 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 92be93f0-1792-48a7-9dbb-05f06094dc9d) + ) + (text "Alternative:\nGZT263" (exclude_from_sim no) + (at 502.92 229.87 0) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 99b15e3c-6a89-4112-b45f-232b6c213a8d) + ) + (text "L ~= 2.98075 µH" (exclude_from_sim no) + (at 55.88 72.39 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e9d9c061-4acc-4f51-8362-0c766d141525) + ) + (text "430~1100nm" (exclude_from_sim no) + (at 513.08 320.04 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f79d3570-b747-46d5-8e04-8a4445cfc533) + ) + + (label "CS1" (at 255.27 327.66 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 00281b04-693c-4c2e-85b7-be69ef143fc6) + ) + (label "SDA{slash}MOSI" (at 68.58 196.85 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 00949ff5-c671-43b6-8afe-e2164771718e) + ) + (label "HG1" (at 101.6 199.39 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 01909896-94f1-4f3d-b337-594b7d53c9e9) + ) + (label "VREF" (at 508 283.21 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 05b20a6f-5e67-42b2-b6c3-7ca89dbe3cad) + ) + (label "CS1" (at 344.17 111.76 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 0bb8ad67-2ee0-41b0-a72e-52485de9604a) + ) + (label "RB_STROBE" (at 53.34 209.55 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 0dcbfe74-5556-4fb4-8744-78968aa6739b) + ) + (label "LG3" (at 101.6 247.65 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 0e0cea04-85fd-4be6-b943-d967d72efe98) + ) + (label "MISO" (at 246.38 312.42 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 11694978-404f-4cba-bf93-edec4067d432) + ) + (label "HG2" (at 101.6 201.93 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 135f327f-e669-49df-8649-8e63754e0075) + ) + (label "VCOIL_MEAS" (at 140.97 110.49 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 147d25cb-889e-42a0-8998-3bed86402b10) + ) + (label "PD_VREF" (at 427.99 261.62 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 1609c4ac-8113-44ca-8171-c79de1e9e36f) + ) + (label "M1S_ADC" (at 425.45 135.89 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 17f2d6d3-6a00-4b10-ad02-0039126c4f02) + ) + (label "BOOST_EN" (at 158.75 128.27 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 19fd7643-c26a-41fc-885b-c47b72fb7519) + ) + (label "PD4" (at 295.91 144.78 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 1f10793b-aecf-4f55-b633-e2da28d7f1e7) + ) + (label "SCL{slash}SCK" (at 104.14 335.28 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 20f51aac-2009-4659-86d9-92bbb0499707) + ) + (label "LG1" (at 101.6 242.57 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 21f57ddd-0e16-42dc-94be-f811328d6cbf) + ) + (label "INT2" (at 104.14 308.61 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 25aaf147-3cf4-4430-9524-ddb8f62bc890) + ) + (label "SDA{slash}MOSI" (at 255.27 322.58 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 2d976d60-3e8f-49cf-a532-f896887c2f52) + ) + (label "SDA{slash}MOSI" (at 104.14 337.82 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 2eddbc68-57fc-43b2-80b9-a11730a56f6d) + ) + (label "M1RETURN" (at 538.48 83.82 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 316d1dfa-aac8-474f-884e-ef8267711aa1) + ) + (label "SCL{slash}SCK" (at 68.58 245.11 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 35105d58-c1dc-4662-a728-f7530c81d1a0) + ) + (label "PD4" (at 478.79 341.63 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 3bf1064f-4145-469d-adf1-931d4599444b) + ) + (label "C_TR1" (at 279.4 134.62 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 3dcc31d1-22bd-4f97-a430-acdb2a90bc6c) + ) + (label "INT1" (at 255.27 332.74 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 3e786f6e-3f92-44e9-986f-3739eb8f71e3) + ) + (label "INT2" (at 279.4 106.68 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 444cf81b-895e-4e42-a0d4-d4df8b7eff4a) + ) + (label "PMOD" (at 279.4 99.06 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 44b72ae4-248a-49df-b26c-ec287a037e9b) + ) + (label "CS3" (at 104.14 327.66 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 4da6d70a-be8e-4452-90d3-fd990f6047d5) + ) + (label "BOOST_EN" (at 295.91 154.94 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 5119a18b-df48-4db0-9ad8-a0810c47bf71) + ) + (label "PA2_DAC_OUT" (at 331.47 83.82 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 56f4a124-87ec-4286-95d8-859a5c0cb98b) + ) + (label "INT3" (at 279.4 109.22 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 582be06e-88aa-4a9b-829e-49d3109d177c) + ) + (label "SDA{slash}MOSI" (at 342.9 332.74 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 5b7e95da-a89d-4e33-b2ff-8c0b84c098af) + ) + (label "SCL{slash}SCK" (at 344.17 101.6 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 5e16beab-f539-4623-bb4a-4ad9acc44ac5) + ) + (label "C_TL" (at 474.98 74.93 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 5ec103c8-6ab7-4bed-be70-0350dfa99c16) + ) + (label "LG6" (at 101.6 255.27 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 5f92688a-ebe9-445b-ac16-a22e2338e89d) + ) + (label "PD3" (at 478.79 314.96 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 6536a659-aed6-4410-95b6-0437bb79ab60) + ) + (label "SDA{slash}MOSI" (at 179.07 334.01 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 67d694ce-9b37-4226-ab0d-1eb16e1d9a7f) + ) + (label "M1SEND" (at 538.48 81.28 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 6c99a956-9eae-4809-8564-bef71ccf3e2a) + ) + (label "C_M1" (at 429.26 78.74 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 70caadc9-5974-4969-b80e-7b19b139f4f4) + ) + (label "C_M1" (at 279.4 121.92 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 718b1b25-6a88-4ec7-908f-8f23ac11560c) + ) + (label "DAC2_OUT1_PD_VREF" (at 331.47 88.9 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 74e95076-4ff1-4c5c-bb26-8e4d2e56574f) + ) + (label "SCL{slash}SCK" (at 284.48 149.86 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7619faa9-99a4-43eb-ac9b-aee8d0b44761) + ) + (label "TP_NTC_raw" (at 478.79 217.17 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7c1be8b5-25b3-4722-80f3-c97c99ecb697) + ) + (label "INT1" (at 279.4 101.6 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7d64ffb0-4313-44b9-8941-3202daf1e5b8) + ) + (label "SCL{slash}SCK" (at 255.27 320.04 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7f8cc369-e078-497c-ad97-6196c4991ba6) + ) + (label "SDA{slash}MOSI" (at 344.17 106.68 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 8026f661-ffd2-4f8f-aa53-1474ccae566f) + ) + (label "LG0" (at 101.6 240.03 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 81c008e1-b43d-4037-b7e6-7c5c16c3eb04) + ) + (label "M2RETURN" (at 538.48 86.36 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 827d75c4-4cea-4f74-8c8d-a00ca77ce5e9) + ) + (label "M1S_ADC" (at 331.47 91.44 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 82eaed5a-e669-4991-a83e-f3d33f66a44d) + ) + (label "HG3" (at 101.6 204.47 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 850f13de-63ba-49f1-a295-f4dbfb18e389) + ) + (label "M2SEND" (at 538.48 88.9 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 8573aa01-f768-4379-a054-3df7bf92a59f) + ) + (label "PD1" (at 331.47 86.36 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 861b4e4c-a0a7-4a3a-85ac-2f951c5a98c2) + ) + (label "C_TR0" (at 279.4 132.08 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 88ac8175-078d-491d-9c34-d67b6d710416) + ) + (label "DAC2_OUT1_PD_VREF" (at 412.75 261.62 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 8bf6cbee-158b-4c08-a77d-7991808cccb3) + ) + (label "SCL{slash}SCK" (at 179.07 331.47 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 92b52603-2d32-405a-b8e9-bc65b62af8ba) + ) + (label "LG4" (at 101.6 250.19 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 92d3334b-4f73-4e4a-91f1-48fc325b6775) + ) + (label "PD2" (at 295.91 152.4 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 941b002c-5f71-4878-ab0b-794363e0f495) + ) + (label "MISO" (at 104.14 320.04 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 96f5d599-b68d-48cc-a76c-116ca72ae677) + ) + (label "TP_SENS" (at 436.88 209.55 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 9986a177-c779-4a70-b616-6af99c035e4b) + ) + (label "M2R_ADC" (at 331.47 96.52 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid a1e9a0dc-185f-4583-831f-173a76e16914) + ) + (label "TP_SENS_raw" (at 478.79 212.09 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid a4a466dd-5526-4229-8e97-5dfcd52fb227) + ) + (label "INT4" (at 179.07 311.15 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid a6cc8ab8-f631-40cb-b8f1-a977e084eb16) + ) + (label "C_SR1" (at 406.4 62.23 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid ab9ad855-bee6-45f0-8cce-bc12cf70be51) + ) + (label "PD2" (at 478.79 289.56 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid acde9bd9-31dc-49c3-85e1-d628bad9453f) + ) + (label "LED_ALM1" (at 295.91 139.7 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid b0de0d15-7deb-466d-bd93-b0246b5a3441) + ) + (label "CS4" (at 179.07 336.55 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b1c9fd91-41bb-4255-804a-6c590205a136) + ) + (label "VREF" (at 468.63 228.6 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b2099373-5324-4c41-aefd-fcc71264c4a1) + ) + (label "C_M0" (at 279.4 119.38 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b59c4de6-04d2-4cf2-8212-1408982b9a6e) + ) + (label "VCOIL_MEAS" (at 279.4 116.84 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b5bcea25-f98d-4629-aba9-dc0e6feda985) + ) + (label "C_SR0" (at 386.08 62.23 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid b5cb1680-d4e2-4ceb-a0b5-479cf673c71b) + ) + (label "RB_STROBE" (at 279.4 137.16 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b5f623a2-7927-43d4-9b2b-4a8d0a9f6442) + ) + (label "M2S_ADC" (at 425.45 138.43 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid b9ecdf52-13ed-40c8-8061-45722207023f) + ) + (label "SDA{slash}MOSI" (at 344.17 99.06 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid ba56b3cf-18d1-402f-b514-4f3510b7fd5e) + ) + (label "TP_NTC" (at 331.47 81.28 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid bdc9f82c-b304-4a00-b692-b9f2e240508d) + ) + (label "CS2" (at 344.17 114.3 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c01882a4-8ba5-421c-b9a8-717d55befa93) + ) + (label "M2S_ADC" (at 331.47 93.98 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c3bfbe00-fbf8-45fc-a265-68ea0072d362) + ) + (label "MISO" (at 344.17 104.14 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c8d877af-6f7d-4d16-bfb5-5330a60b144e) + ) + (label "M2R_ADC" (at 425.45 140.97 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid cd4f9a4b-1344-459f-a32b-a4292a0309fb) + ) + (label "LED_ALM2" (at 295.91 142.24 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid cfacbdd2-e5f7-4f3b-9bb7-5471fdae778c) + ) + (label "HG0" (at 101.6 196.85 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d1327966-552f-43ef-9a08-bd75ef9504b9) + ) + (label "C_TR0" (at 372.11 110.49 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d3e4080c-bc9a-47d1-a10f-29af605264f0) + ) + (label "CS2" (at 104.14 325.12 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d43725d1-6982-40ee-899a-aff0f0fbd339) + ) + (label "PMOD" (at 68.58 212.09 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d4b630b7-9725-4ba8-a195-d3d847309352) + ) + (label "TP_SENS" (at 331.47 78.74 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d6e43d44-7e9d-4d55-b4b6-5a44805c2ec5) + ) + (label "M1R_ADC" (at 425.45 133.35 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid d8d41589-e230-4168-913e-80f5a666dba9) + ) + (label "C_SR1" (at 279.4 129.54 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d9b2b18a-6283-4367-85f6-41fbb408cb70) + ) + (label "HG4" (at 101.6 207.01 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid db14432b-ee8f-4974-ac81-71d040ce77ff) + ) + (label "C_TL" (at 279.4 124.46 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid dc554580-6ad4-4773-ae91-172baa727c14) + ) + (label "CS3" (at 344.17 116.84 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid dd3600ae-b18f-4d4e-89fc-34a4fda0e146) + ) + (label "M1R_ADC" (at 295.91 96.52 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid e2a6e4bf-30ca-4ae5-a358-008170dcd5d2) + ) + (label "INT4" (at 279.4 104.14 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e31f5040-b774-481f-84ab-a2096e9b0ba4) + ) + (label "PD1" (at 478.79 270.51 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e404a7df-fae4-4544-8534-d2db07171e72) + ) + (label "PD3" (at 295.91 147.32 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid e8fa275e-ac95-4db3-a6de-807361149159) + ) + (label "VREF" (at 508 198.12 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid eaaef8b3-37e9-468e-bf38-ea69a19dab97) + ) + (label "INT3" (at 104.14 313.69 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid eae6d647-e6a4-4c54-9465-212035275e9a) + ) + (label "CS4" (at 344.17 109.22 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid eb7f432c-764c-4b19-b2f0-0bee4177b6e0) + ) + (label "SCL{slash}SCK" (at 332.74 332.74 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid ed963b21-4724-4b79-83c8-fd09738379fa) + ) + (label "C_M0" (at 429.26 76.2 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid eebdcb7f-1111-453d-8755-eb04520b976a) + ) + (label "C_TR1" (at 392.43 110.49 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid ef547178-b428-44ee-a5b5-a4eb606a55ca) + ) + (label "TP_NTC" (at 436.88 241.3 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid ef56afab-8cad-414b-afd8-f71afae93c77) + ) + (label "SCL{slash}SCK" (at 68.58 201.93 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f320faa4-121d-452f-942c-1abd3a2d8dc9) + ) + (label "LG7" (at 101.6 257.81 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f880d8ad-ad81-4149-b64c-306236006627) + ) + (label "LG2" (at 101.6 245.11 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f895e719-ab2d-4476-8394-b27466dfc6ee) + ) + (label "C_SR0" (at 279.4 127 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f9f607e4-1411-4525-9052-1188f28187f4) + ) + (label "MISO" (at 179.07 328.93 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid fea4f19a-7739-41f4-8f92-ec6e391380f3) + ) + (label "LG5" (at 101.6 252.73 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid feade4d0-b5e3-49dd-9645-d9bb8d4b88b7) + ) + + (symbol (lib_id "power:+3V3") (at 259.08 124.46 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00854052-b8fb-47a7-bac8-b864f85acf0f) + (property "Reference" "#PWR092" (at 259.08 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 259.08 120.65 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 259.08 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 259.08 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 259.08 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 51d0f780-4e95-4747-b35f-fa81afc777bf)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR092") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 450.85 71.12 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00ee1b6e-59ee-4eee-8b52-7f0c1c97c277) + (property "Reference" "#PWR082" (at 450.85 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 450.85 66.04 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 450.85 71.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 450.85 71.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 450.85 71.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f3590910-afd7-4d6c-8261-2bfe669d7444)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR082") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:L") (at 166.37 111.76 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 019d8690-9238-4aae-93bb-dbe0a726af65) + (property "Reference" "L2" (at 166.37 106.68 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "4.7µH" (at 166.37 109.22 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Inductor_SMD:L_Taiyo-Yuden_MD-4040" (at 166.37 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 166.37 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 166.37 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C98363" (at 166.37 111.76 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "200mg" (at 166.37 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.coilcraft.com/getmedia/21a95fb2-d27c-4ef3-a232-0b0b8777d20e/xgl4040.pdf" (at 166.37 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid fd9de3d7-7aaa-4419-9046-af98dae4f1d7)) + (pin "2" (uuid d886afad-5c71-4019-8394-90b215d156ce)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "L2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 445.77 106.68 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 06128e6d-bef4-4ed5-b64c-6b2cc1237cf7) + (property "Reference" "#PWR084" (at 445.77 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 445.77 111.76 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 445.77 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 445.77 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 445.77 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a26398b4-ad1e-46da-b365-853927714b73)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR084") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 72.39 233.68 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 0719db78-6d07-4a01-844c-718417284471) + (property "Reference" "#PWR0157" (at 72.39 240.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 72.39 237.49 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 72.39 233.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 72.39 233.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 72.39 233.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f75a84c0-88a2-4d08-bb65-b8fc1bfa4f4f)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0157") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 64.77 83.82 270) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 0729ea0f-1a8e-4ec0-ac04-6ed9db75ab16) + (property "Reference" "C2" (at 64.7636 90.17 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "C_Small" (at 64.7636 87.63 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 64.77 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 64.77 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 64.77 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2644069b-c21b-4970-9333-c42668b61e38)) + (pin "2" (uuid e736e63e-3bad-4868-9d3e-1db36e17b1c4)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:D_Photo") (at 508 323.85 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 087c9586-95b5-4591-844e-1e9dd81cb6aa) + (property "Reference" "D6" (at 513.08 321.6275 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "VBPW34SR" (at 513.08 324.1675 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "footprints:VBPW34SR" (at 508 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 508 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C845527" (at 508 323.85 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Field-1" "100mg" (at 508 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Field-1" "guess" (at 508 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid efec6e71-2e68-4a5d-b823-1cd4ec3a0063)) + (pin "2" (uuid 482fe760-812a-4d6e-8ffd-8957de7fb1f9)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "D6") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 514.35 128.27 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 09424827-74bf-48c7-9391-884eff8224d5) + (property "Reference" "#PWR077" (at 514.35 134.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 514.35 132.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 514.35 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 514.35 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 514.35 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ae06b6a2-a042-4331-be5b-cec2a0faed37)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR077") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 383.54 76.2 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 0c32bbe3-b2d5-431f-bfa9-af04593c5ebc) + (property "Reference" "#PWR079" (at 383.54 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 383.54 71.12 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 383.54 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 383.54 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 383.54 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 7c361b7d-aa48-41ed-af62-15b9b576575e)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR079") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:L") (at 64.77 78.74 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 0e0a4624-d769-4944-9252-d7e513980af7) + (property "Reference" "L1" (at 64.77 73.66 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "L" (at 64.77 76.2 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:coil_rx" (at 64.77 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 64.77 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 64.77 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "0mg" (at 64.77 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 99dff52d-2960-4599-a929-a1ed99aa1c51)) + (pin "2" (uuid 47efadf1-9dfb-4d35-ab92-b95e3ae74ba4)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "L1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 314.96 162.56 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 0ee25f56-b0b2-4686-9020-116840ce343f) + (property "Reference" "#PWR05" (at 314.96 168.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 314.96 167.64 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 314.96 162.56 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 314.96 162.56 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 314.96 162.56 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 863968a0-7567-4b7a-94c2-72bd0b53a594)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR05") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 53.34 193.04 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 0f2e25fd-f806-4620-afa9-54704330b2a5) + (property "Reference" "#PWR0108" (at 53.34 199.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 53.34 196.85 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 53.34 193.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 53.34 193.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 53.34 193.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ae33e4d6-54b0-4f69-9021-7c6e1b03ed0e)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0108") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 90.17 267.97 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 0f4bef56-2630-4cf8-be74-51f4ca417042) + (property "Reference" "#PWR0158" (at 90.17 274.32 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 90.17 271.78 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 90.17 267.97 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 90.17 267.97 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 90.17 267.97 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid aad59028-f9a4-4515-8c7b-7cb564f6edcd)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0158") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 508 302.26 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 1037c709-0adb-4321-a52c-424a44dff5fe) + (property "Reference" "#PWR062" (at 508 308.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 508 307.34 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 508 302.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 508 302.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 302.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e972323c-6f19-4f65-82fc-dee7c9fa8f84)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR062") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 223.52 309.88 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 1149cb64-acda-4a85-9bb3-5947764a4972) + (property "Reference" "#PWR030" (at 223.52 316.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 223.52 313.69 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 223.52 309.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 223.52 309.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 223.52 309.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 00a4c956-2cc0-48cb-b598-95d979c5b300)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR030") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 300.99 323.85 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 118ea168-afc5-488f-8427-b826aff28dfa) + (property "Reference" "#PWR018" (at 300.99 330.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 300.99 327.66 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 300.99 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 300.99 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 300.99 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid aaf3d19a-bb24-4b46-aadd-d16eaf72c548)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR018") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 349.25 67.31 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 122b2fd5-5c25-4f71-a97b-ef5fe0e7587f) + (property "Reference" "#PWR048" (at 349.25 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 349.25 71.12 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 349.25 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 349.25 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 349.25 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 459518b7-37ba-4db9-805c-5a12c8735a23)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR048") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_FET:AO3401A") (at 129.54 185.42 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 12494a92-f8c2-4e55-a1b6-6c7d9830ab08) + (property "Reference" "Q45" (at 124.46 186.69 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "AO3401A" (at 133.35 187.96 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 134.62 183.515 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" (at 129.54 185.42 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" (at 129.54 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 129.54 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 129.54 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0a6ceeaf-1b88-45f7-9aed-4c8d9bc98164)) + (pin "2" (uuid 5f9d8cb9-c486-45bc-a533-d96ab920bd65)) + (pin "3" (uuid c79bd85d-480e-4cd0-adb5-d686a3d58251)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "Q45") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 508 52.07 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 160b3e67-e6ac-4487-a550-8dd34f0f0cab) + (property "Reference" "R24" (at 508 46.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 508 49.53 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 508 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 508 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5778d026-880f-474a-9e37-a9abedeb185b)) + (pin "2" (uuid 87101743-529a-495f-a72c-940aa3b5b268)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R24") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 152.4 181.61 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 166706ac-330a-4e4e-a438-491e7438d81a) + (property "Reference" "R21" (at 153.67 181.61 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "47k" (at 153.67 181.61 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 152.4 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 152.4 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 152.4 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c712a834-fa0f-46cf-a28a-d7b1822a294b)) + (pin "2" (uuid 4ed8ebf4-0371-41f1-9052-41394a174cdb)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R21") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 514.35 100.33 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 16d58e1d-b5a6-457f-aa52-fa26d182742b) + (property "Reference" "R27" (at 516.89 99.06 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1M" (at 516.89 101.6 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 514.35 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 514.35 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 514.35 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 774fb650-cc1f-48ce-b1ec-835aef52e01e)) + (pin "2" (uuid e7e3248c-93ee-4902-a467-14de7d4ebefc)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R27") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 349.25 64.77 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 16db1b78-8de4-4efd-a97d-b0d35f91a00f) + (property "Reference" "C18" (at 350.52 60.96 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100n X7R" (at 353.06 76.2 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 349.25 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 349.25 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 349.25 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C1591" (at 349.25 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1f36b015-e8d1-4eb3-bf5e-d5bcef757fba)) + (pin "2" (uuid 1421f136-6f07-49c4-9756-6211c730dfc8)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C18") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 293.37 318.77 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 182d13f0-234e-4ea6-acbc-cab95e0bcbbe) + (property "Reference" "#PWR015" (at 293.37 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 293.37 313.69 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 293.37 318.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 293.37 318.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 293.37 318.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c28dbeda-267a-4ef1-817e-ff8ab06b5967)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR015") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 133.35 303.53 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 1832ee32-8ea0-4886-9d22-46a73acb716f) + (property "Reference" "#PWR010" (at 133.35 307.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 133.35 298.45 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 133.35 303.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 133.35 303.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 133.35 303.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 897cf827-ed9f-4547-a598-667550a512bb)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR010") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "symbols:LSM6DSV16BX") (at 204.47 323.85 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 1b0dfc71-84ac-4a18-97c7-25083f1c648c) + (property "Reference" "U5" (at 194.31 304.8 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "LSM6DSV16BX" (at 194.31 307.34 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_LGA:LGA-14_3x2.5mm_P0.5mm_LayoutBorder3x4y" (at 204.47 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/lsm6dsv16bx.pdf" (at 204.47 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 204.47 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "12.0mg" (at 204.47 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/e9/61/2f/8d/a5/61/40/e9/DM00917966/files/MD_B0G2%20VLGA%202.5X3X0.74MAX%2014L%20PITCH%200.5_77AAMY2UACB%20(LSM6DSV16BXTR)_A_ver2_signed.pdf/jcr:content/translations/en.MD_B0G2%20VLGA%202.5X3X0.74MAX%2014L%20PITCH%200.5_77AAMY2UACB%20(LSM6DSV16BXTR)_A_ver2_signed.pdf" (at 204.47 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 83310776-a33f-4545-8705-771c8ca8ba1d)) + (pin "10" (uuid 5d0af0fd-3ea4-4dde-99e2-e29cc4356072)) + (pin "11" (uuid a6ea751c-2939-4761-98d3-de488768e16f)) + (pin "12" (uuid d2667851-d4bc-4aff-b6d0-d9fa33f7f98c)) + (pin "13" (uuid 26bbed62-621b-43ca-9c1c-d8d3b1fb4f15)) + (pin "14" (uuid c8dfdbe0-6576-42da-9b33-a8514479986d)) + (pin "2" (uuid 9a310705-3080-4a0c-a223-e902eb45f2ae)) + (pin "3" (uuid b3aea667-16e4-4b9c-81d0-4c7b06254a5e)) + (pin "4" (uuid f66d0e25-3e2c-41f9-80b6-7dcd982dd5ac)) + (pin "5" (uuid 0fc9b9c1-7072-4477-9691-a3f1d4de3699)) + (pin "6" (uuid e8e43937-0689-4394-a881-a6010a56a968)) + (pin "7" (uuid 51c87c0d-3fce-4a8b-b543-def2d7447fd3)) + (pin "8" (uuid feda8058-ea41-479a-a9db-d54f0dbc7a8a)) + (pin "9" (uuid d09377a9-e62c-40eb-9dc4-7d1ac5dc3685)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "MCU_ST_STM32G4:STM32G431CBUx") (at 312.42 119.38 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 1db54a70-b56e-473e-b465-f1b3736a258c) + (property "Reference" "U12" (at 317.1541 162.56 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "STM32G431CBUx" (at 317.1541 165.1 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_DFN_QFN:QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm" (at 299.72 160.02 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/stm32g431cb.pdf" (at 312.42 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 312.42 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C529356" (at 312.42 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "141mg" (at 312.42 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.irf.com/ehs/compliance/cr-qfn_7x7.pdf" (at 312.42 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 71288976-8708-44fe-a67a-4237fb0658f4)) + (pin "10" (uuid 2db8afc9-c2c1-49c8-8664-318306aef1de) (alternate "OPAMP1_VOUT")) + (pin "11" (uuid 11fb8c12-dd57-440f-8290-4654ce1f5ffb) (alternate "ADC1_IN4")) + (pin "12" (uuid ffbff9af-bad5-4ad8-979e-1088794a12b8) (alternate "DAC1_OUT1")) + (pin "13" (uuid cf1fbd06-bfbb-40c5-b14b-f01ac9d85cc0) (alternate "ADC2_IN13")) + (pin "14" (uuid 22c9efc7-305c-4335-83b2-eb752900a369) (alternate "ADC2_IN3")) + (pin "15" (uuid fdf3e0fe-44a0-4f2a-84bc-0e78a32f3608) (alternate "ADC2_IN4")) + (pin "16" (uuid 80f46453-3546-4430-85cc-339edb56b283) (alternate "ADC2_IN5")) + (pin "17" (uuid 3cb6c145-4309-43fa-ae35-5719c6735fa1) (alternate "OPAMP3_VINP")) + (pin "18" (uuid ca0a0561-b517-4728-b8ba-2e15a7156d44)) + (pin "19" (uuid 3522a9e6-fc9e-4a3a-b8f6-766ff5d6ec86) (alternate "OPAMP3_VINM")) + (pin "2" (uuid a190425a-db6e-4b33-bd60-3ce4346e9d83)) + (pin "20" (uuid 9b237561-8299-46e8-b676-7b54810c5bc3)) + (pin "21" (uuid 00b29abb-0dc0-4847-ace6-f2448b625404)) + (pin "22" (uuid 249190d7-9ac1-4a7c-834a-4e2b7e2c5e9a)) + (pin "23" (uuid 40bdde37-614d-4770-a46d-65c35995bb44)) + (pin "24" (uuid c746cb8a-b51d-471c-bed1-9b4c2e2ae3e0) (alternate "ADC1_IN14")) + (pin "25" (uuid 52c56b1c-4241-4811-b351-b24edca61522) (alternate "ADC1_IN11")) + (pin "26" (uuid 32f51179-6f27-496b-89b7-94b9e588cabb) (alternate "SPI2_SCK")) + (pin "27" (uuid 2bf2e3c7-3ae2-48f1-a4c0-5fcc71dc363e) (alternate "ADC1_IN5")) + (pin "28" (uuid 31bd84bc-a96d-45a3-a3b9-edff48ef32ac)) + (pin "29" (uuid 661bf693-af40-4074-8dda-e13f90284c66) (alternate "TIM8_CH1")) + (pin "3" (uuid 5ca0189f-75a8-413b-ae9b-715a1481b8af)) + (pin "30" (uuid 7d321e4c-ecc1-408d-bf63-b2de87747dd8) (alternate "I2C2_SDA")) + (pin "31" (uuid 016ff7f9-222e-4125-b58b-877d15ce9288) (alternate "I2C2_SCL")) + (pin "32" (uuid 3a39289c-196a-4187-9570-42325d79872c) (alternate "SPI2_MISO")) + (pin "33" (uuid efc96ff9-69e1-4866-a48d-f3ca81e8e979) (alternate "SPI2_MOSI")) + (pin "34" (uuid c616738d-c65c-4d8a-97c2-a8f9b8ad57f2)) + (pin "35" (uuid 521ba042-3306-4fe8-be9e-3a4f1979abec)) + (pin "36" (uuid a8e9b4c3-e4c3-4159-8a5d-03db6a332ef0)) + (pin "37" (uuid db352692-1dce-420b-b080-6008974fd133)) + (pin "38" (uuid 259870ff-4634-4648-b85e-da0adcff401c)) + (pin "39" (uuid ff9f0dcf-15d7-401f-a2d8-3714727d5eec)) + (pin "4" (uuid 3e964eca-9f15-4ca2-9a3f-895252c780e3)) + (pin "40" (uuid fcb03f7c-0dd2-4be5-b800-368bb7f25fa7)) + (pin "41" (uuid 0699ee2e-2bba-4345-89c8-86e2dd55df25)) + (pin "42" (uuid 2fe6ac12-9117-421d-834b-af3103e30d6a)) + (pin "43" (uuid b1fc886c-d079-47d8-be2f-7c908ebcf020)) + (pin "44" (uuid ee23d1de-7f8c-453b-9f99-4e0423295a99)) + (pin "45" (uuid 876c783b-b734-4c13-97e4-ee4da882793b)) + (pin "46" (uuid 4ef0a58e-50f2-4b77-bc45-e44f04b2f4c1)) + (pin "47" (uuid 1d42d0e1-8f02-4f98-8cf1-9e2e8d40b6b7)) + (pin "48" (uuid 55717878-06e8-4897-a676-efd5872d1164)) + (pin "49" (uuid b2e358db-1809-4ea3-a0eb-cc8a818a0ec6)) + (pin "5" (uuid 2b87f73c-4b84-4a53-8fb5-83f674cb1801)) + (pin "6" (uuid c3b52ba5-2574-4a7e-ae06-18db6076242e)) + (pin "7" (uuid fa42134b-019c-4f9d-8196-601bcf896a88)) + (pin "8" (uuid ccb112d6-3b7b-4559-a132-b3cf490fd603) (alternate "ADC1_IN1")) + (pin "9" (uuid f65c4ff4-aef4-43b3-811b-070e0b0a754e) (alternate "ADC1_IN2")) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U12") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 90.17 224.79 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 1ee9ab40-50d1-405d-8aa7-7e3eac00eba5) + (property "Reference" "#PWR0106" (at 90.17 231.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 90.17 228.6 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 90.17 224.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 90.17 224.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 90.17 224.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8f06a8ac-5613-4c06-b3b0-9843de0cf32f)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0106") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 190.5 318.77 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 22746b27-4de6-4e4b-ab16-eab31e4c1e24) + (property "Reference" "#PWR034" (at 184.15 318.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 185.42 318.77 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 190.5 318.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 190.5 318.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 190.5 318.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d5785aba-4acd-4bca-a08f-e1ecaf6dd9fa)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR034") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 461.01 228.6 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 23196ffa-9a79-4311-baec-2536c8c97e0f) + (property "Reference" "#PWR060" (at 461.01 232.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 461.01 223.52 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 461.01 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 461.01 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 461.01 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f4c4c024-8920-42be-973b-fe9d82c54bac)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR060") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 425.45 266.7 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 23391e48-fbef-4875-9428-7c5eb7121faf) + (property "Reference" "C19" (at 427.99 265.4236 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "10n" (at 427.99 267.9636 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 425.45 266.7 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 425.45 266.7 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 425.45 266.7 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "DNP" "DNP" (at 425.45 266.7 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c8e1fb7c-c2d4-4cbd-861a-a9f87d9d418d)) + (pin "2" (uuid 00cce382-d3f1-40cc-bed8-2580f87e0f75)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C19") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 300.99 318.77 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 241b0d26-1423-4180-a6ed-ce45685b5133) + (property "Reference" "#PWR017" (at 300.99 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 300.99 313.69 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 300.99 318.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 300.99 318.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 300.99 318.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 060e3aaf-8b06-4097-b13e-27549b62df58)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR017") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 190.5 323.85 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 258d68a0-ee35-493c-af2f-08a48f83109d) + (property "Reference" "#PWR033" (at 184.15 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 185.42 323.85 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 190.5 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 190.5 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 190.5 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a49f5adf-2686-42ba-ab08-e7171a336048)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR033") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+24V") (at 198.12 109.22 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 27db2f05-905b-4831-a4e2-992ce8c1fde4) + (property "Reference" "#PWR099" (at 198.12 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+24V" (at 198.12 104.14 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 198.12 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 198.12 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Power symbol creates a global label with name \"+24V\"" (at 198.12 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d1003862-0d4c-4df8-b616-a43abdb18744)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR099") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:D_Schottky") (at 137.16 66.04 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 286a33b4-fad9-4a6f-9dd4-633c545f6929) + (property "Reference" "D12" (at 137.4775 59.69 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "K36" (at 137.4775 62.23 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123F" (at 137.16 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 137.16 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 137.16 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2922184" (at 137.16 66.04 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "17mg" (at 137.16 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/docs/PDD/SOD-123FPD.PDF" (at 137.16 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 417a98cf-ed2a-473e-8bf3-a8fb69509a0a)) + (pin "2" (uuid 04a58e68-68bf-4d02-a425-36de1ea756c4)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "D12") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:LED") (at 248.92 133.35 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 292ee393-82ce-4838-ad0c-60acb95341e6) + (property "Reference" "D9" (at 252.73 133.6675 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "white" (at 252.73 136.2075 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "LED_SMD:LED_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (at 248.92 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 248.92 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Light emitting diode" (at 248.92 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "20mg" (at 248.92 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "guess" (at 248.92 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1434edb6-50dc-48fa-a93b-2b49091ca9ab)) + (pin "2" (uuid cbc2a915-b2c9-4c7c-bd67-35970608de7d)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "D9") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 90.17 234.95 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 299dbce8-9bcc-4f9a-b0ce-a63e9574d768) + (property "Reference" "#PWR0153" (at 90.17 238.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 90.17 231.14 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 90.17 234.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 90.17 234.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 90.17 234.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid eeef61f2-e9e7-4815-9b24-5031e8307d65)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0153") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 165.1 93.98 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 2a85e7c1-52da-40cf-b3a9-fc62d3e95403) + (property "Reference" "#PWR096" (at 165.1 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 165.1 99.06 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 165.1 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 165.1 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 165.1 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ac5354cb-f88f-4390-a925-67e7761b59d1)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR096") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Amplifier_Operational:MCP6L04-xST") (at 474.98 133.35 0) (mirror y) (unit 5) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 2a867edf-c5f4-49e5-9873-6a79f75bffa8) + (property "Reference" "U16" (at 476.25 132.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Value" "AD8648ARUZ" (at 476.25 133.35 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 474.98 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/devicedoc/22140b.pdf" (at 474.98 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Quad, 1 MHz, 85µA, Rail-to-Rail input and output, TSSOP-14" (at 474.98 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C147925" (at 474.98 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "72mg" (at 474.98 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/f5/99/e2/01/eb/25/46/50/DM00945465/files/42YA_466XXXY_signed.pdf/jcr:content/translations/en.42YA_466XXXY_signed.pdf" (at 474.98 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cf295b73-d360-4357-91e3-647aab59da59)) + (pin "2" (uuid d5bbca41-6e13-49e3-b2d2-129111033d52)) + (pin "3" (uuid 0897517c-3e87-43e1-8b91-7cda9086e115)) + (pin "5" (uuid 9cd05e63-a9ca-4bac-a1ff-938609b31600)) + (pin "6" (uuid df1f65ff-d164-4da6-8b6b-37bdebaa6aec)) + (pin "7" (uuid 645f16a0-a08b-4f99-a9ca-8790ddfc7819)) + (pin "10" (uuid 38a16851-e899-43ab-acad-7b56e1ec8f18)) + (pin "8" (uuid 9a2cd9fd-62f0-40a6-974d-586ebb607721)) + (pin "9" (uuid 543dc459-ac1f-464c-9074-4518af9ae378)) + (pin "12" (uuid 15c19449-029c-47b1-b8b5-d3669c3b3895)) + (pin "13" (uuid 720cbc21-fd18-4d8e-ad3b-5423b6c516a3)) + (pin "14" (uuid e2b58a0b-59b5-4777-9a18-07c83c9eb085)) + (pin "11" (uuid 173b3dd4-2e94-40b6-ac48-c615c74818f1)) + (pin "4" (uuid 95f8a4cd-a54e-405b-9d7c-b79e3ac0dfc9)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U16") (unit 5) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 477.52 125.73 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 2b4df052-ca51-4d87-ba93-03137c717d92) + (property "Reference" "#PWR087" (at 477.52 129.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 477.52 120.65 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 477.52 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 477.52 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 477.52 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e7655230-9866-4cd8-901e-34278dec501c)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR087") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "symbols:security_mesh") (at 541.02 86.36 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 2e645474-55b1-4969-ac28-887035c3f0b6) + (property "Reference" "J1" (at 547.37 85.09 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "~" (at 541.02 86.36 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:mesh_conn" (at 541.02 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 541.02 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 541.02 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "0mg" (at 541.02 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 85a8f548-513b-474b-a744-5a8905928cc8)) + (pin "2" (uuid 9d8d3709-480d-4ee4-9902-15888a9a61d1)) + (pin "3" (uuid a8752841-1268-41a0-a66a-b4285ed3660a)) + (pin "4" (uuid cbbc3ea9-f7e9-4cfd-a7e1-193332fde88d)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "J1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 189.23 138.43 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 2ec7ac4c-983f-4ecb-9786-1a71821422c3) + (property "Reference" "#PWR0100" (at 189.23 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 189.23 143.51 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 189.23 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 189.23 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 189.23 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2f0e702d-18dd-4b20-9db0-7bb9225461d4)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0100") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 152.4 190.5 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 30855bbb-90dc-467f-a682-9a5a7d874adf) + (property "Reference" "R22" (at 153.67 190.5 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "220k" (at 153.67 194.31 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 152.4 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 152.4 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 152.4 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f4004b7d-c973-4ca4-b8c4-fda48769cabc)) + (pin "2" (uuid 226bc400-3f91-4f11-9ddc-036dfe7bd244)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R22") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 172.72 93.98 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 3096ef73-0a16-4323-866d-cc7070cb030d) + (property "Reference" "#PWR097" (at 172.72 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 172.72 99.06 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 172.72 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 172.72 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 172.72 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 285a6f48-2a3e-4aed-aa29-1a117a24904b)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR097") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:D_Photo") (at 508 275.59 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 318a8c59-5a98-4092-af81-aaca2c902cc8) + (property "Reference" "D8" (at 513.08 273.3675 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "P16612-011CA" (at 513.08 275.9075 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "footprints:P16612-011CA" (at 508 274.32 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.hamamatsu.com/content/dam/hamamatsu-photonics/sites/documents/99_SALES_LIBRARY/ssd/p16612-011ca_kird1145e.pdf" (at 508 274.32 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 275.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Field-1" "250mg" (at 508 275.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Field-1" "guess" (at 508 275.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4e3db35c-6cba-47a9-a5ba-13a27147e6cd)) + (pin "2" (uuid ed4ad3cd-4582-4c16-99c0-af9cc3e40d79)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "D8") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 508 156.21 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 31f54fef-99a7-4ae2-877c-cc15b5bfdc07) + (property "Reference" "#PWR088" (at 508 162.56 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 508 160.02 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 508 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 508 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ce8fb104-26ad-470d-a584-f95f6484490f)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR088") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 60.96 190.5 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 328e0a90-1ba6-4c3b-90e5-458afaa6dfdb) + (property "Reference" "C31" (at 62.23 186.69 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100n X7R" (at 64.77 201.93 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 60.96 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 60.96 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 60.96 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C1591" (at 60.96 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a94db536-c655-4a97-aca2-23687b3e04ff)) + (pin "2" (uuid 2579798c-5241-4c0a-827f-876cb6c643ca)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C31") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 128.27 119.38 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 32aa6493-3e34-4810-a782-3d52b3cd89d7) + (property "Reference" "#PWR0102" (at 128.27 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 128.27 124.46 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 128.27 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 128.27 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 128.27 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f1642bc3-759d-40b6-910d-2e7fb204a478)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0102") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 157.48 93.98 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 3394dee1-875e-4d2b-b420-8913c4d9dcf2) + (property "Reference" "#PWR095" (at 157.48 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 157.48 99.06 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 157.48 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 157.48 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 157.48 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a2f85279-1707-4745-91ea-d29f8af7c47a)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR095") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 231.14 304.8 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 34f5d4df-4ab7-40f4-8eeb-fb9e9b54964b) + (property "Reference" "#PWR031" (at 231.14 308.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 231.14 299.72 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 231.14 304.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 231.14 304.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 231.14 304.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c8bcf092-c8e5-477f-8c2d-7ffb1c6e3d01)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR031") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 133.35 341.63 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 3516735e-a30a-47ca-a40f-bcc43e8092b2) + (property "Reference" "#PWR08" (at 133.35 347.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 133.35 346.71 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 133.35 341.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 133.35 341.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 133.35 341.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1e89e240-48ff-4595-bbaf-22c222d705f2)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR08") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 86.36 336.55 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 36c7ccb9-2db4-414f-8a9b-bbbc7f8e8047) + (property "Reference" "#PWR011" (at 86.36 342.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 86.36 341.63 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 86.36 336.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 86.36 336.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 86.36 336.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 87fa77e6-0342-4c0b-8978-9292af91208a)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR011") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 130.81 341.63 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 36d685b1-281f-44b1-be19-6f3c3682cef7) + (property "Reference" "#PWR07" (at 130.81 347.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 130.81 346.71 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 130.81 341.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 130.81 341.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 130.81 341.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a8176c85-899a-45ea-b5fa-c5079df51120)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR07") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 64.77 93.98 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 36f09bf4-1251-458c-9e97-6ee73faf28a0) + (property "Reference" "#PWR01" (at 64.77 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 64.77 99.06 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 64.77 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 64.77 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 64.77 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 370215ba-2f06-492e-9668-090947eb73d6)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR01") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 121.92 181.61 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 36ff4ba0-7589-420d-b2dd-51e911ccfa73) + (property "Reference" "R124" (at 123.19 179.07 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "47k" (at 123.19 181.61 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 121.92 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 121.92 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 121.92 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 37c44c84-3532-48db-ad2d-959fadfc55ff)) + (pin "2" (uuid 32ac0956-a5e0-406b-a122-dbf9e0c857ca)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R124") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 514.35 85.09 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 38b426fa-8a62-41e7-bb4b-d1f5a68d7107) + (property "Reference" "#PWR075" (at 514.35 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 514.35 88.9 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 514.35 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 514.35 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 514.35 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3724a9b9-7b67-4217-b3f2-220bef28397a)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR075") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Mechanical:MountingHole") (at 86.36 44.45 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 391a6b7f-5715-455a-9db3-38ffae716356) + (property "Reference" "H3" (at 88.9 43.18 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "M3" (at 88.9 45.72 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_DIN965" (at 86.36 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 86.36 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Mounting Hole without connection" (at 86.36 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "0mg" (at 86.36 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "H3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 72.39 231.14 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 3b4d9df5-1e2d-40fc-ac13-f3ffd57b8a5d) + (property "Reference" "C33" (at 73.66 227.33 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100n X7R" (at 76.2 242.57 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 72.39 231.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 72.39 231.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 72.39 231.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C1591" (at 72.39 231.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 385e9dae-6729-4982-8ca0-503fb74a74f1)) + (pin "2" (uuid 7b72e638-c22b-40a7-a6df-a3a6b4077449)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C33") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 246.38 331.47 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 3d1da031-4169-4fa7-87f9-338962bca2be) + (property "Reference" "#PWR073" (at 246.38 337.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 246.38 336.55 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 246.38 331.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 246.38 331.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 246.38 331.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid af8ba487-c13a-4929-b27f-8603fbf0008f)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR073") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Regulator_Switching:MT3608") (at 166.37 125.73 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 3d306104-c7f3-4927-a68e-d42724a608d3) + (property "Reference" "U3" (at 166.37 115.57 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "MT3608" (at 166.37 118.11 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (at 167.64 132.08 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "https://www.olimex.com/Products/Breadboarding/BB-PWR-3608/resources/MT3608.pdf" (at 160.02 114.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "High Efficiency 1.2MHz 2A Step Up Converter, 2-24V Vin, 28V Vout, 4A current limit, 1.2MHz, SOT23-6" (at 166.37 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "17.6mg" (at 166.37 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/sot23/sot23%20-%206lds.pdf" (at 166.37 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e3010bce-e7b0-4ea0-ac43-baf462865323)) + (pin "2" (uuid 598f575d-70c6-4040-9563-f5671a17b336)) + (pin "3" (uuid 5049d3b5-002c-4e87-bee5-bb7236e1983d)) + (pin "4" (uuid 0ab76a45-bb88-4e88-84fe-42c3c9f3cf2d)) + (pin "5" (uuid 84950221-44dc-4e29-a2bf-03a2185418cc)) + (pin "6" (uuid ce6e6615-afa8-446c-89eb-b80d06a5cadb)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 130.81 303.53 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 3eeac216-d90b-4f6c-a225-334c7643ff52) + (property "Reference" "#PWR09" (at 130.81 307.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 130.81 298.45 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 130.81 303.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 130.81 303.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 130.81 303.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4f7ad35d-7b33-4bec-b989-39e6b8ec946b)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR09") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 514.35 57.15 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 3f9aa614-6e0e-4ab0-8434-144853646a28) + (property "Reference" "R23" (at 516.89 55.88 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1M" (at 516.89 58.42 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 514.35 57.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 514.35 57.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 514.35 57.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e5feafcd-7f57-4bf7-a121-6e48895415f3)) + (pin "2" (uuid 7fc2b0c7-fad2-4816-bba7-21219a2c2b4c)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R23") (unit 1) + ) + ) + ) + ) + + (symbol (lib_name "D_Photo_1") (lib_id "Device:D_Photo") (at 508 297.18 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 404fd165-7a31-4306-adb0-cc6f26b92f9c) + (property "Reference" "D7" (at 513.08 294.9575 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MTSM1346SMF1-100" (at 513.08 297.4975 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "footprints:MTSM1346SMF1-100" (at 519.43 297.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://marktechopto.com/pdf/products/datasheet/MTSM1346SMF1-100.pdf" (at 519.43 294.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 297.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "digikey" "1125-MTSM1346SMF1-100-ND" (at 508 297.18 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Field-1" "250mg" (at 508 297.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Field-1" "guess" (at 508 297.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid afded683-8e2e-4821-a6cf-1a17c555ba19)) + (pin "5" (uuid 2ddc6f1e-1a05-4727-8ff9-c5e9eacc67cb)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "D7") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 198.12 63.5 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 418d1a34-da66-4966-9e8a-48e19a7cf7d3) + (property "Reference" "#PWR03" (at 198.12 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 198.12 58.42 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 198.12 63.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 198.12 63.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 198.12 63.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a885ae6b-de9d-4ccb-9f57-4c24428a33ac)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR03") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 207.01 306.07 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 41933886-d050-46de-8dbc-6ae475d8d0d2) + (property "Reference" "#PWR028" (at 207.01 309.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 207.01 300.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 207.01 306.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 207.01 306.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 207.01 306.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e8abdb62-fbe6-4a89-b320-898f8b77ec24)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR028") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 383.54 95.25 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 45c323cb-43cf-48b7-830f-4be92df60f93) + (property "Reference" "#PWR078" (at 383.54 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 383.54 100.33 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 383.54 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 383.54 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 383.54 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 295311fe-b136-4d44-bf32-a31a789f39d9)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR078") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 293.37 321.31 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 469c4dd2-3731-47d5-8842-8f53d0b0672b) + (property "Reference" "C7" (at 294.64 317.5 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "10u 6V3 X7R" (at 297.18 332.74 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 293.37 321.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 293.37 321.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 293.37 321.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C342847" (at 293.37 321.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b2c8ad4e-c19f-4f12-9c5f-c8967857a2d4)) + (pin "2" (uuid 73034193-ca2f-4f8b-8030-d5a31c61c7d4)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C7") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 342.9 320.04 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 4730e99d-b0cc-497f-aec7-3bb32095d4a3) + (property "Reference" "R134" (at 345.44 318.77 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "3k3" (at 345.44 321.31 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 342.9 320.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 342.9 320.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 342.9 320.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b2256a2e-0537-44dc-9ca4-3e5c6881a9d5)) + (pin "2" (uuid 7cee5838-43ab-4f48-9e5e-ff388c9bd754)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R134") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:VCC") (at 64.77 63.5 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 47defa70-ca4a-495c-9435-1b9e79687d27) + (property "Reference" "#PWR02" (at 64.77 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "VCC" (at 64.77 58.42 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 64.77 63.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 64.77 63.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 64.77 63.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f4c2e05e-74be-4a0c-9ff7-bf4d11b03431)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR02") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 448.31 106.68 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 4b0e16c4-025c-4774-961d-67269d7a11e8) + (property "Reference" "#PWR085" (at 448.31 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 448.31 111.76 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 448.31 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 448.31 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 448.31 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e1099cd9-91cc-4ff3-a720-92fc401f874e)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR085") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:D_Schottky") (at 86.36 85.09 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 4bd9dbd2-dd3d-452e-a7a2-27926bd4e106) + (property "Reference" "D4" (at 88.9 83.5025 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "K36" (at 88.9 86.0425 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Diode_SMD:D_SOD-123F" (at 86.36 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 86.36 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 86.36 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2922184" (at 86.36 85.09 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "17mg" (at 86.36 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/docs/PDD/SOD-123FPD.PDF" (at 86.36 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 945ee104-f516-4cf4-ae0a-9e7b8a9fbfc0)) + (pin "2" (uuid 72c348c0-54e9-41f0-9851-ab9e000fec07)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "D4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 148.59 320.04 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 4c90487d-b2ef-4b31-a105-0c758afc6bad) + (property "Reference" "#PWR019" (at 148.59 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 148.59 314.96 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 148.59 320.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 148.59 320.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 148.59 320.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 86a7e184-8f5e-44e8-b27c-56895524c4c9)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR019") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 317.5 73.66 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 4ce8f114-14fb-448e-bf16-e83cb6b63384) + (property "Reference" "#PWR069" (at 317.5 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 317.5 68.58 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 317.5 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 317.5 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 317.5 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2fb5b3b4-49f1-417c-a33f-149c37f8d431)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR069") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 472.44 50.8 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 4e09702b-fda9-4fb6-a270-b92dd6b6e41a) + (property "Reference" "#PWR089" (at 472.44 54.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 472.44 45.72 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 472.44 50.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 472.44 50.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 472.44 50.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 40e0b333-e2ff-467b-8576-64bd120ba0fb)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR089") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:D_Schottky") (at 184.15 111.76 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 4e43376b-ce71-4521-a8a7-1645430bbf43) + (property "Reference" "D11" (at 183.8325 105.41 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "K36" (at 183.8325 107.95 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123F" (at 184.15 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 184.15 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 184.15 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2922184" (at 184.15 111.76 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "17mg" (at 184.15 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/docs/PDD/SOD-123FPD.PDF" (at 184.15 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5f391fea-17ed-4002-a567-04d19d09f68a)) + (pin "2" (uuid da13d21b-d827-4780-a389-43cbc7ce6080)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "D11") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Amplifier_Operational:MCP6L04-xST") (at 447.04 133.35 0) (mirror y) (unit 3) + (in_bom yes) (on_board yes) (dnp no) + (uuid 4f86db69-7382-4f81-83ab-af6e90385f67) + (property "Reference" "U16" (at 447.04 133.35 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "AD8648ARUZ" (at 447.04 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 447.04 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/devicedoc/22140b.pdf" (at 447.04 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Quad, 1 MHz, 85µA, Rail-to-Rail input and output, TSSOP-14" (at 447.04 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C147925" (at 447.04 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "72mg" (at 447.04 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/f5/99/e2/01/eb/25/46/50/DM00945465/files/42YA_466XXXY_signed.pdf/jcr:content/translations/en.42YA_466XXXY_signed.pdf" (at 447.04 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4fff1148-b550-449d-8b22-0a5ad8642cf1)) + (pin "2" (uuid 933ef99c-2468-4047-bb26-bc75abba8084)) + (pin "3" (uuid 4d8f6cb0-16df-463a-aa4f-7a4e0161d034)) + (pin "5" (uuid f14c6cee-b48d-46c3-8632-f3824ff44f5c)) + (pin "6" (uuid 7cf0d08d-7dcc-4705-9d28-c6c3b90bfd02)) + (pin "7" (uuid eb898ff1-1ea9-493f-a52f-76f8e10d9da2)) + (pin "10" (uuid 00ee8544-5826-443d-b595-e14d7919a80c)) + (pin "8" (uuid df83d599-2e68-4bac-b676-d31fdc5fda52)) + (pin "9" (uuid f0d2c5a5-1695-4b4f-be41-2322da2d6c62)) + (pin "12" (uuid 138d32e9-b889-4323-9cb6-06c8b22043bb)) + (pin "13" (uuid 2e7fa3f7-e5ae-4940-b3ba-06a6cc996e4c)) + (pin "14" (uuid 0d824561-54fa-4378-8107-c3c13aac7ebe)) + (pin "11" (uuid 54d1a5c9-6850-46a2-8222-3cb69491f9b9)) + (pin "4" (uuid 30f1c97d-e596-4c1e-9c55-1d87d583ad9f)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U16") (unit 3) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_FET:AO3401A") (at 175.26 185.42 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 5205fdec-a05a-484a-9aa5-db34603e72a1) + (property "Reference" "Q48" (at 170.18 186.69 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "AO3401A" (at 175.26 189.23 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 180.34 183.515 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" (at 175.26 185.42 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" (at 175.26 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 175.26 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 175.26 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ca5c1345-f1f6-41e1-b29b-512c7051fe01)) + (pin "2" (uuid d4064c01-f85d-4e9d-badf-337c7fc3bbe7)) + (pin "3" (uuid 7f258ed6-7879-4e45-8b1c-117654da8da7)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "Q48") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:LED") (at 259.08 133.35 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 52872305-1dfc-4411-bccf-69caad3de341) + (property "Reference" "D10" (at 262.89 133.6675 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "white" (at 262.89 136.2075 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "LED_SMD:LED_1206_3216Metric_ReverseMount_Hole1.8x2.4mm" (at 259.08 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 259.08 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Light emitting diode" (at 259.08 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "20mg" (at 259.08 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "guess" (at 259.08 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0a60f4df-f10e-4054-b286-5ba357493b20)) + (pin "2" (uuid 8f3b070c-3901-46df-bc72-817063cbc0ab)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "D10") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 309.88 73.66 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 53f9ae8a-b6b7-4980-a2c7-6f3f26d3f45a) + (property "Reference" "#PWR038" (at 309.88 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 309.88 68.58 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 309.88 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 309.88 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 309.88 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 87f7a8b6-4fd2-45e3-8433-9cdc6480c321)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR038") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 388.62 92.71 90) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 548f5ce4-3be9-40a0-bf0b-92613fcb36d7) + (property "Reference" "R31" (at 388.62 97.79 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1k" (at 388.62 95.25 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 388.62 92.71 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 388.62 92.71 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 388.62 92.71 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2c5718e7-2f2b-442c-b808-a7bc4fe43dc4)) + (pin "2" (uuid 9a121a98-b33b-4934-ba94-200fd67aa706)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R31") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 74.93 78.74 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 54d49cca-99f6-42d9-b1df-bb4cdee1bdbd) + (property "Reference" "C1" (at 74.9363 71.755 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "C_Small" (at 74.9363 74.295 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 74.93 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 74.93 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 74.93 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ac921d75-127b-4097-9902-5634c69212eb)) + (pin "2" (uuid cad075c4-df8e-49e3-8686-15e7b5120dff)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 514.35 62.23 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 562cc5f4-80b0-4afc-b003-c225d1decacf) + (property "Reference" "#PWR074" (at 514.35 68.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 514.35 66.04 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 514.35 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 514.35 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 514.35 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ee7a9b71-73bc-44d7-9ce0-255172c54e24)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR074") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 300.99 321.31 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 571c54db-cf4e-45a5-8090-642ee6e45c84) + (property "Reference" "C8" (at 302.26 317.5 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100n X7R" (at 304.8 332.74 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 300.99 321.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 300.99 321.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 300.99 321.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C1591" (at 300.99 321.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 56089f85-b338-41ee-b920-c081b1e185d0)) + (pin "2" (uuid 95080133-aa7c-4d16-b3c7-bf12a4e86d68)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C8") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 508 118.11 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 58e1f2e0-45ae-48ce-9448-d1d0d48ae543) + (property "Reference" "R30" (at 508 113.03 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 508 115.57 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 508 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 508 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 37f65289-43d6-4ca2-a0a6-accbe91217e1)) + (pin "2" (uuid 70bfe44c-682b-4875-a683-883e6d0ece3f)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R30") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 156.21 322.58 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 5cbd6646-55bb-4b10-8505-325e9e24a56b) + (property "Reference" "C10" (at 157.48 318.77 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100n X7R" (at 160.02 334.01 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 156.21 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 156.21 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 156.21 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C1591" (at 156.21 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9ab59e2e-b424-407d-8105-5c9ddfbae235)) + (pin "2" (uuid 733861fe-5c5b-45e4-9e34-70dcd6733d18)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C10") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 189.23 133.35 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 60f3d6ee-5037-489e-b7eb-ff7310f5fb67) + (property "Reference" "R40" (at 186.69 132.08 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "10k" (at 186.69 134.62 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 189.23 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 189.23 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 189.23 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5ba90b58-0bc3-41dd-8f10-4d4c8942130e)) + (pin "2" (uuid 16a1b146-aeb9-4a6a-9bab-0fca5c4e5b44)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R40") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 198.12 123.19 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 617b2425-e04e-4465-8aab-74857e28681e) + (property "Reference" "C29" (at 199.39 119.38 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "10u 35V X7R" (at 201.93 134.62 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" (at 198.12 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 198.12 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 198.12 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C89632" (at 198.12 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 25bc00d2-93a9-4ce0-9330-fde944930f59)) + (pin "2" (uuid a5605d05-778e-47fd-aabf-0daef753b47d)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C29") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 107.95 212.09 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 61f6ff04-b27b-464c-b2e1-3c3a836b9d83) + (property "Reference" "R9" (at 102.87 210.82 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "220" (at 107.95 213.36 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Resistor_SMD:R_2512_6332Metric_Pad1.40x3.35mm_HandSolder" (at 107.95 212.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 107.95 212.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 107.95 212.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2934060" (at 107.95 212.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 86022ec7-a82c-4b8a-9f73-46f54767ea85)) + (pin "2" (uuid 29c9ce1e-2c12-4c5d-b08e-f949ad872d51)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R9") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 128.27 114.3 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 621350fc-0154-4c45-aa1d-d1d7428072ee) + (property "Reference" "R42" (at 125.73 113.03 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "15k" (at 125.73 115.57 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 128.27 114.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 128.27 114.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 128.27 114.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ee9e1410-3e80-4f82-ab3c-0fa255966b7d)) + (pin "2" (uuid 8d7d44f9-ef5e-4e7b-835c-1317b17a0981)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R42") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 60.96 187.96 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 62f27403-9404-4e0c-a42c-f41f1c439bb3) + (property "Reference" "#PWR0109" (at 60.96 191.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 60.96 182.88 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 60.96 187.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 60.96 187.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 60.96 187.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 641aa9b7-47e6-4dde-8f8a-17060eb146e1)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0109") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 496.57 200.66 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 62ffe7e4-24c4-4cc2-ac17-6604c8e7b11c) + (property "Reference" "#PWR054" (at 496.57 204.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 496.57 195.58 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 496.57 200.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 496.57 200.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 496.57 200.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9adff1dd-8537-41e4-b0aa-c19e8b183dbf)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR054") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 53.34 187.96 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 655ff492-af19-4266-a7ab-dcf830cf3aca) + (property "Reference" "#PWR0107" (at 53.34 191.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 53.34 182.88 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 53.34 187.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 53.34 187.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 53.34 187.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 50d43142-4730-439d-a7c2-cd64924efc4c)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0107") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 137.16 190.5 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 656c38ce-e5b9-446a-81a5-3b2d80dad838) + (property "Reference" "R20" (at 138.43 190.5 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "220k" (at 138.43 194.31 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 137.16 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 137.16 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 137.16 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 856da0b2-4860-45ea-a73b-aeaed3407a34)) + (pin "2" (uuid 6e144760-f40a-459a-855b-a402c1711693)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R20") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 514.35 123.19 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 67e7c922-a271-47da-9fa2-0f61baa57dac) + (property "Reference" "R28" (at 516.89 121.92 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1M" (at 516.89 124.46 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 514.35 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 514.35 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 514.35 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e4cbee5f-c6b5-4e16-ae2c-e331ecee0d79)) + (pin "2" (uuid 54dfaea6-5672-416e-a96e-7ee4a371554a)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R28") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 502.92 85.09 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 68849902-0529-48da-b01e-0c2d68062628) + (property "Reference" "#PWR036" (at 502.92 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 502.92 88.9 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 502.92 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 502.92 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 502.92 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e92bb00b-3791-4f69-8000-33b44193fc7f)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR036") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 107.95 214.63 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 6896b114-485d-4e7f-8232-9ec00942661c) + (property "Reference" "R8" (at 102.87 213.36 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "220" (at 107.95 215.9 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Resistor_SMD:R_2512_6332Metric_Pad1.40x3.35mm_HandSolder" (at 107.95 214.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 107.95 214.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 107.95 214.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2934060" (at 107.95 214.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6e64a765-f4bd-4459-be6e-01513188171a)) + (pin "2" (uuid 354115ec-237b-44f9-a104-dba52ff35858)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R8") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 458.47 191.77 90) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 68eb673e-44ee-452c-bfbb-745117a5b606) + (property "Reference" "C20" (at 458.4764 185.42 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100n" (at 458.4764 187.96 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 458.47 191.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 458.47 191.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 458.47 191.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "DNP" "DNP" (at 458.47 191.77 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d241edd6-56f2-4ed9-911b-c76a0df7344a)) + (pin "2" (uuid d151f944-56a4-42f3-8f71-28d087168792)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C20") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 472.44 66.04 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 694c38f7-6ec1-4a83-ba9b-b759bc0bc820) + (property "Reference" "#PWR090" (at 472.44 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 468.63 68.58 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 472.44 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 472.44 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 472.44 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8e2dffec-17a1-4118-b753-3e05217b6c78)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR090") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 334.01 67.31 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 69b70136-996d-4a0d-b207-c4421f8a3097) + (property "Reference" "#PWR026" (at 334.01 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 334.01 71.12 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 334.01 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 334.01 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 334.01 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3d010c01-61f7-4c5f-8735-73a599f93a5a)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR026") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 90.17 191.77 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 6a10f634-4d9b-4f82-88db-73109d51bc76) + (property "Reference" "#PWR0105" (at 90.17 195.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 90.17 187.96 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 90.17 191.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 90.17 191.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 90.17 191.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e08a2587-a54f-4f19-9081-8bf324e1d275)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0105") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 60.96 193.04 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 6a6f0d5e-0aeb-4867-90d1-db3855466a96) + (property "Reference" "#PWR0110" (at 60.96 199.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 60.96 196.85 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 60.96 193.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 60.96 193.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 60.96 193.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 117f0852-103e-4854-bc55-66a14e2df5a2)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0110") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 182.88 190.5 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 6c9e0bee-f4af-42a6-9018-54f173e04c0c) + (property "Reference" "R128" (at 184.15 190.5 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "220k" (at 184.15 194.31 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 182.88 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 182.88 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 182.88 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0e804db2-799c-4eb0-87b7-ad4ddbd978f6)) + (pin "2" (uuid ea088346-2cfa-4624-8d52-d8b0e999fc0e)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R128") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_FET:AO3401A") (at 190.5 185.42 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 6e0fb146-1b8e-42d2-ba24-993d676b97b8) + (property "Reference" "Q49" (at 185.42 186.69 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "AO3401A" (at 190.5 189.23 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 195.58 183.515 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" (at 190.5 185.42 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" (at 190.5 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 190.5 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 190.5 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c78f8971-0660-48e8-9f25-bf203f576666)) + (pin "2" (uuid ab0c7e87-5d65-43ea-9d32-8e0ee44e2343)) + (pin "3" (uuid 07a626b5-4f8a-47fa-ac29-d64cb857f5c8)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "Q49") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_FET:AO3401A") (at 160.02 185.42 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 71f31850-f7d5-4793-b08c-80f96e2a6ad9) + (property "Reference" "Q47" (at 154.94 186.69 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "AO3401A" (at 163.83 187.96 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 165.1 183.515 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" (at 160.02 185.42 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" (at 160.02 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 160.02 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 160.02 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 924ec45f-66a9-4280-91ba-a4a44bb7e2a5)) + (pin "2" (uuid 4e903ff8-7a41-4426-ac72-d41a5eba14bb)) + (pin "3" (uuid b78a8846-c360-4c86-91d7-12ee3e3d0ccb)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "Q47") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 86.36 323.85 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 730809cb-c46a-4639-bb82-2c353fc02960) + (property "Reference" "#PWR012" (at 86.36 327.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 86.36 318.77 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 86.36 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 86.36 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 86.36 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 26632da3-16e1-47b0-a6dd-2dceeb1d0cc7)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR012") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 165.1 77.47 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 73ac8bf2-f5fa-4841-9184-518b09925041) + (property "Reference" "C5" (at 166.37 73.66 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "10u 35V X7R" (at 168.91 88.9 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" (at 165.1 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 165.1 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 165.1 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C89632" (at 165.1 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3d4e5289-451e-4a6b-91a8-1e747346f4b8)) + (pin "2" (uuid a9d1ce95-720b-481a-90ec-07f7d3d2376d)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 72.39 228.6 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 754ed43c-bd3c-4795-ae3b-659a9c118468) + (property "Reference" "#PWR0156" (at 72.39 232.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 72.39 223.52 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 72.39 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 72.39 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 72.39 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8380abb1-1f10-47eb-acf8-cac8c1a57e7e)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0156") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:D_Photo") (at 508 349.25 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 774cb21d-01c0-46b9-9960-9a9256a765ca) + (property "Reference" "D5" (at 513.08 347.0275 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "VBPW34S" (at 513.08 349.5675 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "footprints:VBPW34S" (at 508 347.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 508 347.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 349.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C145262" (at 508 349.25 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Field-1" "100mg" (at 508 349.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Field-1" "guess" (at 508 349.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ff0709d7-51e6-4973-8e0b-b07064f2b3d7)) + (pin "2" (uuid 451bf368-efb9-4ef0-9396-476e26aedb66)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "D5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 334.01 64.77 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 7823e4c9-ee64-4004-a617-572342eb2b8e) + (property "Reference" "C12" (at 335.28 60.96 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100n X7R" (at 337.82 76.2 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 334.01 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 334.01 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 334.01 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C1591" (at 334.01 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f60b5ffe-6ce2-4349-823b-3046250d914d)) + (pin "2" (uuid 33f45f02-d03d-444f-8d92-00999c0ae428)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C12") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 107.95 209.55 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 78669404-4efb-42cc-add1-2bd9f35835cd) + (property "Reference" "R5" (at 102.87 208.28 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "220" (at 107.95 212.09 90) + (effects (font (size 1 1))) + ) + (property "Footprint" "Resistor_SMD:R_2512_6332Metric_Pad1.40x3.35mm_HandSolder" (at 107.95 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 107.95 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 107.95 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2934060" (at 107.95 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b38d7509-6ee6-4a4d-be08-ce00e31009a7)) + (pin "2" (uuid 54d28d74-c174-4458-95a4-18bda88c3bdb)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 508 95.25 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 7a3c99f8-6fbd-401d-bfa3-a2c434404290) + (property "Reference" "R29" (at 508 90.17 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 508 92.71 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 508 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 508 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3658bbc0-9f52-4a2a-b817-844d7a90e584)) + (pin "2" (uuid 6ea7af36-2f27-4fda-ad7a-7ad7fb54cd47)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R29") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 406.4 92.71 90) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 7a3dee9d-0428-4e2c-8178-8c425e792953) + (property "Reference" "R32" (at 406.4 97.79 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k" (at 406.4 95.25 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 406.4 92.71 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 406.4 92.71 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 406.4 92.71 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 06f51489-cf2f-4b16-a2dd-b8312e0aa0ca)) + (pin "2" (uuid 8bf3fa00-bebe-48b9-bfab-f8f09d4bb073)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R32") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "74xx:74HC595") (at 90.17 250.19 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 7af6be7b-dce3-46b2-af9e-1845a398acea) + (property "Reference" "U18" (at 92.3641 232.41 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "74HC595" (at 92.3641 234.95 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" (at 90.17 250.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/sn74hc595.pdf" (at 90.17 250.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "8-bit serial in/out Shift Register 3-State Outputs" (at 90.17 250.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C148115" (at 90.17 250.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "85mg" (at 90.17 250.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "guess" (at 90.17 250.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f2991bbe-a679-43b2-94e2-21de3db3d4ae)) + (pin "10" (uuid 9d3ec3f6-6f7b-45cb-95bb-86bd3b848801)) + (pin "11" (uuid 023ea8ca-ca12-4fd5-a3ef-c0ad79462374)) + (pin "12" (uuid bf83b8a7-7c9b-4b60-8800-1b00a5f8a4f4)) + (pin "13" (uuid 6cf90c93-3c4e-4422-9d6f-deceb63f828e)) + (pin "14" (uuid 954e6282-0cf3-4c45-b0d8-ff05bbd53891)) + (pin "15" (uuid 84453a33-852f-4277-b227-6312d69b9a53)) + (pin "16" (uuid 7eadcd9a-90fd-4f60-a5b7-20b93fa41171)) + (pin "2" (uuid aa3f0f3f-3717-4cc1-bb10-127b8c9b2fe0)) + (pin "3" (uuid fa308b4b-d18f-4653-a02f-1b8115bd29e2)) + (pin "4" (uuid 372cb1a4-2ac8-4845-afc9-fba624effe11)) + (pin "5" (uuid f74154ba-5000-40e6-8463-27ec4bcd8665)) + (pin "6" (uuid 788b902b-d258-4fa6-a15f-38114503c8ab)) + (pin "7" (uuid 55384ea7-54e2-4305-9453-1dda7ba86234)) + (pin "8" (uuid d3272f02-430a-418c-a811-c2ff824278aa)) + (pin "9" (uuid 1b7e3007-0b46-48e4-a643-2b0ccc6576e4)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U18") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 148.59 322.58 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 7aff8906-941e-42e2-a9cc-389c9a581a7c) + (property "Reference" "C9" (at 149.86 318.77 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "10u 6V3 X7R" (at 152.4 334.01 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 148.59 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 148.59 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 148.59 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C342847" (at 148.59 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 75865a90-50c8-4848-8432-d2b4752539a8)) + (pin "2" (uuid 4c5548d0-782f-4411-b43b-560e1eeb63fa)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C9") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "symbols:HMS_K1C1_F5.5") (at 508 214.63 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 7bc0142a-8e45-4827-a1d4-575474772a5c) + (property "Reference" "U8" (at 502.92 205.74 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "HMS K1C1 F5.5" (at 499.11 224.79 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-18-4_Window" (at 508 214.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/1912111437_Heimann-Sensor-HMS-K1C1-F5-5_C341243.pdf" (at 508 214.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 214.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C341243" (at 508 214.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "100mg" (at 508 214.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "guess" (at 508 214.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a88bcd76-1258-478d-8bbe-4aa355244cd1)) + (pin "2" (uuid 0204333e-c52b-4678-ba83-c8b3d60533e7)) + (pin "3" (uuid dd4b9d1e-3d6d-4356-847c-513ab5e84212)) + (pin "4" (uuid 1044c89d-87ba-473b-bdf1-89d7dcf55792)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U8") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 425.45 271.78 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 7bebee2e-211b-4e57-b3ca-d6e75df7d55b) + (property "Reference" "#PWR051" (at 425.45 278.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 425.45 276.86 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 425.45 271.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 425.45 271.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 425.45 271.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d1429b3e-8abe-40e7-b9c6-2cafc699b980)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR051") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 341.63 64.77 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 7c2ce48e-466e-4351-801a-7dcf0899cce5) + (property "Reference" "C17" (at 342.9 60.96 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "10u 6V3 X7R" (at 345.44 76.2 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 341.63 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 341.63 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 341.63 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C342847" (at 341.63 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 49219e14-3086-45b1-b72d-67f6d5421f6a)) + (pin "2" (uuid cc9eb216-8598-4d5a-990c-984f6d9e0914)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C17") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 204.47 306.07 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 7e4ccf80-13bd-44b6-9e29-d8a3e8b22877) + (property "Reference" "#PWR027" (at 204.47 309.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 204.47 300.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 204.47 306.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 204.47 306.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 204.47 306.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e7d74de9-a2f9-4100-a742-7a5eddbe4854)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR027") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Transistor_FET:AO3401A") (at 144.78 185.42 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 7e6e0b0c-62ae-4501-803b-0095b1c72cac) + (property "Reference" "Q46" (at 139.7 186.69 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "AO3401A" (at 148.59 187.96 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 149.86 183.515 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" (at 144.78 185.42 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" (at 144.78 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 144.78 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 144.78 185.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4565f1b3-782a-4cbb-a84a-6e4d1098e841)) + (pin "2" (uuid 4b77a67e-ab8a-46ae-9297-be0599fd9eb4)) + (pin "3" (uuid 6e94daa6-52a4-4752-9f44-db5103da25a9)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "Q46") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 53.34 190.5 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 7eabcf7a-1399-4344-8917-1c1ff6ed7e7e) + (property "Reference" "C30" (at 54.61 186.69 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "10u 6V3 X7R" (at 57.15 201.93 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 53.34 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 53.34 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 53.34 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C342847" (at 53.34 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 7033292b-cbac-400d-b88c-3f5406685cd5)) + (pin "2" (uuid 560554d8-a034-4446-9fc6-a4e4fad3fb02)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C30") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 326.39 67.31 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 7ebae905-63ad-4393-8b6e-bbccb627eecb) + (property "Reference" "#PWR024" (at 326.39 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 326.39 71.12 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 326.39 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 326.39 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 326.39 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ca69effe-865c-4b81-b5ae-1ce225168baa)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR024") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 182.88 181.61 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 813d139b-23e2-4427-a4c7-c128ac390fa4) + (property "Reference" "R127" (at 184.15 181.61 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "47k" (at 184.15 181.61 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 182.88 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 182.88 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 182.88 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid bba736d0-4c51-434a-b55c-63ad2b61876b)) + (pin "2" (uuid 040c86a2-993f-4eda-9a74-77af6e307fcb)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R127") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:D_Schottky") (at 43.18 72.39 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 823b6556-81e8-4dfd-9e8f-85bb5ab486b0) + (property "Reference" "D1" (at 45.72 70.8025 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "K36" (at 45.72 73.3425 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Diode_SMD:D_SOD-123F" (at 43.18 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 43.18 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 43.18 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2922184" (at 43.18 72.39 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "17mg" (at 43.18 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/docs/PDD/SOD-123FPD.PDF" (at 43.18 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4ce62cfc-7da1-40ad-ab60-771279495d60)) + (pin "2" (uuid f534f4ce-04ab-45a1-8eb3-c2fdb3183884)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "D1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 157.48 77.47 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 82ca1357-f50d-4a60-87a6-424403ff1879) + (property "Reference" "C4" (at 158.75 73.66 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "10u 35V X7R" (at 161.29 88.9 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" (at 157.48 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 157.48 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 157.48 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C89632" (at 157.48 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5217f71a-3270-42b5-80a9-9a0f2900375b)) + (pin "2" (uuid 9151a34f-f2a4-4c05-b500-6c13eab871ed)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 386.08 125.73 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 8449eb55-047e-4b99-bec3-6201588166d6) + (property "Reference" "#PWR081" (at 386.08 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 386.08 129.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 386.08 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 386.08 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 386.08 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cc9aa45d-54cc-49e2-af68-b56e4c25b1f5)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR081") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 246.38 328.93 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 84736343-bbde-466c-b1f1-811936932ac6) + (property "Reference" "R36" (at 248.92 327.66 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (at 248.92 330.2 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 246.38 328.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 246.38 328.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 246.38 328.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ffd9a647-f220-4a5f-9251-50aa55c9e89e)) + (pin "2" (uuid 4f5b8a84-bad7-4b4c-b581-0d549866c512)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R36") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Amplifier_Operational:MCP6L04-xST") (at 474.98 133.35 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 8806949e-49a7-4e6a-9b17-ec89b1325a18) + (property "Reference" "U16" (at 474.98 133.35 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "AD8648ARUZ" (at 468.63 137.16 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 474.98 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/devicedoc/22140b.pdf" (at 474.98 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Quad, 1 MHz, 85µA, Rail-to-Rail input and output, TSSOP-14" (at 474.98 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C147925" (at 474.98 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "72mg" (at 474.98 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/f5/99/e2/01/eb/25/46/50/DM00945465/files/42YA_466XXXY_signed.pdf/jcr:content/translations/en.42YA_466XXXY_signed.pdf" (at 474.98 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 26c543e5-244a-4c48-9331-09d7e8ec427a)) + (pin "2" (uuid 5cdc68a5-31f1-45ea-80e5-adfa6b951827)) + (pin "3" (uuid 8eda632c-c7a4-4d00-af34-a9c30df66f44)) + (pin "5" (uuid 09ef841c-c991-403b-a372-3cad9e863642)) + (pin "6" (uuid df5f8246-72ce-46cb-b50c-6078080792d9)) + (pin "7" (uuid 1c8eb6f9-492d-4dbf-8b12-9e4eaf9461d2)) + (pin "10" (uuid 1d976a13-cbdc-491d-8182-5e554ce2ca4a)) + (pin "8" (uuid 4ff816f3-864b-48fd-b583-2c246683d201)) + (pin "9" (uuid 4515822b-d574-4aca-a79d-e79a35ccfd5d)) + (pin "12" (uuid 80e7aa11-894b-476e-98fa-91a3b9fddc2f)) + (pin "13" (uuid ec7f6bd3-fd6d-4d82-8eaa-8c2338c701f6)) + (pin "14" (uuid d2b702e2-3b9f-42bd-8bb9-fde1c0eff29f)) + (pin "11" (uuid 17989c12-399b-4a4c-9118-65436d567352)) + (pin "4" (uuid 5051cb4d-5b3a-47e9-91e3-6c438a78d413)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U16") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 149.86 93.98 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 8842c00e-aee6-444f-a20a-28b75da22968) + (property "Reference" "#PWR094" (at 149.86 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 149.86 99.06 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 149.86 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 149.86 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 149.86 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 54da6696-7fa5-4bc4-8c7d-d2065c6f59e9)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR094") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 514.35 105.41 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 88f336a4-1111-4184-9463-e556801c972d) + (property "Reference" "#PWR076" (at 514.35 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 514.35 109.22 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 514.35 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 514.35 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 514.35 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 66278965-3b1c-4d8b-a232-ec8cf384d78a)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR076") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Analog_Switch:TS3A24159DGSR") (at 508 146.05 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 896edbcb-a3cf-4e23-a2de-4f524c181244) + (property "Reference" "U13" (at 505.46 142.24 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "TS3A24159DGSR" (at 513.08 147.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_SO:TSSOP-10_3x3mm_P0.5mm" (at 508 154.94 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts3a24159.pdf" (at 481.33 157.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Dual SPDT 0.3Ω Bidirectional Analog Switch, TSSOP-10" (at 508 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C129329" (at 508 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "50mg" (at 508 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "guess" (at 508 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid cb870136-63d2-4c32-9ec8-33cec8633fdf)) + (pin "3" (uuid d9cd4e80-ae77-436f-bfee-dcdde9d47f57)) + (pin "4" (uuid 2e187001-44d9-4732-a108-f5f232057fa0)) + (pin "5" (uuid 804f2c65-8603-44d1-a34b-6fbea7b3fdf8)) + (pin "10" (uuid 83d23447-9804-4164-a7d3-f79294d141cb)) + (pin "7" (uuid c8fff730-9d4b-4fd0-8ceb-b67c23efcbfd)) + (pin "8" (uuid 1c4f1c99-8e19-4b0b-8d74-07fd3d9f5b26)) + (pin "9" (uuid b2b5c0b8-7b79-4577-a7c0-43e264bea554)) + (pin "1" (uuid 40a4a36d-8a20-4e8b-b39e-bee948e6ebc5)) + (pin "6" (uuid 8a182146-d725-459b-88e6-125089091522)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U13") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "symbols:BMI088") (at 130.81 322.58 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 898cd25c-8862-40d4-82f7-3d3cac24dde0) + (property "Reference" "U2" (at 135.89 302.26 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "BMI088" (at 135.89 304.8 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "footprints:Bosch_BMI088_LGA" (at 130.81 327.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 130.81 327.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 130.81 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C194919" (at 130.81 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "20mg" (at 130.81 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "guess" (at 130.81 322.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b51e6c3e-df9e-43f7-9784-08818e094b1a)) + (pin "10" (uuid 3b972aef-68d3-439f-b136-0fe12e6d87ef)) + (pin "11" (uuid df14ea97-eef1-4a12-a70d-8c52194a8196)) + (pin "12" (uuid 9d01183a-4d1c-443c-bab8-3e33913d0db1)) + (pin "13" (uuid 973616d8-b205-4f2a-aceb-9d3279ed32f5)) + (pin "14" (uuid dffc3afc-818b-48cd-ac08-7ee38f2933bc)) + (pin "15" (uuid 56699f1e-b904-4ad3-b6d0-060fc9674494)) + (pin "16" (uuid 22f59be7-81c2-4c0b-81ac-62bb1da67c4c)) + (pin "2" (uuid 3fd1761c-f306-40a2-b04f-cc2915a354fa)) + (pin "3" (uuid 015021ca-fef6-4b7f-91c1-5422f466ccb7)) + (pin "4" (uuid 793c5c42-cf4e-465d-8d98-309866f16800)) + (pin "5" (uuid 25ee5422-6376-4a9b-b917-1026da373b27)) + (pin "6" (uuid a3316ec9-827a-45e5-bdad-380c4d628044)) + (pin "7" (uuid ed34fe24-1c0f-4ace-a8c7-a36a59d8b1fb)) + (pin "8" (uuid 36b0cc0e-b952-4a0b-bcd9-4f9e81dbc340)) + (pin "9" (uuid 00107965-fc4b-4a99-861b-beb1d02ea1d8)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_name "TS3A24159DGSR_2") (lib_id "Analog_Switch:TS3A24159DGSR") (at 472.44 58.42 0) (unit 3) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 8a2d6790-daac-40af-8622-8b14b2df6c2d) + (property "Reference" "U13" (at 473.71 58.42 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Value" "TS3A24159DGSR" (at 477.52 59.69 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_SO:TSSOP-10_3x3mm_P0.5mm" (at 472.44 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts3a24159.pdf" (at 445.77 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Dual SPDT 0.3Ω Bidirectional Analog Switch, TSSOP-10" (at 472.44 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C129329" (at 472.44 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "50mg" (at 472.44 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "guess" (at 472.44 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid 23f6b992-28f0-4f55-800a-9a847dbc1f9f)) + (pin "3" (uuid 186c84ad-193c-4988-bf39-cd03bbe13089)) + (pin "4" (uuid 15b871e2-414a-4857-a8b2-dad86a9a2c53)) + (pin "5" (uuid e66288e5-95a8-4fb8-9f99-7a353c6b19b6)) + (pin "10" (uuid d6d02a1a-4d09-4f66-84a9-fef1ac37f836)) + (pin "7" (uuid c6a2e328-f06c-474c-a11a-6e1fd34d6da5)) + (pin "8" (uuid 17c9ec17-f63a-418c-a256-626a67ad154f)) + (pin "9" (uuid 197e0c49-9781-43ff-bbfa-7f34fff9b4d0)) + (pin "1" (uuid 51d1f5e7-1e40-4de5-9e89-7b48828f29f5)) + (pin "6" (uuid 99f14820-5f45-4c96-a800-a5c1f348a144)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U13") (unit 3) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 279.4 308.61 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 8a6559ee-edcd-415d-82e3-1bdfdc0dba8e) + (property "Reference" "#PWR014" (at 279.4 312.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 279.4 303.53 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 279.4 308.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 279.4 308.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 279.4 308.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5ebae369-d403-49a8-84c4-e3facefaf845)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR014") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 137.16 181.61 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 8a78570f-5606-4cde-a033-c6046a71d3b9) + (property "Reference" "R19" (at 138.43 181.61 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "47k" (at 138.43 181.61 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 137.16 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 137.16 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 137.16 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4c9b3523-d98c-4cd9-b819-f23aa5e11eee)) + (pin "2" (uuid 3685ed44-95d5-473c-9f48-fedb26476760)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R19") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 458.47 200.66 270) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 8c5d7d59-198a-4924-a296-f5aa045a04a2) + (property "Reference" "R16" (at 458.47 195.58 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "47k" (at 458.47 198.12 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 458.47 200.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 458.47 200.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 458.47 200.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5cabdd4b-8b99-4f49-b6ce-df6deb05ba58)) + (pin "2" (uuid db90141c-adef-495f-993d-6fd3d0de2c0a)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R16") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "symbols:H3LIS100DL") (at 276.86 325.12 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 90ad544e-2f05-422d-936b-2616b9caf86c) + (property "Reference" "U1" (at 280.67 307.34 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "H3LIS100DL" (at 280.67 309.88 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_LGA:LGA-16_3x3mm_P0.5mm_LayoutBorder3x5y" (at 276.86 325.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 276.86 325.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 276.86 325.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2655068" (at 276.86 325.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "19mg" (at 276.86 325.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/c8/b7/07/06/a9/6a/4b/e2/DM00559706/files/MD_3N%20LLGA%203X3X1.0%2016L%20-%20FOR%20SENSOR_C53NMT78ADA%20(H3LIS100DL-H3LIS100DLTR)_A_ver2_signed.pdf/jcr:content/translations/en.MD_3N%20LLGA%203X3X1.0%2016L%20-%20FOR%20SENSOR_C53NMT78ADA%20(H3LIS100DL-H3LIS100DLTR)_A_ver2_signed.pdf" (at 276.86 325.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 76036de1-5911-4322-8a12-c94c3d9a0ff1)) + (pin "10" (uuid 1178e75c-2ed8-475d-81cc-cb4158636240)) + (pin "11" (uuid 0672d06a-f75d-4768-a596-0f86e5f0ade4)) + (pin "12" (uuid 2174eb29-63d4-4d5c-ae5b-75c3dba665f1)) + (pin "13" (uuid 0bc9c296-50f8-4555-abbb-70c3c54f7de0)) + (pin "14" (uuid de764183-acf2-4a22-a696-0df3b1387158)) + (pin "15" (uuid c82bc9ed-119f-4f34-834e-4cbfcd128fd0)) + (pin "16" (uuid 7e56a91f-6810-4c1a-9285-9cdce9f8234d)) + (pin "2" (uuid 893b8612-f2e4-4c3e-9baa-9b12d058c7e6)) + (pin "3" (uuid c74a3ce3-a17d-445b-82ea-973cea3fe3b4)) + (pin "4" (uuid 922a5642-b9e4-4187-ab28-2c0376269c3b)) + (pin "5" (uuid bec3d47a-f9d6-41d4-a362-43d7c22d7b69)) + (pin "6" (uuid d93f2942-1355-4c79-9791-5fc5da7efe00)) + (pin "7" (uuid 6e8d5c80-5030-428b-a876-84e33d0b3727)) + (pin "8" (uuid 1b2394b0-da5d-4ff5-b6dc-cb8899d367ab)) + (pin "9" (uuid 155212d8-ef80-444b-84aa-26a046f3f4e6)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 508 224.79 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 92ef4d9b-c829-46fc-8a02-465d871a99a1) + (property "Reference" "#PWR052" (at 508 231.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 508 229.87 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 508 224.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 508 224.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 224.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b022b6b1-6d9e-42a5-9795-1f748cea5dfe)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR052") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:D_Schottky") (at 43.18 85.09 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 93b77a62-3937-4a6d-82a5-b4a314927588) + (property "Reference" "D2" (at 45.72 83.5025 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "K36" (at 45.72 86.0425 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Diode_SMD:D_SOD-123F" (at 43.18 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 43.18 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 43.18 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2922184" (at 43.18 85.09 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "17mg" (at 43.18 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/docs/PDD/SOD-123FPD.PDF" (at 43.18 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid bd06cad0-bf38-41eb-83f7-ada47075369a)) + (pin "2" (uuid f9dda633-556a-420d-8f39-ad2a3017d04b)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "D2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "symbols:TS3A4751PWR") (at 386.08 110.49 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 94adfc64-8561-4a78-9d11-c1a7fc00fb00) + (property "Reference" "U14" (at 387.35 105.41 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "TS3A4751PWR" (at 392.43 116.84 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 378.46 110.49 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts5a3159a.pdf" (at 386.08 110.49 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Quad SPST Analog Switch, 1.6V to 3.6V Operation, 0.9Ω Ron, TSSOP-14" (at 386.08 110.49 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C128399" (at 386.08 110.49 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "72mg" (at 386.08 110.49 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/f5/99/e2/01/eb/25/46/50/DM00945465/files/42YA_466XXXY_signed.pdf/jcr:content/translations/en.42YA_466XXXY_signed.pdf" (at 386.08 110.49 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid aeb83f9b-782e-4aea-8fb6-e7b90e244994)) + (pin "13" (uuid a6e8d2d0-213b-48af-9d94-ec215e573e6c)) + (pin "2" (uuid 9eac4cf0-0444-4276-aeaa-8ee3d39e6c96)) + (pin "3" (uuid 8e80f057-af1c-455a-9174-bedd8b973a3b)) + (pin "4" (uuid 409aeb12-9d3e-4903-b0eb-39f1c84ae764)) + (pin "5" (uuid 79e6158e-e95d-48c6-aa7b-a65df52201c3)) + (pin "6" (uuid a855c470-345f-4f30-a5c0-342efc9a2b09)) + (pin "8" (uuid 5e9bcd74-c9ae-4033-ac7e-050060068b17)) + (pin "9" (uuid 91f6bff4-c7ee-470d-8500-49a7a91cf837)) + (pin "10" (uuid c7968a34-3cbe-4fac-9094-1deaa34f6b68)) + (pin "11" (uuid 823aedfc-a7c9-410a-9fd3-ed999a72f966)) + (pin "12" (uuid 1cdf41d1-9127-409e-b479-0889405696d4)) + (pin "14" (uuid 46b6f865-f9d5-487c-8b04-50a597499465)) + (pin "7" (uuid ae99770c-e9f4-4e2d-8a3a-af51a9881387)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U14") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 167.64 190.5 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 95617a4c-0e90-4f48-9d93-020057b42597) + (property "Reference" "R126" (at 168.91 190.5 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "220k" (at 168.91 194.31 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 167.64 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 167.64 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 167.64 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid bb318f2b-4f98-4236-ab93-bb06ecf04b61)) + (pin "2" (uuid f7fcaf16-9967-453c-867e-59429e7bf9e2)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R126") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 276.86 340.36 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 96695af2-5262-42c5-afb0-0239fc562d04) + (property "Reference" "#PWR06" (at 276.86 346.71 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 276.86 344.17 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 276.86 340.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 276.86 340.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 276.86 340.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid dbdf8550-faa2-4af1-9ffe-bbcac4e30a7e)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR06") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 502.92 123.19 180) (unit 1) + (in_bom yes) (on_board yes) (dnp yes) (fields_autoplaced) + (uuid 976f5657-5fad-4f5b-8b62-93c85c61f90c) + (property "Reference" "C28" (at 505.46 121.9136 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "DNP" (at 505.46 124.4536 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 502.92 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 502.92 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 502.92 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8566eb9f-3247-499c-a998-2b08dd316278)) + (pin "2" (uuid 59598ab5-fd42-450d-99f5-230d803a0284)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C28") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "symbols:TS3A4751PWR") (at 386.08 83.82 0) (mirror x) (unit 4) + (in_bom yes) (on_board yes) (dnp no) + (uuid 97a35309-9050-4177-8ee9-a077514d449d) + (property "Reference" "U14" (at 387.35 90.17 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "TS3A4751PWR" (at 396.24 77.47 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 386.08 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts5a3159a.pdf" (at 386.08 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Quad SPST Analog Switch, 1.6V to 3.6V Operation, 0.9Ω Ron, TSSOP-14" (at 386.08 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C128399" (at 386.08 83.82 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "72mg" (at 386.08 83.82 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/f5/99/e2/01/eb/25/46/50/DM00945465/files/42YA_466XXXY_signed.pdf/jcr:content/translations/en.42YA_466XXXY_signed.pdf" (at 386.08 83.82 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3244ad3a-d1cd-41fd-af80-e31a2808af3a)) + (pin "13" (uuid c76da2f7-a47f-4592-8984-1a5f071c5bf0)) + (pin "2" (uuid e7cfafd8-ad82-4254-a695-47f9f89f92b4)) + (pin "3" (uuid 832423c7-b11f-4ab7-94b7-6f4c2d95673e)) + (pin "4" (uuid a7ec4150-e710-46ae-acb4-da6223deae6c)) + (pin "5" (uuid 376f763a-dc66-4c0e-90ed-5ea03ca73ab6)) + (pin "6" (uuid bd33db3c-8cd4-489c-9b58-5834a0f8f9fc)) + (pin "8" (uuid d21c3499-f385-49d3-bbda-84dc5e853017)) + (pin "9" (uuid 09a90ceb-80e0-41ca-8ed6-b53ac072ba74)) + (pin "10" (uuid e7aa6a9c-54dc-426e-948f-04513d90a912)) + (pin "11" (uuid 38dccb0e-92ca-405c-97cf-29568bcd3a85)) + (pin "12" (uuid 2543f237-b729-4d8a-94a7-67e9b3c64ca5)) + (pin "14" (uuid 22692a60-3449-4c71-8451-a57d1a0f36c5)) + (pin "7" (uuid 6a7c4d57-bd85-4d41-8422-426e1ce3e4da)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U14") (unit 4) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 248.92 124.46 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 9945ca43-3367-4f50-92dc-2b3c17fe958d) + (property "Reference" "#PWR072" (at 248.92 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 248.92 120.65 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 248.92 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 248.92 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 248.92 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c80c69c6-63bc-476c-a147-5cad0ed830e8)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR072") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 341.63 62.23 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 9a44332f-7e1f-4ee0-aa19-387dfbe6641e) + (property "Reference" "#PWR044" (at 341.63 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 341.63 57.15 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 341.63 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 341.63 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 341.63 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 698c600a-3deb-4c13-8c7c-4a7d7e5a086f)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR044") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 420.37 261.62 270) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 9a700ee1-1f2d-440c-b44b-00574d3fcf19) + (property "Reference" "R13" (at 420.37 266.7 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1k" (at 420.37 264.16 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 420.37 261.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 420.37 261.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 420.37 261.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c504d344-5c04-4607-9e64-cb972483adb8)) + (pin "2" (uuid 70246280-ded0-49a4-8b22-ddcbdbc565f6)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R13") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "symbols:ADG709") (at 448.31 88.9 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 9bc284d1-567d-4e14-8534-9fd95ae4c5d0) + (property "Reference" "U15" (at 453.0441 68.58 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "ADG709" (at 453.0441 71.12 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" (at 452.12 107.95 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/cd4052b.pdf" (at 445.77 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "CMOS double 4-channel analog multiplexer/demultiplexer, TSSOP-16/DIP-16/SOIC-16" (at 449.58 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "85mg" (at 448.31 88.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "guess" (at 448.31 88.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 876f7766-cd58-4425-96d8-e5f4ad079d5c)) + (pin "10" (uuid 77cdd550-d652-44b3-991c-e867ee8d0c50)) + (pin "11" (uuid 1d236a99-9f20-4a99-9446-7ad6884cdffa)) + (pin "12" (uuid e0e241ad-801e-4801-9987-3981442da9bb)) + (pin "13" (uuid daa29903-abb1-40e3-8879-27776dcf3741)) + (pin "14" (uuid b833240a-eb6d-4237-9f78-fdda293b3ef2)) + (pin "15" (uuid cdc9d211-7d9d-4ea0-848a-a7abef575446)) + (pin "16" (uuid fd8e1994-540a-4582-821b-35c6737e85fe)) + (pin "2" (uuid 08af3ef4-a230-48c9-86bb-886def6e80e7)) + (pin "3" (uuid c707bca0-587f-44cb-98ac-482f14842856)) + (pin "4" (uuid 58ce146e-d438-4447-9467-fd18357f2860)) + (pin "5" (uuid ea51303a-4d58-4f81-bc04-aef9c075564b)) + (pin "6" (uuid d98f03a9-e418-4162-b9a7-85d07bdee81a)) + (pin "7" (uuid 9cdd9f0a-8720-43e2-a9a3-12e9682008cc)) + (pin "8" (uuid df9b9e89-cb57-4329-a58b-3d6844b1c215)) + (pin "9" (uuid 5e51fe43-a0a3-4b1e-b0c3-f6d15660b09b)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U15") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 223.52 304.8 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 9d37f765-e545-466a-930f-eed23f1731e4) + (property "Reference" "#PWR029" (at 223.52 308.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 223.52 299.72 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 223.52 304.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 223.52 304.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 223.52 304.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 08206ece-2322-4341-afed-59e75453b3fc)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR029") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 133.35 99.06 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 9f86dc07-6f0f-4736-b47c-0304a33d984c) + (property "Reference" "#PWR0103" (at 133.35 102.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 133.35 93.98 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 133.35 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 133.35 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 133.35 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 82699386-f6e0-4edb-9ce1-49aa7bd746be)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0103") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Mechanical:MountingHole") (at 68.58 44.45 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid a064b64e-9397-4ebf-8273-b596e32de41c) + (property "Reference" "H1" (at 71.12 43.18 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "M3" (at 71.12 45.72 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_DIN965" (at 68.58 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 68.58 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Mounting Hole without connection" (at 68.58 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "0mg" (at 68.58 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "H1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 259.08 127 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid a36bcdbd-9eb2-4b08-a14d-fcd631443425) + (property "Reference" "R38" (at 261.62 125.73 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "47" (at 261.62 128.27 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 259.08 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 259.08 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 259.08 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid aa7f7940-1a1a-45cc-b827-d46595767b49)) + (pin "2" (uuid 9201a532-17a9-423a-9396-c3f53aebcca7)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R38") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 314.96 73.66 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid a372928d-ec2d-4cc7-8ab6-cb930c07c672) + (property "Reference" "#PWR067" (at 314.96 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 314.96 68.58 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 314.96 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 314.96 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 314.96 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c3623165-389a-4c4b-b027-9d2afdb12da5)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR067") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 133.35 104.14 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid a4334ae8-31f2-406c-88ae-e28b85c85fa4) + (property "Reference" "R43" (at 135.89 102.87 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "120k" (at 135.89 105.41 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 133.35 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 133.35 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 133.35 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9ace0f03-5e37-47d2-98a9-e4143534a0f2)) + (pin "2" (uuid 45efb605-ff24-4043-afdb-af35ea31fb2a)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R43") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 326.39 62.23 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid a7168430-e927-4465-83af-89e8dbe01d73) + (property "Reference" "#PWR023" (at 326.39 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 326.39 57.15 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 326.39 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 326.39 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 326.39 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d87bad6d-ee45-4b27-8f5b-a24bfa23ad77)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR023") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 502.92 100.33 180) (unit 1) + (in_bom yes) (on_board yes) (dnp yes) (fields_autoplaced) + (uuid aa736865-4f7a-4827-b964-34cf4e92caec) + (property "Reference" "C27" (at 505.46 99.0536 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "DNP" (at 505.46 101.5936 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 502.92 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 502.92 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 502.92 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 25692bfd-e0a2-4567-80af-223985767e78)) + (pin "2" (uuid ccb053c2-98a1-42be-9def-12f4aa658174)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C27") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 248.92 127 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid acf6ba3c-a2ef-4637-bbf0-b1d647beba07) + (property "Reference" "R37" (at 251.46 125.73 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "47" (at 251.46 128.27 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 248.92 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 248.92 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 248.92 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 05b2e27a-f0a4-4e63-804a-8cbae6d5f3d4)) + (pin "2" (uuid 2fa57064-9f43-4104-acfa-c77d8789df2d)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R37") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 312.42 73.66 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid ad50d2d0-2655-45e9-9d22-11289f258bfc) + (property "Reference" "#PWR066" (at 312.42 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 312.42 68.58 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 312.42 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 312.42 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 312.42 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 37ed7858-1e9d-49b5-ab73-cf9b5b816e13)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR066") (unit 1) + ) + ) + ) + ) + + (symbol (lib_name "74HC595_1") (lib_id "74xx:74HC595") (at 90.17 207.01 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid ad95161d-5c42-470b-b5de-7869ed29f0e5) + (property "Reference" "U17" (at 92.3641 189.23 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "NPIC6C596A" (at 92.3641 191.77 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" (at 90.17 207.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/sn74hc595.pdf" (at 88.9 184.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "8-bit serial in/out Shift Register 3-State Outputs" (at 87.63 191.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C551576" (at 90.17 207.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "85mg" (at 90.17 207.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "guess" (at 90.17 207.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f590c302-1ddc-4c46-afb5-54a41b312a46)) + (pin "10" (uuid 265f3595-52ae-4005-873c-3997ee2fb5a4)) + (pin "11" (uuid fd18cc60-e116-499a-9738-b80d38d7cc05)) + (pin "12" (uuid 3e557b1a-45b4-4115-afa2-aa61e843fc23)) + (pin "13" (uuid b2edf9e4-7816-4e58-985b-99bb5498d0f5)) + (pin "14" (uuid ae1593b1-5ff7-4b2c-a6c8-9e4d14a1613b)) + (pin "15" (uuid 69bde14c-ca77-476a-a7d5-13f773937f3d)) + (pin "16" (uuid f4f4afb7-1efd-4fdb-bfa0-38ac39e36f48)) + (pin "2" (uuid 05f09dcd-90c1-4c9b-a74b-5c3b18b0ef28)) + (pin "3" (uuid eb4ae9fd-dcb9-43b5-ba73-97f34a8c9b69)) + (pin "4" (uuid fe36e0b5-59e7-43a6-b5a7-5a4c46c6a187)) + (pin "5" (uuid 8a0e25e5-e795-4de7-baf1-6e94545bb90a)) + (pin "6" (uuid 4a4d15a4-c40b-4243-8f8f-5d8c135eb718)) + (pin "7" (uuid 99484ad1-cd99-4d2d-9373-0df6e9ff33c3)) + (pin "8" (uuid d6a96155-9573-41a4-b02c-7b5c839cd61e)) + (pin "9" (uuid 0718b1c9-06e8-42ef-a352-d1f8041f3c32)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U17") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 337.82 312.42 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid af01c3a8-b285-4b30-9d43-cf9e61531228) + (property "Reference" "#PWR049" (at 337.82 316.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 337.82 307.34 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 337.82 312.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 337.82 312.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 337.82 312.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d1d63c45-7fa9-48f8-85c4-5b5e9b7feb9b)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR049") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 80.01 204.47 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid b10cb371-a7ad-4f6f-9b68-21b7393ea3ff) + (property "Reference" "#PWR0111" (at 83.82 204.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 74.93 204.47 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 80.01 204.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 80.01 204.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 80.01 204.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 57eabe92-c3a5-4470-b88b-96fb5cf998f5)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0111") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 156.21 320.04 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid b188789d-a170-4a88-969c-02be00a4f9de) + (property "Reference" "#PWR021" (at 156.21 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 156.21 314.96 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 156.21 320.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 156.21 320.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 156.21 320.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 571b855d-5b3e-4b3e-aa83-ee6dc697ffc7)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR021") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:D_Zener") (at 100.33 78.74 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid b1a8dbf4-99d1-4a7c-a257-249d8828f2c4) + (property "Reference" "D13" (at 102.87 77.47 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "30V" (at 102.87 80.01 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 100.33 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 100.33 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Zener diode" (at 100.33 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Field-1" "20mg" (at 100.33 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Field-1" "guess" (at 100.33 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 936169b7-d9fc-4690-9fd4-aff1e560f58d)) + (pin "2" (uuid 987b3610-0111-43f9-b694-7cdd10168d14)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "D13") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 231.14 309.88 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid b1c7671e-e871-478d-afef-831d97646893) + (property "Reference" "#PWR032" (at 231.14 316.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 231.14 313.69 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 231.14 309.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 231.14 309.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 231.14 309.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1962a573-0297-45dd-8be0-5fa333180664)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR032") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 464.82 60.96 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid b2087e8d-9259-4e71-b385-d4dcd9f493e2) + (property "Reference" "#PWR091" (at 464.82 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 467.36 64.77 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 464.82 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 464.82 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 464.82 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d33599e7-e039-44c2-9f47-330019e775cd)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR091") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 514.35 80.01 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid b31becaa-35eb-49e0-9e3e-4d4ac4336ec6) + (property "Reference" "R25" (at 516.89 78.74 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1M" (at 516.89 81.28 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 514.35 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 514.35 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 514.35 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c7b9456a-ff64-4a87-8dcc-f6b89b33541a)) + (pin "2" (uuid 9a6fe35b-d855-4f46-b979-951a9d28c3b4)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R25") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 461.01 248.92 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid b569bbe8-b594-49f3-95e6-acd4031fb628) + (property "Reference" "#PWR061" (at 461.01 255.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 461.01 254 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 461.01 248.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 461.01 248.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 461.01 248.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 7b2cc3e4-2378-4019-a354-28af1933af15)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR061") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 204.47 341.63 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid b6e2d18f-5d10-4339-9b41-9962d9f08350) + (property "Reference" "#PWR035" (at 204.47 347.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 204.47 346.71 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 204.47 341.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 204.47 341.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 204.47 341.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c0ff111d-7cd6-4cc7-849d-1c711ae3d446)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR035") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 121.92 190.5 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid b7a2b129-7514-41f8-9bca-51e9ce964d66) + (property "Reference" "R10" (at 123.19 191.77 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "220k" (at 123.19 194.31 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 121.92 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 121.92 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 121.92 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c08d8865-626b-432f-89f7-1d46f208002b)) + (pin "2" (uuid 30d314a9-26c7-4d33-b6a7-05bf2782f3b8)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R10") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "symbols:TS3A4751PWR") (at 406.4 110.49 270) (unit 2) + (in_bom yes) (on_board yes) (dnp no) + (uuid b93d09fd-f56a-47b5-a270-c448c8cdcb5a) + (property "Reference" "U14" (at 407.67 105.41 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "TS3A4751PWR" (at 412.75 111.76 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 398.78 110.49 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts5a3159a.pdf" (at 406.4 110.49 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Quad SPST Analog Switch, 1.6V to 3.6V Operation, 0.9Ω Ron, TSSOP-14" (at 406.4 110.49 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C128399" (at 406.4 110.49 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "72mg" (at 406.4 110.49 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/f5/99/e2/01/eb/25/46/50/DM00945465/files/42YA_466XXXY_signed.pdf/jcr:content/translations/en.42YA_466XXXY_signed.pdf" (at 406.4 110.49 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid aeba9ed6-fdfe-4782-aeb7-002b2976902d)) + (pin "13" (uuid 31db056d-58c5-42cf-a537-f3af71cbb825)) + (pin "2" (uuid 31087155-10b7-4036-8289-87422375ee54)) + (pin "3" (uuid d6c87b5d-8c48-4c87-afab-a153f8cb3349)) + (pin "4" (uuid 849a1ac9-05bf-428b-8b57-e09ef3720ff3)) + (pin "5" (uuid e45b43be-d08a-405b-8bfc-9372cc109627)) + (pin "6" (uuid 890d90c9-5058-4941-b2ca-b1fc36600188)) + (pin "8" (uuid 54f2a404-b0bc-435e-9ce6-09085e4a26ed)) + (pin "9" (uuid 493c6f08-4765-44ab-a18d-5c4b913c10fd)) + (pin "10" (uuid d79d2aa2-2830-4f1b-942a-fcc88451487f)) + (pin "11" (uuid 08d2a77b-65de-4732-a89c-1f9748ba79d9)) + (pin "12" (uuid a687a119-e5e0-4de2-a8d8-d40e7513d99b)) + (pin "14" (uuid ef1c5312-30d0-435a-a26f-500d9fd33bb8)) + (pin "7" (uuid a419bec9-7da0-4931-97af-6c86b556e520)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U14") (unit 2) + ) + ) + ) + ) + + (symbol (lib_id "Amplifier_Operational:MCP6L04-xST") (at 474.98 152.4 0) (mirror y) (unit 2) + (in_bom yes) (on_board yes) (dnp no) + (uuid ba61310a-23d4-470a-8d7c-f363ed872cbd) + (property "Reference" "U16" (at 474.98 152.4 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "AD8648ARUZ" (at 474.98 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 474.98 152.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/devicedoc/22140b.pdf" (at 474.98 152.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Quad, 1 MHz, 85µA, Rail-to-Rail input and output, TSSOP-14" (at 474.98 152.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C147925" (at 474.98 152.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "72mg" (at 474.98 152.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/f5/99/e2/01/eb/25/46/50/DM00945465/files/42YA_466XXXY_signed.pdf/jcr:content/translations/en.42YA_466XXXY_signed.pdf" (at 474.98 152.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid deb5ff79-8636-41b6-95db-60315f83624b)) + (pin "2" (uuid ab472073-00a6-4189-a3ba-039989893a57)) + (pin "3" (uuid 06b17147-13b5-427c-a5c6-9c5bc68c16c8)) + (pin "5" (uuid 1a747c56-b2e2-43a9-8643-3e377fd30b0f)) + (pin "6" (uuid 10adf6c1-05d4-40cc-988b-243c535367d8)) + (pin "7" (uuid 5c9a5877-a64f-448a-93c4-871410570523)) + (pin "10" (uuid da1dd6f8-bc16-431d-a0ed-71526bb573e4)) + (pin "8" (uuid 65bfa3b5-1b4f-4b16-a620-474b82b6968a)) + (pin "9" (uuid c996ef5e-117b-4765-b71e-1ed2bfc8cf85)) + (pin "12" (uuid 75180d78-c014-478b-ad63-38420f6882f2)) + (pin "13" (uuid 1881b93e-38f0-4773-a521-ca4c85dc5e04)) + (pin "14" (uuid b284f214-a9df-47c4-b997-1b5b6018b780)) + (pin "11" (uuid c95fd1ca-bbb6-4898-9c10-ce590a62d206)) + (pin "4" (uuid 7cbd325c-ddbb-4c3a-b977-92d6b109625e)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U16") (unit 2) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 502.92 105.41 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid bba5bd62-d406-4bf2-951d-74080deb6c6d) + (property "Reference" "#PWR037" (at 502.92 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 502.92 109.22 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 502.92 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 502.92 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 502.92 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2c9259be-2e64-40a9-b297-37e35cdacdea)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR037") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 406.4 123.19 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid bbb2b61c-9829-4f87-874f-6ccb0213da0a) + (property "Reference" "R34" (at 408.94 121.92 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1k" (at 408.94 124.46 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 406.4 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 406.4 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 406.4 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 7f1ce4c1-5b6c-4c99-be7d-3aa0449cb495)) + (pin "2" (uuid 3d6ea657-c3de-4557-80bc-d013238a082f)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R34") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 508 74.93 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid c2cf5361-21b0-4d45-b1aa-09002c392d01) + (property "Reference" "R26" (at 508 69.85 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 508 72.39 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 508 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 508 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4c9c66b1-3d51-47a5-8187-ccf7fd04c763)) + (pin "2" (uuid 993b4c5d-2858-483e-8345-54a1effb37cd)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R26") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 223.52 307.34 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid c51297e8-1264-4c86-bafe-e5f9bcf31acb) + (property "Reference" "C13" (at 224.79 303.53 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "10u 6V3 X7R" (at 227.33 318.77 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 223.52 307.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 223.52 307.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 223.52 307.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C342847" (at 223.52 307.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 148e1c2d-c917-489d-882b-6a813ab92a0c)) + (pin "2" (uuid 8261fe8f-0a2c-49c8-a462-868a094fd8b3)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C13") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 167.64 181.61 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid c5449fff-85f6-463e-b87d-949da305e7df) + (property "Reference" "R125" (at 168.91 181.61 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "47k" (at 168.91 181.61 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 167.64 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 167.64 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 167.64 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 77c547cc-a337-4ff8-8321-5d0627098e44)) + (pin "2" (uuid bafcb2b7-ab15-4169-8661-f74815357ff2)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R125") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 502.92 128.27 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid c7739c75-df14-478b-bbf9-1ac9f2ef8fb4) + (property "Reference" "#PWR071" (at 502.92 134.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 502.92 132.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 502.92 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 502.92 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 502.92 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8bfa83fe-f9b1-4ede-803f-00c1d5df4c42)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR071") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Amplifier_Operational:MCP6L04-xST") (at 447.04 152.4 0) (mirror y) (unit 4) + (in_bom yes) (on_board yes) (dnp no) + (uuid c7c9ec4c-442e-4474-bc8f-d8fa7e1d0f70) + (property "Reference" "U16" (at 447.04 152.4 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "AD8648ARUZ" (at 447.04 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 447.04 152.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/devicedoc/22140b.pdf" (at 447.04 152.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Quad, 1 MHz, 85µA, Rail-to-Rail input and output, TSSOP-14" (at 447.04 152.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C147925" (at 447.04 152.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "72mg" (at 447.04 152.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/f5/99/e2/01/eb/25/46/50/DM00945465/files/42YA_466XXXY_signed.pdf/jcr:content/translations/en.42YA_466XXXY_signed.pdf" (at 447.04 152.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9b5d1e5e-a2c7-4063-a340-ec9f48bbb17d)) + (pin "2" (uuid e7fb16f4-afb6-447f-be99-33e3d93fae7c)) + (pin "3" (uuid bde5a5e4-e865-4db3-8a0e-bd49005412a8)) + (pin "5" (uuid 1408a498-7831-4acd-b24c-5a5ea60bc7da)) + (pin "6" (uuid a4b82437-a969-4369-8ae4-cdf874e7ccd0)) + (pin "7" (uuid f8cfb787-3e22-41de-bf75-dae754eb3f54)) + (pin "10" (uuid 95f0f28f-ebc7-4302-9498-01f5903b342f)) + (pin "8" (uuid 2fa3679c-35f4-478d-bd9b-e9ad3f3f61aa)) + (pin "9" (uuid cf78fd14-90ac-441f-94fd-9e6bc335c89a)) + (pin "12" (uuid 2354a975-6508-4f75-8ae0-7ab776c800d4)) + (pin "13" (uuid a4b5837f-d279-41a7-a73f-5f90219e0741)) + (pin "14" (uuid 3bb95d35-9dbf-4c3d-beff-86560a4379de)) + (pin "11" (uuid 25666212-32f5-48dd-a2df-f34a411bc66a)) + (pin "4" (uuid f0ffdf1c-8426-4893-b4b1-1f56c1f60e08)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U16") (unit 4) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 148.59 325.12 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid c85ab0f0-bf28-438f-b1d5-036e7d70aa43) + (property "Reference" "#PWR020" (at 148.59 331.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 148.59 328.93 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 148.59 325.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 148.59 325.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 148.59 325.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 584fffb1-9252-4f12-b435-d458add7e8e0)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR020") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 128.27 104.14 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid cc47db61-6647-44f8-838e-70fbaa362cd3) + (property "Reference" "R41" (at 125.73 102.87 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "120k" (at 125.73 105.41 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 128.27 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 128.27 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 128.27 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c3c8e472-8b1f-42ed-b01d-f646bbe847b2)) + (pin "2" (uuid a1633084-fa64-47dd-889c-ab962ee0df7b)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R41") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Regulator_Linear:AP130-18Y") (at 186.69 66.04 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid cc5afe56-2c15-4fd3-9739-15da03065062) + (property "Reference" "U4" (at 186.69 59.69 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "TLV76033DBZT" (at 186.69 62.23 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 186.69 60.325 0) + (effects (font (size 1.27 1.27) italic) hide) + ) + (property "Datasheet" "https://www.diodes.com/assets/Datasheets/AP130.pdf" (at 186.69 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 186.69 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C133791" (at 186.69 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "8.5mg" (at 186.69 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/PDFs/material/MCD_SOT-23.pdf" (at 186.69 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 178f97aa-9b58-439e-88aa-854bf78ca3b3)) + (pin "2" (uuid 7f0aba4b-d6bc-43f9-a8ca-ddeec64f7c78)) + (pin "3" (uuid 44963ebc-9747-4748-bf91-5bbdc3c00e70)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+24V") (at 121.92 173.99 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid cdc0c7bc-ecf5-44f8-a71e-a3acad2cd446) + (property "Reference" "#PWR0104" (at 121.92 177.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+24V" (at 121.92 168.91 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 121.92 173.99 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 121.92 173.99 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Power symbol creates a global label with name \"+24V\"" (at 121.92 173.99 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ff1ee458-d07a-4218-b984-b8833f31b809)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0104") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 166.37 138.43 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid ce8d80d4-e45d-4677-8695-ec3f1ab4e37f) + (property "Reference" "#PWR093" (at 166.37 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 166.37 143.51 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 166.37 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 166.37 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 166.37 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b20a4c2e-6cf8-4944-8e63-da48c2a6988f)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR093") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 189.23 123.19 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid cfedc898-cf27-49ee-b331-306a5c78ec7a) + (property "Reference" "R39" (at 186.69 121.92 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "390k" (at 186.69 124.46 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 189.23 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 189.23 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 189.23 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0f0b38d6-df60-4d89-a842-0245fea02818)) + (pin "2" (uuid aa16cf2b-aa04-4d39-ba31-14495e1e7cb4)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R39") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 86.36 326.39 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid d4364db5-7eed-4158-a32f-5c9d8a5833b2) + (property "Reference" "R1" (at 88.9 325.12 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (at 88.9 327.66 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 86.36 326.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 86.36 326.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 86.36 326.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 21f0baae-7f26-4d95-94f0-44ce3bde2002)) + (pin "2" (uuid 68cdb778-46be-4a06-ad27-f002d133364a)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 326.39 64.77 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid d57581e8-10d7-471f-9baa-2199d8a57b41) + (property "Reference" "C11" (at 327.66 60.96 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "10u 6V3 X7R" (at 330.2 76.2 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 326.39 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 326.39 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 326.39 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C342847" (at 326.39 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid dfa65015-8754-4889-8090-851529dabca8)) + (pin "2" (uuid d77111a9-3103-4f2e-8e94-36b0b241d738)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C11") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 341.63 67.31 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid d5c49f46-a9bb-4e05-8c67-66cf14382bb9) + (property "Reference" "#PWR046" (at 341.63 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 341.63 71.12 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 341.63 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 341.63 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 341.63 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d23cb337-5f37-4402-a916-64466d3254f5)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR046") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 508 328.93 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid d6940512-b783-4d3a-bc64-ca82837e8ad1) + (property "Reference" "#PWR045" (at 508 335.28 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 508 334.01 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 508 328.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 508 328.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 328.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 51a05536-3c6a-4bb9-8093-81ee4a42f96d)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR045") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 477.52 144.78 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid d71e0162-54f5-4e94-a620-ad53c9b922cd) + (property "Reference" "#PWR086" (at 477.52 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 473.71 146.05 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 477.52 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 477.52 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 477.52 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid fe94546f-945b-40ea-ae71-a296dc14553d)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR086") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 435.61 99.06 90) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid da19b684-bf20-4769-ba04-33d41203eaab) + (property "Reference" "#PWR083" (at 439.42 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 430.53 99.06 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 435.61 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 435.61 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 435.61 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d4cb224d-4716-4923-be52-8765af1f8f33)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR083") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "symbols:TS3A4751PWR") (at 406.4 83.82 0) (mirror x) (unit 3) + (in_bom yes) (on_board yes) (dnp no) + (uuid dc4eea6d-9656-4b91-b119-239f5d24b951) + (property "Reference" "U14" (at 407.67 90.17 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "TS3A4751PWR" (at 406.4 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 406.4 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts5a3159a.pdf" (at 406.4 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Quad SPST Analog Switch, 1.6V to 3.6V Operation, 0.9Ω Ron, TSSOP-14" (at 406.4 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C128399" (at 406.4 83.82 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "72mg" (at 406.4 83.82 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/f5/99/e2/01/eb/25/46/50/DM00945465/files/42YA_466XXXY_signed.pdf/jcr:content/translations/en.42YA_466XXXY_signed.pdf" (at 406.4 83.82 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a65f9571-904b-4410-9a0a-bf359b2ae546)) + (pin "13" (uuid aa4157ff-d298-44ff-9ab3-c6c44dff308b)) + (pin "2" (uuid 41472b2d-d7f5-4055-ba1d-1d6a198d2ef7)) + (pin "3" (uuid 10f79d09-87a3-4736-aa8a-74c5b951daa0)) + (pin "4" (uuid ca278ed9-4a76-40d5-a8bb-8a7f838aa5be)) + (pin "5" (uuid ea785328-802d-458f-b18a-9d31041a45de)) + (pin "6" (uuid e479f8b3-852f-4783-8ba5-e2dc03f9340e)) + (pin "8" (uuid ce6492da-b6a8-4ab2-9695-f66256b08c48)) + (pin "9" (uuid 2e2a8bc0-a433-4632-a6e2-c050715896e5)) + (pin "10" (uuid 3cd54851-49e3-4dc4-a6d7-9f6f93b96d73)) + (pin "11" (uuid 308953c4-73c4-40b8-9a46-30ec902bcb15)) + (pin "12" (uuid 9a8f07d8-7056-4ba1-86f8-24b1b82e7f5a)) + (pin "14" (uuid 887844d4-d98f-4c07-bd26-3eb12a25874b)) + (pin "7" (uuid 4337310b-4319-4f43-97fe-6841be52e2b2)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U14") (unit 3) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 186.69 93.98 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid dc75900c-01cf-4b35-9254-cf7f4bad06b1) + (property "Reference" "#PWR098" (at 186.69 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 186.69 99.06 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 186.69 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 186.69 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 186.69 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 841346a5-dd83-456a-a52a-2b0ff45b4278)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR098") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 198.12 138.43 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid dd4c1b32-7836-411e-9885-013112e66983) + (property "Reference" "#PWR0101" (at 198.12 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 198.12 143.51 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 198.12 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 198.12 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 198.12 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1d7f06d8-1925-46b2-945c-1f7674671bb9)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0101") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 149.86 77.47 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid dd726bca-a1e8-41e6-abf3-8c21d7a2efa7) + (property "Reference" "C3" (at 151.13 73.66 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "10u 35V X7R" (at 153.67 88.9 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" (at 149.86 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 149.86 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 149.86 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C89632" (at 149.86 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d8f8762c-e6e3-44ef-a4a4-450a50a29241)) + (pin "2" (uuid c391eedc-8728-4f33-b516-cc0663a48173)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 502.92 62.23 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid e0809a4b-fa65-4ecf-83e0-dc87925bf6fa) + (property "Reference" "#PWR04" (at 502.92 68.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 502.92 66.04 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 502.92 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 502.92 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 502.92 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2a71848b-decc-4b0d-b98f-d682978ff7eb)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR04") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 386.08 123.19 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid e0d2810b-932c-4f7c-bcc0-779eb06a50a4) + (property "Reference" "R33" (at 388.62 121.92 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1k" (at 388.62 124.46 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 386.08 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 386.08 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 386.08 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 46439201-6af9-48dd-b053-260d4cff3d85)) + (pin "2" (uuid d908cc8b-56e7-418a-bb49-7db8d8d13bd1)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R33") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "symbols:TS3A4751PWR") (at 386.08 83.82 0) (mirror y) (unit 5) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid e14c1c61-df8d-4421-aebe-e9717bd0f89e) + (property "Reference" "U14" (at 382.27 83.82 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Value" "TS3A4751PWR" (at 382.27 85.09 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 386.08 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts5a3159a.pdf" (at 386.08 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Quad SPST Analog Switch, 1.6V to 3.6V Operation, 0.9Ω Ron, TSSOP-14" (at 386.08 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C128399" (at 386.08 83.82 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "72mg" (at 386.08 83.82 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.st.com/content/ccc/resource/quality_and_reliability/quality_certificate/material_declaration/group3/f5/99/e2/01/eb/25/46/50/DM00945465/files/42YA_466XXXY_signed.pdf/jcr:content/translations/en.42YA_466XXXY_signed.pdf" (at 386.08 83.82 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c429e149-6770-47b4-ace2-9dde7cef6335)) + (pin "13" (uuid cc91bcf5-74b5-4ffd-8cad-b0df8185a0ac)) + (pin "2" (uuid 9042ecbf-1500-4aeb-bd5b-76794b803d77)) + (pin "3" (uuid 63a3b7db-7074-4519-968e-5b24534cba54)) + (pin "4" (uuid 4b825589-28da-4b7f-a1eb-e34846b75619)) + (pin "5" (uuid 5c6a38e3-4cdc-4325-bc26-9e5d594466a9)) + (pin "6" (uuid c59a2179-4db2-4eee-bc02-e689aee0504d)) + (pin "8" (uuid 8c6c560e-a23b-417b-a036-ac12ddf00bc2)) + (pin "9" (uuid 5295acd9-b04e-4323-9bbd-7633da278248)) + (pin "10" (uuid df9194a4-fd0d-4162-b38d-d0e5e4b53481)) + (pin "11" (uuid ebd67d25-5b77-40a5-95b9-824d72b5ff48)) + (pin "12" (uuid e5137a40-5fe4-4be4-9fe8-7ba0aa9c48d3)) + (pin "14" (uuid ae837fb6-89b2-4136-9d4d-e6638e7720c3)) + (pin "7" (uuid 6f4a69ce-970f-4e0b-81ba-7d4c6223c5da)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U14") (unit 5) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 172.72 77.47 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid e4a7a21e-cfba-4cc1-ba80-205bc10e6c76) + (property "Reference" "C6" (at 173.99 73.66 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "10u 35V X7R" (at 176.53 88.9 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" (at 172.72 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 172.72 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 172.72 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C89632" (at 172.72 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ee82b127-8d65-4ae0-99b5-eebd04658bae)) + (pin "2" (uuid 1f27f3c7-a513-4b6e-a8c3-380f6ac63e89)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C6") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Amplifier_Operational:MCP602") (at 458.47 241.3 180) (unit 2) + (in_bom yes) (on_board yes) (dnp no) + (uuid e6836819-b178-4592-8dd3-bdd3661d08c2) + (property "Reference" "U9" (at 453.39 243.84 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "MCP6002" (at 453.39 246.38 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_SO:MSOP-8_3x3mm_P0.65mm" (at 458.47 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21314g.pdf" (at 458.47 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 458.47 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2652308" (at 458.47 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "25.1mg" (at 458.47 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/msop/8L-HRM-8-1.pdf" (at 458.47 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b21e524b-e712-4efd-8706-25a413cbcf17)) + (pin "2" (uuid 72c36ba0-8d0b-4955-8bb7-1e6d15547eef)) + (pin "3" (uuid 2cf32c84-f77e-4893-89d3-f9545044f5b1)) + (pin "5" (uuid c42e846a-6c60-4154-b942-e67a93a18574)) + (pin "6" (uuid b646f1a1-0ecd-4e50-b324-3f985705cefa)) + (pin "7" (uuid 2ce632fe-abcc-4568-a7c1-c470d916d403)) + (pin "4" (uuid 4d59e1ca-673c-4b3d-9738-98282d7ab410)) + (pin "8" (uuid f5247562-c392-4027-b27e-286f17782499)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U9") (unit 2) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 276.86 308.61 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid ebd8ec3b-1e56-4d4d-a30c-db42020e9214) + (property "Reference" "#PWR013" (at 276.86 312.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 276.86 303.53 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 276.86 308.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 276.86 308.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 276.86 308.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4927cd5c-17e5-45b3-b9cb-fcb8ad1aea55)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR013") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 468.63 219.71 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid ed1d0e87-0330-4d17-9a59-cfadbbb3791e) + (property "Reference" "R15" (at 466.09 218.44 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1k" (at 466.09 220.98 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 468.63 219.71 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 468.63 219.71 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 468.63 219.71 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4549f4fe-bdda-4aac-83e1-9424b793f4da)) + (pin "2" (uuid 72d7e3b2-f6ca-4dc5-82fa-dde9e7925381)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R15") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 508 354.33 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid f004b014-d7b2-42b5-91c0-94e519d7d071) + (property "Reference" "#PWR068" (at 508 360.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 508 359.41 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 508 354.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 508 354.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 508 354.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid acb2fc8c-fdef-421e-9638-192ffac3be2b)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR068") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 502.92 57.15 180) (unit 1) + (in_bom yes) (on_board yes) (dnp yes) (fields_autoplaced) + (uuid f05557d1-ff11-443f-b64b-c987d5393b1a) + (property "Reference" "C25" (at 505.46 55.8736 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "DNP" (at 505.46 58.4136 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 502.92 57.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 502.92 57.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 502.92 57.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e712f249-22d3-44db-bf30-e458d3a799bc)) + (pin "2" (uuid 1ad115a4-53b1-4881-846a-3148af65d60f)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C25") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 246.38 321.31 0) (unit 1) + (in_bom yes) (on_board yes) (dnp yes) (fields_autoplaced) + (uuid f1025e0d-3257-4d45-872e-6ad3a87371de) + (property "Reference" "R35" (at 248.92 320.04 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "DNP" (at 248.92 322.58 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 246.38 321.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 246.38 321.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 246.38 321.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2f371419-c7dc-47aa-944b-be5fafd33a3d)) + (pin "2" (uuid d721f531-25b4-4f2d-9892-39ebbc86f79e)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R35") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 349.25 62.23 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid f1e7e3f3-7fde-4439-93c2-109892b6be86) + (property "Reference" "#PWR047" (at 349.25 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 349.25 57.15 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 349.25 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 349.25 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 349.25 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a46d6bad-64cb-4756-b45a-91c74170639b)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR047") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Amplifier_Operational:MCP602") (at 458.47 241.3 180) (unit 3) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid f3430d24-fbbb-4061-8caf-6700f464ab9b) + (property "Reference" "U9" (at 462.28 240.03 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Value" "MCP6002" (at 462.28 241.3 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Footprint" "Package_SO:MSOP-8_3x3mm_P0.65mm" (at 458.47 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21314g.pdf" (at 458.47 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 458.47 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2652308" (at 458.47 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "25.1mg" (at 458.47 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/msop/8L-HRM-8-1.pdf" (at 458.47 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 13b08877-5bb7-4d88-b088-db3d4f3e26d0)) + (pin "2" (uuid b1a2d4de-0143-416e-8399-44df64484795)) + (pin "3" (uuid 9547526a-efcd-4202-847c-f4f46b675864)) + (pin "5" (uuid ef9fe323-b62a-4ae3-83b5-f544e39800c1)) + (pin "6" (uuid 42fa5ef3-cb81-46a7-9d1e-4ca00a028403)) + (pin "7" (uuid cd0be0ec-856f-472d-98ec-f825da5b9125)) + (pin "4" (uuid df15f555-7d91-4abe-b1ce-1ed6cd0b7cb8)) + (pin "8" (uuid 185b7a9a-6649-4e4c-9c4c-b7b669fd8e1f)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U9") (unit 3) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 156.21 325.12 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid f392b840-702f-43e9-bb0b-e1385cf7a581) + (property "Reference" "#PWR022" (at 156.21 331.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 156.21 328.93 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 156.21 325.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 156.21 325.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 156.21 325.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3e5ad734-88c1-416e-9092-5736034def7d)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR022") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 406.4 125.73 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid f4a97deb-e201-45a4-ae20-8c5bafce377d) + (property "Reference" "#PWR080" (at 406.4 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 406.4 129.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 406.4 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 406.4 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 406.4 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b04b9685-aa33-4289-9e12-552b8437a894)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR080") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 80.01 255.27 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid f72cb70f-c210-44ab-9452-3ed634fb89df) + (property "Reference" "#PWR0155" (at 73.66 255.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 74.93 255.27 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 80.01 255.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 80.01 255.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 80.01 255.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1bee7d55-f28b-406c-8704-b6831f7d6e74)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0155") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 86.36 334.01 0) (unit 1) + (in_bom yes) (on_board yes) (dnp yes) (fields_autoplaced) + (uuid f7f2e4ec-4393-4b84-814e-66b050248a81) + (property "Reference" "R2" (at 88.9 332.74 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "DNP" (at 88.9 335.28 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 86.36 334.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 86.36 334.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 86.36 334.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 46c75bfe-5807-4be2-9b38-7e941cd91a93)) + (pin "2" (uuid 38766d4c-b99c-4ac7-8c28-4e0136173189)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:D_Schottky") (at 86.36 72.39 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid f896bc74-1b68-4c98-b90c-2c50f6a64e8b) + (property "Reference" "D3" (at 88.9 70.8025 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "K36" (at 88.9 73.3425 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Diode_SMD:D_SOD-123F" (at 86.36 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 86.36 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 86.36 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2922184" (at 86.36 72.39 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "17mg" (at 86.36 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.centralsemi.com/docs/PDD/SOD-123FPD.PDF" (at 86.36 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1a20f232-0624-47e6-a0af-30b3f02f766a)) + (pin "2" (uuid 24753fdb-e792-45c5-a247-315a657b90eb)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "D3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 80.01 247.65 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid f9913100-ff6d-47f8-baf5-e7868b14b71e) + (property "Reference" "#PWR0154" (at 83.82 247.65 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 74.93 247.65 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 80.01 247.65 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 80.01 247.65 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 80.01 247.65 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 09783e22-3e53-4789-885b-f75736b83565)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR0154") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 502.92 80.01 180) (unit 1) + (in_bom yes) (on_board yes) (dnp yes) (fields_autoplaced) + (uuid f9dec04f-247c-4757-8cc2-68ade13e873a) + (property "Reference" "C26" (at 505.46 78.7336 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "DNP" (at 505.46 81.2736 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 502.92 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 502.92 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 502.92 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 09931d16-d989-4069-9750-7712d53a7d22)) + (pin "2" (uuid 006394e9-4a1a-4ffc-bfd2-206279cff4f5)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C26") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Mechanical:MountingHole") (at 77.47 44.45 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid faa2bdb9-5f28-426c-bc4e-3b7bd7ebf5b7) + (property "Reference" "H2" (at 80.01 43.18 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "M3" (at 80.01 45.72 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_DIN965" (at 77.47 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 77.47 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Mounting Hole without connection" (at 77.47 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "0mg" (at 77.47 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "H2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 334.01 62.23 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid fafb9786-f7c0-4ca3-ab02-a5c3b79e48c4) + (property "Reference" "#PWR025" (at 334.01 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 334.01 57.15 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 334.01 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 334.01 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 334.01 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ace289a8-a0ec-4dab-8612-6d26bc43b824)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR025") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 332.74 320.04 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid fb929c2f-415d-4012-a0db-79b3575d4979) + (property "Reference" "R133" (at 335.28 318.77 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "3k3" (at 335.28 321.31 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 332.74 320.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 332.74 320.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 332.74 320.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cc6a0cb7-6080-4bfd-9be1-e8d508337a33)) + (pin "2" (uuid 86f990bd-d3ae-4893-8d7f-4038e05a593a)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R133") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 320.04 73.66 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid fbb1958c-2588-47e7-847d-b9ea2cc5d9db) + (property "Reference" "#PWR070" (at 320.04 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 320.04 68.58 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 320.04 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 320.04 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 320.04 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid bf4a03b0-69bc-4118-8a23-66fd9a474f24)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR070") (unit 1) + ) + ) + ) + ) + + (symbol (lib_name "TS3A24159DGSR_1") (lib_id "Analog_Switch:TS3A24159DGSR") (at 474.98 55.88 0) (unit 2) + (in_bom yes) (on_board yes) (dnp no) + (uuid fbf8ad1a-034d-445d-84b4-7c68701e3bac) + (property "Reference" "U13" (at 473.71 52.07 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "TS3A24159DGSR" (at 480.06 57.15 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:TSSOP-10_3x3mm_P0.5mm" (at 474.98 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts3a24159.pdf" (at 448.31 67.31 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Dual SPDT 0.3Ω Bidirectional Analog Switch, TSSOP-10" (at 474.98 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C129329" (at 474.98 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "50mg" (at 474.98 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "guess" (at 474.98 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid 2831827a-61d2-4f89-bfb0-f921f7e51d4b)) + (pin "3" (uuid 4583aebe-40cf-4a2e-9d15-df65614e9ef8)) + (pin "4" (uuid d34e4ec1-2cf9-422a-a6b2-a12a86ea0d77)) + (pin "5" (uuid 43e0c433-4d4f-42db-a495-6b37c6b61783)) + (pin "10" (uuid 1fa5b23f-6ec3-406b-817c-1e6210729257)) + (pin "7" (uuid 0258e58b-7ffc-4050-842c-17742583f245)) + (pin "8" (uuid b8e7cb48-eed6-4a6d-9ca5-d1bb625c46f3)) + (pin "9" (uuid 780f0808-25d8-4a4d-b3f7-e9b0d12b331d)) + (pin "1" (uuid 2cefc3f6-d880-44dc-993c-5258417ccf7b)) + (pin "6" (uuid d6a47bbc-7833-49b0-8f54-d7afcff09b24)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U13") (unit 2) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 293.37 323.85 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid fc45ff2b-d121-4d9f-9f5b-b4f7df917915) + (property "Reference" "#PWR016" (at 293.37 330.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 293.37 327.66 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 293.37 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 293.37 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 293.37 323.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d02460b2-14fb-43a3-beca-0cd692cf3615)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "#PWR016") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 231.14 307.34 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid fcbeeb9e-af4c-4602-8ae6-f281b689b7af) + (property "Reference" "C14" (at 232.41 303.53 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "100n X7R" (at 234.95 318.77 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 231.14 307.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 231.14 307.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 231.14 307.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C1591" (at 231.14 307.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid eaabd263-0a35-469d-84ad-944414e717b0)) + (pin "2" (uuid 44bcbbc8-6a4e-4bac-a134-d519454348a6)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "C14") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 496.57 207.01 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid fd1d06d1-133f-4f59-be67-d2577d007e4b) + (property "Reference" "R14" (at 494.03 205.74 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1M" (at 494.03 208.28 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 496.57 207.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 496.57 207.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 496.57 207.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2afb0554-7569-49ec-a435-9c93ee7a1d10)) + (pin "2" (uuid df8bc217-f596-4f0e-ac8c-3adb6534c618)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "R14") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Amplifier_Operational:MCP602") (at 458.47 209.55 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid ffaa75f6-a072-4ae2-b69c-bff8e02af763) + (property "Reference" "U9" (at 453.39 212.09 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "MCP6002" (at 453.39 214.63 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_SO:MSOP-8_3x3mm_P0.65mm" (at 458.47 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21314g.pdf" (at 458.47 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 458.47 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2652308" (at 458.47 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass" "25.1mg" (at 458.47 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "mass_ref" "https://www.analog.com/media/en/package-pcb-resources/material-declaration/msop/8L-HRM-8-1.pdf" (at 458.47 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9daa76db-31ce-4507-b580-448da33ebfaf)) + (pin "2" (uuid d7bf6e9d-bea7-4064-b9b3-f90fa9052445)) + (pin "3" (uuid 3d43dc2e-4546-47e9-940b-cec5151ab81e)) + (pin "5" (uuid 7454f5df-9e8e-41f6-abf0-6028b7502f56)) + (pin "6" (uuid 251de8df-fc93-41c6-8620-d948a13c58a9)) + (pin "7" (uuid c11326ec-5dd3-4d21-a109-ef0de1d59484)) + (pin "4" (uuid d0d4f065-1054-41fa-991a-0e638b65b17c)) + (pin "8" (uuid bd5e305e-cc5e-47f8-b464-2bfa21b1a6a5)) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" + (reference "U9") (unit 1) + ) + ) + ) + ) + + (sheet (at 123.19 237.49) (size 12.7 22.86) (fields_autoplaced) + (stroke (width 0.1524) (type solid)) + (fill (color 0 0 0 0.0000)) + (uuid 21ab36d5-c2b4-4e3c-9f31-39e788fe5b7f) + (property "Sheetname" "resistor_bank" (at 123.19 236.7784 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheetfile" "resistor_bank.kicad_sch" (at 123.19 260.9346 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + (pin "IN0" input (at 123.19 240.03 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 71affb3b-051b-4271-b1bb-f7f4a1a9fcd0) + ) + (pin "IN1" input (at 123.19 242.57 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 355525fc-b742-4b51-aefa-cebf9f92fa05) + ) + (pin "V+" input (at 132.08 237.49 90) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 6b086dfb-76c0-4b8a-bd0b-314a28de6ff9) + ) + (pin "IN3" input (at 123.19 247.65 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 5da04f59-b669-4d4e-b072-6d6ee6b6daab) + ) + (pin "IN2" input (at 123.19 245.11 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 4746e18a-ec5c-4ac3-a2e2-33031d41e7b7) + ) + (pin "IN4" input (at 123.19 250.19 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 2526024c-6e2f-487b-a09a-3a5300ebd607) + ) + (pin "IN5" input (at 123.19 252.73 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 3d36b762-aa68-4565-a25b-efe22053b0ba) + ) + (pin "IN6" input (at 123.19 255.27 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 2279775a-305c-4d65-835c-a9812b13a38b) + ) + (pin "IN7" input (at 123.19 257.81 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid f8fc0506-1693-447a-81e6-8de9df436732) + ) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" (page "6")) + ) + ) + ) + + (sheet (at 184.15 237.49) (size 12.7 22.86) (fields_autoplaced) + (stroke (width 0.1524) (type solid)) + (fill (color 0 0 0 0.0000)) + (uuid 3618f925-efd9-4896-ac69-1f98eb774124) + (property "Sheetname" "resistor_bank4" (at 184.15 236.7784 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheetfile" "resistor_bank.kicad_sch" (at 184.15 260.9346 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + (pin "IN0" input (at 184.15 240.03 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 2b1d8516-0500-475b-a305-6a8c2d61a625) + ) + (pin "IN1" input (at 184.15 242.57 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid b8559fad-af0d-4120-b648-bb0b663b4fd7) + ) + (pin "V+" input (at 193.04 237.49 90) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 45a1a0bc-c1c7-4090-8dd4-bb3003da73e7) + ) + (pin "IN3" input (at 184.15 247.65 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid f6a36d81-1a97-43de-943d-e00df0fbc9dd) + ) + (pin "IN2" input (at 184.15 245.11 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid d04eadeb-b269-4df3-8c11-7cf3b92b5a4e) + ) + (pin "IN4" input (at 184.15 250.19 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 408b02f3-2e7d-423f-a4c2-147a59cdfa50) + ) + (pin "IN5" input (at 184.15 252.73 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 47d4dbf9-df19-481d-9758-070b6d318b2c) + ) + (pin "IN6" input (at 184.15 255.27 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 0a832494-0063-4efa-ba40-92fcf22971d7) + ) + (pin "IN7" input (at 184.15 257.81 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 560f41bf-5e96-4de3-92ed-713f414433e7) + ) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" (page "10")) + ) + ) + ) + + (sheet (at 138.43 237.49) (size 12.7 22.86) (fields_autoplaced) + (stroke (width 0.1524) (type solid)) + (fill (color 0 0 0 0.0000)) + (uuid 5efc82a9-23f3-49dc-b9bd-0d4e6ccdbeff) + (property "Sheetname" "resistor_bank1" (at 138.43 236.7784 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheetfile" "resistor_bank.kicad_sch" (at 138.43 260.9346 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + (pin "IN0" input (at 138.43 240.03 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 30a72360-c408-443a-a785-b9c6fd1ac4d9) + ) + (pin "IN1" input (at 138.43 242.57 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid e3bc72bc-f9ce-45a0-a240-b2cdacfa65e7) + ) + (pin "V+" input (at 147.32 237.49 90) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid ab22db94-3513-4032-8049-1f34321e359c) + ) + (pin "IN3" input (at 138.43 247.65 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 5b8e6564-5bbd-4882-8a35-e73ab1ce9ac2) + ) + (pin "IN2" input (at 138.43 245.11 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid a00b127a-d5d1-4e58-946c-c00a7bcdc426) + ) + (pin "IN4" input (at 138.43 250.19 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid d0630b19-c3f0-48c5-9348-77b015af035d) + ) + (pin "IN5" input (at 138.43 252.73 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 7350c7aa-b1ca-45ec-868b-a7d122605bff) + ) + (pin "IN6" input (at 138.43 255.27 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 7ea59077-0a5c-4e32-9e4e-014e0ac53b70) + ) + (pin "IN7" input (at 138.43 257.81 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 08016391-ce95-45fa-b792-222fcc98b25c) + ) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" (page "7")) + ) + ) + ) + + (sheet (at 153.67 237.49) (size 12.7 22.86) (fields_autoplaced) + (stroke (width 0.1524) (type solid)) + (fill (color 0 0 0 0.0000)) + (uuid 9165aeea-e5c9-4847-b386-ddb52c57fdca) + (property "Sheetname" "resistor_bank2" (at 153.67 236.7784 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheetfile" "resistor_bank.kicad_sch" (at 153.67 260.9346 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + (pin "IN0" input (at 153.67 240.03 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 620cb69d-e2e7-4e31-b280-98c0d24752f6) + ) + (pin "IN1" input (at 153.67 242.57 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 413acdb8-348b-4de6-965e-1e931606b359) + ) + (pin "V+" input (at 162.56 237.49 90) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid b397c867-3609-4916-a404-ca8806d2194a) + ) + (pin "IN3" input (at 153.67 247.65 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 2977e637-315a-4dac-8007-d7181a3688c5) + ) + (pin "IN2" input (at 153.67 245.11 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid f7efb925-8e60-4878-909a-c0af7edc7ce2) + ) + (pin "IN4" input (at 153.67 250.19 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 9e6e8b01-a7f7-44a1-869d-41122b1efd5f) + ) + (pin "IN5" input (at 153.67 252.73 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid d552c08e-ff0e-41e4-963e-911c352e95e0) + ) + (pin "IN6" input (at 153.67 255.27 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 2b89b63d-52ad-4078-bae5-0552058fe40f) + ) + (pin "IN7" input (at 153.67 257.81 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 088a4e80-3c99-432f-890b-e1b6a264b2a4) + ) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" (page "8")) + ) + ) + ) + + (sheet (at 168.91 237.49) (size 12.7 22.86) (fields_autoplaced) + (stroke (width 0.1524) (type solid)) + (fill (color 0 0 0 0.0000)) + (uuid 91df35e2-6076-4ca0-8a79-437a67d41236) + (property "Sheetname" "resistor_bank3" (at 168.91 236.7784 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheetfile" "resistor_bank.kicad_sch" (at 168.91 260.9346 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + (pin "IN0" input (at 168.91 240.03 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid f2150a9b-387e-42fe-98de-dd4eece6d645) + ) + (pin "IN1" input (at 168.91 242.57 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 4de5b4b7-26d0-4703-afe1-bc3d3f74791b) + ) + (pin "V+" input (at 177.8 237.49 90) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 4c031787-cc5c-47c3-a4d1-ef4bb948dfa0) + ) + (pin "IN3" input (at 168.91 247.65 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 4fe90204-b7a4-41ab-9e82-e992cbec78dd) + ) + (pin "IN2" input (at 168.91 245.11 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid bbe54751-e7b6-4e7a-a33b-8d9f85c3c595) + ) + (pin "IN4" input (at 168.91 250.19 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 8dfe37a4-0dd9-46a6-9e82-1406644d12f4) + ) + (pin "IN5" input (at 168.91 252.73 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid b832442e-7252-44c4-807a-cb077ef852fe) + ) + (pin "IN6" input (at 168.91 255.27 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 86d827b8-0610-45bd-b524-5d9df0e5f2b1) + ) + (pin "IN7" input (at 168.91 257.81 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid c54a3c63-aed5-45f7-90e2-dcccdbf66e80) + ) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" (page "9")) + ) + ) + ) + + (sheet (at 485.14 311.15) (size 15.24 34.29) + (stroke (width 0.1524) (type solid)) + (fill (color 0 0 0 0.0000)) + (uuid 9caf2a35-027f-42fd-9c5b-33991635f950) + (property "Sheetname" "PD_TIA2" (at 485.14 311.15 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheetfile" "pd_tia.kicad_sch" (at 485.14 346.71 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + (pin "VREF" input (at 492.76 311.15 90) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 802b37af-51a2-4424-a703-2a00b63aba3e) + ) + (pin "OUT2" output (at 485.14 341.63 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 8c5d6826-4d75-4db2-8f09-15c3986975b3) + ) + (pin "IN2" input (at 500.38 341.63 0) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid bd7c0230-e79a-42f8-b5ea-bb680659730d) + ) + (pin "OUT1" output (at 485.14 314.96 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 30e976d6-9b71-43ff-8e73-4a29b9967167) + ) + (pin "IN1" input (at 500.38 314.96 0) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 3d5e6b0f-3c98-4521-8e88-84a65bbd2d90) + ) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" (page "4")) + ) + ) + ) + + (sheet (at 485.14 266.7) (size 15.24 26.67) (fields_autoplaced) + (stroke (width 0.1524) (type solid)) + (fill (color 0 0 0 0.0000)) + (uuid d9dd8301-3c73-4baa-ad63-b060d8ba6e6d) + (property "Sheetname" "PD_TIA" (at 485.14 265.9884 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheetfile" "pd_tia.kicad_sch" (at 485.14 293.9546 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + (pin "VREF" input (at 492.76 266.7 90) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 3e0a6439-b0e4-448f-aa05-800c8c4d2ea4) + ) + (pin "OUT2" output (at 485.14 289.56 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid a66fe926-e912-4a01-adf9-ccd52fe0554d) + ) + (pin "IN2" input (at 500.38 289.56 0) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 33679744-327e-4687-ac74-c408bbc4973e) + ) + (pin "OUT1" output (at 485.14 270.51 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 2de5f496-3c18-4df2-bb5e-608f3952befe) + ) + (pin "IN1" input (at 500.38 270.51 0) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 883ccb10-3864-4830-9ae1-b9121ae0944a) + ) + (instances + (project "self-balancing-test-a" + (path "/3046137d-98ba-4fe6-98da-3a8a74d99ad5" (page "2")) + ) + ) + ) + + (sheet_instances + (path "/" (page "1")) + ) +) diff --git a/sym-lib-table b/sym-lib-table new file mode 100644 index 0000000..39948ce --- /dev/null +++ b/sym-lib-table @@ -0,0 +1,4 @@ +(sym_lib_table + (version 7) + (lib (name "symbols")(type "KiCad")(uri "${KIPRJMOD}/symbols.kicad_sym")(options "")(descr "")) +) diff --git a/symbols.kicad_sym b/symbols.kicad_sym new file mode 100644 index 0000000..4a071ae --- /dev/null +++ b/symbols.kicad_sym @@ -0,0 +1,1457 @@ +(kicad_symbol_lib (version 20230620) (generator kicad_symbol_editor) + (symbol "ADG709" (in_bom yes) (on_board yes) + (property "Reference" "U" (at -10.16 16.51 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "ADG709" (at 3.81 16.51 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 3.81 -19.05 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/cd4052b.pdf" (at -2.54 22.86 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "CMOS double 4-channel analog multiplexer/demultiplexer, TSSOP-16/DIP-16/SOIC-16" (at 1.27 -17.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "analog switch selector multiplexer" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "TSSOP*4.4x5mm*P0.65mm* DIP*W7.62* SOIC*3.9x9.9mm*P1.27mm* SO*5.3x10.2mm*P1.27mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "ADG709_0_1" + (rectangle (start -10.16 8.89) (end -5.08 13.97) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (rectangle (start -10.16 15.24) (end 10.16 -15.24) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -6.096 -7.62) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center -6.096 5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center -2.286 -7.62) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center -2.286 5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -8.128 -7.62) + (xy -6.604 -7.62) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -8.128 5.08) + (xy -6.604 5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.588 -7.366) + (xy -3.302 -6.604) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.588 5.334) + (xy -3.302 6.096) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -10.16) + (xy -5.207 -10.16) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -9.906) + (xy -4.572 -9.271) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -8.636) + (xy -4.572 -8.001) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -5.842) + (xy -4.572 -5.207) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -4.572) + (xy -4.572 -3.937) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -3.302) + (xy -4.572 -2.667) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -2.032) + (xy -4.572 -1.397) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 -0.762) + (xy -4.572 -0.127) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 0.508) + (xy -4.572 1.143) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 2.032) + (xy -4.572 2.667) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 3.302) + (xy -4.572 3.937) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 4.572) + (xy -4.572 5.207) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.572 11.43) + (xy -5.08 11.43) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.81 11.43) + (xy -3.175 11.43) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 -7.366) + (xy 2.286 -5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 5.334) + (xy 2.286 7.62) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 11.43) + (xy -2.286 11.43) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 -5.334) + (xy -0.508 -4.699) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 -4.064) + (xy -0.508 -3.429) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 -2.794) + (xy -0.508 -2.159) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 -1.524) + (xy -0.508 -0.889) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 -0.254) + (xy -0.508 0.381) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 1.27) + (xy -0.508 1.905) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 2.54) + (xy -0.508 3.175) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 3.81) + (xy -0.508 4.445) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 5.08) + (xy -0.508 5.715) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 6.35) + (xy -0.508 6.985) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 7.62) + (xy -0.508 8.255) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 8.89) + (xy -0.508 9.398) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 8.89) + (xy -0.508 9.525) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 9.906) + (xy -0.508 10.414) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 10.922) + (xy -0.508 11.43) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 11.43) + (xy -1.016 11.43) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 -12.7) + (xy 5.842 -12.7) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 -10.16) + (xy 5.842 -10.16) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 -7.62) + (xy 5.842 -7.62) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 -5.08) + (xy 5.842 -5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 0) + (xy 5.842 0) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 2.54) + (xy 5.842 2.54) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 5.08) + (xy 5.842 5.08) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 7.62) + (xy 5.842 7.62) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 -12.7) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 -10.16) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 -7.62) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 -5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 2.54) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 5.08) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (circle (center 3.556 7.62) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + ) + (symbol "ADG709_1_1" + (pin input line (at -12.7 12.7 0) (length 2.54) + (name "A0" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -5.08 180) (length 2.54) + (name "S4B" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -7.62 180) (length 2.54) + (name "S3B" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -10.16 180) (length 2.54) + (name "S2B" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -12.7 180) (length 2.54) + (name "S1B" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 17.78 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -17.78 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 10.16 0) (length 2.54) + (name "A1" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -10.16 0) (length 2.54) + (name "EN" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 -17.78 90) (length 2.54) + (name "VSS" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 7.62 180) (length 2.54) + (name "S1A" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 5.08 180) (length 2.54) + (name "S2A" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 2.54 180) (length 2.54) + (name "S3A" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 0 180) (length 2.54) + (name "S4A" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -12.7 5.08 0) (length 2.54) + (name "DA" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -12.7 -7.62 0) (length 2.54) + (name "DB" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "BMI088" (in_bom yes) (on_board yes) + (property "Reference" "U" (at 0 -5.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "" (at 0 -5.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 -5.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 -5.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "BMI088_1_1" + (rectangle (start -11.43 16.51) (end 11.43 -16.51) + (stroke (width 0) (type default)) + (fill (type background)) + ) + (pin output line (at -13.97 11.43 0) (length 2.54) + (name "INT2" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 0 0) (length 2.54) + (name "SDO2" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 19.05 270) (length 2.54) + (name "VDDIO" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 8.89 0) (length 2.54) + (name "INT3" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 6.35 0) (length 2.54) + (name "INT4" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 -2.54 0) (length 2.54) + (name "CSB1" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 2.54 0) (length 2.54) + (name "SDO1" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 13.97 0) (length 2.54) + (name "INT1" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at -2.54 16.51 270) (length 2.54) hide + (name "NC" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 19.05 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 -19.05 90) (length 2.54) + (name "GNDA" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 -5.08 0) (length 2.54) + (name "CSB2" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -19.05 90) (length 2.54) + (name "GNDIO" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 -7.62 0) (length 2.54) + (name "PS" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 -12.7 0) (length 2.54) + (name "SCL/SCK" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -13.97 -15.24 0) (length 2.54) + (name "SDA/SDI" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "H3LIS100DL" (in_bom yes) (on_board yes) + (property "Reference" "U" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "" (at 0 0 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 "Description" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "H3LIS100DL_1_1" + (rectangle (start -7.62 13.97) (end 7.62 -12.7) + (stroke (width 0) (type default)) + (fill (type background)) + ) + (pin input line (at 2.54 16.51 270) (length 2.54) + (name "VDDIO" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -15.24 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -7.62 0) (length 2.54) + (name "INT1" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -15.24 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -15.24 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 16.51 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 16.51 270) (length 2.54) hide + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -15.24 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at -2.54 13.97 270) (length 2.54) hide + (name "NC" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at -2.54 13.97 270) (length 2.54) hide + (name "NC" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 5.08 0) (length 2.54) + (name "SCL/SPC" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -15.24 90) (length 2.54) + (name "GND" (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) + (name "SDA/SDI/SDIO" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 0 0) (length 2.54) + (name "SDO/SA0" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input inverted (at -10.16 -2.54 0) (length 2.54) + (name "CS" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -10.16 0) (length 2.54) + (name "INT2" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "HMS_K1C1_F5.5" (in_bom yes) (on_board yes) + (property "Reference" "U" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "" (at 0 0 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 "Description" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "HMS_K1C1_F5.5_1_1" + (rectangle (start -5.08 7.62) (end 5.08 -7.62) + (stroke (width 0) (type default)) + (fill (type background)) + ) + (pin bidirectional line (at 0 10.16 270) (length 2.54) + (name "TP+" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 7.62 -2.54 180) (length 2.54) + (name "NTC" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 7.62 2.54 180) (length 2.54) + (name "TP-" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "LSM6DSV16BX" (in_bom yes) (on_board yes) + (property "Reference" "U" (at 10.16 16.51 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_LGA:LGA-14_3x2.5mm_P0.5mm_LayoutBorder3x4y" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/lsm6dsv16bx.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LSM6DSV16BX_1_1" + (rectangle (start -11.43 15.24) (end 11.43 -15.24) + (stroke (width 0) (type default)) + (fill (type background)) + ) + (pin bidirectional line (at -13.97 -5.08 0) (length 2.54) + (name "SA0/SDO" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 10.16 0) (length 2.54) + (name "INT2" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 2.54 0) (length 2.54) + (name "WCLK" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 -12.7 0) (length 2.54) + (name "CS" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 -7.62 0) (length 2.54) + (name "SCL/SCK" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -13.97 -10.16 0) (length 2.54) + (name "SDA/SDIO" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 0 0) (length 2.54) + (name "TDMout" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -13.97 5.08 0) (length 2.54) + (name "BCLK" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -13.97 12.7 0) (length 2.54) + (name "INT1" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 2.54 17.78 270) (length 2.54) + (name "VDDIO" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 13.97 2.54 180) (length 2.54) + (name "AH1/QVAR1" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -17.78 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 17.78 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 13.97 0 180) (length 2.54) + (name "AH2/QVAR2" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "TS3A4751PWR" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) + (property "Reference" "U" (at -3.175 4.699 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "TS3A4751PWR" (at -3.175 2.921 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" (at 0 -7.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts5a3159a.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Description" "Quad SPST Analog Switch, 1.6V to 3.6V Operation, 0.9Ω Ron, TSSOP-14" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "Analog Switch" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "TSSOP*14*4.4x5mm*P0.65mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "TS3A4751PWR_1_1" + (rectangle (start -3.81 5.08) (end 3.81 -5.08) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 0) + (xy -2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 0.127) + (xy 2.54 1.905) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.08) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.778) + (xy 0 -1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 -1.016) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.762) + (xy 0 -0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.254) + (xy 0 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin input line (at 7.62 0 180) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -7.62 90) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A4751PWR_2_1" + (rectangle (start -3.81 5.08) (end 3.81 -5.08) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 0) + (xy -2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 0.127) + (xy 2.54 1.905) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.08) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.778) + (xy 0 -1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 -1.016) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.762) + (xy 0 -0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.254) + (xy 0 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin input line (at 7.62 0 180) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -7.62 90) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A4751PWR_3_1" + (rectangle (start -3.81 5.08) (end 3.81 -5.08) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 0) + (xy -2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 0.127) + (xy 2.54 1.905) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.08) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.778) + (xy 0 -1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 -1.016) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.762) + (xy 0 -0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.254) + (xy 0 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin input line (at 0 -7.62 90) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 7.62 0 180) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A4751PWR_4_1" + (rectangle (start -3.81 5.08) (end 3.81 -5.08) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 0) + (xy -2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.651 0.127) + (xy 2.54 1.905) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.08) + (xy 0 -4.572) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -4.318) + (xy 0 -4.064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.81) + (xy 0 -3.556) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy 0 -3.048) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.794) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.778) + (xy 0 -1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 -1.016) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.762) + (xy 0 -0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -0.254) + (xy 0 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.254) + (xy 0 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 2.794 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.159 0) (radius 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (pin input line (at 7.62 0 180) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -7.62 90) (length 2.54) + (name "" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "TS3A4751PWR_5_0" + (pin power_in line (at 2.54 7.62 270) (length 2.54) + (name "V+" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 -7.62 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "security_mesh" (in_bom yes) (on_board yes) + (property "Reference" "J" (at 1.27 7.62 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "" (at 0 0 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 "Description" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "security_mesh_1_1" + (rectangle (start 0 6.35) (end 5.08 -3.81) + (stroke (width 0) (type default)) + (fill (type background)) + ) + (pin bidirectional line (at -2.54 5.08 0) (length 2.54) + (name "I1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 2.54 0) (length 2.54) + (name "I2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 0 0) (length 2.54) + (name "O2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 -2.54 0) (length 2.54) + (name "O1" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + ) + ) +)