From e246e55c7a7941168e7e93c741dbcb2d3b83bc24 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 2 Oct 2020 09:28:56 +0200 Subject: schematic WIP --- mech_pcbs/common/common_symbols.kicad_sym | 53 + mech_pcbs/rotor_base_pcb/rotor_base_pcb.kicad_pcb | 6 +- mech_pcbs/rotor_base_pcb/rotor_base_pcb.kicad_sch | 2636 ++++++++++++++++++++- 3 files changed, 2656 insertions(+), 39 deletions(-) (limited to 'mech_pcbs') diff --git a/mech_pcbs/common/common_symbols.kicad_sym b/mech_pcbs/common/common_symbols.kicad_sym index c7d3c0c..4988cc4 100644 --- a/mech_pcbs/common/common_symbols.kicad_sym +++ b/mech_pcbs/common/common_symbols.kicad_sym @@ -215,4 +215,57 @@ ) ) ) + (symbol "common_symbols:AIS1120SX" + (property "Reference" "U" (id 0) (at 2.54 12.7 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "AIS1120SX" (id 1) (at 6.35 10.16 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "AIS1120SX_0_0" + (rectangle (start -6.35 -8.89) (end 6.35 8.89) + (stroke (width 0.001)) (fill (type background)) + ) + ) + (symbol "AIS1120SX_1_1" + (pin input line (at -8.89 1.27 0) (length 2.54) + (name "SCL" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -8.89 -1.27 0) (length 2.54) + (name "SDI" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -8.89 -3.81 0) (length 2.54) + (name "SDO" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -8.89 3.81 0) (length 2.54) + (name "CS" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -11.43 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 3.81 -11.43 90) (length 2.54) + (name "VREG" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 11.43 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -2.54 -11.43 90) (length 2.54) + (name "MP" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + ) + ) ) diff --git a/mech_pcbs/rotor_base_pcb/rotor_base_pcb.kicad_pcb b/mech_pcbs/rotor_base_pcb/rotor_base_pcb.kicad_pcb index cd854e6..d756ab8 100644 --- a/mech_pcbs/rotor_base_pcb/rotor_base_pcb.kicad_pcb +++ b/mech_pcbs/rotor_base_pcb/rotor_base_pcb.kicad_pcb @@ -2,7 +2,7 @@ (general (thickness 1.6) - (drawings 40) + (drawings 42) (tracks 0) (modules 3) (nets 61) @@ -290,6 +290,7 @@ (net 21 "Net-(J2-Pad20)") (solder_mask_margin 0.1) (tstamp 847b3234-47af-4116-b127-4cc8940243df)) ) + (gr_circle (center 150 100) (end 164.25 100) (layer "F.SilkS") (width 0.15) (tstamp e76bc28f-385b-4af5-9e7a-5297ae0aa0ec)) (gr_line (start 194.847 66.078) (end 201.801 78.122) (angle 90) (layer "Edge.Cuts") (width 0.16) (tstamp 0233c572-e782-41eb-b2cd-c726654a78e5)) (gr_arc (start 142.7 155.6) (end 142.5 155.254) (angle -210) (layer "Edge.Cuts") (width 0.16) (tstamp 13e812be-7375-4ef4-8dc9-cb925d691f5e)) (gr_arc (start 157.3 155.6) (end 156.954 155.8) (angle -210) (layer "Edge.Cuts") (width 0.16) (tstamp 179a2e33-1866-405e-a7f3-d2db11ca1caa)) @@ -328,6 +329,9 @@ (gr_text "2" (at 98.02 80.43) (layer "F.SilkS") (tstamp 25d69429-ea67-4318-b62a-719248ea8c91) (effects (font (size 1 1) (thickness 0.15))) ) + (gr_text "Motor on this side" (at 150 105) (layer "F.SilkS") (tstamp 4e5b2ecc-7501-49e3-9776-7a7614060580) + (effects (font (size 1 1) (thickness 0.15))) + ) (gr_text "3" (at 202.6 81.12) (layer "F.SilkS") (tstamp 529afda4-4d35-4f89-8a66-c4021965875b) (effects (font (size 1 1) (thickness 0.15))) ) diff --git a/mech_pcbs/rotor_base_pcb/rotor_base_pcb.kicad_sch b/mech_pcbs/rotor_base_pcb/rotor_base_pcb.kicad_sch index 371c8c0..c29eb60 100644 --- a/mech_pcbs/rotor_base_pcb/rotor_base_pcb.kicad_sch +++ b/mech_pcbs/rotor_base_pcb/rotor_base_pcb.kicad_sch @@ -5,6 +5,463 @@ (paper "A4") (lib_symbols + (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) + (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "C_*" (id 6) (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)) (fill (type none)) + ) + (polyline + (pts + (xy -1.524 0.508) + (xy 1.524 0.508) + ) + (stroke (width 0.3048)) (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:LED_Small_ALT" (pin_numbers hide) (pin_names (offset 0.254) hide) + (property "Reference" "D" (id 0) (at -1.27 3.175 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "LED_Small_ALT" (id 1) (at -4.445 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "LED diode light-emitting-diode" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Light emitting diode, small symbol, filled shape" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "LED*\nLED_SMD:*\nLED_THT:*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LED_Small_ALT_0_1" + (polyline + (pts + (xy -0.762 -1.016) + (xy -0.762 1.016) + ) + (stroke (width 0.254)) (fill (type none)) + ) + (polyline + (pts + (xy 1.016 0) + (xy -0.762 0) + ) + (stroke (width 0)) (fill (type none)) + ) + (polyline + (pts + (xy 0.762 -1.016) + (xy -0.762 0) + (xy 0.762 1.016) + (xy 0.762 -1.016) + ) + (stroke (width 0.254)) (fill (type outline)) + ) + (polyline + (pts + (xy 0 0.762) + (xy -0.508 1.27) + (xy -0.254 1.27) + (xy -0.508 1.27) + (xy -0.508 1.016) + ) + (stroke (width 0)) (fill (type none)) + ) + (polyline + (pts + (xy 0.508 1.27) + (xy 0 1.778) + (xy 0.254 1.778) + (xy 0 1.778) + (xy 0 1.524) + ) + (stroke (width 0)) (fill (type none)) + ) + ) + (symbol "LED_Small_ALT_1_1" + (pin passive line (at -2.54 0 0) (length 1.778) + (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 1.778) + (name "A" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:Q_PNP_BEC" (pin_names (offset 0) hide) + (property "Reference" "Q" (id 0) (at 5.08 1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_PNP_BEC" (id 1) (at 5.08 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 5.08 2.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "transistor PNP" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "PNP transistor, base/emitter/collector" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Q_PNP_BEC_0_1" + (circle (center 1.27 0) (radius 2.8194) (stroke (width 0.254)) (fill (type none))) + (polyline + (pts + (xy 0.635 0.635) + (xy 2.54 2.54) + ) + (stroke (width 0)) (fill (type none)) + ) + (polyline + (pts + (xy 0.635 -0.635) + (xy 2.54 -2.54) + (xy 2.54 -2.54) + ) + (stroke (width 0)) (fill (type none)) + ) + (polyline + (pts + (xy 0.635 1.905) + (xy 0.635 -1.905) + (xy 0.635 -1.905) + ) + (stroke (width 0.508)) (fill (type none)) + ) + (polyline + (pts + (xy 2.286 -1.778) + (xy 1.778 -2.286) + (xy 1.27 -1.27) + (xy 2.286 -1.778) + (xy 2.286 -1.778) + ) + (stroke (width 0)) (fill (type outline)) + ) + ) + (symbol "Q_PNP_BEC_1_1" + (pin input line (at -5.08 0 0) (length 5.715) + (name "B" (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 "E" (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 "C" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) + (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "R_*" (id 6) (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)) (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_STM32F0:STM32F030C8Tx" (pin_names (offset 0.508)) + (property "Reference" "U" (id 0) (at -12.7 39.37 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "STM32F030C8Tx" (id 1) (at 7.62 39.37 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (id 2) (at -12.7 -38.1 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Datasheet" "http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00088500.pdf" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "ARM Cortex-M0 STM32F0 STM32F0x0 Value Line" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "ARM Cortex-M0 MCU, 64KB flash, 8KB RAM, 48MHz, 2.4-3.6V, 39 GPIO, LQFP-48" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "LQFP*7x7mm*P0.5mm*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "STM32F030C8Tx_0_1" + (rectangle (start -12.7 -38.1) (end 12.7 38.1) + (stroke (width 0.254)) (fill (type background)) + ) + ) + (symbol "STM32F030C8Tx_1_1" + (pin power_in line (at -2.54 40.64 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 2.54 180) (length 2.54) + (name "PA0" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 0 180) (length 2.54) + (name "PA1" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -2.54 180) (length 2.54) + (name "PA2" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -5.08 180) (length 2.54) + (name "PA3" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -7.62 180) (length 2.54) + (name "PA4" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -10.16 180) (length 2.54) + (name "PA5" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -12.7 180) (length 2.54) + (name "PA6" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -15.24 180) (length 2.54) + (name "PA7" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -15.24 2.54 0) (length 2.54) + (name "PB0" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -15.24 0 0) (length 2.54) + (name "PB1" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (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)))) + ) + (pin bidirectional line (at -15.24 -2.54 0) (length 2.54) + (name "PB2" (effects (font (size 1.27 1.27)))) + (number "20" (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 "21" (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 "22" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 -40.64 90) (length 2.54) + (name "VSS" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 40.64 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (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)))) + ) + (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)))) + ) + (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)))) + ) + (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)))) + ) + (pin bidirectional line (at 15.24 -17.78 180) (length 2.54) + (name "PA8" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (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)))) + ) + (pin bidirectional line (at 15.24 -20.32 180) (length 2.54) + (name "PA9" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -22.86 180) (length 2.54) + (name "PA10" (effects (font (size 1.27 1.27)))) + (number "31" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -25.4 180) (length 2.54) + (name "PA11" (effects (font (size 1.27 1.27)))) + (number "32" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -27.94 180) (length 2.54) + (name "PA12" (effects (font (size 1.27 1.27)))) + (number "33" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -30.48 180) (length 2.54) + (name "PA13" (effects (font (size 1.27 1.27)))) + (number "34" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -15.24 20.32 0) (length 2.54) + (name "PF6" (effects (font (size 1.27 1.27)))) + (number "35" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -15.24 17.78 0) (length 2.54) + (name "PF7" (effects (font (size 1.27 1.27)))) + (number "36" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -33.02 180) (length 2.54) + (name "PA14" (effects (font (size 1.27 1.27)))) + (number "37" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -35.56 180) (length 2.54) + (name "PA15" (effects (font (size 1.27 1.27)))) + (number "38" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -15.24 -5.08 0) (length 2.54) + (name "PB3" (effects (font (size 1.27 1.27)))) + (number "39" (effects (font (size 1.27 1.27)))) + ) + (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)))) + ) + (pin bidirectional line (at -15.24 -7.62 0) (length 2.54) + (name "PB4" (effects (font (size 1.27 1.27)))) + (number "40" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -15.24 -10.16 0) (length 2.54) + (name "PB5" (effects (font (size 1.27 1.27)))) + (number "41" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -15.24 -12.7 0) (length 2.54) + (name "PB6" (effects (font (size 1.27 1.27)))) + (number "42" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -15.24 -15.24 0) (length 2.54) + (name "PB7" (effects (font (size 1.27 1.27)))) + (number "43" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -15.24 30.48 0) (length 2.54) + (name "BOOT0" (effects (font (size 1.27 1.27)))) + (number "44" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -15.24 -17.78 0) (length 2.54) + (name "PB8" (effects (font (size 1.27 1.27)))) + (number "45" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -15.24 -20.32 0) (length 2.54) + (name "PB9" (effects (font (size 1.27 1.27)))) + (number "46" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -40.64 90) (length 2.54) + (name "VSS" (effects (font (size 1.27 1.27)))) + (number "47" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 40.64 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "48" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -15.24 25.4 0) (length 2.54) + (name "PF0" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -15.24 22.86 0) (length 2.54) + (name "PF1" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -15.24 35.56 0) (length 2.54) + (name "NRST" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 -40.64 90) (length 2.54) + (name "VSSA" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 5.08 40.64 270) (length 2.54) + (name "VDDA" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) (symbol "common_symbols:15mm_junction" (property "Reference" "J" (id 0) (at 0 0 0) (effects (font (size 1.27 1.27))) @@ -121,57 +578,2067 @@ ) ) ) - ) - - - (text "1" (at 88.9 63.5 180) - (effects (font (size 1.27 1.27)) (justify right bottom)) - ) - (text "2" (at 114.3 63.5 180) - (effects (font (size 1.27 1.27)) (justify right bottom)) - ) - (text "3" (at 139.7 63.5 180) - (effects (font (size 1.27 1.27)) (justify right bottom)) - ) - - (symbol (lib_id "common_symbols:15mm_junction") (at 87.63 80.01 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid "a56a8a68-3eb9-47fd-9b40-a271d9769e60") - (property "Reference" "J1" (id 0) (at 87.63 65.5382 0)) - (property "Value" "15mm_junction" (id 1) (at 87.63 67.8369 0)) - (property "Footprint" "common_footprints:15mm_base" (id 2) (at 87.63 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 87.63 80.01 0) - (effects (font (size 1.27 1.27)) hide) + (symbol "common_symbols:AIS1120SX" + (property "Reference" "U" (id 0) (at 2.54 12.7 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "AIS1120SX" (id 1) (at 6.35 10.16 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "AIS1120SX_0_0" + (rectangle (start -6.35 -8.89) (end 6.35 8.89) + (stroke (width 0.001)) (fill (type background)) + ) + ) + (symbol "AIS1120SX_1_1" + (pin input line (at -8.89 1.27 0) (length 2.54) + (name "SCL" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -8.89 -1.27 0) (length 2.54) + (name "SDI" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -8.89 -3.81 0) (length 2.54) + (name "SDO" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -8.89 3.81 0) (length 2.54) + (name "CS" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -11.43 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 3.81 -11.43 90) (length 2.54) + (name "VREG" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 11.43 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -2.54 -11.43 90) (length 2.54) + (name "MP" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + ) ) - ) - - (symbol (lib_id "common_symbols:15mm_junction") (at 113.03 80.01 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid "c0ce2bb8-f1ea-415c-a77e-282936069498") - (property "Reference" "J2" (id 0) (at 113.03 63.2395 0)) - (property "Value" "15mm_junction" (id 1) (at 113.03 65.5382 0)) - (property "Footprint" "common_footprints:15mm_base" (id 2) (at 113.03 67.8369 0)) - (property "Datasheet" "" (id 3) (at 113.03 80.01 0) - (effects (font (size 1.27 1.27)) hide) + (symbol "power:+3V3" (power) (pin_names (offset 0)) + (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (id 1) (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (id 5) (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)) (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0)) (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0)) (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)) + (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 0 -3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (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)) (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 45.72 45.72) (diameter 1.016) (color 0 0 0 0)) + (junction (at 45.72 48.26) (diameter 1.016) (color 0 0 0 0)) + (junction (at 45.72 50.8) (diameter 1.016) (color 0 0 0 0)) + (junction (at 45.72 52.07) (diameter 1.016) (color 0 0 0 0)) + (junction (at 45.72 53.34) (diameter 1.016) (color 0 0 0 0)) + (junction (at 45.72 55.88) (diameter 1.016) (color 0 0 0 0)) + (junction (at 45.72 58.42) (diameter 1.016) (color 0 0 0 0)) + (junction (at 85.09 81.28) (diameter 1.016) (color 0 0 0 0)) + (junction (at 85.09 167.64) (diameter 1.016) (color 0 0 0 0)) + (junction (at 86.36 81.28) (diameter 1.016) (color 0 0 0 0)) + (junction (at 87.63 81.28) (diameter 1.016) (color 0 0 0 0)) + (junction (at 96.52 45.72) (diameter 1.016) (color 0 0 0 0)) + (junction (at 96.52 48.26) (diameter 1.016) (color 0 0 0 0)) + (junction (at 96.52 50.8) (diameter 1.016) (color 0 0 0 0)) + (junction (at 96.52 52.07) (diameter 1.016) (color 0 0 0 0)) + (junction (at 96.52 53.34) (diameter 1.016) (color 0 0 0 0)) + (junction (at 96.52 55.88) (diameter 1.016) (color 0 0 0 0)) + (junction (at 96.52 58.42) (diameter 1.016) (color 0 0 0 0)) + (junction (at 146.05 101.6) (diameter 1.016) (color 0 0 0 0)) + (junction (at 146.05 146.05) (diameter 1.016) (color 0 0 0 0)) + (junction (at 146.05 173.99) (diameter 1.016) (color 0 0 0 0)) + (junction (at 146.05 181.61) (diameter 1.016) (color 0 0 0 0)) + (junction (at 154.94 95.25) (diameter 1.016) (color 0 0 0 0)) + (junction (at 157.48 95.25) (diameter 1.016) (color 0 0 0 0)) + (junction (at 165.1 80.01) (diameter 1.016) (color 0 0 0 0)) + (junction (at 168.91 95.25) (diameter 1.016) (color 0 0 0 0)) + (junction (at 176.53 80.01) (diameter 1.016) (color 0 0 0 0)) + (junction (at 176.53 110.49) (diameter 1.016) (color 0 0 0 0)) + (junction (at 180.34 95.25) (diameter 1.016) (color 0 0 0 0)) + (junction (at 187.96 80.01) (diameter 1.016) (color 0 0 0 0)) + (junction (at 187.96 110.49) (diameter 1.016) (color 0 0 0 0)) + (junction (at 191.77 95.25) (diameter 1.016) (color 0 0 0 0)) + (junction (at 199.39 80.01) (diameter 1.016) (color 0 0 0 0)) + (junction (at 199.39 110.49) (diameter 1.016) (color 0 0 0 0)) + (junction (at 210.82 80.01) (diameter 1.016) (color 0 0 0 0)) + (junction (at 210.82 110.49) (diameter 1.016) (color 0 0 0 0)) + (junction (at 226.06 90.17) (diameter 1.016) (color 0 0 0 0)) + (junction (at 226.06 100.33) (diameter 1.016) (color 0 0 0 0)) + + (wire (pts (xy 22.86 52.07) (xy 45.72 52.07)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 43.18) (xy 45.72 45.72)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 45.72) (xy 45.72 48.26)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 45.72) (xy 48.26 45.72)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 48.26) (xy 45.72 50.8)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 48.26) (xy 48.26 48.26)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 50.8) (xy 45.72 52.07)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 50.8) (xy 48.26 50.8)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 52.07) (xy 45.72 53.34)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 53.34) (xy 45.72 55.88)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 53.34) (xy 48.26 53.34)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 55.88) (xy 45.72 58.42)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 55.88) (xy 48.26 55.88)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 58.42) (xy 45.72 60.96)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 58.42) (xy 48.26 58.42)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 45.72 60.96) (xy 48.26 60.96)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 48.26 43.18) (xy 45.72 43.18)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 121.92) (xy 69.85 121.92)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 124.46) (xy 69.85 124.46)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 127) (xy 69.85 127)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 129.54) (xy 69.85 129.54)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 132.08) (xy 69.85 132.08)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 134.62) (xy 69.85 134.62)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 137.16) (xy 69.85 137.16)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 139.7) (xy 69.85 139.7)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 142.24) (xy 69.85 142.24)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 144.78) (xy 69.85 144.78)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 147.32) (xy 69.85 147.32)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 149.86) (xy 69.85 149.86)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 152.4) (xy 69.85 152.4)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 154.94) (xy 69.85 154.94)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 157.48) (xy 69.85 157.48)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 50.8 160.02) (xy 69.85 160.02)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 53.34 43.18) (xy 71.12 43.18)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 53.34 45.72) (xy 71.12 45.72)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 53.34 48.26) (xy 71.12 48.26)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 53.34 50.8) (xy 71.12 50.8)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 53.34 53.34) (xy 71.12 53.34)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 53.34 55.88) (xy 71.12 55.88)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 53.34 58.42) (xy 71.12 58.42)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 53.34 60.96) (xy 71.12 60.96)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 73.66 52.07) (xy 96.52 52.07)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 82.55 81.28) (xy 85.09 81.28)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 82.55 83.82) (xy 82.55 81.28)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 82.55 165.1) (xy 82.55 167.64)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 82.55 167.64) (xy 85.09 167.64)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 85.09 81.28) (xy 85.09 83.82)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 85.09 81.28) (xy 86.36 81.28)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 85.09 165.1) (xy 85.09 167.64)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 85.09 167.64) (xy 85.09 170.18)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 85.09 167.64) (xy 87.63 167.64)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 86.36 78.74) (xy 86.36 81.28)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 86.36 81.28) (xy 87.63 81.28)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 87.63 81.28) (xy 87.63 83.82)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 87.63 81.28) (xy 90.17 81.28)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 87.63 165.1) (xy 87.63 167.64)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 90.17 81.28) (xy 90.17 83.82)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 43.18) (xy 96.52 45.72)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 45.72) (xy 96.52 48.26)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 45.72) (xy 99.06 45.72)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 48.26) (xy 96.52 50.8)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 48.26) (xy 99.06 48.26)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 50.8) (xy 96.52 52.07)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 50.8) (xy 99.06 50.8)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 52.07) (xy 96.52 53.34)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 53.34) (xy 96.52 55.88)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 53.34) (xy 99.06 53.34)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 55.88) (xy 96.52 58.42)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 55.88) (xy 99.06 55.88)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 58.42) (xy 96.52 60.96)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 58.42) (xy 99.06 58.42)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 96.52 60.96) (xy 99.06 60.96)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 99.06 43.18) (xy 96.52 43.18)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 100.33 121.92) (xy 123.19 121.92)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 100.33 124.46) (xy 123.19 124.46)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 100.33 132.08) (xy 109.22 132.08)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 100.33 134.62) (xy 109.22 134.62)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 100.33 137.16) (xy 109.22 137.16)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 100.33 139.7) (xy 109.22 139.7)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 100.33 144.78) (xy 109.22 144.78)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 104.14 43.18) (xy 121.92 43.18)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 104.14 45.72) (xy 121.92 45.72)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 104.14 48.26) (xy 121.92 48.26)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 104.14 50.8) (xy 121.92 50.8)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 104.14 53.34) (xy 121.92 53.34)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 104.14 55.88) (xy 121.92 55.88)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 104.14 58.42) (xy 121.92 58.42)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 104.14 60.96) (xy 121.92 60.96)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 128.27 156.21) (xy 137.16 156.21)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 128.27 158.75) (xy 137.16 158.75)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 128.27 161.29) (xy 137.16 161.29)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 128.27 163.83) (xy 137.16 163.83)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 132.715 28.575) (xy 151.765 28.575)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 132.715 31.115) (xy 151.765 31.115)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 132.715 36.195) (xy 151.765 36.195)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 132.715 38.735) (xy 151.765 38.735)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 132.715 43.815) (xy 151.765 43.815)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 132.715 46.355) (xy 151.765 46.355)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 132.715 51.435) (xy 151.765 51.435)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 132.715 53.975) (xy 151.765 53.975)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 135.89 110.49) (xy 146.05 110.49)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 143.51 171.45) (xy 143.51 173.99)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 143.51 173.99) (xy 146.05 173.99)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 146.05 80.01) (xy 165.1 80.01)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 146.05 82.55) (xy 146.05 80.01)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 146.05 87.63) (xy 146.05 90.17)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 146.05 100.33) (xy 146.05 101.6)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 146.05 101.6) (xy 146.05 102.87)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 146.05 107.95) (xy 146.05 110.49)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 146.05 143.51) (xy 146.05 146.05)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 146.05 146.05) (xy 146.05 148.59)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 146.05 171.45) (xy 146.05 173.99)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 146.05 173.99) (xy 146.05 181.61)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 146.05 181.61) (xy 146.05 184.15)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 149.86 171.45) (xy 149.86 173.99)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 149.86 179.07) (xy 149.86 181.61)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 149.86 181.61) (xy 146.05 181.61)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 153.67 95.25) (xy 154.94 95.25)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 154.94 95.25) (xy 154.94 101.6)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 154.94 95.25) (xy 157.48 95.25)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 154.94 101.6) (xy 146.05 101.6)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 156.21 146.05) (xy 146.05 146.05)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 157.48 95.25) (xy 168.91 95.25)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 161.925 28.575) (xy 175.895 28.575)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 161.925 31.115) (xy 175.895 31.115)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 161.925 36.195) (xy 175.895 36.195)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 161.925 38.735) (xy 175.895 38.735)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 161.925 43.815) (xy 175.895 43.815)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 161.925 46.355) (xy 175.895 46.355)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 161.925 51.435) (xy 175.895 51.435)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 161.925 53.975) (xy 175.895 53.975)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 165.1 80.01) (xy 176.53 80.01)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 165.1 82.55) (xy 165.1 80.01)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 165.1 87.63) (xy 165.1 90.17)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 165.1 100.33) (xy 165.1 102.87)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 165.1 110.49) (xy 165.1 107.95)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 168.91 95.25) (xy 180.34 95.25)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 176.53 80.01) (xy 176.53 82.55)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 176.53 80.01) (xy 187.96 80.01)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 176.53 87.63) (xy 176.53 90.17)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 176.53 100.33) (xy 176.53 102.87)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 176.53 107.95) (xy 176.53 110.49)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 176.53 110.49) (xy 165.1 110.49)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 180.34 95.25) (xy 191.77 95.25)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 187.96 77.47) (xy 187.96 80.01)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 187.96 80.01) (xy 187.96 82.55)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 187.96 80.01) (xy 199.39 80.01)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 187.96 87.63) (xy 187.96 90.17)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 187.96 100.33) (xy 187.96 102.87)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 187.96 107.95) (xy 187.96 110.49)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 187.96 110.49) (xy 176.53 110.49)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 188.595 28.575) (xy 207.645 28.575)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 188.595 31.115) (xy 207.645 31.115)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 188.595 36.195) (xy 207.645 36.195)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 188.595 38.735) (xy 207.645 38.735)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 188.595 43.815) (xy 207.645 43.815)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 188.595 46.355) (xy 207.645 46.355)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 188.595 51.435) (xy 207.645 51.435)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 188.595 53.975) (xy 207.645 53.975)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 191.77 95.25) (xy 203.2 95.25)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 199.39 80.01) (xy 199.39 82.55)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 199.39 80.01) (xy 210.82 80.01)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 199.39 87.63) (xy 199.39 90.17)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 199.39 100.33) (xy 199.39 102.87)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 199.39 107.95) (xy 199.39 110.49)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 199.39 110.49) (xy 187.96 110.49)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 210.82 80.01) (xy 210.82 82.55)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 210.82 87.63) (xy 210.82 90.17)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 210.82 100.33) (xy 210.82 102.87)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 210.82 107.95) (xy 210.82 110.49)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 210.82 110.49) (xy 199.39 110.49)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 222.25 90.17) (xy 222.25 92.71)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 222.25 97.79) (xy 222.25 100.33)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 222.25 100.33) (xy 226.06 100.33)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 226.06 80.01) (xy 210.82 80.01)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 226.06 90.17) (xy 222.25 90.17)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 226.06 90.17) (xy 226.06 80.01)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 226.06 100.33) (xy 226.06 110.49)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 226.06 100.33) (xy 229.87 100.33)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 226.06 110.49) (xy 210.82 110.49)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 229.87 90.17) (xy 226.06 90.17)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 229.87 92.71) (xy 229.87 90.17)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 229.87 100.33) (xy 229.87 97.79)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 231.775 28.575) (xy 250.825 28.575)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 231.775 31.115) (xy 250.825 31.115)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 231.775 36.195) (xy 250.825 36.195)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 231.775 38.735) (xy 250.825 38.735)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 231.775 43.815) (xy 250.825 43.815)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 231.775 46.355) (xy 250.825 46.355)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 231.775 51.435) (xy 250.825 51.435)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + (wire (pts (xy 231.775 53.975) (xy 250.825 53.975)) + (stroke (width 0) (type solid) (color 0 0 0 0)) + ) + + (text "1" (at 158.115 20.955 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (text "2" (at 213.995 19.685 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (text "3" (at 257.175 20.955 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + + (label "mesh_global_stim_0s" (at 22.86 52.07 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_top_1r" (at 50.8 121.92 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_top_0r" (at 50.8 124.46 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_bot_1r" (at 50.8 127 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_bot_0r" (at 50.8 129.54 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert0up_1r" (at 50.8 132.08 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert0up_0r" (at 50.8 134.62 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert0dn_1r" (at 50.8 137.16 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert0dn_0r" (at 50.8 139.7 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert1up_1r" (at 50.8 142.24 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert1up_0r" (at 50.8 144.78 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert1dn_1r" (at 50.8 147.32 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert1dn_0r" (at 50.8 149.86 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert2up_1r" (at 50.8 152.4 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert2up_0r" (at 50.8 154.94 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert2dn_1r" (at 50.8 157.48 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert2dn_0r" (at 50.8 160.02 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert0up_0s" (at 71.12 43.18 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_vert0dn_0s" (at 71.12 45.72 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_top_0s" (at 71.12 48.26 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_bot_0s" (at 71.12 50.8 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_vert1up_0s" (at 71.12 53.34 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_vert1dn_0s" (at 71.12 55.88 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_vert2up_0s" (at 71.12 58.42 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_vert2dn_0s" (at 71.12 60.96 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_global_stim_1s" (at 73.66 52.07 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "AIS_CS" (at 109.22 132.08 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "SCK" (at 109.22 134.62 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "MISO" (at 109.22 137.16 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "MOSI" (at 109.22 139.7 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "LED_TX" (at 109.22 144.78 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_vert0up_1s" (at 121.92 43.18 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_vert0dn_1s" (at 121.92 45.72 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_top_1s" (at 121.92 48.26 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_bot_1s" (at 121.92 50.8 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_vert1up_1s" (at 121.92 53.34 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_vert1dn_1s" (at 121.92 55.88 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_vert2up_1s" (at 121.92 58.42 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_vert2dn_1s" (at 121.92 60.96 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_global_stim_0s" (at 123.19 121.92 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_global_stim_1s" (at 123.19 124.46 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "AIS_CS" (at 128.27 156.21 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "SCK" (at 128.27 158.75 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "MOSI" (at 128.27 161.29 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "MISO" (at 128.27 163.83 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert0up_0s" (at 132.715 28.575 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert0up_1s" (at 132.715 31.115 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert0up_1r" (at 132.715 36.195 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert0up_0r" (at 132.715 38.735 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert0dn_0s" (at 132.715 43.815 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert0dn_1s" (at 132.715 46.355 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert0dn_1r" (at 132.715 51.435 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert0dn_0r" (at 132.715 53.975 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "LED_TX" (at 135.89 110.49 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_top_0s" (at 175.895 28.575 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_top_1s" (at 175.895 31.115 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_top_1r" (at 175.895 36.195 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_top_0r" (at 175.895 38.735 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_bot_0s" (at 175.895 43.815 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_bot_1s" (at 175.895 46.355 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_bot_1r" (at 175.895 51.435 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_bot_0r" (at 175.895 53.975 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (label "mesh_vert1up_0s" (at 188.595 28.575 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert1up_1s" (at 188.595 31.115 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert1up_1r" (at 188.595 36.195 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert1up_0r" (at 188.595 38.735 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert1dn_0s" (at 188.595 43.815 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert1dn_1s" (at 188.595 46.355 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert1dn_1r" (at 188.595 51.435 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert1dn_0r" (at 188.595 53.975 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert2up_0s" (at 231.775 28.575 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert2up_1s" (at 231.775 31.115 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert2up_1r" (at 231.775 36.195 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert2up_0r" (at 231.775 38.735 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert2dn_0s" (at 231.775 43.815 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert2dn_1s" (at 231.775 46.355 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert2dn_1r" (at 231.775 51.435 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (label "mesh_vert2dn_0r" (at 231.775 53.975 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + + (symbol (lib_id "power:+3V3") (at 86.36 78.74 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "c2c68763-59fb-4618-8c2c-90d618c2cfd7") + (property "Reference" "#PWR?" (id 0) (at 86.36 82.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (id 1) (at 86.7283 74.4156 0)) + (property "Footprint" "" (id 2) (at 86.36 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 86.36 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:+3V3") (at 146.05 143.51 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "e25cc676-c48e-4ef7-84b5-eab741f6d357") + (property "Reference" "#PWR?" (id 0) (at 146.05 147.32 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (id 1) (at 146.4183 139.1856 0)) + (property "Footprint" "" (id 2) (at 146.05 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 146.05 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:+3V3") (at 161.925 33.655 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid "52bdad54-3f45-49c9-94b1-a3fe765b71af") + (property "Reference" "#PWR?" (id 0) (at 158.115 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (id 1) (at 165.1001 34.0233 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 161.925 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 161.925 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:+3V3") (at 161.925 48.895 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid "4a87881d-94f1-42dd-ad08-0adf9d7c84db") + (property "Reference" "#PWR?" (id 0) (at 158.115 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (id 1) (at 165.1001 49.2633 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 161.925 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 161.925 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:+3V3") (at 187.96 77.47 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "0caccd96-9e61-44d6-a579-fc806aad5693") + (property "Reference" "#PWR?" (id 0) (at 187.96 81.28 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (id 1) (at 188.3283 73.1456 0)) + (property "Footprint" "" (id 2) (at 187.96 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 187.96 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:+3V3") (at 217.805 33.655 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid "03cc2793-ed5f-4ea3-b398-6e1a2572e883") + (property "Reference" "#PWR?" (id 0) (at 213.995 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (id 1) (at 220.9801 34.0233 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 217.805 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 217.805 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:+3V3") (at 217.805 48.895 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid "a4bf7d2f-1422-465a-a238-fbd2ae76cdca") + (property "Reference" "#PWR?" (id 0) (at 213.995 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (id 1) (at 220.9801 49.2633 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 217.805 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 217.805 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:+3V3") (at 260.985 33.655 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid "09cda091-e81c-454b-b5ff-5223cb2f5c73") + (property "Reference" "#PWR?" (id 0) (at 257.175 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (id 1) (at 264.1601 34.0233 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 260.985 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 260.985 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:+3V3") (at 260.985 48.895 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid "3c6a81f9-f97f-4b70-9997-fc55e31561dc") + (property "Reference" "#PWR?" (id 0) (at 257.175 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (id 1) (at 264.1601 49.2633 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 260.985 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 260.985 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:GND") (at 85.09 170.18 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "0e84fd77-1fb2-47d1-9589-b2fcb7da931a") + (property "Reference" "#PWR?" (id 0) (at 85.09 176.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 85.2043 174.5044 0)) + (property "Footprint" "" (id 2) (at 85.09 170.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 85.09 170.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:GND") (at 146.05 184.15 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "71b27605-d88b-4b1f-8cff-eb1f2299b67f") + (property "Reference" "#PWR?" (id 0) (at 146.05 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 146.1643 188.4744 0)) + (property "Footprint" "" (id 2) (at 146.05 184.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 146.05 184.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:GND") (at 151.765 33.655 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid "c17125e7-ce3a-469c-9d5f-3e1d378a988b") + (property "Reference" "#PWR?" (id 0) (at 145.415 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 148.59 33.7693 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 151.765 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 151.765 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:GND") (at 151.765 48.895 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid "0a8ca344-bb2e-4d00-86cc-33f3d7896c21") + (property "Reference" "#PWR?" (id 0) (at 145.415 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 148.59 49.0093 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 151.765 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 151.765 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:GND") (at 156.21 151.13 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "0a30842c-c0b4-43f3-87f0-d41232c56b2c") + (property "Reference" "#PWR?" (id 0) (at 156.21 157.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 156.3243 155.4544 0)) + (property "Footprint" "" (id 2) (at 156.21 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 156.21 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:GND") (at 207.645 33.655 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid "0a6ed4fd-e4ea-4fa2-a69d-e3563c8bfcec") + (property "Reference" "#PWR?" (id 0) (at 201.295 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 204.47 33.7693 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 207.645 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 207.645 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:GND") (at 207.645 48.895 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid "870f3e59-862a-408d-8129-ffcc91fa62b8") + (property "Reference" "#PWR?" (id 0) (at 201.295 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 204.47 49.0093 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 207.645 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 207.645 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:GND") (at 250.825 33.655 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid "a9b619b7-4d77-4395-87b7-b039dabfe0a9") + (property "Reference" "#PWR?" (id 0) (at 244.475 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 247.65 33.7693 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 250.825 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 250.825 33.655 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:GND") (at 250.825 48.895 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid "f66c39f6-4ff3-4862-a32f-439f6c4cc03d") + (property "Reference" "#PWR?" (id 0) (at 244.475 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 247.65 49.0093 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 250.825 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 250.825 48.895 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 50.8 43.18 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "abc05b74-9944-4505-a018-c9874a9bffec") + (property "Reference" "R?" (id 0) (at 50.8 20.32 90)) + (property "Value" "0" (id 1) (at 53.34 20.32 90)) + (property "Footprint" "" (id 2) (at 50.8 43.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 50.8 43.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 50.8 45.72 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "78d576d6-c374-45da-88c6-e23caa6e39dd") + (property "Reference" "R?" (id 0) (at 50.8 22.86 90)) + (property "Value" "0" (id 1) (at 53.34 22.86 90)) + (property "Footprint" "" (id 2) (at 50.8 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 50.8 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 50.8 48.26 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "61f19ebe-0ac5-4fe8-b7f0-91569091e23e") + (property "Reference" "R?" (id 0) (at 50.8 25.4 90)) + (property "Value" "0" (id 1) (at 53.34 25.4 90)) + (property "Footprint" "" (id 2) (at 50.8 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 50.8 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 50.8 50.8 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "c2bd4cb1-c982-42da-97fd-fa00a9fcbd3a") + (property "Reference" "R?" (id 0) (at 50.8 27.94 90)) + (property "Value" "0" (id 1) (at 53.34 27.94 90)) + (property "Footprint" "" (id 2) (at 50.8 50.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 50.8 50.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 50.8 53.34 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "37982514-5894-4cd0-9765-db1c306abdea") + (property "Reference" "R?" (id 0) (at 50.8 30.48 90)) + (property "Value" "0" (id 1) (at 53.34 30.48 90)) + (property "Footprint" "" (id 2) (at 50.8 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 50.8 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 50.8 55.88 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "2fdbe3f2-e81c-4bd2-87c5-4d679a28f536") + (property "Reference" "R?" (id 0) (at 50.8 33.02 90)) + (property "Value" "0" (id 1) (at 53.34 33.02 90)) + (property "Footprint" "" (id 2) (at 50.8 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 50.8 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 50.8 58.42 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "e963fe3a-f915-4f2f-820b-4d8b69315a46") + (property "Reference" "R?" (id 0) (at 50.8 35.56 90)) + (property "Value" "0" (id 1) (at 53.34 35.56 90)) + (property "Footprint" "" (id 2) (at 50.8 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 50.8 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 50.8 60.96 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "5cf9b135-1ca8-48a6-8df3-29e6d5949c89") + (property "Reference" "R?" (id 0) (at 50.8 38.1 90)) + (property "Value" "0" (id 1) (at 53.34 38.1 90)) + (property "Footprint" "" (id 2) (at 50.8 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 50.8 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 101.6 43.18 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "5af07dd5-93d5-4d0d-8c36-b8c637bc0c46") + (property "Reference" "R?" (id 0) (at 101.6 20.32 90)) + (property "Value" "0" (id 1) (at 104.14 20.32 90)) + (property "Footprint" "" (id 2) (at 101.6 43.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 101.6 43.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 101.6 45.72 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "303ad3f8-8fff-45d9-8fa6-e53ed4688642") + (property "Reference" "R?" (id 0) (at 101.6 22.86 90)) + (property "Value" "0" (id 1) (at 104.14 22.86 90)) + (property "Footprint" "" (id 2) (at 101.6 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 101.6 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 101.6 48.26 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "4179568b-d26a-47b5-8837-7d1d128ec0dd") + (property "Reference" "R?" (id 0) (at 101.6 25.4 90)) + (property "Value" "0" (id 1) (at 104.14 25.4 90)) + (property "Footprint" "" (id 2) (at 101.6 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 101.6 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 101.6 50.8 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "c47d523e-a80c-48c2-a3c9-6a9c96e3ddc6") + (property "Reference" "R?" (id 0) (at 101.6 27.94 90)) + (property "Value" "0" (id 1) (at 104.14 27.94 90)) + (property "Footprint" "" (id 2) (at 101.6 50.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 101.6 50.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 101.6 53.34 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "0992d604-7add-4da6-8dde-e1ab5f4abc55") + (property "Reference" "R?" (id 0) (at 101.6 30.48 90)) + (property "Value" "0" (id 1) (at 104.14 30.48 90)) + (property "Footprint" "" (id 2) (at 101.6 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 101.6 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 101.6 55.88 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "7dfa485d-af98-4676-918c-0358f17a69c3") + (property "Reference" "R?" (id 0) (at 101.6 33.02 90)) + (property "Value" "0" (id 1) (at 104.14 33.02 90)) + (property "Footprint" "" (id 2) (at 101.6 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 101.6 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 101.6 58.42 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "cfb92d5f-0afd-49ea-bda6-11e9236c6cf4") + (property "Reference" "R?" (id 0) (at 101.6 35.56 90)) + (property "Value" "0" (id 1) (at 104.14 35.56 90)) + (property "Footprint" "" (id 2) (at 101.6 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 101.6 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 101.6 60.96 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid "5ebb563b-268f-4766-b12d-abdbe81a1ab6") + (property "Reference" "R?" (id 0) (at 101.6 38.1 90)) + (property "Value" "0" (id 1) (at 104.14 38.1 90)) + (property "Footprint" "" (id 2) (at 101.6 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 101.6 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 146.05 85.09 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "0427ab2c-0655-4d89-bbad-7dd378f0745e") + (property "Reference" "R?" (id 0) (at 147.5487 83.9406 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "470" (id 1) (at 147.549 86.239 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 146.05 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 146.05 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 146.05 105.41 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "022ba49e-05fc-4b00-baf0-d6f0bd12e5c7") + (property "Reference" "R?" (id 0) (at 147.5487 104.2606 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1k" (id 1) (at 147.549 106.559 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 146.05 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 146.05 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 165.1 85.09 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "190d4939-3f06-44cd-9927-32a58f31384e") + (property "Reference" "R?" (id 0) (at 166.5987 83.9406 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "47" (id 1) (at 166.599 86.239 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 165.1 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 165.1 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 176.53 85.09 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "540298f1-b724-4e12-9c85-b5bf1e7ee34d") + (property "Reference" "R?" (id 0) (at 178.0287 83.9406 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "47" (id 1) (at 178.029 86.239 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 176.53 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 176.53 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 187.96 85.09 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "e7d97573-481b-47f8-ac2a-d324f0a7cb95") + (property "Reference" "R?" (id 0) (at 189.4587 83.9406 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "47" (id 1) (at 189.459 86.239 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 187.96 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 187.96 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 199.39 85.09 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "82321ef4-7274-4e07-9337-1f70657582c5") + (property "Reference" "R?" (id 0) (at 200.8887 83.9406 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "47" (id 1) (at 200.889 86.239 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 199.39 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 199.39 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 210.82 85.09 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "4769ecbf-4e14-40d0-b2ab-75ccb89a06e3") + (property "Reference" "R?" (id 0) (at 212.3187 83.9406 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "47" (id 1) (at 212.319 86.239 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 210.82 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 210.82 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:LED_Small_ALT") (at 165.1 105.41 270) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid "ac1710c5-b44c-404a-a76f-e00769e18698") + (property "Reference" "D?" (id 0) (at 167.5131 106.5594 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "IR" (id 1) (at 167.513 104.261 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 165.1 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 165.1 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Reichelt" "IR 19-21C EVL " (id 4) (at 165.1 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:LED_Small_ALT") (at 176.53 105.41 270) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid "bbcc5822-47f5-4511-ad99-7a3d28b29917") + (property "Reference" "D?" (id 0) (at 178.9431 106.5594 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "IR" (id 1) (at 178.943 104.261 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 176.53 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 176.53 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Reichelt" "IR 19-21C EVL " (id 4) (at 176.53 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:LED_Small_ALT") (at 187.96 105.41 270) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid "3d457230-43b5-4d95-9f3f-1b64a89ae67f") + (property "Reference" "D?" (id 0) (at 190.3731 106.5594 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "IR" (id 1) (at 190.373 104.261 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 187.96 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 187.96 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Reichelt" "IR 19-21C EVL " (id 4) (at 187.96 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:LED_Small_ALT") (at 199.39 105.41 270) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid "c449f477-927c-45a2-98b1-d6c7869bcee3") + (property "Reference" "D?" (id 0) (at 201.8031 106.5594 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "IR" (id 1) (at 201.803 104.261 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 199.39 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 199.39 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Reichelt" "IR 19-21C EVL " (id 4) (at 199.39 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:LED_Small_ALT") (at 210.82 105.41 270) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid "6e1ac9dd-95ff-42a1-804a-055c7f713609") + (property "Reference" "D?" (id 0) (at 213.2331 106.5594 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "IR" (id 1) (at 213.233 104.261 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 210.82 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 210.82 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Reichelt" "IR 19-21C EVL " (id 4) (at 210.82 105.41 90) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 149.86 176.53 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "c46ec18f-ee83-453b-ac2e-d9b0d45bd1c2") + (property "Reference" "C?" (id 0) (at 152.1842 175.3806 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1u 10V" (id 1) (at 152.184 177.679 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 149.86 176.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 149.86 176.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 156.21 148.59 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "afb67993-ac46-427a-be56-7053d28c2596") + (property "Reference" "C?" (id 0) (at 158.5342 147.4406 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "100n" (id 1) (at 158.534 149.739 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 156.21 148.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 156.21 148.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 222.25 95.25 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "65d86ee1-31ac-4eb2-99b6-5ef2bfeb23f1") + (property "Reference" "C?" (id 0) (at 224.5742 94.1006 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1u" (id 1) (at 224.574 96.399 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 222.25 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 222.25 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 229.87 95.25 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "6e7be9cf-17cb-404c-8d19-c7182635a915") + (property "Reference" "C?" (id 0) (at 232.1942 94.1006 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10u" (id 1) (at 232.194 96.399 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 229.87 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 229.87 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:Q_PNP_BEC") (at 148.59 95.25 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid "24fc75e6-72dc-4625-aa31-751fd6b7d70d") + (property "Reference" "Q?" (id 0) (at 143.7385 94.1006 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_PNP_BCE" (id 1) (at 143.738 96.399 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 143.51 97.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 148.59 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Reichelt" "BC 857C SMD " (id 4) (at 148.59 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:Q_PNP_BEC") (at 162.56 95.25 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid "019310b6-9f4c-4c75-8f84-30f012bcafca") + (property "Reference" "Q?" (id 0) (at 167.4115 94.1006 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_PNP_BCE" (id 1) (at 167.412 96.399 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 167.64 97.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 162.56 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Reichelt" "BC 857C SMD " (id 4) (at 162.56 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:Q_PNP_BEC") (at 173.99 95.25 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid "ace06487-fc50-4775-ae96-3f6113e8675f") + (property "Reference" "Q?" (id 0) (at 178.8415 94.1006 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_PNP_BCE" (id 1) (at 178.842 96.399 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 179.07 97.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 173.99 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Reichelt" "BC 857C SMD " (id 4) (at 173.99 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:Q_PNP_BEC") (at 185.42 95.25 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid "8dc75187-3257-4203-b276-142b8706764b") + (property "Reference" "Q?" (id 0) (at 190.2715 94.1006 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_PNP_BCE" (id 1) (at 190.272 96.399 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 190.5 97.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 185.42 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Reichelt" "BC 857C SMD " (id 4) (at 185.42 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:Q_PNP_BEC") (at 196.85 95.25 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid "b57bfbac-e3f3-4790-a281-7bba9310054d") + (property "Reference" "Q?" (id 0) (at 201.7015 94.1006 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_PNP_BCE" (id 1) (at 201.702 96.399 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 201.93 97.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 196.85 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Reichelt" "BC 857C SMD " (id 4) (at 196.85 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Device:Q_PNP_BEC") (at 208.28 95.25 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid "36a1edfb-8bc8-48f9-8e05-ff48fbd55a15") + (property "Reference" "Q?" (id 0) (at 213.1315 94.1006 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_PNP_BCE" (id 1) (at 213.132 96.399 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 213.36 97.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 208.28 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Reichelt" "BC 857C SMD " (id 4) (at 208.28 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "common_symbols:15mm_junction") (at 156.845 37.465 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "a56a8a68-3eb9-47fd-9b40-a271d9769e60") + (property "Reference" "J1" (id 0) (at 156.845 22.9932 0)) + (property "Value" "15mm_junction" (id 1) (at 156.845 25.2919 0)) + (property "Footprint" "common_footprints:15mm_base" (id 2) (at 156.845 37.465 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 156.845 37.465 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "common_symbols:15mm_junction") (at 212.725 37.465 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "c0ce2bb8-f1ea-415c-a77e-282936069498") + (property "Reference" "J2" (id 0) (at 212.725 22.225 0)) + (property "Value" "15mm_junction" (id 1) (at 212.725 24.765 0)) + (property "Footprint" "common_footprints:15mm_base" (id 2) (at 212.725 25.292 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 212.725 37.465 0) + (effects (font (size 1.27 1.27)) hide) ) ) - (symbol (lib_id "common_symbols:15mm_junction") (at 138.43 80.01 0) (unit 1) + (symbol (lib_id "common_symbols:15mm_junction") (at 255.905 37.465 0) (unit 1) (in_bom yes) (on_board yes) (uuid "fb0bb324-bc42-42e5-ac43-48fa44dd28d8") - (property "Reference" "J3" (id 0) (at 138.43 65.5382 0)) - (property "Value" "15mm_junction" (id 1) (at 138.43 67.8369 0)) - (property "Footprint" "common_footprints:15mm_base" (id 2) (at 138.43 80.01 0) + (property "Reference" "J3" (id 0) (at 255.905 22.9932 0)) + (property "Value" "15mm_junction" (id 1) (at 255.905 25.2919 0)) + (property "Footprint" "common_footprints:15mm_base" (id 2) (at 255.905 37.465 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 255.905 37.465 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "common_symbols:AIS1120SX") (at 146.05 160.02 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "81ec419a-76d6-436f-8163-cd7fcaf7798a") + (property "Reference" "U?" (id 0) (at 153.0355 158.8706 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "AIS1120SX" (id 1) (at 153.0355 161.1693 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:SO-8_3.9x4.9mm_P1.27mm" (id 2) (at 146.05 160.02 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 138.43 80.01 0) + (property "Datasheet" "https://www.st.com/content/ccc/resource/technical/document/datasheet/ae/89/e4/62/23/de/40/2a/DM00226343.pdf/files/DM00226343.pdf/jcr:content/translations/en.DM00226343.pdf" (id 3) (at 146.05 160.02 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "MCU_ST_STM32F0:STM32F030C8Tx") (at 85.09 124.46 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid "2be0305d-ee6b-44f2-ace0-7841529807ad") + (property "Reference" "U?" (id 0) (at 96.52 85.09 0)) + (property "Value" "STM32F030C8Tx" (id 1) (at 85.09 107.95 0)) + (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (id 2) (at 72.39 162.56 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Datasheet" "http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00088500.pdf" (id 3) (at 85.09 124.46 0) (effects (font (size 1.27 1.27)) hide) ) ) (symbol_instances + (path "/03cc2793-ed5f-4ea3-b398-6e1a2572e883" + (reference "#PWR?") (unit 1) + ) + (path "/09cda091-e81c-454b-b5ff-5223cb2f5c73" + (reference "#PWR?") (unit 1) + ) + (path "/0a30842c-c0b4-43f3-87f0-d41232c56b2c" + (reference "#PWR?") (unit 1) + ) + (path "/0a6ed4fd-e4ea-4fa2-a69d-e3563c8bfcec" + (reference "#PWR?") (unit 1) + ) + (path "/0a8ca344-bb2e-4d00-86cc-33f3d7896c21" + (reference "#PWR?") (unit 1) + ) + (path "/0caccd96-9e61-44d6-a579-fc806aad5693" + (reference "#PWR?") (unit 1) + ) + (path "/0e84fd77-1fb2-47d1-9589-b2fcb7da931a" + (reference "#PWR?") (unit 1) + ) + (path "/3c6a81f9-f97f-4b70-9997-fc55e31561dc" + (reference "#PWR?") (unit 1) + ) + (path "/4a87881d-94f1-42dd-ad08-0adf9d7c84db" + (reference "#PWR?") (unit 1) + ) + (path "/52bdad54-3f45-49c9-94b1-a3fe765b71af" + (reference "#PWR?") (unit 1) + ) + (path "/71b27605-d88b-4b1f-8cff-eb1f2299b67f" + (reference "#PWR?") (unit 1) + ) + (path "/870f3e59-862a-408d-8129-ffcc91fa62b8" + (reference "#PWR?") (unit 1) + ) + (path "/a4bf7d2f-1422-465a-a238-fbd2ae76cdca" + (reference "#PWR?") (unit 1) + ) + (path "/a9b619b7-4d77-4395-87b7-b039dabfe0a9" + (reference "#PWR?") (unit 1) + ) + (path "/c17125e7-ce3a-469c-9d5f-3e1d378a988b" + (reference "#PWR?") (unit 1) + ) + (path "/c2c68763-59fb-4618-8c2c-90d618c2cfd7" + (reference "#PWR?") (unit 1) + ) + (path "/e25cc676-c48e-4ef7-84b5-eab741f6d357" + (reference "#PWR?") (unit 1) + ) + (path "/f66c39f6-4ff3-4862-a32f-439f6c4cc03d" + (reference "#PWR?") (unit 1) + ) + (path "/65d86ee1-31ac-4eb2-99b6-5ef2bfeb23f1" + (reference "C?") (unit 1) + ) + (path "/6e7be9cf-17cb-404c-8d19-c7182635a915" + (reference "C?") (unit 1) + ) + (path "/afb67993-ac46-427a-be56-7053d28c2596" + (reference "C?") (unit 1) + ) + (path "/c46ec18f-ee83-453b-ac2e-d9b0d45bd1c2" + (reference "C?") (unit 1) + ) + (path "/3d457230-43b5-4d95-9f3f-1b64a89ae67f" + (reference "D?") (unit 1) + ) + (path "/6e1ac9dd-95ff-42a1-804a-055c7f713609" + (reference "D?") (unit 1) + ) + (path "/ac1710c5-b44c-404a-a76f-e00769e18698" + (reference "D?") (unit 1) + ) + (path "/bbcc5822-47f5-4511-ad99-7a3d28b29917" + (reference "D?") (unit 1) + ) + (path "/c449f477-927c-45a2-98b1-d6c7869bcee3" + (reference "D?") (unit 1) + ) (path "/a56a8a68-3eb9-47fd-9b40-a271d9769e60" (reference "J1") (unit 1) ) @@ -181,5 +2648,98 @@ (path "/fb0bb324-bc42-42e5-ac43-48fa44dd28d8" (reference "J3") (unit 1) ) + (path "/019310b6-9f4c-4c75-8f84-30f012bcafca" + (reference "Q?") (unit 1) + ) + (path "/24fc75e6-72dc-4625-aa31-751fd6b7d70d" + (reference "Q?") (unit 1) + ) + (path "/36a1edfb-8bc8-48f9-8e05-ff48fbd55a15" + (reference "Q?") (unit 1) + ) + (path "/8dc75187-3257-4203-b276-142b8706764b" + (reference "Q?") (unit 1) + ) + (path "/ace06487-fc50-4775-ae96-3f6113e8675f" + (reference "Q?") (unit 1) + ) + (path "/b57bfbac-e3f3-4790-a281-7bba9310054d" + (reference "Q?") (unit 1) + ) + (path "/022ba49e-05fc-4b00-baf0-d6f0bd12e5c7" + (reference "R?") (unit 1) + ) + (path "/0427ab2c-0655-4d89-bbad-7dd378f0745e" + (reference "R?") (unit 1) + ) + (path "/0992d604-7add-4da6-8dde-e1ab5f4abc55" + (reference "R?") (unit 1) + ) + (path "/190d4939-3f06-44cd-9927-32a58f31384e" + (reference "R?") (unit 1) + ) + (path "/2fdbe3f2-e81c-4bd2-87c5-4d679a28f536" + (reference "R?") (unit 1) + ) + (path "/303ad3f8-8fff-45d9-8fa6-e53ed4688642" + (reference "R?") (unit 1) + ) + (path "/37982514-5894-4cd0-9765-db1c306abdea" + (reference "R?") (unit 1) + ) + (path "/4179568b-d26a-47b5-8837-7d1d128ec0dd" + (reference "R?") (unit 1) + ) + (path "/4769ecbf-4e14-40d0-b2ab-75ccb89a06e3" + (reference "R?") (unit 1) + ) + (path "/540298f1-b724-4e12-9c85-b5bf1e7ee34d" + (reference "R?") (unit 1) + ) + (path "/5af07dd5-93d5-4d0d-8c36-b8c637bc0c46" + (reference "R?") (unit 1) + ) + (path "/5cf9b135-1ca8-48a6-8df3-29e6d5949c89" + (reference "R?") (unit 1) + ) + (path "/5ebb563b-268f-4766-b12d-abdbe81a1ab6" + (reference "R?") (unit 1) + ) + (path "/61f19ebe-0ac5-4fe8-b7f0-91569091e23e" + (reference "R?") (unit 1) + ) + (path "/78d576d6-c374-45da-88c6-e23caa6e39dd" + (reference "R?") (unit 1) + ) + (path "/7dfa485d-af98-4676-918c-0358f17a69c3" + (reference "R?") (unit 1) + ) + (path "/82321ef4-7274-4e07-9337-1f70657582c5" + (reference "R?") (unit 1) + ) + (path "/abc05b74-9944-4505-a018-c9874a9bffec" + (reference "R?") (unit 1) + ) + (path "/c2bd4cb1-c982-42da-97fd-fa00a9fcbd3a" + (reference "R?") (unit 1) + ) + (path "/c47d523e-a80c-48c2-a3c9-6a9c96e3ddc6" + (reference "R?") (unit 1) + ) + (path "/cfb92d5f-0afd-49ea-bda6-11e9236c6cf4" + (reference "R?") (unit 1) + ) + (path "/e7d97573-481b-47f8-ac2a-d324f0a7cb95" + (reference "R?") (unit 1) + ) + (path "/e963fe3a-f915-4f2f-820b-4d8b69315a46" + (reference "R?") (unit 1) + ) + (path "/2be0305d-ee6b-44f2-ace0-7841529807ad" + (reference "U?") (unit 1) + ) + (path "/81ec419a-76d6-436f-8163-cd7fcaf7798a" + (reference "U?") (unit 1) + ) ) ) -- cgit